X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=9b18bad7ffd020ee545746fa38b80b29034b0e55;hb=863fff8fb8023aadcb1c4674b14b9b79ac7a0e58;hp=58772aa88632f800cab4eb988d55e7f72cf81139;hpb=8030b42ab0354d4facf1b8ba768ed1059e50cda7;p=lyx.git diff --git a/ChangeLog b/ChangeLog index 58772aa886..9b18bad7ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,73 @@ +1999-11-03 Lars Gullik Bjønnes + + * src/support/lyxstring.C (compare): pass c_str() + (compare): pass c_str + (compare): pass c_str + +1999-11-03 Jean-Marc Lasgouttes + + * src/support/DebugStream.C: was not included correctly. + + * lib/configure: forgot to re-generate it :( I'll make this file + auto generated soon. + +1999-11-03 Lars Gullik Bjønnes + + * acinclude.m4 (cross_compiling): add -fpermissive when gcc 2.95.x + is used. + + * src/support/lyxstring.C: some changes from length() to rep->sz. + avoids a function call. + + * src/support/filetools.C (SpaceLess): yet another version of the + algorithm...now per Jean-Marc's suggestions. + +1999-11-02 Lars Gullik Bjønnes + + * src/support/filetools.C (SpaceLess): new version of the + SpaceLess functions. What problems does this one give? Please + report. + + * images/banner_bw.xbm: made the arrays unsigned char * + +1999-11-02 Jean-Marc Lasgouttes + + * src/support/lyxstring.C (find): remove bogus assertion in the + two versions of find where this has not been done yet. + + * src/support/lyxlib.h: add missing int return type to + lyx::chdir(). + + * src/menus.C (ShowFileMenu): disable exporting to html if no + html export command is present. + + * config/lib_configure.m4: add a test for an HTML converter. The + programs checked for are, in this order: tth, latex2html and + hevea. + + * lib/configure: generated from config/lib_configure.m4. + + * src/lyxfunc.C (Dispatch): update and improve the execution of an + html converter. The parameters are now passed through $$FName and + $$OutName, instead of standard input/output. + + * src/lyxrc.{C,h}: rename \tth_command to \html_command. + + * lib/lyxrc.example: update description of \html_command. + add "quotes" around \screen_font_xxx font setting examples to help + people who use fonts with spaces in their names. + +1999-11-02 Lars Gullik Bjønnes + + * Distribution files: updates for v1.1.2 + + * src/support/lyxstring.C (find): remove bogus assert and return + npos for the same condition. + +1999-11-01 Lars Gullik Bjønnes + + * added patch for OS/2 from SMiyata. + 1999-10-28 Jean-Marc Lasgouttes * src/support/syscall.C (Systemcalls::kill):