]> git.lyx.org Git - features.git/blobdiff - ChangeLog
add a setDefaults to GUIRuntime + some const changes in tabular + some c_str to work...
[features.git] / ChangeLog
index 9da00fba2eb5181adac0388e42da06d67568236c..9ec94b0e3f4fb7856e8f9aa0d9b661273a9d9c73 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
 2000-09-18  Lars Gullik Bjønnes  <larsbj@lyx.org>
 
+       * src/tabular.C: some more const to local vars move some loop vars
+       
+       * src/spellchecker.C: added some c_str after some word for pspell
+
+       * src/frontends/GUIRunTime.h: add new static method setDefaults
+       * src/frontends/xforms/GUIRunTime.C (setDefaults): 
+       * src/frontends/kde/GUIRunTime.C (setDefaults): 
+       * src/frontends/gnome/GUIRunTime.C (setDefaults): new method
+
        * src/mathed/math_cursor.C (MacroModeClose): don't call SetName
        with strnew in arg, use correct emptystring when calling SetName.