<?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/37472"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.lyx.cvs/37471"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.lyx.cvs/37470"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.lyx.cvs/37469"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.lyx.cvs/37468"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.lyx.cvs/37467"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.lyx.cvs/37466"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.lyx.cvs/37465"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.lyx.cvs/37464"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.lyx.cvs/37463"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.lyx.cvs/37462"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.lyx.cvs/37461"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.lyx.cvs/37460"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.lyx.cvs/37459"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.lyx.cvs/37458"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.lyx.cvs/37457"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.lyx.cvs/37456"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.lyx.cvs/37455"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.lyx.cvs/37454"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.lyx.cvs/37453"/>
      </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/37472">
    <title>[LyX master] listerrors.lyx: set default output to ps2pdf</title>
    <link>http://permalink.gmane.org/gmane.editors.lyx.cvs/37472</link>
    <description>&lt;pre&gt;The branch, master, has been updated.

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

commit 7aba4d51fab1247328a21f19ac35b3de35a33150
Author: Scott Kostyshak &amp;lt;skostysh&amp;lt; at &amp;gt;lyx.org&amp;gt;
Date:   Fri May 17 20:54:56 2013 -0400

    listerrors.lyx: set default output to ps2pdf
    
    ps2pdf dependency is hardcoded in the preamble, which is why
    pdflatex and luatex are failing.

diff --git a/lib/examples/listerrors.lyx b/lib/examples/listerrors.lyx
index 11e0383..e3628d0 100644
--- a/lib/examples/listerrors.lyx
+++ b/lib/examples/listerrors.lyx
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -37,7 +37,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; noweb
 \font_sf_scale 100
 \font_tt_scale 100
 \graphics default
-\default_output_format default
+\default_output_format pdf
 \output_sync 0
 \bibtex_command default
 \index_command default

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

Summary of changes:
 lib/examples/listerrors.lyx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
&lt;/pre&gt;</description>
    <dc:creator>Scott Kostyshak</dc:creator>
    <dc:date>2013-05-18T00:58:06</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.lyx.cvs/37471">
    <title>[LyX features/kill-gettext] Merge remote-tracking branch 'lyx/master' into features/kill-gettext</title>
    <link>http://permalink.gmane.org/gmane.editors.lyx.cvs/37471</link>
    <description>&lt;pre&gt;The branch, kill-gettext, has been updated.

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

commit 2192d300b1816263a117adcc7b8d77bbaaf80188
Merge: c72daa4 43d7102
Author: Vincent van Ravesteijn &amp;lt;vfr&amp;lt; at &amp;gt;lyx.org&amp;gt;
Date:   Wed May 15 16:10:24 2013 +0200

    Merge remote-tracking branch 'lyx/master' into features/kill-gettext
    
    This is needed to resolve a merge conflict with commits 1f41a4fc and
    7a8995f2.

diff --cc src/tests/CMakeLists.txt
index 95e5168,c498b28..30e9697
--- a/src/tests/CMakeLists.txt
+++ b/src/tests/CMakeLists.txt
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -20,10 -20,12 +20,13 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU"
  elseif(MSVC)
    set(CMAKE_EXE_LINKER_FLAGS  "${CMAKE_EXE_LINKER_FLAGS} /FORCE:MULTIPLE")
  else()
 -  message(STATUS "Allow multiple definitions for cxx-compiler ${CMAKE_CXX_COMPILER_ID} not handled")
 -endif()
 +  message(STATUS "Allow multiple definitions for cxx-compiler ${CMAKE_CXX_COMPILER_ID} not handled")
 +endif()
  
- target_link_libraries(check_layout support ${QT_QTMA&lt;/pre&gt;</description>
    <dc:creator>Vincent van Ravesteijn</dc:creator>
    <dc:date>2013-05-17T18:47:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.lyx.cvs/37470">
    <title>[LyX master] RJournal template now also works with latex</title>
    <link>http://permalink.gmane.org/gmane.editors.lyx.cvs/37470</link>
    <description>&lt;pre&gt;The branch, master, has been updated.

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

commit 43d71022045df5c056fd4eb20ee61d1a80f9cb8d
Author: Scott Kostyshak &amp;lt;skostysh&amp;lt; at &amp;gt;lyx.org&amp;gt;
Date:   Tue May 7 23:14:21 2013 -0400

    RJournal template now also works with latex
    
    Before, only PDFs were being generated so latex did not compile.
    Now, both PDF and EPS files are generated.
    
    This is not efficient but could save the user some pain, which is
    the goal of templates.
    
    An alternative would be to set the default output to use pdflatex.

diff --git a/lib/templates/RJournal.lyx b/lib/templates/RJournal.lyx
index 544c4d8..4c3d7d6 100644
--- a/lib/templates/RJournal.lyx
+++ b/lib/templates/RJournal.lyx
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -214,7 +214,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; status open
 \backslash
 
 \backslash
-linewidth', fig.align='center'&amp;gt;&amp;gt;=
+linewidth', fig.align='center', dev=c('pdf','postscript')&amp;gt;&amp;gt;=
 \end_layout
 
 \begin_layout Plain Layout

commit 9e425a0547a2861dc41b130a32b62fc7ff7072c8
Author: Scott Kostysh&lt;/pre&gt;</description>
    <dc:creator>Scott Kostyshak</dc:creator>
    <dc:date>2013-05-17T03:07:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.lyx.cvs/37469">
    <title>[LyX master] New \cite_engine_type default.</title>
    <link>http://permalink.gmane.org/gmane.editors.lyx.cvs/37469</link>
    <description>&lt;pre&gt;The branch, master, has been updated.

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

commit cde541d785aaac9d45d636a7f9071353dd932eb6
Author: Julien Rioux &amp;lt;jrioux&amp;lt; at &amp;gt;lyx.org&amp;gt;
Date:   Thu May 16 16:00:54 2013 +0200

    New \cite_engine_type default.
    
    The default citation capability of LaTeX is not a true numerical
    citation engine, rather it uses a mixture of labels/numbers. Thus
    we now distinguish them: "numerical" always increments the bibitem
    counter and uses its value as a numerical citation label, while
    "default" only uses the bibitem counter when no label is provided.
    
    LyX file format incremented to 471.

diff --git a/development/FORMAT b/development/FORMAT
index 82bdc6c..8f5b48c 100644
--- a/development/FORMAT
+++ b/development/FORMAT
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -11,6 +11,12 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; adjustments are made to tex2lyx and bugs are fixed in lyx2lyx.
 
 -----------------------
 
+2013-05-16 Julien Rioux &amp;lt;jrioux&amp;lt; at &amp;gt;lyx.org&amp;gt;
+* Format incremented to 471
+  New \cite_engine_type default.&lt;/pre&gt;</description>
    <dc:creator>Julien Rioux</dc:creator>
    <dc:date>2013-05-16T18:50:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.lyx.cvs/37468">
    <title>[LyX master] Slowly going through the suggestion made by our headers script.</title>
    <link>http://permalink.gmane.org/gmane.editors.lyx.cvs/37468</link>
    <description>&lt;pre&gt;The branch, master, has been updated.

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

commit 183b188ebe3489aebb372c00818afaab870cf4b8
Author: Pavel Sanda &amp;lt;sanda&amp;lt; at &amp;gt;lyx.org&amp;gt;
Date:   Wed May 15 22:02:10 2013 -0700

    Slowly going through the suggestion made by our headers script.
    
    I tried not to kill "redundant" includes which are actually used
    in the header, apology for mistakes.

diff --git a/src/Buffer.h b/src/Buffer.h
index 4e55654..386625e 100644
--- a/src/Buffer.h
+++ b/src/Buffer.h
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -15,8 +15,6 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 #include "OutputEnums.h"
 #include "OutputParams.h"
 
-#include "insets/InsetCode.h"
-
 #include "support/strfwd.h"
 #include "support/types.h"
 
diff --git a/src/BufferView.h b/src/BufferView.h
index c7fb4c1..a94ddfd 100644
--- a/src/BufferView.h
+++ b/src/BufferView.h
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -18,7 +18,6 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 #include "DocumentClassPtr.h"
 #include "update_flags.h"
 
-#include "support/shared_ptr.h"
 #include "support/strfwd.h"
 #include "support/types.h"
 
diff --git a/src/Compare.h b/src/C&lt;/pre&gt;</description>
    <dc:creator>Pavel Sanda</dc:creator>
    <dc:date>2013-05-16T05:04:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.lyx.cvs/37467">
    <title>[LyX master] installer: fix converter for HTML</title>
    <link>http://permalink.gmane.org/gmane.editors.lyx.cvs/37467</link>
    <description>&lt;pre&gt;The branch, master, has been updated.

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

commit 792e216989f9bfe04ef2248e495e97e8a4272036
Author: Uwe StÃ¶hr &amp;lt;uwestoehr&amp;lt; at &amp;gt;lyx.org&amp;gt;
Date:   Wed May 15 23:48:23 2013 +0200

    installer: fix converter for HTML
    
    - fix bug reported on the lyx-devel list that eLyXer could not be invoked if Python is not installed

diff --git a/development/Win32/packaging/installer/ChangeLog.txt b/development/Win32/packaging/installer/ChangeLog.txt
index 4e4fb5c..53444ef 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,9 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
-ï»¿Changelog for LyX-206-1:
+ï»¿Changelog for LyX-206-2:
+- fix bug that View/Export a file as HTML did not work.
+
+
+Changelog for LyX-206-1:
+- installs LyX 2.0.6
 - support for Vietnamese, Thai, Serbian Cyrillic and Mongolian will now
   automatically be installed to MiKTeX
 - language support files for Belarusian and Hungarian are now inc&lt;/pre&gt;</description>
    <dc:creator>Uwe Stöhr</dc:creator>
    <dc:date>2013-05-15T21:48:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.lyx.cvs/37466">
    <title>[LyX master] * header_check.sh: filter headers; we should suspect only .h files.</title>
    <link>http://permalink.gmane.org/gmane.editors.lyx.cvs/37466</link>
    <description>&lt;pre&gt;The branch, master, has been updated.

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

commit 8c23318a997c6f080b8815722f9199281a8e6734
Author: Pavel Sanda &amp;lt;sanda&amp;lt; at &amp;gt;lyx.org&amp;gt;
Date:   Wed May 15 03:46:04 2013 -0700

    * header_check.sh: filter headers; we should suspect only .h files.

diff --git a/development/tools/header_check.sh b/development/tools/header_check.sh
index 5048093..881fe1a 100755
--- a/development/tools/header_check.sh
+++ b/development/tools/header_check.sh
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -26,9 +26,9 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; set -u
 LOG_FILE="$(basename $0).log"
 
 # For only standard headers:
-  PATTERN='^#include &amp;lt;'
+# PATTERN='^#include &amp;lt;'
 # For all headers:
-# PATTERN='^#include'
+  PATTERN='^#include'
 
 # Exclude common headers with regex
 # (e.g. 'debug.h' will exclude 'support/debug.h')
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -45,7 +45,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; function BUILD_FN ()
 PREFIX=''
 
 # This is not a clean make.
-make -j${NCORES} 2&amp;gt;&amp;amp;1 &amp;gt; /dev/null
+make -j${NCORES} 2&amp;gt;/dev/null 1&amp;gt;/dev/null
 ERROR_CODE=$?
 
 
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -78,7 +78,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; make -j${NCORES} 2&amp;gt;&amp;amp;1 &amp;gt;/dev&lt;/pre&gt;</description>
    <dc:creator>Pavel Sanda</dc:creator>
    <dc:date>2013-05-15T10:47:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.lyx.cvs/37465">
    <title>[LyX master] * header_check.sh: fix error order</title>
    <link>http://permalink.gmane.org/gmane.editors.lyx.cvs/37465</link>
    <description>&lt;pre&gt;The branch, master, has been updated.

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

commit 392124e03efacc77024aa4e019a0ef26e1dbee27
Author: Pavel Sanda &amp;lt;sanda&amp;lt; at &amp;gt;lyx.org&amp;gt;
Date:   Wed May 15 03:42:13 2013 -0700

    * header_check.sh: fix error order

diff --git a/development/tools/header_check.sh b/development/tools/header_check.sh
index 9b41254..5048093 100755
--- a/development/tools/header_check.sh
+++ b/development/tools/header_check.sh
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -36,7 +36,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; LOG_FILE="$(basename $0).log"
 # require headers not needed on win/linux. So check the logs before
 # deleting "redundant" standard libraries, Qt headers or includes around
 # various ifdefs...
-EXCLUDE='\(debug.h\|cstdio\|config\)'
+EXCLUDE='\(debug.h\|cstdio\|config.h\)'
 
 NCORES=$(grep "CPU" /proc/cpuinfo | wc -l)
 
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -45,15 +45,18 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; function BUILD_FN ()
 PREFIX=''
 
 # This is not a clean make.
-IFS='' ERROR_OUTPUT=$(make -j${NCORES} 2&amp;gt;&amp;amp;1)
+make -j${NCORES} 2&amp;gt;&amp;amp;1 &amp;gt; /dev/null
 ERROR_CODE=$?
 
-# Without the grep, ERROR_&lt;/pre&gt;</description>
    <dc:creator>Pavel Sanda</dc:creator>
    <dc:date>2013-05-15T10:43:09</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.lyx.cvs/37464">
    <title>[LyX master] cmake: 1.) Do not include layout tests on MAC, since the   linker-option which allows multiple definitions is   no longer supported. 2.) Indenting made consistent</title>
    <link>http://permalink.gmane.org/gmane.editors.lyx.cvs/37464</link>
    <description>&lt;pre&gt;The branch, master, has been updated.

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

commit 6e992e3544a3a62cb6f93074708b045b8ba72aa0
Author: Kornel Benko &amp;lt;kornel&amp;lt; at &amp;gt;lyx.org&amp;gt;
Date:   Wed May 15 11:28:04 2013 +0200

    cmake:
    1.) Do not include layout tests on MAC, since the
      linker-option which allows multiple definitions is
      no longer supported.
    2.) Indenting made consistent

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 07541ba..a8d10e6 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -185,4 +185,9 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; if(LYX_BUNDLE)
 fixup_bundle(\"${installed_lyx}\" \"\" \"\") " COMPONENT RUNTIME)
 endif()
 
-add_subdirectory(tests)
+if(NOT APPLE)
+  # unresoved handling for multiple definitions
+  # APPLE can be enabled, if the hack in src/support/tests/dummy_functions.cp
+  # which requires multiple definitions is resolved. (Georg)
+  add_subdirectory(tests)
+endif()
diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt
index d5e5ceb..c498b2&lt;/pre&gt;</description>
    <dc:creator>Kornel Benko</dc:creator>
    <dc:date>2013-05-15T09:31:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.lyx.cvs/37463">
    <title>[LyX master] lyx::support::get_document_dir uses QDesktopServices::storageLocation and this is in QT_QTGUI_LIBRARY</title>
    <link>http://permalink.gmane.org/gmane.editors.lyx.cvs/37463</link>
    <description>&lt;pre&gt;The branch, master, has been updated.

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

commit 1f41a4fcfdbf079cb60d8a597e8aaba0c1447e87
Author: Stephan Witt &amp;lt;switt&amp;lt; at &amp;gt;lyx.org&amp;gt;
Date:   Wed May 15 10:24:22 2013 +0200

    lyx::support::get_document_dir uses QDesktopServices::storageLocation and this is in QT_QTGUI_LIBRARY

diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt
index d82c4ff..d5e5ceb 100644
--- a/src/tests/CMakeLists.txt
+++ b/src/tests/CMakeLists.txt
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -24,7 +24,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; else()
 endif()
 
 target_link_libraries(check_layout support ${intl_link}
-${Lyx_Boost_Libraries} ${QT_QTCORE_LIBRARY}
+${Lyx_Boost_Libraries} ${QT_QTGUI_LIBRARY} ${QT_QTCORE_LIBRARY}
 ${ZLIB_LIBRARY} ${ICONV_LIBRARY})
 add_dependencies(lyx_run_tests check_layout)
 set_target_properties(check_layout PROPERTIES FOLDER "tests/src")

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

Summary of changes:
 src/tests/CMakeLists.txt |    2 +-
 1 files changed, 1 insertions(&lt;/pre&gt;</description>
    <dc:creator>Stephan Witt</dc:creator>
    <dc:date>2013-05-15T08:24:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.lyx.cvs/37462">
    <title>[LyX master] Add a special regfile for filetools test on windows</title>
    <link>http://permalink.gmane.org/gmane.editors.lyx.cvs/37462</link>
    <description>&lt;pre&gt;The branch, master, has been updated.

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

commit 19418730dd90e33dbb7c5cf7e2e5fa3be227cb7e
Author: Vincent van Ravesteijn &amp;lt;vfr&amp;lt; at &amp;gt;lyx.org&amp;gt;
Date:   Wed May 15 09:11:25 2013 +0200

    Add a special regfile for filetools test on windows

diff --git a/src/support/tests/CMakeLists.txt b/src/support/tests/CMakeLists.txt
index a6d0578..3e6198f 100644
--- a/src/support/tests/CMakeLists.txt
+++ b/src/support/tests/CMakeLists.txt
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -37,6 +37,9 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; foreach(_src ${check_PROGRAMS})
 sources(${_src} ${_src}.cpp dummy_functions.cpp boost.cpp)
 string(REPLACE "check_" "" _srcx ${_src})
 set(src_data_file "${TOP_SRC_DIR}/src/support/tests/regfiles/${_srcx}")
+if (MSVC AND EXISTS "${src_data_file}.MSVC")
+set(src_data_file "${src_data_file}.MSVC")
+endif()
 set(created_data_file "${CMAKE_CURRENT_BINARY_DIR}/regfiles/${_src}_data")
         add_test(NAME support/${_srcx}
           COMMAND ${CMAKE_COMMAND} -DCommand=$&amp;lt;TARGET_FILE:${_src}&amp;gt;
diff --git a/s&lt;/pre&gt;</description>
    <dc:creator>Vincent van Ravesteijn</dc:creator>
    <dc:date>2013-05-15T07:11:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.lyx.cvs/37461">
    <title>[LyX master] * header_check.sh: forgot on exec flag</title>
    <link>http://permalink.gmane.org/gmane.editors.lyx.cvs/37461</link>
    <description>&lt;pre&gt;The branch, master, has been updated.

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

commit ee0c031d2d309d5dba4d657b0806f5b5ee4f2911
Author: Pavel Sanda &amp;lt;sanda&amp;lt; at &amp;gt;lyx.org&amp;gt;
Date:   Wed May 15 00:07:40 2013 -0700

    * header_check.sh: forgot on exec flag

diff --git a/development/tools/header_check.sh b/development/tools/header_check.sh
old mode 100644
new mode 100755

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

Summary of changes:
 0 files changed, 0 insertions(+), 0 deletions(-)
 mode change 100644 =&amp;gt; 100755 development/tools/header_check.sh


hooks/post-receive
&lt;/pre&gt;</description>
    <dc:creator>Pavel Sanda</dc:creator>
    <dc:date>2013-05-15T07:08:02</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.lyx.cvs/37460">
    <title>[LyX master] * header_check.sh: more tweaks</title>
    <link>http://permalink.gmane.org/gmane.editors.lyx.cvs/37460</link>
    <description>&lt;pre&gt;The branch, master, has been updated.

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

commit 5ea35e2d62dc91ec767f13c435ee2172ed3dd6d2
Author: Pavel Sanda &amp;lt;sanda&amp;lt; at &amp;gt;lyx.org&amp;gt;
Date:   Wed May 15 00:02:16 2013 -0700

    * header_check.sh: more tweaks

diff --git a/development/tools/header_check.sh b/development/tools/header_check.sh
index 4e88f4c..9b41254 100644
--- a/development/tools/header_check.sh
+++ b/development/tools/header_check.sh
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1,5 +1,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 #!/usr/bin/env bash
 
+# Typical usage: cd src; ../development/tools/header_check.sh
+
 # file header_check.sh
 # This file is part of LyX, the document processor.
 # Licence details can be found in the file COPYING.
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -32,9 +34,9 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; LOG_FILE="$(basename $0).log"
 # (e.g. 'debug.h' will exclude 'support/debug.h')
 # LyX was compiled on exotic environments and these sometimes
 # require headers not needed on win/linux. So check the logs before
-# deleting "redundant" standard libraries or includes around various
-# ifdefs...
-EXCLUDE='&lt;/pre&gt;</description>
    <dc:creator>Pavel Sanda</dc:creator>
    <dc:date>2013-05-15T07:03:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.lyx.cvs/37459">
    <title>[LyX master] * header_check.sh: Apply new changes from Scott.</title>
    <link>http://permalink.gmane.org/gmane.editors.lyx.cvs/37459</link>
    <description>&lt;pre&gt;The branch, master, has been updated.

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

commit b1d8bdf6706fabb3e42bd465712c0d3ac08ad953
Author: Pavel Sanda &amp;lt;sanda&amp;lt; at &amp;gt;lyx.org&amp;gt;
Date:   Tue May 14 23:59:42 2013 -0700

    * header_check.sh: Apply new changes from Scott.
    
    I see lot of errors like:
    The following string was expected to be '.cpp' or '.h':
     LyX.cpp: In member function 'void lyx::LyX::printError(const lyx::ErrorItem&amp;amp;)':
    Warning: the error was not parsed correctly.
    The following string was expected to be '.cpp' or '.h':
     LyX.cpp: In function 'void lyx::error_handler(int)':

diff --git a/development/tools/header_check.sh b/development/tools/header_check.sh
index ebf0eab..4e88f4c 100644
--- a/development/tools/header_check.sh
+++ b/development/tools/header_check.sh
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -36,10 +36,33 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; LOG_FILE="$(basename $0).log"
 # ifdefs...
 EXCLUDE='\(debug.h\|cstdio\)'
 
+NCORES=$(grep "CPU" /proc/cpuinfo | wc -l)
+
 function BUILD_FN ()
 {
+PREFIX=''
+
 # This is &lt;/pre&gt;</description>
    <dc:creator>Pavel Sanda</dc:creator>
    <dc:date>2013-05-15T07:00:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.lyx.cvs/37458">
    <title>[LyX master] check_layout: Add more libraries</title>
    <link>http://permalink.gmane.org/gmane.editors.lyx.cvs/37458</link>
    <description>&lt;pre&gt;The branch, master, has been updated.

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

commit 7a8995f2952dfe5618fc226bb560fbd231b1a25c
Author: Vincent van Ravesteijn &amp;lt;vfr&amp;lt; at &amp;gt;lyx.org&amp;gt;
Date:   Wed May 15 08:08:33 2013 +0200

    check_layout: Add more libraries

diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt
index f789137..d82c4ff 100644
--- a/src/tests/CMakeLists.txt
+++ b/src/tests/CMakeLists.txt
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -20,10 +20,12 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
 elseif(MSVC)
   set(CMAKE_EXE_LINKER_FLAGS  "${CMAKE_EXE_LINKER_FLAGS} /FORCE:MULTIPLE")
 else()
-  message(STATUS "Allow multiple definitions for cxx-compiler ${CMAKE_CXX_COMPILER_ID} not handled")
-endif()
+  message(STATUS "Allow multiple definitions for cxx-compiler ${CMAKE_CXX_COMPILER_ID} not handled")
+endif()
 
-target_link_libraries(check_layout support ${QT_QTMAIN_LIBRARY} ${intl_link})
+target_link_libraries(check_layout support ${intl_link}
+${Lyx_Boost_Libraries} ${QT_QTCORE_LIBRARY}
+${ZLIB_LIB&lt;/pre&gt;</description>
    <dc:creator>Vincent van Ravesteijn</dc:creator>
    <dc:date>2013-05-15T06:08:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.lyx.cvs/37457">
    <title>[LyX master] GuiAbout: Add missing include</title>
    <link>http://permalink.gmane.org/gmane.editors.lyx.cvs/37457</link>
    <description>&lt;pre&gt;The branch, master, has been updated.

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

commit 483e0f61e71d0633644f5d00d6176daea819462e
Author: Vincent van Ravesteijn &amp;lt;vfr&amp;lt; at &amp;gt;lyx.org&amp;gt;
Date:   Wed May 15 07:47:02 2013 +0200

    GuiAbout: Add missing include

diff --git a/src/frontends/qt4/GuiAbout.cpp b/src/frontends/qt4/GuiAbout.cpp
index ae9a2a3..09834d4 100644
--- a/src/frontends/qt4/GuiAbout.cpp
+++ b/src/frontends/qt4/GuiAbout.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 "support/Package.h"
 
 #include &amp;lt;QDate&amp;gt;
+#include &amp;lt;QFile&amp;gt;
 #include &amp;lt;QTextStream&amp;gt;
 
 using namespace lyx::support;

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

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


hooks/post-receive
&lt;/pre&gt;</description>
    <dc:creator>Vincent van Ravesteijn</dc:creator>
    <dc:date>2013-05-15T05:47:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.lyx.cvs/37456">
    <title>[LyX master] Implement forced local layouts</title>
    <link>http://permalink.gmane.org/gmane.editors.lyx.cvs/37456</link>
    <description>&lt;pre&gt;The branch, master, has been updated.

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

commit 7bdc34a98700f487a923ea2b3546f476b9d5d98c
Author: Georg Baum &amp;lt;baum&amp;lt; at &amp;gt;lyx.org&amp;gt;
Date:   Wed May 15 07:19:49 2013 +0200

    Implement forced local layouts
    
    These should be used if any new style needs to be introduced in the stable
    2.1 series: If the ForceLocal flag of the style is set, it will always be
    written to the document header, so that even older 2.1 versions can read
    and correctly output the document.

diff --git a/development/FORMAT b/development/FORMAT
index a9d62bd..82bdc6c 100644
--- a/development/FORMAT
+++ b/development/FORMAT
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -11,6 +11,11 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; adjustments are made to tex2lyx and bugs are fixed in lyx2lyx.
 
 -----------------------
 
+2013-05-15 Georg Baum  &amp;lt;Georg.Baum&amp;lt; at &amp;gt;post.rwth-aachen.de&amp;gt;
+* Format incremented to 470
+  forced local layouts for future layout backward compatibility:
+  \begin_forced_local_layout, \end_forced_local_layout
+
 2013-03-23 Georg &lt;/pre&gt;</description>
    <dc:creator>Georg Baum</dc:creator>
    <dc:date>2013-05-15T05:21:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.lyx.cvs/37455">
    <title>[LyX features/kill-gettext] Really update the files that create/install .mo files</title>
    <link>http://permalink.gmane.org/gmane.editors.lyx.cvs/37455</link>
    <description>&lt;pre&gt;The branch, kill-gettext, has been updated.

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

commit c72daa47d6d8eab9f2fbf082d879220c3436f868
Author: Jean-Marc Lasgouttes &amp;lt;lasgouttes&amp;lt; at &amp;gt;lyx.org&amp;gt;
Date:   Tue May 14 21:59:07 2013 +0200

    Really update the files that create/install .mo files
    
    Update po.m4 and the makefile machinery in po/ to use code from gettext 0.18.2.

diff --git a/README.localization b/README.localization
index 97a40e4..081fff7 100644
--- a/README.localization
+++ b/README.localization
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -91,7 +91,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; Run ./pocheck.pl -h to see all possible switches.
 6) HOW CAN I TEST MY TRANSLATION?
 
 In order to test your translation you need to obtain the LyX sources
-(from the SVN repository) and replace the existing .po with yours.
+(from the git repository) and replace the existing .po with yours.
 Afterwards, you should compile and optionally install LyX (check the
 INSTALL file for your OS). Note that, as of LyX 2.1, it is not
 necessary anymore to install anythin&lt;/pre&gt;</description>
    <dc:creator>Jean-Marc Lasgouttes</dc:creator>
    <dc:date>2013-05-14T23:01:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.lyx.cvs/37454">
    <title>[LyX master] InsetBox.cpp: remove unnecessary non-ASCII char</title>
    <link>http://permalink.gmane.org/gmane.editors.lyx.cvs/37454</link>
    <description>&lt;pre&gt;The branch, master, has been updated.

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

commit a0030713e972fa81e928992f5cf47818a71c9804
Author: Uwe StÃ¶hr &amp;lt;uwestoehr&amp;lt; at &amp;gt;lyx.org&amp;gt;
Date:   Wed May 15 00:03:46 2013 +0200

    InsetBox.cpp: remove unnecessary non-ASCII char
    
    - this char made problems when storing the file in Unicode

diff --git a/src/insets/InsetBox.cpp b/src/insets/InsetBox.cpp
index f610263..bb8602c 100644
--- a/src/insets/InsetBox.cpp
+++ b/src/insets/InsetBox.cpp
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -320,7 +320,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; void InsetBox::latex(otexstream &amp;amp; os, OutputParams const &amp;amp; runparams) const
 if (from_ascii(width_string) != "-9.99\\columnwidth") {
 os &amp;lt;&amp;lt; "\\framebox";
 if (!params_.inner_box) {
-// Special widths, see usrguide Â§3.5
+// Special widths, see usrguide sec. 3.5
 // FIXME UNICODE
 if (params_.special != "none") {
 os &amp;lt;&amp;lt; "[" &amp;lt;&amp;lt; params_.width.value()

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

Summary of changes:
 src/insets/I&lt;/pre&gt;</description>
    <dc:creator>Uwe Stöhr</dc:creator>
    <dc:date>2013-05-14T22:03:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.lyx.cvs/37453">
    <title>[LyX master] UserGuide.lyx: next revision step</title>
    <link>http://permalink.gmane.org/gmane.editors.lyx.cvs/37453</link>
    <description>&lt;pre&gt;The branch, master, has been updated.

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

commit 76678b66d4b67f56204ced0b7ed9dc978bdb26af
Author: Uwe StÃ¶hr &amp;lt;uwestoehr&amp;lt; at &amp;gt;lyx.org&amp;gt;
Date:   Tue May 14 23:57:33 2013 +0200

    UserGuide.lyx: next revision step
    
    sec. 6.13 - 6.18

diff --git a/lib/doc/UserGuide.lyx b/lib/doc/UserGuide.lyx
index 7b085a2..27cebac 100644
--- a/lib/doc/UserGuide.lyx
+++ b/lib/doc/UserGuide.lyx
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -144,7 +144,6 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; enumitem
 \html_css_as_file 0

 \html_be_strict true

 \author -712698321 "JÃ¼rgen SpitzmÃ¼ller" 

-\author 2090807402 "usti" 

 \end_header

 

 \begin_body

&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -30430,7 +30429,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; The normal text on the page goes here.
 &amp;lt;cell multicolumn="2" alignment="center" valignment="top" usebox="none"&amp;gt;

 \begin_inset Text

 

-\begin_layout 

+\begin_layout Plain Layout

 

 \end_layout

 

&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -30439,7 +30438,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; The normal text on the page goes here.
 &amp;lt;cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none"&amp;gt;

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

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

commit f1f1f162fac0771bf369261bf8c7f6f0c58190b4
Author: Uwe StÃ¶hr &amp;lt;uwestoehr&amp;lt; at &amp;gt;lyx.org&amp;gt;
Date:   Tue May 14 23:49:45 2013 +0200

    UserGuide.lyx: next revision step
    
    sec. 6.13 - 6.18

diff --git a/lib/doc/UserGuide.lyx b/lib/doc/UserGuide.lyx
index bcee3b4..3e0ef08 100644
--- a/lib/doc/UserGuide.lyx
+++ b/lib/doc/UserGuide.lyx
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -31622,7 +31622,11 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; Find
  LyX mini-editor a simple word, and search for occurrences of it by clicking

  on the 

 \family sans

-Find Next

+Find

+\begin_inset space ~

+\end_inset

+

+Next

 \family default

  button at the bottom of the dialog (or just press the 

 \begin_inset Info

&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -31633,13 +31637,13 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; arg   "break-paragraph"
  key).

  The entered word is found both in text mode and in math mode, and in emphasized

 , bold or normal face, and in both in section titles and in standard text.

- Pressing repeatedly 

+ Pressing 

 \begin_inset Info

 &lt;/pre&gt;</description>
    <dc:creator>Uwe Stöhr</dc:creator>
    <dc:date>2013-05-14T21:49:51</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>
