]> git.lyx.org Git - features.git/blobdiff - ChangeLog
removed some warnings, fixed a bug in lyxstring
[features.git] / ChangeLog
index df5c74a7790fc395b7b0840aa40430034ad20201..ffed178dd2f3e37f0f035ca6be1ad9000ce3e007 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 1999-10-23  Lars Gullik Bjønnes  <larsbj@lyx.org>
 
+       * src/lyx_cb.C (addNewlineAndDepth): changed to use string::append.
+
+       * src/support/lyxstring.C (append): fixed something that must be a
+       bug, rep->assign was used instead of rep->append.
+
        * src/support/Makefile.am (libsupport_a_SOURCES): added LIstream.h
        and LOstream.h