]> git.lyx.org Git - lyx.git/blobdiff - ChangeLog
Various fixes and added some functionallity to insettabular.
[lyx.git] / ChangeLog
index 782bccc51d9a721f7c4ff243823042e96e2e2bb6..882d4812e69be8c20c19cb4fef0b5faeca2e0b3b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,122 @@
+2000-05-22  Juergen Vigna  <jug@sad.it>
+
+       * src/insets/insettabular.C (LocalDispatch): added some more cursor
+       movement support (Up/Down/Tab/Shift-Tab).
+       (LocalDispatch): added also preliminari cursor-selection.
+
+       * src/LyXAction.C (init): added SHIFT-Tab as tab-backward.
+
+       * src/paragraph.C (PasteParagraph): Hopefully now right!
+
+2000-05-22  Garst R. Reese  <reese@isn.net>
+
+       * layouts/hollywood.layout, broadway.layout : move Dialogue to top
+        of list, change all references to Environment to Command
+       * tex/hollywood.cls : rewrite environments as commands, add 
+       \uppercase to interiorshot and exteriorshot to force uppecase.
+       * tex/broadway.cls : rewrite environments as commands. Tweak
+       whitespace.
+
+2000-05-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * src/menus.C (Add_to_toc_menu): fix the code which limits the
+       size of items: use a constant intead of the hardcoded 40, and more
+       importantly do not remove the %m and %x tags added at the end.
+       (Add_to_refs_menu): use vector::size_type instead of
+       unsigned int as basic types for the variables. _Please_ do not
+       assume that size_t is equal to unsigned int. On an alpha, this is
+       unsigned long, which is _not_ the same.
+
+       * src/language.C (initL): remove language "hungarian", since it
+       seems that "magyar" is better.
+
+2000-05-22  Juergen Vigna  <jug@sad.it>
+
+       * src/CutAndPaste.C: hopefully fixed memory the problem defenitively!
+
+       * src/tabular.C (OldFormatRead): added \end_deeper to the end LyXTable
+       end markers!
+
+       * src/paragraph.C (PasteParagraph): Possibly a memory leak as
+       next was deleted but not set to 0.
+
+2000-05-21  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * src/language.C (initL): change the initialization of languages
+       so that compiles goes _fast_.
+
+       * src/menus.C (Add_to_toc_menu): limit the line length in TOC to
+       40 chars.
+
+       * src/lyxfunc.C (processKeyEvent): initalize keysym_return to 0.
+
+2000-05-21  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * release 1.1.5pre3
+
+2000-05-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * src/WorkArea.C (request_clipboard_cb): give "C" linkage.
+
+2000-05-19  Dekel Tsur  <dekel@math.tau.ac.il>
+
+       * src/commandtags.h
+       * src/LyXAction.C
+       * src/lyxfunc.C (Dispatch): Added LFUN_LOFVIEW, LFUN_LOTVIEW
+       and LFUN_LOAVIEW
+       
+       * src/insets/insetlo*.[Ch]: Made editable
+
+2000-05-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * src/text2.C (SetSelection): call BufferView::stuffClipboard with
+       the current selection.
+
+       * src/BufferView_pimpl.C (stuffClipboard): new method
+
+       * src/BufferView.C (stuffClipboard): new method
+
+       * src/paragraph.C (String): new method
+
+       * src/LColor.C (getFromLyXName): return LColor::inherit instead of
+       LColor::ignore when lyxname is not found.
+
+       * src/BufferView.C (pasteSelection): new method
+
+       * src/BufferView_pimpl.C (pasteSelection): new method
+
+       * src/lyxfunc.C (Dispatch): use the new clipboard functions.
+
+       * src/WorkArea.C (request_clipboard_cb): new static function
+       (getClipboard): new method
+       (putClipboard): new method
+
+2000-05-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * LyX 1.1.5pre2 released
+
+2000-05-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * src/vspace.C (operator=): removed
+       (operator=): removed
+
+       * src/lyx_gui_misc.C (askForText): manually set the type in make_pair
+
+       * src/layout.C (NumberOfClass): manually set the type in make_pair
+       (NumberOfLayout): ditto
+
+       * src/language.C: use the Language constructor for ignore_lang
+
+       * src/language.h: add constructors to struct Language
+
+       * src/BufferView_pimpl.C (scrollDown): change to pair<float, float>
+
+       * src/text2.C (SetCursorIntern): comment out #warning
+
+       * src/mathed/math_symbols.C (pixmapFromBitmapData): add const_cast
+
+       * src/mathed/math_iter.h: initialize sx and sw to 0
+
 2000-05-10  Dekel Tsur  <dekel@math.tau.ac.il>
 
        * forms/lyx.fd: Redesign of form_ref