]> git.lyx.org Git - lyx.git/blobdiff - ChangeLog
Small fixes notified by Angus and patch from Kayan!
[lyx.git] / ChangeLog
index 6c8f432e980d6a45e0ccdfafefc0401b7b10d6f5..c402ed9426ac22236fe9bfb09848136e1c07cbaa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,311 @@
+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,
+       handle neg values, set min width to 590, add doc about -display  
+
+2000-07-05  Juergen Vigna  <jug@sad.it>
+
+       * src/insets/lyxinset.h: changed Painter & in ascent(), descent()
+       calls to BufferView *.
+
+       * src/insets/insettext.C (checkAndActivateInset): small fix non
+       HIGHLY_EDITABLE insets should not be entered by cursor-move-over!
+
+       * src/insets/insetcommand.C (Read): Fixed as insets should read till
+       their \end_inset token!
+
+2000-07-04  edscott  <edscott@imp.mx>
+
+       * src/lyxrc.C, src/lyxrc.h, src/BufferView_pimpl.C,
+       lib/lyxrc.example: added option \wheel_jump
+
+2000-07-04   R. Lahaye  <lahaye@postech.ac.kr>
+
+       * src/lyx_gui.C src/lyx_main.C: add support for -geometry, and
+       remove support for -width,-height,-xpos and -ypos.
+
+2000-07-01  Dekel Tsur  <dekel@math.tau.ac.il>
+
+       * src/encoding.[Ch]: New files.
+
+       * src/painter.C (text(int,int,XChar2b const *,...)): New method.
+       (text): Call to the underline() method only when needed.
+
+       * src/font.C (XTextWidth16,width(XChar2b const *,...)): New methods.
+
+       * src/buffer.C (makeLaTeXFile): Compute automatically the input
+         encoding(s) for the document.
+
+       * src/bufferparams.C (BufferParams): Changed default value of
+       inputenc to "auto".
+
+       * src/language.C (newLang): Removed.
+       (items[]): Added encoding information for all defined languages.
+
+       * src/lyx_gui.C (create_forms): Added "auto" option to the input
+       encoding choice button.
+
+       * src/lyxrc.h (font_norm_type): New member variable.
+       (set_font_norm_type): New method.
+
+       * src/paragraph.C (TeXOnePar): Put "\inputencoding{}" between
+       paragraphs with different encodings.                          
+
+       * src/text.C (is_arabic, is_nikud, TransformChar): Moved to encoding.C
+       (TransformChar): Changed to work correctly with Arabic points.
+       (draw): Added support for drawing Arabic points.
+       (draw): Removed code for drawing underbars (this is done by
+       the Painter!)
+
+       * src/support/textutils.h (IsPrintableNonspace): New function.
+
+       * src/BufferView_pimpl.h: Added "using SigC::Object".
+       * src/LyXView.h: ditto.
+
+       * src/insets/insetinclude.h (include_label): Changed to mutable.
+
+2000-07-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * src/mathed/math_iter.h: remove empty destructor
+
+       * src/mathed/math_cursor.h: remove empty destructor
+
+       * src/insets/lyxinset.h: add THEOREM_CODE
+
+       * src/insets/insettheorem.[Ch]: new files 
+
+       * src/insets/insetminipage.C: (InsertInset): remove
+
+       * src/insets/insetmarginal.C: inherit from InsetFootLike instead
+       of InsetCollapsable
+       (InsertInset): remove
+
+       * src/insets/insetlist.C: (InsertList): remove
+
+       * src/insets/insetfootlike.[Ch]: new files 
+
+       * src/insets/insetfoot.C: inherit from InsetFootLike instead of
+       InsetCollapsable.
+       (Write): remove
+       (InsertInset): ditto
+
+       * src/insets/insetert.C: remove include Painter.h, reindent
+       (InsertInset): move to header
+
+       * src/insets/insetcollapsable.h: remove explicit from default
+       contructor, remove empty destructor, add InsertInset
+
+       * src/insets/insetcollapsable.C (InsertInset): new func
+
+       * src/insets/Makefile.am (libinsets_la_SOURCES): add new files
+
+       * src/vspace.h: add explicit to constructor
+
+       * src/paragraph.C (SimpleTeXSpecialChars): use \, instead of
+       \textcompwordmark, please test this.
+
+       * src/lyxrc.C: set ascii_linelen to 65 by default
+
+       * src/lyxfunc.C (Dispatch): handle LFUN_INSET_THEOREM
+
+       * src/commandtags.h: add LFUN_INSET_THEOREM
+
+       * src/buffer.C (parseSingleLyXformat2Token): handle insettheorem
+       (makeLinuxDocFile): remove _some_ of the nice logic
+       (makeDocBookFile): ditto
+
+       * src/Painter.[Ch]: (~Painter): removed
+
+       * src/LyXAction.C (init): entry for insettheorem added
+
+       * src/LaTeX.C: get rid of the all_files array, and the TEX_FILES
+       enum
+       (deplog): code to detect files generated by LaTeX, needs testing
+       (deptex): removed
+
+2000-07-03  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * src/FloatList.[Ch]: moved inlines out of line to FloatList.C
+
+2000-07-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * src/LaTeX.C (deplog): Add a check for files that are going to be
+       created by the first latex run, part of the project to remove the
+       all_files array.
+
+       * src/LaTeX.[Ch]: Patch from Baruch to add hebrew table of
+       contents to the extension list.
+
+2000-07-04  Juergen Vigna  <jug@sad.it>
+
+       * src/text.C (NextBreakPoint): added support for needFullRow()
+
+       * src/insets/lyxinset.h: added needFullRow()
+
+       * src/insets/insetcollapsable.C: redone now this uses a text-inset
+       and isn't one.
+
+       * src/insets/insettext.C: lots of changes for update!
+
+2000-07-03 Angus Leeming <a.leeming@ic.ac.uk>
+
+       * src/LaTeXFeatures.h: add a missing std:: qualifier.
+
+2000-07-02 José Abílio Matos <jamatos@fep.up.pt>
+
+       *  src/insets/insetinclude.C (InsetInclude): fixed
+       initialization of include_label.
+       (unique_id): now returns a string.
+
+2000-07-01 José Abílio Matos <jamatos@fep.up.pt>
+
+       * src/LaTeXFeatures.h: new member IncludedFiles, for
+       a map of key, included file name.
+
+       * src/LaTeXFeatures.C (getIncludedFiles): returns a string
+       with the included files for inclusion in SGML preamble,
+       i. e., linuxdoc and docbook.
+
+       * src/buffer.h:
+       * src/buffer.C (makeLinuxDocFile): takes two new arguments,
+       nice (is the generated linuxdoc code to be exported?), that
+       allows to remove column, and only_body that will be true for
+       slave documents. Insets are allowed inside SGML font type.
+       New handling of the SGML preamble for included files.
+       (makeDocBookFile): the same for docbook.
+
+       * src/insets/insetinclude.h:
+       * src/insets/insetinclude.C (Validate): keeps a list of included files.
+       (Linuxdoc): 
+       (DocBook): new export methods.
+
+       * src/lyx_cb.C: adjust to the new calling sequence for makeLinuxDocFile
+       and makeDocBookFile.
+
+       * src/lyx_main.C (easyParse): accept linuxdoc and docbook as
+       formats to export with command line argument -x.
+
+2000-06-29  Juergen Vigna  <jug@sad.it>
+
+       * src/mathed/formula.C (LocalDispatch): changed only-cursor-movements
+       to return DISPATCHED_NOUPDATE so that a it does not redraw the inset!
+
+       * src/text.C (GetVisibleRow): added 'bool cleared' parameter as the
+       region could already been cleared by an inset!
+
 2000-06-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
 
        * src/BufferView_pimpl.h: remove member variables lyx_focus and