[LyX/master] Fix thinko

2020-12-14 Thread Richard Kimberly Heck
commit 5e6c5f407a9a615f02c1af9c676fe7ed0aef7bbb Author: Richard Kimberly Heck Date: Mon Dec 14 23:33:51 2020 -0500 Fix thinko --- src/insets/InsetCollapsible.cpp |2 -- src/insets/InsetERT.cpp |2 -- src/insets/InsetListings.cpp|2 -- 3 files changed, 0

[LyX/master] Fix thinko

2018-11-09 Thread Juergen Spitzmueller
commit a5004a394abf1eb64a6524b7e1c31795cfa71f80 Author: Juergen Spitzmueller Date: Fri Nov 9 11:28:38 2018 +0100 Fix thinko Actually use the replaced path string :-/ --- src/insets/InsetInfo.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[LyX/master] Fix thinko from earlier commit.

2016-07-29 Thread Richard Heck
commit dd7863b6ac70d3d1e6298306dab6c3b7235c9e99 Author: Richard Heck Date: Sat Jul 30 01:29:06 2016 -0400 Fix thinko from earlier commit. We need to output the deferred material AFTER the paragraph is closed. --- lib/layouts/stdinsets.inc |4 +++-

[LyX/master] Fix thinko that led 2-authors citations to be displayed with "et al."

2016-07-17 Thread Richard Heck
commit d5633f17e56b73b308921a7c466bffa20e3e27b8 Author: Richard Heck Date: Sun Jul 17 22:31:54 2016 -0400 Fix thinko that led 2-authors citations to be displayed with "et al." --- src/BiblioInfo.cpp |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git

Re: [LyX/master] Fix thinko in Buffer::preview. It is possible for this routine to be called when we do not have a cloned Buffer, namely, if we do not have EXPORT_in_THREAD defined.

2016-07-09 Thread Scott Kostyshak
On Sun, Jul 10, 2016 at 07:16:13AM +0200, Richard Heck wrote: > commit d8aab4af9e6e72c835f78ba54a46687b870c25fa > Author: Richard Heck > Date: Sun Jul 10 01:12:42 2016 -0400 > > Fix thinko in Buffer::preview. It is possible for this routine to > be called when we do not

[LyX/master] Fix thinko in Buffer::preview. It is possible for this routine to be called when we do not have a cloned Buffer, namely, if we do not have EXPORT_in_THREAD defined.

2016-07-09 Thread Richard Heck
commit d8aab4af9e6e72c835f78ba54a46687b870c25fa Author: Richard Heck Date: Sun Jul 10 01:12:42 2016 -0400 Fix thinko in Buffer::preview. It is possible for this routine to be called when we do not have a cloned Buffer, namely, if we do not have EXPORT_in_THREAD

[LyX/master] Fix thinko in revert_newgloss: only dissolve ERTs in glosses!

2015-12-31 Thread Juergen Spitzmueller
commit 77f5baec8f0cd52778adf0ff7ca435d69e4f352c Author: Juergen Spitzmueller Date: Sun Dec 27 18:19:49 2015 +0100 Fix thinko in revert_newgloss: only dissolve ERTs in glosses! diff --git a/lib/lyx2lyx/lyx_2_2.py b/lib/lyx2lyx/lyx_2_2.py index 43389d4..5a639cd 100644 ---

[LyX/master] Fix thinko in revert_tabularvalign

2015-12-31 Thread Juergen Spitzmueller
commit 6b5d5666acfaf971c121b09db7ccbfe2b4880e21 Author: Juergen Spitzmueller Date: Sun Dec 27 17:22:21 2015 +0100 Fix thinko in revert_tabularvalign diff --git a/lib/lyx2lyx/lyx_2_0.py b/lib/lyx2lyx/lyx_2_0.py index 9b237c9..6db4d21 100644 --- a/lib/lyx2lyx/lyx_2_0.py +++

[LyX/master] Fix thinko in convert_corollary_args

2015-03-24 Thread Juergen Spitzmueller
commit 0e62bf9e0a5868404b69c8c5a92226087c9a073a Author: Juergen Spitzmueller sp...@lyx.org Date: Tue Mar 24 21:43:25 2015 +0100 Fix thinko in convert_corollary_args Fixes: #9478 diff --git a/lib/lyx2lyx/lyx_2_1.py b/lib/lyx2lyx/lyx_2_1.py index f4d7398..074433f 100644 ---

[LyX/master] Fix thinko in convert_corollary_args

2015-03-24 Thread Juergen Spitzmueller
commit 0e62bf9e0a5868404b69c8c5a92226087c9a073a Author: Juergen Spitzmueller Date: Tue Mar 24 21:43:25 2015 +0100 Fix thinko in convert_corollary_args Fixes: #9478 diff --git a/lib/lyx2lyx/lyx_2_1.py b/lib/lyx2lyx/lyx_2_1.py index f4d7398..074433f 100644 ---

[LyX/master] Fix thinko in loop detection

2014-06-09 Thread Georg Baum
commit f76d6997b710f7fb5180f0cd05415786de5d9417 Author: Georg Baum b...@lyx.org Date: Mon Jun 9 22:06:58 2014 +0200 Fix thinko in loop detection diff --git a/src/support/FileName.cpp b/src/support/FileName.cpp index 84f13d6..95880a0 100644 --- a/src/support/FileName.cpp +++

[LyX/master] Fix thinko in loop detection

2014-06-09 Thread Georg Baum
commit f76d6997b710f7fb5180f0cd05415786de5d9417 Author: Georg Baum Date: Mon Jun 9 22:06:58 2014 +0200 Fix thinko in loop detection diff --git a/src/support/FileName.cpp b/src/support/FileName.cpp index 84f13d6..95880a0 100644 --- a/src/support/FileName.cpp +++

[LyX master] Fix thinko

2012-07-23 Thread Juergen Spitzmueller
The branch, master, has been updated. - Log - commit 508dd27e4488240e0991f36c3b29340101f934af Author: Juergen Spitzmueller sp...@lyx.org Date: Mon Jul 23 11:39:41 2012 +0200 Fix thinko diff --git a/src/BufferParams.cpp

[LyX master] Fix thinko

2012-07-23 Thread Juergen Spitzmueller
The branch, master, has been updated. - Log - commit 508dd27e4488240e0991f36c3b29340101f934af Author: Juergen Spitzmueller Date: Mon Jul 23 11:39:41 2012 +0200 Fix thinko diff --git a/src/BufferParams.cpp