]> git.lyx.org Git - features.git/blobdiff - ChangeLog
Angus's insetref-patch and a small fix.
[features.git] / ChangeLog
index c28baaf11ef88bcb49a948ecf1a4aec63de28b55..5be067f48e47fc777da5c70057273472029aadcd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,63 @@
 2000-08-08  Juergen Vigna  <jug@sad.it>
 
+       * src/frontends/xforms/FormRef.h: puting FD_form_ref declaration
+       before Goto toggle declaration, because of compiler warning.
+
+       * src/frontends/xforms/FormRef.C: forgot include of <algorithm>
+
+       * src/lyxfunc.C (MenuNew): small fix.
+
+       * src/lyxrc.C (output): added RC_NEW_ASK_FILENAME tag.
+
        * src/bufferlist.C (newFile):
        * src/lyxfunc.C (MenuNew): use the new_ask_filename tag from lyxrc.
 
        * src/lyxrc.C: added new_ask_filename tag
 
+2000-08-07  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * src/lyx.fd: removed code pertaining to form_ref
+       * src/lyx.[Ch]: ditto
+       * src/lyx_cb.C: ditto
+       * src/lyx_gui.C: ditto
+       * src/lyx_gui_misc.C: ditto
+
+       * src/BufferView_pimpl.C (restorePosition): update buffer only
+       if file has changed
+
+       * src/commandtags.h (LFUN_REFTOGGLE): removed
+       (LFUN_INSERT_REF): renamed LFUN_REF_INSERT
+       (LFUN_REFGOTO): renamed LFUN_REF_GOTO
+       (LFUN_REFBACK): renamed LFUN_REF_BACK
+
+       * src/LyXAction.C: removed code pertaining to LFUN_REFTOGGLE
+       * src/menus.C: ditto
+       * src/lyxfunc.C (Dispatch): ditto.
+       InsertRef dialog is now GUI-independent.
+
+       * src/texrow.C: added using std::endl;
+
+       * src/insets/insetref.[Ch]: strip out large amounts of code.
+       The inset is now a container and this functionality is now
+       managed by a new FormRef dialog
+       
+       * src/frontends/Dialogs.h (showRef, createRef): new signals
+
+       * src/frontends/xforms/FormIndex.[Ch],
+       src/frontends/xforms/FormUrl.[Ch]: workaround an xforms bug
+       when setting dialog's min/max size
+       * src/frontends/xforms/FormIndex.[Ch]: ditto
+
+       * src/frontends/xforms/FormRef.[Ch],
+       src/frontends/xforms/forms/form_ref.fd: new xforms
+       implementation of an InsetRef dialog
+
+       * src/graphics/GraphicsCache.[Ch]: small changes to compile with
+       DEC cxx
+
+       * src/graphics/XPM_Renderer.C (isImageFormatOK):
+       ios::nocreate is not part of the standard. Removed.
+
 2000-08-07  Baruch Even  <baruch.even@writeme.com>
 
        * src/graphics/Renderer.h: