]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/ChangeLog
the convert patch
[lyx.git] / src / frontends / xforms / ChangeLog
index 41f69ccc9881456209c55288cf2a9d013e82d6d1..ea035a25a79384ce4840c1df9272c5842217f906 100644 (file)
@@ -1,3 +1,25 @@
+2005-01-27  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * Several files: use convert<> instead of atoi,strToXXX and friends
+
+2005-01-20  Angus Leeming  <leeming@lyx.org>
+
+       * FormPreferences.C: change the tooltip messages to reflect the
+       changed meaning of the $$s placeholder.
+
+2005-01-15  Angus Leeming  <leeming@lyx.org>
+
+       * FormPreferences.C, forms/form_preferences.fd: add an interface
+       to modify LyXRC::path_prefix.
+
+2005-01-13  Angus Leeming  <leeming@lyx.org>
+
+       * FormPreferences.C: code to get/set the value
+       of the Cygwin check box. Compiled only under Cygwin.
+
+       * forms/form_preferences.fd: add a Cygwin paths check box to the
+       Outputs->Misc tab.
+
 2005-01-13  Angus Leeming  <leeming@lyx.org>
 
        * FormPreferences.C: use getString, a safe wrapper around fl_get_input.