On 10/22/2010 10:42 AM, Pavel Sanda wrote:
Richard Heck wrote:
On 10/21/2010 07:50 PM, Pavel Sanda wrote:
[email protected] wrote:
Author: sanda
Date: Fri Oct 22 01:34:22 2010
New Revision: 35767
URL: http://www.lyx.org/trac/changeset/35767
Log:
(no log message)
Modified:
lyx-devel/trunk/lib/doc/Additional.lyx
i looked why lyx ignored my message and it looks that
Alert::askForText(response, _("LyX VC: Log Message"));
does not return messages anymore in trunk.
For how long? Could be a consequence of recent changes to asynchronous
Alert::*.
git bisect shows its somewhere around 35734-35742 which are almost all Peter's
commits. direct one is difficult obtain since it won't build due to the mess in
makefiles...
i wonder why Alert:: code is affected when no preview or export is done?
All the Alert::* routines were changed so that they figure out whether
they are in the main thread and then perform whatever magic is necessary
if they are not. I think I understand it now, though, so I'll have a
quick look in a bit.
rh