]> git.lyx.org Git - lyx.git/blobdiff - ChangeLog
up the version + cvs
[lyx.git] / ChangeLog
index 58772aa88632f800cab4eb988d55e7f72cf81139..9b18bad7ffd020ee545746fa38b80b29034b0e55 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,73 @@
+1999-11-03  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * src/support/lyxstring.C (compare): pass c_str()
+       (compare): pass c_str
+       (compare): pass c_str
+
+1999-11-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * src/support/DebugStream.C: <config.h> 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  <larsbj@lyx.org>
+
+       * 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  <larsbj@lyx.org>
+
+       * 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  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * 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  <larsbj@lyx.org>
+
+       * 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  <larsbj@lyx.org>
+
+       * added patch for OS/2 from SMiyata.
+
 1999-10-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
 
        * src/support/syscall.C (Systemcalls::kill):