]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
64 bit compile fixes.
[lyx.git] / src / ChangeLog
index 6f103e98a4245b6a060f9381c979212fe01d2d4e..e87981e5cfe201f27900599b60afca137f58740f 100644 (file)
@@ -1,21 +1,51 @@
+2004-03-24  Angus Leeming  <leeming@lyx.org>
+
+       64-bit compile fixes.
+
+       * errorlist.[Ch] (pos_start, pos_end): store as lyx::pos_type.
+       (c-tor): pass lyx::pos_types rather than ints.
+
+       * paragraph.[Ch] (beginOfBody, begin_of_body_): return, store as
+       lyx::pos_type.
+
+       * text.C (Delete): compile fix.
+       (getPar): ensure that function declaration is the same as that in
+       the header file.
+
+2004-03-23  Angus Leeming  <leeming@lyx.org>
+
+       * ispell.C (LaunchIspell):
+       * lyx_cb.C (AutoSaveBuffer): change the signature of clone to return
+       a boost::shred_ptr rather than a std::auto_ptr.
+
+2004-03-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * lyxfunc.C (getStatus): handle read-only buffers correctly;
+       handle LFUN_FILE_INSERT_*
+
+       * lyxrc.C (setDefaults, getDescription, output, read): 
+       * lyxrc.h: remove ps_command
+
 2004-03-22  Angus Leeming  <leeming@lyx.org>
 
        * lyx_main.C (error_handler, init): remove handler for SIGPIPE.
        Ensure that error_handler is processed once only and that all data
        is saved before attempting to output any warning messages.
 
+       * cursor.[Ch] (nopos_, noPos): remove unused member variable/function.
+
 2004-03-21  Alfredo Braunstein  <abraunst@lyx.org>
 
        * tabular.C (TeXRow): crash fix (from Kayvan and André)
 
 2004-03-19  André Pönitz  <poenitz@gmx.net>
 
-        * cursor.[Ch] (reset): take main text inset as argument
+       * cursor.[Ch] (reset): take main text inset as argument
 
-        * BufferView: adjust
-        * BufferView_pimpl.C: adjust
+       * BufferView: adjust
+       * BufferView_pimpl.C: adjust
 
-        * paragraph.[Ch]: fix completely broken operator=()
+       * paragraph.[Ch]: fix completely broken operator=()
 
 2004-03-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>