]> git.lyx.org Git - lyx.git/blobdiff - ChangeLog
encoding + etc patch from dekel
[lyx.git] / ChangeLog
index ce40cad40074fe6ed38cbec0934b7d8f2bde779f..5cbbc3482372ceeb09c60c3d102949c9487467e0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,96 @@
+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.
+
+       * src/toolbar.C (add): get the help text directly from lyxaction.
+       (getPixmap): nuked.
+       (setPixmap): new function. Loads from disk and sets a pixmap on a
+       botton; the name of the pixmap file is derived from the command
+       name. 
+
+       * src/toolbar.h: remove members isBitmap and pixmap from
+       toobarItem struct. 
+
+       * lib/images/*.xbm *_bw.xpm: remove (not used any more).
+       * lib/images/: move many files from images/banner.xpm.
+
+       * src/lyx_gui.C (create_forms): read banner pixmap from file.
+
+       * src/lyx_gui.C (create_forms): remove TWO_COLORS_ICONS support.
+       * src/toolbar.C: ditto.
+       * configure.in: ditto.
+       * INSTALL: document. 
+
+       * src/spellchecker.C (ShowSpellChecker): use CancelCloseCB when
+       the spellchecker popup is closed from the WM.
+
+2000-07-19  Juergen Vigna  <jug@sad.it>
+
+       * src/insets/insetfloat.C (Write): small fix because we use the
+       insetname for the type now!
+
+2000-07-18  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * src/frontends/xforms/forms/form_citation.fd: object sizes are
+       now set here
+
+       * src/frontends/Dialogs.h: removed hideCitation signal
+
+       * src/insets/insetcite.h: added hide signal
+
+       * src/insets/insetcite.C (~InsetCitation): emits new signal
+       (getScreenLabel): "intelligent" label should now fit on the screen!
+
+       * src/frontends/xforms/FormCitation.[Ch] (hideInset): removed
+
+       * src/frontends/xforms/FormCitation.C (showInset): connects
+       hide() to the inset's hide signal
+       (show): modified to use fl_set_object_position rather than
+       fl_set_object_geometry wherever possible
+       
 2000-07-18  Lars Gullik Bjønnes  <larsbj@lyx.org>
 
        * src/insets/lyxinset.h: add caption code