[LyX/master] Make sure that UpdateLocker is used correctly in the future

2014-11-17 Thread Jean-Marc Lasgouttes
commit 689e54f34a4d735e6081b1b1ac8487bf028f3982 Author: Jean-Marc Lasgouttes lasgout...@lyx.org Date: Mon Nov 17 11:52:14 2014 +0100 Make sure that UpdateLocker is used correctly in the future diff --git a/src/mathed/MathMacro.cpp b/src/mathed/MathMacro.cpp index 941e29a..38d07e6 100644

r41024 - in www-user/trunk: announce farm/cookbook/LyX misc/rss

2014-11-17 Thread rgheck
Author: rgheck Date: Mon Nov 17 15:15:44 2014 New Revision: 41024 URL: http://www.lyx.org/trac/changeset/41024 Log: Release 2.1.2.2. Added: www-user/trunk/announce/2_1_2_2.txt Modified: www-user/trunk/farm/cookbook/LyX/news.inc www-user/trunk/misc/rss/lyx_news_feed.xml Added:

Re: [LyX/master] Make sure that UpdateLocker is used correctly in the future

2014-11-17 Thread Richard Heck
On 11/17/2014 05:52 AM, Jean-Marc Lasgouttes wrote: commit 689e54f34a4d735e6081b1b1ac8487bf028f3982 Author: Jean-Marc Lasgouttes lasgout...@lyx.org Date: Mon Nov 17 11:52:14 2014 +0100 Make sure that UpdateLocker is used correctly in the future That really is a cute maneuver. Richard

Re: [LyX/master] Make sure that UpdateLocker is used correctly in the future

2014-11-17 Thread Jean-Marc Lasgouttes
Le 17/11/2014 15:18, Richard Heck a écrit : On 11/17/2014 05:52 AM, Jean-Marc Lasgouttes wrote: commit 689e54f34a4d735e6081b1b1ac8487bf028f3982 Author: Jean-Marc Lasgouttes lasgout...@lyx.org Date: Mon Nov 17 11:52:14 2014 +0100 Make sure that UpdateLocker is used correctly in the

[LyX/master] add short git hash to name of devel disk images to get different names for devel versions without manual intervention

2014-11-17 Thread Stephan Witt
commit b69fed3610a2f8cda614e69b4d87ab4ef7a9928c Author: Stephan Witt sw...@lyx.org Date: Mon Nov 17 19:43:33 2014 +0100 add short git hash to name of devel disk images to get different names for devel versions without manual intervention diff --git a/development/LyX-Mac-binary-release.sh

[LyX/master] Document Buffer::preview()

2014-11-17 Thread Georg Baum
commit f146bded7a1eed37174efca16ea63e65f93f6fbc Author: Georg Baum b...@lyx.org Date: Mon Nov 17 22:07:38 2014 +0100 Document Buffer::preview() diff --git a/src/Buffer.cpp b/src/Buffer.cpp index f236df3..c525ec2 100644 --- a/src/Buffer.cpp +++ b/src/Buffer.cpp @@ -4184,6 +4184,7 @@

[LyX/master] Fix memory error detected by valgrind

2014-11-17 Thread Georg Baum
commit e5845fea49e6c8a2cae0dfd8c708a31ae3d67719 Author: Georg Baum b...@lyx.org Date: Mon Nov 17 22:08:21 2014 +0100 Fix memory error detected by valgrind The assignment name = sub.str(1) reads from the first argument given to regex_match(), but previously this was a temporary

[LyX/master] Do nothing if converting to the same type of Note

2014-11-17 Thread Scott Kostyshak
commit 937a52b64d184c4d9ac69a842fc9a6ed0dcee40b Author: Scott Kostyshak skost...@lyx.org Date: Wed Nov 12 20:31:38 2014 -0500 Do nothing if converting to the same type of Note The advantage is that the buffer will no longer be marked as dirty when converting to the same type.

[LyX/master] Add lookup for standard location of hunspell dictionaries of Debian packages

2014-11-17 Thread Stephan Witt
commit 2992bb04da2b9f72e595df21ba9e8206af7c1816 Author: Stephan Witt sw...@lyx.org Date: Tue Nov 18 08:56:23 2014 +0100 Add lookup for standard location of hunspell dictionaries of Debian packages diff --git a/src/HunspellChecker.cpp b/src/HunspellChecker.cpp index ea4b88c..67c7e27 100644

[LyX/master] Add diagnostic messages for enchant spell checker dictionary requests

2014-11-17 Thread Stephan Witt
commit 5c90303c0ae4cb7a6e3944097d4ec673a9ecbd6d Author: Stephan Witt sw...@lyx.org Date: Tue Nov 18 08:48:02 2014 +0100 Add diagnostic messages for enchant spell checker dictionary requests diff --git a/src/EnchantChecker.cpp b/src/EnchantChecker.cpp index b98cfdb..6b53d2b 100644 ---

[LyX/master] Make sure that UpdateLocker is used correctly in the future

2014-11-17 Thread Jean-Marc Lasgouttes
commit 689e54f34a4d735e6081b1b1ac8487bf028f3982 Author: Jean-Marc Lasgouttes Date: Mon Nov 17 11:52:14 2014 +0100 Make sure that UpdateLocker is used correctly in the future diff --git a/src/mathed/MathMacro.cpp b/src/mathed/MathMacro.cpp index 941e29a..38d07e6 100644

r41024 - in www-user/trunk: announce farm/cookbook/LyX misc/rss

2014-11-17 Thread rgheck
Author: rgheck Date: Mon Nov 17 15:15:44 2014 New Revision: 41024 URL: http://www.lyx.org/trac/changeset/41024 Log: Release 2.1.2.2. Added: www-user/trunk/announce/2_1_2_2.txt Modified: www-user/trunk/farm/cookbook/LyX/news.inc www-user/trunk/misc/rss/lyx_news_feed.xml Added:

Re: [LyX/master] Make sure that UpdateLocker is used correctly in the future

2014-11-17 Thread Richard Heck
On 11/17/2014 05:52 AM, Jean-Marc Lasgouttes wrote: commit 689e54f34a4d735e6081b1b1ac8487bf028f3982 Author: Jean-Marc Lasgouttes Date: Mon Nov 17 11:52:14 2014 +0100 Make sure that UpdateLocker is used correctly in the future That really is a cute maneuver.

Re: [LyX/master] Make sure that UpdateLocker is used correctly in the future

2014-11-17 Thread Jean-Marc Lasgouttes
Le 17/11/2014 15:18, Richard Heck a écrit : On 11/17/2014 05:52 AM, Jean-Marc Lasgouttes wrote: commit 689e54f34a4d735e6081b1b1ac8487bf028f3982 Author: Jean-Marc Lasgouttes Date: Mon Nov 17 11:52:14 2014 +0100 Make sure that UpdateLocker is used correctly in the

[LyX/master] add short git hash to name of devel disk images to get different names for devel versions without manual intervention

2014-11-17 Thread Stephan Witt
commit b69fed3610a2f8cda614e69b4d87ab4ef7a9928c Author: Stephan Witt Date: Mon Nov 17 19:43:33 2014 +0100 add short git hash to name of devel disk images to get different names for devel versions without manual intervention diff --git

[LyX/master] Document Buffer::preview()

2014-11-17 Thread Georg Baum
commit f146bded7a1eed37174efca16ea63e65f93f6fbc Author: Georg Baum Date: Mon Nov 17 22:07:38 2014 +0100 Document Buffer::preview() diff --git a/src/Buffer.cpp b/src/Buffer.cpp index f236df3..c525ec2 100644 --- a/src/Buffer.cpp +++ b/src/Buffer.cpp @@ -4184,6 +4184,7 @@

[LyX/master] Fix memory error detected by valgrind

2014-11-17 Thread Georg Baum
commit e5845fea49e6c8a2cae0dfd8c708a31ae3d67719 Author: Georg Baum Date: Mon Nov 17 22:08:21 2014 +0100 Fix memory error detected by valgrind The assignment name = sub.str(1) reads from the first argument given to regex_match(), but previously this was a

[LyX/master] Do nothing if converting to the same type of Note

2014-11-17 Thread Scott Kostyshak
commit 937a52b64d184c4d9ac69a842fc9a6ed0dcee40b Author: Scott Kostyshak Date: Wed Nov 12 20:31:38 2014 -0500 Do nothing if converting to the same type of Note The advantage is that the buffer will no longer be marked as dirty when converting to the same type.

[LyX/master] Add lookup for standard location of hunspell dictionaries of Debian packages

2014-11-17 Thread Stephan Witt
commit 2992bb04da2b9f72e595df21ba9e8206af7c1816 Author: Stephan Witt Date: Tue Nov 18 08:56:23 2014 +0100 Add lookup for standard location of hunspell dictionaries of Debian packages diff --git a/src/HunspellChecker.cpp b/src/HunspellChecker.cpp index ea4b88c..67c7e27

[LyX/master] Add diagnostic messages for enchant spell checker dictionary requests

2014-11-17 Thread Stephan Witt
commit 5c90303c0ae4cb7a6e3944097d4ec673a9ecbd6d Author: Stephan Witt Date: Tue Nov 18 08:48:02 2014 +0100 Add diagnostic messages for enchant spell checker dictionary requests diff --git a/src/EnchantChecker.cpp b/src/EnchantChecker.cpp index b98cfdb..6b53d2b 100644 ---