commit ed2d3e199f2f1d7c80c336d68a0201b217823648
Author: Richard Kimberly Heck <[email protected]>
Date:   Sat Jan 9 22:17:52 2021 -0500

    Fix bug #4241: Addition to Intro
---
 lib/doc/Intro.lyx                |   58 ++++++++++++++++++++++++++++++++-----
 src/frontends/qt/GuiBibtex.cpp   |    1 +
 src/frontends/qt/GuiExternal.cpp |    1 +
 src/frontends/qt/GuiRef.cpp      |    1 +
 4 files changed, 53 insertions(+), 8 deletions(-)

diff --git a/lib/doc/Intro.lyx b/lib/doc/Intro.lyx
index b0a33df..ec88af1 100644
--- a/lib/doc/Intro.lyx
+++ b/lib/doc/Intro.lyx
@@ -1,5 +1,5 @@
 #LyX 2.4 created this file. For more info see https://www.lyx.org/
-\lyxformat 600
+\lyxformat 601
 \begin_document
 \begin_header
 \save_transient_properties true
@@ -38,9 +38,9 @@
 \font_default_family default
 \use_non_tex_fonts false
 \font_sc true
+\font_roman_osf false
 \font_sans_osf false
 \font_typewriter_osf false
-\font_roman_osf false
 \font_sf_scale 100 100
 \font_tt_scale 100 100
 \use_microtype false
@@ -105,12 +105,16 @@
 \papercolumns 1
 \papersides 1
 \paperpagestyle default
-\tracking_changes false
-\postpone_fragile_content false
+\tablestyle default
+\tracking_changes true
 \output_changes false
+\change_bars false
+\postpone_fragile_content false
 \html_math_output 0
 \html_css_as_file 0
 \html_be_strict false
+\docbook_table_output 0
+\author -584632292 "Richard Kimberly Heck"
 \end_header
 
 \begin_body
@@ -858,9 +862,9 @@ reference "sec:Contrib"
 \end_layout
 
 \begin_layout Standard
-Also, please do us a favor – if anything in these manuals confuses you,
- is unclear, or wrong, don't hesitate to let us know! You can reach the
- current document maintainers by emailing 
+Also, please do us a favor: if anything in these manuals confuses you, is
+ unclear, or wrong, don't hesitate to let us know! You can reach the current
+ document maintainers by emailing 
 \begin_inset CommandInset href
 LatexCommand href
 target "[email protected]"
@@ -870,7 +874,19 @@ literal "false"
 \end_inset
 
 .
- If you have questions that are not obviously answered in the documentation,
+ 
+\change_inserted -584632292 1610248366
+
+\end_layout
+
+\begin_layout Subsection
+
+\change_inserted -584632292 1610248375
+Where To Get Help
+\end_layout
+
+\begin_layout Standard
+If you have questions that are not obviously answered in the documentation
  and need help fast, there is an active users' mailing list which you can
  reach at 
 \begin_inset CommandInset href
@@ -882,6 +898,30 @@ literal "false"
 \end_inset
 
 .
+
+\change_inserted -584632292 1610248524
+ You do not have to register to post, but you may wish to do so.
+ See 
+\begin_inset CommandInset href
+LatexCommand href
+name "the LyX website"
+target "https://www.lyx.org/MailingLists";
+literal "false"
+
+\end_inset
+
+ for further information.
+ LyX also has a 
+\begin_inset CommandInset href
+LatexCommand href
+target "http://wiki.lyx.org/";
+literal "false"
+
+\end_inset
+
+ that will answer many questions about how to get LyX to do various things.
+\change_unchanged
+
 \end_layout
 
 \begin_layout Subsection
@@ -1372,6 +1412,8 @@ reference "tab:Units"
 
 \begin_layout Standard
 \begin_inset Float table
+placement document
+alignment document
 wide false
 sideways false
 status open
diff --git a/src/frontends/qt/GuiBibtex.cpp b/src/frontends/qt/GuiBibtex.cpp
index 8a7ab3a..a9b5fad 100644
--- a/src/frontends/qt/GuiBibtex.cpp
+++ b/src/frontends/qt/GuiBibtex.cpp
@@ -639,6 +639,7 @@ void GuiBibtex::dispatchParams()
 {
        std::string const lfun = InsetCommand::params2string(params_);
        dispatch(FuncRequest(getLfun(), lfun));
+       connectToNewInset();
 }
 
 
diff --git a/src/frontends/qt/GuiExternal.cpp b/src/frontends/qt/GuiExternal.cpp
index 55688c5..62c56c9 100644
--- a/src/frontends/qt/GuiExternal.cpp
+++ b/src/frontends/qt/GuiExternal.cpp
@@ -644,6 +644,7 @@ void GuiExternal::dispatchParams()
 {
        string const lfun = InsetExternal::params2string(params_, buffer());
        dispatch(FuncRequest(getLfun(), lfun));
+       connectToNewInset();
 }
 
 
diff --git a/src/frontends/qt/GuiRef.cpp b/src/frontends/qt/GuiRef.cpp
index 57859be..77ab515 100644
--- a/src/frontends/qt/GuiRef.cpp
+++ b/src/frontends/qt/GuiRef.cpp
@@ -613,6 +613,7 @@ void GuiRef::dispatchParams()
 {
        std::string const lfun = InsetCommand::params2string(params_);
        dispatch(FuncRequest(getLfun(), lfun));
+       connectToNewInset();
 }
 
 
-- 
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to