]> git.lyx.org Git - features.git/blobdiff - src/ChangeLog
Some more functor work.
[features.git] / src / ChangeLog
index adb10d34f57b7e154e1b9391b6c381a68fb22e0a..ecd51ccce02e7ef58c75405a29e8f048220999ac 100644 (file)
@@ -1,5 +1,8 @@
 2004-01-05  Lars Gullik Bjonnes  <larsbj@gullik.net>
 
+       * BranchList.h: move the BranchNamesEqual functor here from...
+       * BranchList.C: ... to here
+
        * BranchList.C: new BranchListEqual fuctor, use it. Remove
        SameName and match.
        (add): replace a finding loop with std::find_if.