]> git.lyx.org Git - lyx.git/blobdiff - ChangeLog
Small fixes + literate patch
[lyx.git] / ChangeLog
index d2cf17c17655577135df7263ad907f302c872945..028cc1c495a52460fc38be63ac4c59539f7d7c65 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,123 @@
+2000-07-13  Juergen Vigna  <jug@sad.it>
+
+       * lib/examples/Literate.lyx: small patch!
+
+       * src/insets/insetbib.C (Read): added this function because of wrong
+       Write (without [begin|end]_inset).
+
+2000-07-11  Juergen Vigna  <jug@sad.it>
+
+       * src/BufferView2.C (open_new_inset): changed to a bool returnvalue
+       as the insertInset could not be good!
+
+       * src/screen.C (ToggleSelection): fixed toggle selection bug as
+       the bool param should not be last.
+
+2000-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * sigc++/configure.in: fix bug in threading-related code (Yes, I
+       did submit that to Karl).
+
+       * configure.in: use -isystem instead of -I for X headers. This
+       fixes a problem on solaris with a recent gcc; 
+       put the front-end code after the X detection code;
+       configure in sigc++ before lib/
+
+       * src/lyx_main.C (commandLineHelp): remove -display from command
+       line help.
+
+2000-07-09  Kayvan A. Sylvan  <kayvan@sylvan.com>
+
+       * lib/Makefile.am: added lib/build-listerrors to DIST tarfile.
+       Also put in Makefile rules for building the ``listerrors''
+       program for parsing errors from literate programs written in LyX.
+
+       * lib/build-listerrors: Added small shell script as part of compile
+       process. This builds a working ``listerrors'' binary if noweb is
+       installed and either 1) the VNC X server is installed on the machine,
+       or 2) the user is compiling from within a GUI. The existence of a GUI
+       is necessary to use the ``lyx --export'' feature for now. This
+       hack can be removed once ``lyx --export'' no longer requires a GUI to
+       function.
+
+2000-07-09  Bernard Michael Hurley <bernardh@westherts.ac.uk>
+
+       * lib/examples/Literate.lyx, src/Literate.[Ch]: Error messages are
+       now passed back correctly from gcc and placed "under" error
+       buttons in a Literate LyX source.
+
+2000-07-08  Dekel Tsur  <dekel@math.tau.ac.il>
+
+       * src/text.C (GetColumnNearX): Better behavior when a RTL
+       paragraph is ended by LTR text.
+
+       * src/text2.C (SetCurrentFont,CursorLeftIntern,CursorRightIntern):
+       Ditto
+
+2000-07-08  Dekel Tsur  <dekel@math.tau.ac.il>
+
+       * src/WorkArea.C  (request_clipboard_cb): Set clipboard_read to
+        true when clipboard is empty.
+                                        
+2000-07-08  Dekel Tsur  <dekel@math.tau.ac.il>
+
+       * text.C (Backspace): Prevent rebreaking of a row if it is the last
+       row of the paragraph.
+       (SetHeightOfRow): Call to PrepareToPrint with 7th argument = false 
+       to prevent calculation of bidi tables
+
+2000-07-07  Juergen Vigna  <jug@sad.it>
+
+       * src/screen.C (ToggleSelection): added y_offset and x_offset
+       parameters.
+
+       * src/insets/insettext.C (InsetMotionNotify): fixed selection with
+       mouse.
+
+       * src/text.C (GetVisibleRow): fixed selection drawing in insets.
+
+       * src/insets/insettext.C: fixed Layout-Display!
+
+2000-07-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * configure.in: add check for strings.h header.
+
+       * src/spellchecker.C: include <strings.h> in order to have a
+       definition for bzero().
+
+2000-07-07  Juergen Vigna  <jug@sad.it>
+
+       * src/insets/insettext.C (draw): set the status of the bv->text to
+       CHANGED_IN_DRAW if top_x changed and so a reinit is necessary.
+
+       * src/screen.C (DrawOneRow): 
+       (DrawFromTo): redraw the actual row if something has changed in it
+       while drawing.
+
+       * src/text.C (draw): call an update of the toplevel-inset if something
+       has changed inside while drawing.
+
+       * src/lyxtext.h: added CHANGED_IN_DRAW status.
+
+2000-07-06  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * src/insets/insetbib.[Ch] (callback) new method, moving callback
+       processing inside class.
+
+       * src/insets/insetindex.[Ch] (callback) new method, moving callback
+       processing inside class.
+
+       * src/insets/insetindex.h new struct Holder, consistent with other
+       insets.
+
+       * src/insets/insetcite.[Ch] and elsewhere: stripped out xforms
+       citation dialog from main code and placed it in src/frontends/xforms.
+       Dialog launched through signals instead of callbacks
+       
+2000-07-06  R. Lahaye  <lahaye@postech.ac.kr>
+
+       * lyx.man: update the options description.
+
 2000-07-05  R. Lahaye  <lahaye@postech.ac.kr>
 
        * src/lyx_gui.C src/lyx_main.C: improve the -geometry support,