X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsupport%2FChangeLog;h=79814a38e82c3a130095d1606f42d0c7328bf11b;hb=5296e9e9952cf6e2f306077c62a1caeaf8479eed;hp=573742700c9889005d72800b555747624ed860fc;hpb=dd5e928e9dc4aa9e0607bff907df75c643c1d378;p=lyx.git diff --git a/src/support/ChangeLog b/src/support/ChangeLog index 573742700c..79814a38e8 100644 --- a/src/support/ChangeLog +++ b/src/support/ChangeLog @@ -1,6 +1,38 @@ +2002-05-22 Lars Gullik Bjønnes + + * lyxsum.C: move some using declarations around. + +2002-05-03 Herbert Voss + + * filetools.C (getExtFromContents): only print the first 60 chars of + the scanned-string when debugging. + +2002-05-02 Lars Gullik Bjønnes + + * lyxstring.C: close to typo fix. + +2002-05-02 Angus Leeming + + * filetools.C: add a using std::getline directive. + +2002-05-02 Lars Gullik Bjønnes + + * lyxstring.C (operator>>): try a new version of the operator>> + +2002-04-14 Herbert Voss + + * lstrings.[Ch]: move the getVectorFromString and the vice versa + from frontends/controllers/helper_funcs for better use in other + programs + +2002-04-15 Angus Leeming + + * tempname.C (make_tempfile): simplify the #ifdef block by using + #if defined and re-write the #warning as a #error because it's terminal. + 2002-04-08 Herbert Voss - * filetools.C (getExtFromContents): get tgif run + * filetools.C (getExtFromContents): get tgif run 2002-04-08 Angus Leeming