]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/ChangeLog
Lars says _(_(b)) is a bug ... fix
[lyx.git] / src / frontends / ChangeLog
index 07317cff66206358506aa323316026ef351c6dd8..6029d4177295168d379e5f43d7418e37720d6d57 100644 (file)
@@ -1,3 +1,71 @@
+2002-11-17  John Levon  <levon@movementarian.org>
+
+       * FileDialog.h: split Select() into open()/save() for
+         benefit of Qt
+2002-11-01  Herbert Voss  <voss@perce.de>
+       * ControlGraphics.C: "Default" is now a part of the rotate-list
+2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * lyx_gui.h: do not use std:: on string
+
+2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * lyx_gui.h: reindent a bit, change signeture on lyx_gui::start.
+
+2002-10-24  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * PrinterParams.h (to): default value changed to 0 (from 1).
+
+       * Liason.[Ch]: removed. Code moved into ControlPrint.[Ch].
+
+       * makefile.am: remove Liason.[Ch].
+
+2002-10-21  Angus Leeming  <aleem@pneumon.bg.ic.ac.uk>
+
+       * LyXKeySym.h (operator==): compilation fix. The two args should have
+       different names...
+
+2002-10-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * LyXKeySym.h: move operator== out of class. Separate
+       implementations for xforms and qt.
+
+       * Liason.[Ch]: get rid of setMinibuffer, where used call message
+       directly through LyXView::message instead.
+
+2002-09-25  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.C: doxygen fix.
+
+2002-09-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * Makefile.am (INCLUDES): loose SIGC_INCLUDES
+
+2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * Liason.C: implement new printer parameters with new xforms dialog
+
+2002-09-11  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * LyXView.C (LyXView::updateWindowTitle): change the minimised icon
+       to show an asterix if the buffer has changed.
+
+2002-09-11  John Levon  <levon@movementarian.org>
+
+       * Painter.C: draw frame after background. This is needed
+         on Qt but not xforms ??
+
+2002-09-05  Angus Leeming  <leeming@lyx.org>
+
+       * all files: modify the headers as discussed on the list.
+
+2002-08-28  André Pönitz <poenitz@gmx.net>
+
+       * WorkArea.h: replace bunch of mouse event handler by 'dispatch' handler
+
 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * Dialogs.h (noncopyable): ws changes only