]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
mathed31.diff
[lyx.git] / src / ChangeLog
index ea479d722b1898358a0962a22517e7d36cd53350..001068ecf9c089707ccee9250f9813b461bceb90 100644 (file)
@@ -1,3 +1,134 @@
+2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
+
+2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
+       whether to run bibtex.
+
+2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * Makefile.am (lyx_SOURCES): Remove BackStack.h
+
+2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * Makefile.am (lyx_SOURCES): removed bibforms.h
+
+       * vspace.h: doxygen
+
+       * text.C (GetVisibleRow): make several local vars const
+
+       * tabular.C: small cleanup.
+
+       * lyxserver.C (callback): use compare instead of strncmp
+
+       * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
+       inlines to after class or to paragraph.C
+
+       * lyxfont.h: remove friend operator!=
+
+       * converter.h: move friend bool operator< to non friend and after
+       class def.
+
+       * combox.h: small cleanup
+
+       * buffer.h: doxygen, remove unused constructor, move inclas inlies
+       to inlines after class def.
+
+       * buffer.C (pop_tag): use string operations instead of strcmp
+
+       * bmtable.c: doxygen, small cleanup
+
+       * LaTeX.h: remove friend operator==
+
+2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * screen.C: 
+       * lyxrc.[Ch]:
+       * lyxfunc.C: 
+       * lyxfont.[Ch]: 
+       * lyx_cb.C: 
+       * intl.[Ch]: 
+       * commandtags.h: 
+       * buffer.C: 
+       * WorkArea.[Ch]: 
+       * LyXAction.C: 
+       * BufferView_pimpl.C:
+       * BufferView.[Ch]: remove cruft
+
+2001-02-14  Juergen Vigna  <jug@sad.it>
+
+       * lyxfunc.C: removed #if 0 unused code
+
+       * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
+
+       * BufferView_pimpl.C (update): set updatestatus of inset if needed.
+
+       * text2.C (SetSelection): added a BufferView * parameter
+
+2001-02-13  Juergen Vigna  <jug@sad.it>
+
+       * lyxfunc.C (Dispatch): fixed protected blank problem.
+       * BufferView2.C (protectedBlank): added LyxText * parameter.
+
+       * tabular.C (AppendRow): forgot to set row_info of newly added row.
+       (AppendColumn): same as above for column_info.
+
+       * lyxfunc.C (Dispatch): supported some more functions in InsetText.
+       (moveCursorUpdate): use a LyXText param for support of InsetText.
+
+       * BufferView_pimpl.C (doubleClick): added support for InsetText.
+       (tripleClick): ditto
+
+       * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
+
+       * BufferView_pimpl.C (update): added LyXText param to honor insets.
+
+       * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
+
+       * text2.C (SetSelection): set correct update status if inset_owner
+       (ToggleFree): ditto
+
+2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * tabular.C: remove some commented code.
+
+2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
+
+       * BufferView_pimpl.C: call hideSplash()
+
+       * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
+
+       * include_form.h:
+       * bibforms.h: remove
+
+       * lyxfunc.C:
+       * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
+         add LFUN_CHILD_CREATE
+
+       * counters.h: fix tiny typo
+       
+       * lyx_cb.C:
+       * lyx.h:
+       * lyx_gui.C:
+       * lyx.C: move splash to frontends/xforms/
+
+       * lyx_gui_misc.C: move Include and Bibform to frontends
+
+       * lyxvc.h: clarify comment
+
+       * vspace.C: tiny housekeeping
+
+2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * text.C (PrepareToPrint): RTL Fix.
+
+       * paragraph.C (GetUChar): New method.
+       (String):  Use GetUChar.
+
+       * buffer.C (asciiParagraph): Use GetUChar.
+
 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
 
        * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.