]> git.lyx.org Git - features.git/blobdiff - src/frontends/controllers/ChangeLog
The func.diff patch. Functors work and some tiny cleanup.
[features.git] / src / frontends / controllers / ChangeLog
index 9f29b6f72c365e8dfd6ef707dea2a830ce83617a..e15fb3860a7085b0d36368ee5cac750741f017ec 100644 (file)
@@ -1,3 +1,11 @@
+2004-01-31  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * biblio.C (RegexMatch): inherit from std::unary_function, make
+       operator() const and variable regex_ mutable.
+
+       * ControlSpellchecker.C (check): use correct types for the result
+       from distance.
+
 2004-01-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
 
        * ControlSpellchecker.C: add using statements for std::advance and