]> git.lyx.org Git - lyx.git/blobdiff - ChangeLog
Various fixes and added some functionallity to insettabular.
[lyx.git] / ChangeLog
index fee44adcaea7c8930250ca6308dfeab7cc437b05..882d4812e69be8c20c19cb4fef0b5faeca2e0b3b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,55 @@
+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
@@ -9,9 +61,7 @@
 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