head 1.2; access; symbols pkgsrc-2013Q4:1.1.0.6 pkgsrc-2013Q4-base:1.1 pkgsrc-2013Q3:1.1.0.4 pkgsrc-2013Q3-base:1.1 pkgsrc-2013Q2:1.1.0.2 pkgsrc-2013Q2-base:1.1; locks; strict; comment @// @; 1.2 date 2014.01.19.14.04.39; author rumko; state dead; branches; next 1.1; commitid 2EYBKDPEbpUOvJlx; 1.1 date 2013.05.21.16.37.04; author joerg; state Exp; branches; next ; commitid Ci8CpaX6c6ksawQw; desc @@ 1.2 log @editors/lyx: update to 2.0.6 What's new in 2.0 (from upstream): * Advanced Search Facility * Spell-checking on the fly * Compare Documents * Multilingual Thesaurus * Refstyle Support * Multiple Indices * New backends: XeTeX, LuaTeX, and XHTML * Better output customization * Produce output with only selected subdocuments included * Outliner enhancements * Document-specific Layout * New supported LaTeX commands * Languages, scripts and encodings * Branches enhancements * Table features * Size features * Progress view and debugging pane * Color handling * Instant preview inset * Forward search for DVI/PDF files * Optional and Required Arguments * New (sub)version control features * Generalized support for LaTeX files preprocessing ** Improved support for Noweb ** Support for Sweave ** Support for LilyPond-Book Ok@@ wiz @ text @$NetBSD: patch-src_frontends_qt4_GuiCommandBuffer.cpp,v 1.1 2013/05/21 16:37:04 joerg Exp $ --- src/frontends/qt4/GuiCommandBuffer.cpp.orig 2013-05-21 14:52:09.000000000 +0000 +++ src/frontends/qt4/GuiCommandBuffer.cpp @@@@ -315,7 +315,7 @@@@ GuiCommandBuffer::completions(string con { vector comp; - copy_if(commands_.begin(), commands_.end(), + lyx::copy_if(commands_.begin(), commands_.end(), back_inserter(comp), prefix_p(prefix)); if (comp.empty()) { @@@@ -335,7 +335,7 @@@@ GuiCommandBuffer::completions(string con test += tmp[test.length()]; while (test.length() < tmp.length()) { vector vtmp; - copy_if(comp.begin(), comp.end(), + lyx::copy_if(comp.begin(), comp.end(), back_inserter(vtmp), prefix_p(test)); if (vtmp.size() != comp.size()) { test.erase(test.length() - 1); @ 1.1 log @Explicitly use custom copy_if, it also exists in C++11 implementations. @ text @d1 1 a1 1 $NetBSD$ @