]> git.lyx.org Git - features.git/blobdiff - ChangeLog
Big cleanup of xforms popups from Angus
[features.git] / ChangeLog
index 491f7fdf2b8d26f76efe55c588984c106b735309..420c73a3a58721db8a59ad9158f144d20e9482d2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,91 @@
+2000-10-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * src/minibuffer.C: add "using SigC::slot" statement.
+
+2000-10-25  Angus Leeming <a.leeming@ic.ac.uk>
+
+       * src/frontends/xforms/forms/README: updated section about make.
+
+       * src/frontends/xforms/forms/form_*.fd: lots and lots of shortcuts.
+       Tidied some forms up, made two of form_tabular's tabs more
+       self-consistent, fixed Jean-Marc's size problem in form_preferences,
+       fixed translation problem with "Column".
+       
+2000-10-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * src/minibuffer.h: use Timeout instead of the xforms timer
+       object. 
+       (setTimer) rewrite for the Timeout, change to unsigned arg
+       (set): change to unsigned timer arg
+       (TimerCB): remove
+
+       * src/minibuffer.C (TimerCB): removed func 
+       (C_MiniBuffer_TimerCB): removed func 
+       (C_MiniBuffer_ExecutingCB): rewrite to not depend on TimerCB
+       (peek_event): use a switch statement
+       (add): don't use fl_add_timer.
+       (Set): rewrite to use the Timeout
+       (Init): ditto
+
+       * src/Timeout.[Ch] (setType): return a Timeout &
+       (setTimeout): ditto, change to unsigned arg for timeout
+
+2000-10-25  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * src/mathed/formula.C (mathed_string_width): Use string instead
+       of a constant size char array.
+                                      
+2000-10-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * src/frontends/ButtonPolicies.h: remove the LOstream and remove
+       the two recently added operator<< for SMInput and State.
+
+       * src/frontends/ButtonPolicies.C (PreferencesPolicy): cast
+       SMI_TOTAL to int.
+       (OkCancelPolicy): ditto
+       (OkCancelReadOnlyPolicy): ditto
+       (NoRepeatedApplyReadOnlyPolicy): ditto
+       (OkApplyCancelReadOnlyPolicy): ditto
+       (OkApplyCancelPolicy): ditto
+       (NoRepeatedApplyPolicy): ditto
+
+2000-10-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * src/frontends/ButtonPolicies.h: include "support/LOstream.h" and
+       add the usual std:: qualifiers.
+
+2000-10-25  Juergen Vigna  <jug@sad.it>
+
+       * src/screen.C (ShowManualCursor): fixed another uint -> int problem.
+
+2000-10-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * src/support/filetools.C (MakeRelPath): change some types to
+       string::size_type 
+
+       * src/frontends/ButtonPolicies.h (operator<<): new operator for
+       ButtonPolicy::SMInput and ButtonPolicy::State.
+
+       * src/FontLoader.C (reset): small cleanup
+       (unload): small cleanup
+
+       * src/FontInfo.C (getFontname): initialize error to 10000.0
+
+2000-10-24  Angus Leeming <a.leeming@ic.ac.uk>
+       
+       * src/frontends/xforms/FormPreferences.[Ch]:
+       * src/frontends/xforms/forms/form_preferences.fd: added spell checker,
+       TeX encoding and default paper size sections.
+       
+2000-10-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * src/frontends/xforms/FormTabularCreate.C: add missing #pragma
+       implementation 
+
+       * src/frontends/xforms/FormError.C (disconnect): use erase() to
+       make the message_ empty.
+       (FormError): don't initialize message_ in initializer list.
+
 2000-10-24  Angus Leeming <a.leeming@ic.ac.uk>
        
        * src/frontends/xforms/FormInset.[Ch]: Aieeeeee! Ok, I'm an idiot.