]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
64 bit compile fixes.
[lyx.git] / src / ChangeLog
index 70a09dc14a9a8e6ab98c561a1286bccb424fb7c7..e87981e5cfe201f27900599b60afca137f58740f 100644 (file)
@@ -1,3 +1,38 @@
+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>
 
 
 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
-
-        * paragraph.[Ch]: fix completely broken operator=()
+       * BufferView: adjust
+       * BufferView_pimpl.C: adjust
 
+       * paragraph.[Ch]: fix completely broken operator=()
 
 2004-03-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
 
        * LColor.C (getFromLyXName): make sure that the color name is used
        as lowercase.
+
 2004-03-17  Angus Leeming  <leeming@lyx.org>
 
        * lfuns.h:
@@ -36,7 +71,7 @@
 
 2004-03-11  André Pönitz  <poenitz@gmx.net>
 
-       * buffer.[Ch]: use InsetText instead of LyXText as container for 
+       * buffer.[Ch]: use InsetText instead of LyXText as container for
        the main lyx text.
 
        * dociterator.[Ch]: drop the BufferView * member which is not needed
        * text.C:
        * text2.C:
        * rowpainter.C:
-       * BufferView_pimpl.C: rename textwidth -> maxwidth, 
+       * BufferView_pimpl.C: rename textwidth -> maxwidth,
        prepareToPrint -> computeRowMetrics and remove textWidth accessor.
 
 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
 
 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
 
-       * FontIterator.[Ch]: move FontIterator from lyxtext.h/text.C to here 
+       * FontIterator.[Ch]: move FontIterator from lyxtext.h/text.C to here
 
 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
 
-       * lyxtext.h: add FontIterator class 
+       * lyxtext.h: add FontIterator class
 
        * text.C (FontIterator, operator*, operator->, operator++): add
        (rowBreakPoint, setRowWidth): adjust (fixing a
 2004-02-04  André Pönitz  <poenitz@gmx.net>
 
        * BufferView.[Ch] (insertInset):
-       * BufferView_pimpl.[Ch] (insertInset): remove unneeded return value 
+       * BufferView_pimpl.[Ch] (insertInset): remove unneeded return value
 
        * text2.C:
        * text3.C: adjust
 
 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
 
-       * BufferView_pimpl.C (dispatch): remove call to LCursor::dispatch 
+       * BufferView_pimpl.C (dispatch): remove call to LCursor::dispatch
        on the default clause of the switch
-       * lyxfunc.C (dispatch): call BufferView::dispatch if the event 
+       * lyxfunc.C (dispatch): call BufferView::dispatch if the event
        wasn't catched by LCursor::dispatch
 
 2004-02-03  André Pönitz  <poenitz@gmx.net>
 
        * lyxfunc.C: adjust
 
-       * lyxtext.h (firstPar, lastPar): remove dead functions 
+       * lyxtext.h (firstPar, lastPar): remove dead functions
 
        * text.C:
        * text2.C: