]> git.lyx.org Git - lyx.git/blobdiff - ChangeLog
Small bug in reLyX wrapper generation.
[lyx.git] / ChangeLog
index a6aefa1d366b16052c8e0822083819323197d8f5..9cb6d5304736406a3b3ded39e2f7c6b123535eee 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,167 @@
+2000-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * lib/reLyX/reLyX.in: use variable @LYX_DIR@ as built-in data
+       directory. 
+
+       * lib/reLyX/configure.in (LYX_DIR): re-introduce this variable
+       that I removed earlier... It is really needed.
+
+       * lib/examples/multicol.lyx: new file, splitted from Extended.lyx. 
+
+2000-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * INSTALL: update xforms home page URL.
+
+       * lib/configure.m4: fix a bug with unreadable layout files.
+
+       * src/table.C (calculate_width_of_column): add "using std::max"
+       directive. 
+
+2000-01-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * several files: marked several lines with "DEL LINE", this is
+       lines that can be deleted without changing anything.
+       if (<ptr>) // DEL LINE  /* this line is _never_ needed. Delete
+                                  checks this anyway */
+               delete <ptr>
+
+       * src/insets/insetlatexaccent.C: Changed some debugs to Debug::KEY
+
+       * src/DepTable.C (update): add a "+" at the end when the checksum
+       is different. (debugging string only)
+
+       * src/paragraph.C (ReturnNextInsetPointer): fix bug that caused
+       the next inset to not be displayed. This should also fix the list
+       of labels in the "Insert Crossreference" dialog.
+
+2000-01-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * src/support/LSubstring.C (LSubstring): set pos to string::npos
+       when regex was not found.
+
+       * src/support/lstrings.C (lowercase): use handcoded transform always.
+       (uppercase): ditto
+
+       * src/text.C (Delete): fixed the crash. cursor.par->prev and
+       old_cursor.par->prev could be 0.
+
+       * several files: changed post inc/dec to pre inc/dec
+       
+       * src/lastfiles.C (writeFile): use ostream_iterator and copy to
+       write the lastfiles to file.
+
+       * src/BufferView.C (buffer): only show TextCache info when debugging
+       (buffer): ditto
+       (resizeCurrentBuffer): ditto
+       (workAreaExpose): ditto
+
+       * lib/kbd/iso8859-7.cdef: changed to new quoting scheme
+
+       * lib/kbd/iso8859-2.cdef: changed to new quoting scheme
+
+       * src/insets/insetlatexaccent.C (Draw): make the display of UMLAUT
+       a bit better by removing the special case for \i and \j.
+
+2000-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * src/lyx_main.C (easyParse): remove test for bad comand line
+       options, since this broke all xforms-related parsing.
+
+       * src/kbmap.C (getsym): set return type to unsigned long, as
+       declared in header. On an alpha, long is _not_ the same as int.
+
+       * src/support/LOstream.h: add a "using std::flush;"
+
+       * src/insets/figinset.C: ditto.
+
+2000-01-21  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * src/bufferlist.C (write): use blinding fast file copy instead of
+       "a char at a time", now we are doing it the C++ way.
+
+       * src/insets/figinset.C: get rid of struct pidwaitpit, use a
+       std::list<int> instead.
+       (addpidwait): reflect move to std::list<int>
+       (sigchldchecker): ditto
+
+       * src/bmtable.c (fl_set_bmtable_file): have arguments in the X r5
+       version also. 
+
+       * src/paragraph.C (FirstPhysicalPar): remove assert and comment
+       that obviously was wrong...
+
+       * src/lyxfont.C (textWidth): have c as char c[2] instead of char
+       c, this avoids warnings with purify and islower.
+
+       * src/insets/figinset.C: rename struct queue to struct
+       queue_element and rewrite to use a std::queue. gsqueue is now a
+       std::queue<queue_element>
+       (runqueue): reflect move to std::queue
+       (addwait): ditto
+
+       * src/support/lstrings.h (tostr): specialize for bool, otherwise
+       we would get "1" "0" instead of "true" "false. Also make the tostr
+       functions inline.
+
+2000-01-21  Juergen Vigna  <jug@sad.it>
+
+       * src/buffer.C (writeFileAscii): Disabled code for special groff
+       handling of tabulars till I fix this in table.C
+
+2000-01-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * src/support/mkdir.C (mkdir): change second argument of mkdir to
+       unsigned long int.
+       * src/support/lyxlib.h: ditto.
+
+2000-01-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * src/insets/insetlatexaccent.C (Draw): make accents on top of 'i'
+       and 'j' look better. This might fix the "macron" bug that has been
+       observed.
+
+       * src/support/lstrings.[Ch] (tostr): reimplement all the tostr
+       functions as one template function. Delete the old versions.
+
+       * src/support/lyxsum.C: move using std::ifstream inside
+       MODERN_STL_STREAMS
+
+       * src/support/Makefile.am (libsupport_la_SOURCES): added mkdir.C
+       and putenv.C
+
+       * src/mathed/formulamacro.C: delete #include "bufferlist.h" never used
+
+       * src/mathed/formula.C: delete #include "bufferlist.h" never used
+
+       * src/insets/figinset.C (InitFigures): use new instead of malloc
+       to allocate memory for figures and bitmaps.
+       (DoneFigures): use delete[] instead of free to deallocate memory
+       for figures and bitmaps.
+       (runqueue): use new to allocate 
+       (getfigdata): use new/delete[] instead of malloc/free
+       (RegisterFigure): ditto
+
+       * some files: moved some declarations closer to first use, small
+       whitespace changes use preincrement instead of postincrement where
+       it does not make a difference.
+       
+       * src/kbmap.[Ch]: delete code according to define NO_HASH, it is a
+       step on the way to use stl::containers for key maps. 
+
+       * src/bufferlist.h: add a typedef for const_iterator and const
+       versions of begin and end.
+
+       * src/bufferlist.[Ch]: change name of member variable _state to
+       state_. (avoid reserved names)
+       (makePup): removed
+       (getFileNames): returns the filenames of the buffers in a vector.
+
+       * configure.in (ALL_LINGUAS): added ro
+
+       * src/support/putenv.C: new file
+
+       * src/support/mkdir.C: new file
+
 2000-01-20  Allan Rae <rae@lyx.org>
 
        * lib/layouts/IEEEtran.layout: Added several theorem environments
        * lib/doc/LaTeXConfig.lyx.in:  Use URL insets for ftp sites 
        (except for those in footnotes of course)
 
+2000-01-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * src/lyxlookup.C (CloseLyXLookup): set xic=0; after destruction. 
+
+       * src/mathed/math_utils.C (MathedLookupBOP): rewrite to use
+       std::sort and std::lower_bound instead of qsort and handwritten
+       binarysearch.
+       (struct compara): struct that holds the functors used by std::sort
+       and std::lower_bound in MathedLookupBOP.
+
 2000-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
 
        * src/support/LAssert.h: do not do partial specialization. We do