]> git.lyx.org Git - features.git/blobdiff - ChangeLog
my changes during the holidyas...i expect some compilers to have some problems, but...
[features.git] / ChangeLog
index 122c724526f1bd131b33781bf96644ea66ea2dbf..d31dc98696702a002b21513c498415f783121782 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,107 @@
+2000-01-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * src/BufferView.C: first go at a TextCache to speed up switching
+       between documents.
+
+2000-01-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * lib/examples/ItemizeBullets.lyx: update from Tino Meinen. 
+       * lib/examples/nl_voorbeeld_ruw.lyx: ditto.
+       * lib/examples/nl_voorbeeld_verlyxt.lyx: ditto.
+       * lib/examples/nl_opsommingstekens.lyx: new translation from Tino
+       Meinen.
+       
+       * src/mathed/math_defs.h (MathedRowSt): make sure that all
+       members of the struct are correctly initialized to 0 (detected by
+       purify) 
+       * src/lyxrc.C (LyXRC): ditto for print_adapt_output.
+       * src/insets/figinset.C (InsetFig): ditto for pswid and pshgh.
+
+       * src/insets/figinset.C (sigchldchecker): use "delete" to free a
+       pidwait, since it was allocated with "new". This was potentially
+       very bad. Thanks to Michael Schmitt for running purify for us.
+
+
+2000-01-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * src/lyx_gui_misc.C: add a 'using std::make_pair;' statement.
+
+       * src/lyx_gui_misc.h: add a 'using std::pair;' statement.
+
+1999-12-30  Allan Rae  <rae@lyx.org>
+
+       * lib/templates/IEEEtran.lyx: minor change
+
+       * src/lyxvc.C (registrer, checkIn), src/lyx_cb.C (MenuInsertLabel),
+       src/mathed/formula.C (LocalDispatch): askForText changes
+
+       * src/lyx_gui_misc.[Ch] (askForText): now returns a bool also so we 
+       know when a user has cancelled input. Fixes annoying problems with
+       inserting labels and version control.
+
+1999-12-29  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * src/support/lstrings.C (tostr): rewritten to use strstream and
+       stringstream
+
+1999-12-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * src/support/filetools.C (IsFileWriteable): use fstream to check
+       (IsDirWriteable): use fileinfo to check
+
+       * src/support/filetools.h (FilePtr): whole class deleted
+
+       * src/insets/figinset.C (GetPSSizes): rewritten to use ifstream.
+
+       * src/lyxparagraph.h (readSimpleWholeFile): make arg istream
+
+       * src/lyx_cb.C (InsertAsciiFile): use ifstream instead of FilePtr
+
+       * src/bufferlist.C (write): use ifstream and ofstream instead of
+       FILE*
+
+       * src/Spacing.h: use istrstream instead of sscanf
+
+       * src/mathed/math_defs.h: change first arg to istream from FILE*
+
+       * src/buffer.C (insertLyXFile): use ifstream instead of FilePtr
+
+       * src/mathed/math_parser.C: have yyis to be an istream 
+       (LexGetArg): use istream (yyis)
+       (yylex): ditto
+       (mathed_parse): ditto
+       (mathed_parser_file): first arg istream instead of FILE*, set yyis
+
+       * src/mathed/formula.C (Read): rewritten to use istream
+
+       * src/mathed/formulamacro.C (Read): rewritten to use istream
+
+       * src/lyxlex.h (~LyXLex): deleted desturctor 
+       (getStream): new function, returns an istream
+       (getFile): deleted funtion
+       (IsOK): return is.good();
+
+       * src/lyxlex.C (LyXLex): delete file and owns_file
+       (setFile): open an filebuf and assign that to a istream instead of
+       using FILE*
+       (setStream): new function, takes an istream as arg. 
+       (setFile): deleted function
+       (EatLine): rewritten us use istream instead of FILE*
+       (next): ditto
+       (nextToken): ditto
+
+       * src/table.C (LyXTable): use istream instead of FILE*
+       (Read): rewritten to take an istream instead of FILE*
+
 1999-12-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
 
        * src/buffer.C (Dispatch): remove an extraneous break statement.
 
+       * src/support/filetools.C (QuoteName): change to do simple
+       'quoting'. More work is necessary. Also changed to do nothing
+       under emx (needs fix too).
+       (Putenv): Cast the argument of putenv() with PUTENV_TYPE_ARG.
+
        * acinclude.m4 (STL_STRING_FWD_H_LOCATION): add the comment for
        config.h.in to the AC_DEFINE_UNQUOTED() call.
        (LYX_FUNC_PUTENV_ARGTYPE): new macro. Checks whether putenv()
        * acconfig.h: remove placeholder for STL_STRING_FWD_H_LOCATION;
        remove definition of BZERO.
 
-       * src/support/filetools.C (QuoteName): change to do simple
-       'quoting'. More work is necessary. Also changed to do nothing
-       under emx (needs fix too).
-
 1999-12-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
 
        * src/support/LRegex.C: include <regex.h> if HAVE_REGEX_H is