X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsupport%2FChangeLog;h=d61036b6fdd310f5c235787cb84a0b055723e1bd;hb=36bbe548135901132ab7528d88a4f4b2cd69afd7;hp=743a38368a633ad3c520e10b45e1b51dd7d6b545;hpb=c2df57815111ac59e64e0dc6980a6906456232ae;p=lyx.git diff --git a/src/support/ChangeLog b/src/support/ChangeLog index 743a38368a..d61036b6fd 100644 --- a/src/support/ChangeLog +++ b/src/support/ChangeLog @@ -1,3 +1,64 @@ +2004-11-06 Lars Gullik Bjonnes + + * translator.h: use bind, equal_to instead of equal_1st_in_pair + and equal_2nd_in_pair + + * Makefile.am (libsupport_la_SOURCES): remove lyxfunctional.h + * lyxfunctional.h: delete file + + * lyxfunctional.h: delete compare_memfun and helper classes + + * forkedcontr.C (find_pid): use bind, equal_to instead of + compare_memfun + + * lyxfunctional.h: delete back_inserter_fun functions and helper + classes. + +2004-11-04 Jean-Marc Lasgouttes + + * snprintf.[ch]: removed + + * Makefile.am (libsupport_la_SOURCES): remove snprintf + +2004-10-29 Georg Baum + + * filetools.[Ch] (getExtFromContents): rename to + getFormatFromContents and return always a format + +2004-10-25 Angus Leeming + + * forkedcall.C (generateChild): strip quotes from each argument + of argv. + +2004-09-26 Lars Gullik Bjonnes + + * pch.h: use proper signal include + + * forkedcallqueue.C: remove unused include + + * FileMonitor.h: Use the preferred calling for Boost.Signal + * forkedcall.h: ditto + + * FileMonitor.C: use the new signal typedef + +2004-09-26 Lars Gullik Bjonnes + + * forkedcall.h: remove include of + * pch.h: ditto + +2004-09-10 Jean-Marc Lasgouttes + + * textutils.h (IsLetterCharOrDigit): remove + +2004-09-10 Jean-Marc Lasgouttes + + * filetools.C (LibScriptSearch): quote the path of the script, in + case it contains spaces + +2004-09-04 Lars Gullik Bjonnes + + * tostr.C: reimplement using lexical_cast + 2004-08-30 Lars Gullik Bjonnes * pch.h: do not use include boost/format.hpp, multiple symbols