]> git.lyx.org Git - lyx.git/blobdiff - src/support/ChangeLog
change call to shared_ptr::reset, move some using declarations around
[lyx.git] / src / support / ChangeLog
index 573742700c9889005d72800b555747624ed860fc..79814a38e82c3a130095d1606f42d0c7328bf11b 100644 (file)
@@ -1,6 +1,38 @@
+2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * lyxsum.C: move some using declarations around.
+
+2002-05-03  Herbert Voss  <voss@perce.de>
+
+       * filetools.C (getExtFromContents): only print the first 60 chars of
+       the scanned-string when debugging.
+
+2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * lyxstring.C: close to typo fix.
+
+2002-05-02  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * filetools.C: add a using std::getline directive.
+
+2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * lyxstring.C (operator>>): try a new version of the operator>>
+
+2002-04-14  Herbert Voss  <voss@perce.de>
+
+       * 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  <a.leeming@ic.ac.uk>
+
+       * 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  <voss@perce.de>
 
-       * filetools.C (getExtFromContents): get tgif run 
+       * filetools.C (getExtFromContents): get tgif run
 
 2002-04-08  Angus Leeming  <a.leeming@ic.ac.uk>