]> 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 4fd0fbff11825e626231260b0b4a029b8574aef1..79814a38e82c3a130095d1606f42d0c7328bf11b 100644 (file)
@@ -1,3 +1,58 @@
+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
+
+2002-04-08  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * filetools.C (getExtFromContents): re-format a little and remove
+       replicated "sgi" entry.
+
+2002-04-07  Herbert Voss  <voss@perce.de>
+
+       * filetools.[Ch]: add readBB_from_PSFile() to make bb available
+       for the lyx-view in graphics (moved from ControlGraphics)
+
+2002-04-07  Herbert Voss  <voss@perce.de>
+
+       * filetools.C: fix bug for eps. scans now a whole line
+
+2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * lyxstring.C (operator>>): use the better solution, this fixes a
+       "not able to read '\0'" bug.
+
 2002-04-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * translator.h: add missing typename