]> git.lyx.org Git - lyx.git/blobdiff - ChangeLog
encoding + etc patch from dekel
[lyx.git] / ChangeLog
index 43bd61b642c4c9048611ac50803617dbb3db83d0..5cbbc3482372ceeb09c60c3d102949c9487467e0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,46 @@
+2000-07-19  Dekel Tsur  <dekel@math.tau.ac.il>
+
+       * src/Painter.C (text): Added code for using symbol glyphs from
+       iso10646 fonts. Currently diabled.
+
+       * src/encoding.C: Added new encodings: iso8859_3,iso8859_9 and
+       symbol_encoding.
+
+       * src/language.C (initL): Fixed encodings for esperanto,lsorbian,
+       magyar,turkish and usorbian.
+
+       * src/paragraph.C (isMultiLingual): Made more efficient.
+
+       * src/mathed/formula.C (LocalDispatch): Fixed behavior of greek
+       keyboard.
+
+       * src/mathed/math_symbols.C (math_insert_greek): Changed to use
+       LocalDispatch(..,LFUN_SELFINSERT,..) instead of math_insert_symbol().
+       Also changed the prototype to "bool math_insert_greek(char)".
+                                                                       
+2000-07-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * lots of files: apply the NEW_INSETS on all code that will not be
+       needed when we move to use the new insets. Enable the define in
+       lyxparagrah.h to try it.
+       
+       * src/insets/insettabular.C (cellstart): change to be a static
+       inline function
+       (InsetTabular): initialize buffer in the initializer list.
+
+2000-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * src/frontends/xforms/FormPrint.[Ch] : moved #include
+       form_print.h out of the header file. Replaced with forward
+       declarations of the relevant struct.
+
+       * src/frontends/xforms/FormPreferences.[Ch] : ditto for
+       form_preferences.h.
+
+       * src/commandtags.h: do not include "debug.h" which does not
+       belong there. #include it in some other places because of this
+       change. 
+
 2000-07-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
 
        * src/insets/insetcaption.C: add a couple "using" directives.