]> git.lyx.org Git - lyx.git/blobdiff - ChangeLog
Fix bug in input of characters >127 ; update fr.po ; portability fix to lyxstring.
[lyx.git] / ChangeLog
index 9bb92c724b48f09b3e64f3ccffc76551d8dde33d..12d29fb9712f24e7d5785a1253fcbc5ae3656f63 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,85 @@
+1999-12-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * src/support/lyxstring.C: remove the inline added earlier since
+       they cause a bunch of unsatisfied symbols when linking with dec
+       cxx. Cxx likes to have the body of inlines at the place where they
+       are declared.
+
+       * src/trans.C (AddDeadkey): add an 'unsigned char' cast to avoid
+       accessing negative bounds in array. This fixes the crash when
+       inserting accented characters.
+       * src/trans.h (Match): ditto
+
+       * src/buffer.C (Dispatch): since this is a void, it should not try
+       to return anything...
+
+1999-12-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * src/buffer.h: removed the two friends from Buffer. Some changes
+       because of this. Buffer::getFileName and Buffer::setFileName
+       renamed to Buffer::fileName() and Buffer::fileName(...).
+
+1999-12-09  Lars Gullik Bjønnes <larsbj@lyx.org>
+
+       * buffer.[Ch], BufferView.[Ch] + other files: Moved Buffer::text
+       and Buffer::update(short) to BufferView. This move is currently
+       controlled by a define MOVE_TEXT, this will be removed when all
+       shows to be ok. This move paves the way for better separation
+       between buffer contents and buffer view. One side effect is that
+       the BufferView needs a rebreak when swiching buffers, if we want
+       to avoid this we can add a cache that holds pointers to LyXText's
+       that is not currently in use. 
+
+       * buffer.[Ch], lyx_main.C: small changes to the "-export" patch by
+       André Pönitz. 
+
+1999-11-18  André Pönitz <poenitz@mathematik.tu-chemnitz.de>
+
+       * buffer.[Ch]: Dispatch() - new dispatcher on the buffer level
+
+       * lyx_main.C: new command line option -x (or --execute) and
+         -e (or --export). Now direct conversion from .lyx to .tex
+         (.dvi, .ps, ...) is possible  ('lyx file.lyx --export latex')
+         Unfortunately, X is still needed and the GUI pops up during the
+         process...
+
+1999-12-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * src/Spacing.C: add a using directive to bring stream stuff into
+       normal namespace.
+       * src/paragraph.C: ditto
+       * src/buffer.C: ditto
+
+       * NEWS: updated a bit the new features of 1.1.3 (took a few things
+       from Lars' announcement).
+
+       * lib/examples/nl_voorbeeld_{ruw,verlyxt}.lyx: new tutorial
+       example files from Tino Meinen.
+       
+1999-12-06  Allan Rae  <rae@lyx.org>
+
+       * src/LaTeX.C (runBibTeX): fix typo in accessing submatch pair.
+
+1999-12-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * src/support/lyxstring.C: added a lot of inline for no good
+       reason
+       
+       * src/lyxfont.[Ch]: removed latexWriteStartChanges, and
+       latexWriteEndChanges, they were not used.
+       
+       * src/layout.h (operator<<): output operator for PageSides
+
+       * src/mathed/math_iter.C (my_memcpy): slightly changed.
+
+       * some example files: loaded in LyX 1.0.4 and saved again to update
+       certain constructs (table format) 
+
+       * a lot of files: did the change to use fstream/iostream for all
+       writing of files. Done with a close look at Andre Poenitz's patch.
+
+       * some files: whitespace changes.
+       
 1999-12-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
 
        * src/mathed/math_iter.C (my_memcpy): new function. Since the
        * lib/reLyX/configure.in: make sure that the prefix is set
        correctly in LYX_DIR.
 
-1999-11-18  Andre' Poenitz <poenitz@mathematik.tu-chemnitz.de>
+1999-11-18  André Pönitz <poenitz@mathematik.tu-chemnitz.de>
 
        * src/commandtags.h: introduction of a new tag 'LFUN_SEQUENCE' to
        be used by 'command-sequence' this allows to bind a key to a