X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=9cb6d5304736406a3b3ded39e2f7c6b123535eee;hb=de59e7e1140aca41c23e0c6e54fafb5e8c0718e5;hp=800151f1ddcf5531d601cbd44c1721748ccb6c83;hpb=f111129035d30e4146737ec9f48157147133be18;p=lyx.git diff --git a/ChangeLog b/ChangeLog index 800151f1dd..9cb6d53047 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,79 @@ +2000-01-26 Jean-Marc Lasgouttes + + * 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 + + * 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 + + * several files: marked several lines with "DEL LINE", this is + lines that can be deleted without changing anything. + if () // DEL LINE /* this line is _never_ needed. Delete + checks this anyway */ + delete + + * 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 + + * 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 + + * 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 * src/bufferlist.C (write): use blinding fast file copy instead of