X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsupport%2FChangeLog;h=d61036b6fdd310f5c235787cb84a0b055723e1bd;hb=36bbe548135901132ab7528d88a4f4b2cd69afd7;hp=453b7ea4620a94531bc57004421e4e94033c99ce;hpb=13c24dd556a8b1998a29f9a88f2ceda5c5365590;p=lyx.git diff --git a/src/support/ChangeLog b/src/support/ChangeLog index 453b7ea462..d61036b6fd 100644 --- a/src/support/ChangeLog +++ b/src/support/ChangeLog @@ -1,5 +1,16 @@ 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.