On Mon, Sep 10, 2007 at 08:59:02PM +0200, Michael Gerz wrote: > Hi, > > here comes a new list of 1.5.X patch candidates. Comments like "remove > patch XY from the list" are welcome. IMHO the list is too large to handle. > > Regards, Michael > > > > Not urgent, not now (but not rejected) > -------------------------------------- > > http://www.lyx.org/trac/changeset/19331 - Deal with a UI bug > http://www.lyx.org/trac/changeset/19409 - Get rid of a few warnings > http://www.lyx.org/trac/changeset/19914 - single depth for preference > items, fixes bug #4153 > http://www.lyx.org/trac/changeset/20065 - make citation dialog usable > with longer keys > > > Approved by Jürgen > ------------------ > > Update to Boost 1.34.1 > http://www.lyx.org/trac/changeset/19472 - fix crash after assertion when > using %s with integer arguments > http://www.lyx.org/trac/changeset/19473 - more verbose message > http://www.lyx.org/trac/changeset/19638 - redoParagraph() simplify the > changed calculation > http://www.lyx.org/trac/changeset/19747 - Delete include of config.h. > This was needed only for the qt3 port. > http://www.lyx.org/trac/changeset/19868 - TextMetrics::redoParagraph(): > we need to check the returned value of Inset::metrics() > http://www.lyx.org/trac/changeset/19838 - Bug fix: correctly redraw a > Row containing and inset which Dimension slightly changed > > > Supported by someone else > ------------------------- > > http://www.lyx.org/trac/changeset/20016 - optimization: avoid some font > copying > http://www.lyx.org/trac/changeset/20021 - enable some non-rtl optimization > > > New > --- > > http://www.lyx.org/trac/changeset/19867 - InsetCollapsable::setStatus(): > remove the Buffer::changed() signal emission > http://www.lyx.org/trac/changeset/19916 - Save the right timestamp and > checksum of an opened file. > http://www.lyx.org/trac/changeset/19919 - Fix DEPM crash within inset. > always clear the full text_metrics_ when doing a full update. > http://www.lyx.org/trac/changeset/20039 - Fix bug 4193 Revert ask for > saving file before closing > http://www.lyx.org/trac/changeset/20093 - Forgot this: windows backslash > needs special treatment > http://www.lyx.org/trac/changeset/20094 - Fix previous commit. I really > do not understand why windows FileName() can not have backslash > (assertion at line 49 of support/FileName.cpp)
> http://www.lyx.org/trac/changeset/20102 - Fix y co-ordinate for > Conglomerate-style inset > http://www.lyx.org/trac/changeset/20103 - y-coord in Conglomerate, this > time properly I believe Abel reverted the stuff related to this. Someone verify that it works OK for all inset types (it seems to do for me) > http://www.lyx.org/trac/changeset/20104 - Better error signaling > http://www.lyx.org/trac/changeset/20195 - unicodesymbols: workaround fix > for an encoding bug in teTeX 3 /TeXLive 2005 > http://www.lyx.org/trac/changeset/20185 - Helge's wrapfig patch Apparently not... > http://www.lyx.org/trac/changeset/20153 - Fix crash when layout file > cannot be read due to failure to call makeTextClass() in that case. > http://www.lyx.org/trac/changeset/20159 - remove recursive call > http://www.lyx.org/trac/changeset/20162 - fix some index/label issue > http://www.lyx.org/trac/changeset/20165 - connect to the right slots... > http://www.lyx.org/trac/changeset/20173 - doc_toc.py: remove non-ascii > character since LyX.py can't encode it at the moment > > > Abdel' Stuff: > ------------- > > http://www.lyx.org/trac/changeset/19972 - Fix wrapping bug within inset. > dim_.wid was not set! > http://www.lyx.org/trac/changeset/19974 - correct dimension types. > http://www.lyx.org/trac/changeset/19992 - Fix crash when selection > begins or ends outside the visible screen. All due to dumping wide(). Not relevant > http://www.lyx.org/trac/changeset/20013 - get rid of (cyg)win path panel > in prefs by moving it to the latex panel > http://www.lyx.org/trac/changeset/20079 - Fix caption text y-positioning > http://www.lyx.org/trac/changeset/20080 - Fix tabular text y-positioning Ditto > http://www.lyx.org/trac/changeset/20081 - TextMetrics::drawSelection(): > use parMetrics() instead of direct access just in case. Should fix crash > on selection with PageUp > http://www.lyx.org/trac/changeset/20082 - Fix drawing of collapsable > inset without button. I suppose ditto > http://www.lyx.org/trac/changeset/20083 - Fix alignment of text within > insets. > http://www.lyx.org/trac/changeset/20101 - Nicely align inset buttons > with surrounding text. > http://www.lyx.org/trac/changeset/20142 - Restore docked View source widget. > http://www.lyx.org/trac/changeset/20143 - fix view source window title. > http://www.lyx.org/trac/changeset/20144 - oups... > http://www.lyx.org/trac/changeset/20146 - Dialog::name() is not really > needed. > http://www.lyx.org/trac/changeset/20147 - Restore docked outline widget. > Warning: still instable! > http://www.lyx.org/trac/changeset/20177 - TextMetrics::draw(): withdraw > first row ascent before drawing because the convention is that the > baseline of a multirow text is the baseline of the first row. Yes, this is the reversal of the original patch. Neither relevant for 1.5 > http://www.lyx.org/trac/changeset/20178 - fix outline dialog for non-Mac > platform. > >