emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/mct 2d77307 04/70: Add "Acknowledgements" section to th


From: ELPA Syncer
Subject: [elpa] externals/mct 2d77307 04/70: Add "Acknowledgements" section to the manual
Date: Thu, 11 Nov 2021 03:57:40 -0500 (EST)

branch: externals/mct
commit 2d77307c37acbd7b9da4e2a431859b6d1961e4ab
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Add "Acknowledgements" section to the manual
---
 README.org | 18 ++++++++++++++++++
 mct.info   | 57 +++++++++++++++++++++++++++++++++++++++++----------------
 mct.texi   | 24 ++++++++++++++++++++++++
 3 files changed, 83 insertions(+), 16 deletions(-)

diff --git a/README.org b/README.org
index 7161335..f625554 100644
--- a/README.org
+++ b/README.org
@@ -388,6 +388,24 @@ The only alternative I have used that is conceptually 
close to MCT is
 maintainer, Daniel Mendler, is an accomplished programmer.  Whereas MCT
 is mostly an excuse to practice my Elisp skills.
 
+* Acknowledgements
+:PROPERTIES:
+:CUSTOM_ID: h:e2f73255-55f1-4f4c-8d8b-99c9a4a83192
+:END:
+#+cindex: Contributors
+
+MCT is meant to be a collective effort.  Every bit of help matters.
+
++ Author/maintainer :: Protesilaos Stavrou.
+
++ Contributions to code or documentation :: Philip Kaludercic.
+
++ Ideas and user feedback :: Philip Kaludercic
+
++ Inspiration for certain features :: =icomplete.el= (built-in---multiple
+  authors), Daniel Mendler (=vertico=), Omar Antolín Camarena (=embark=,
+  =live-completions=), Štěpán Němec (=stripes.el=).
+
 * GNU Free Documentation License
 :PROPERTIES:
 :APPENDIX: t
diff --git a/mct.info b/mct.info
index 6787d86..3900910 100644
--- a/mct.info
+++ b/mct.info
@@ -57,6 +57,7 @@ as such.
 * Keymaps::
 * Extensions::
 * Alternatives::
+* Acknowledgements::
 * GNU Free Documentation License::
 * Indices::
 
@@ -378,7 +379,7 @@ these exceptionally well-crafted extras:
      flex, initialism, etc.)  regardless of the order they appear in.
 
 
-File: mct.info,  Node: Alternatives,  Next: GNU Free Documentation License,  
Prev: Extensions,  Up: Top
+File: mct.info,  Node: Alternatives,  Next: Acknowledgements,  Prev: 
Extensions,  Up: Top
 
 7 Alternatives
 **************
@@ -389,7 +390,29 @@ maintainer, Daniel Mendler, is an accomplished programmer. 
 Whereas MCT
 is mostly an excuse to practice my Elisp skills.
 
 
-File: mct.info,  Node: GNU Free Documentation License,  Next: Indices,  Prev: 
Alternatives,  Up: Top
+File: mct.info,  Node: Acknowledgements,  Next: GNU Free Documentation 
License,  Prev: Alternatives,  Up: Top
+
+8 Acknowledgements
+******************
+
+MCT is meant to be a collective effort.  Every bit of help matters.
+
+Author/maintainer
+     Protesilaos Stavrou.
+
+Contributions to code or documentation
+     Philip Kaludercic.
+
+Ideas and user feedback
+     Philip Kaludercic
+
+Inspiration for certain features
+     ‘icomplete.el’ (built-in—multiple authors), Daniel Mendler
+     (‘vertico’), Omar Antolín Camarena (‘embark’, ‘live-completions’),
+     Štěpán Němec (‘stripes.el’).
+
+
+File: mct.info,  Node: GNU Free Documentation License,  Next: Indices,  Prev: 
Acknowledgements,  Up: Top
 
 Appendix A GNU Free Documentation License
 *****************************************
@@ -931,6 +954,7 @@ B.3 Concept index
 
 * Alternatives to MCT:                   Alternatives.          (line 6)
 * Candidate selection:                   Selecting candidates.  (line 6)
+* Contributors:                          Acknowledgements.      (line 6)
 * Cyclic behaviour:                      Cyclic behaviour.      (line 6)
 * Extra packages:                        Extensions.            (line 6)
 * Keymaps:                               Keymaps.               (line 6)
@@ -941,20 +965,21 @@ B.3 Concept index
 
 Tag Table:
 Node: Top865
-Node: Overview of mctel2436
-Node: Basic usage5705
-Node: Cyclic behaviour5885
-Node: Selecting candidates7616
-Node: Installation10322
-Node: Sample setup11407
-Node: Keymaps13089
-Node: Extensions13733
-Node: Alternatives14528
-Node: GNU Free Documentation License14935
-Node: Indices40286
-Node: Function index40456
-Node: Variable index41106
-Node: Concept index42070
+Node: Overview of mctel2457
+Node: Basic usage5726
+Node: Cyclic behaviour5906
+Node: Selecting candidates7637
+Node: Installation10343
+Node: Sample setup11428
+Node: Keymaps13110
+Node: Extensions13754
+Node: Alternatives14549
+Node: Acknowledgements14942
+Node: GNU Free Documentation License15551
+Node: Indices40906
+Node: Function index41076
+Node: Variable index41726
+Node: Concept index42690
 
 End Tag Table
 
diff --git a/mct.texi b/mct.texi
index c1a498d..e15bd9e 100644
--- a/mct.texi
+++ b/mct.texi
@@ -68,6 +68,7 @@ Current development target is 0.2.0-dev.
 * Keymaps::
 * Extensions::
 * Alternatives::
+* Acknowledgements::
 * GNU Free Documentation License::
 * Indices::
 
@@ -441,6 +442,29 @@ The only alternative I have used that is conceptually 
close to MCT is
 maintainer, Daniel Mendler, is an accomplished programmer.  Whereas MCT
 is mostly an excuse to practice my Elisp skills.
 
+@node Acknowledgements
+@chapter Acknowledgements
+
+@cindex Contributors
+
+MCT is meant to be a collective effort.  Every bit of help matters.
+
+@table @asis
+@item Author/maintainer
+Protesilaos Stavrou.
+
+@item Contributions to code or documentation
+Philip Kaludercic.
+
+@item Ideas and user feedback
+Philip Kaludercic
+
+@item Inspiration for certain features
+@samp{icomplete.el} (built-in---multiple
+authors), Daniel Mendler (@samp{vertico}), Omar Antolín Camarena 
(@samp{embark},
+@samp{live-completions}), Štěpán Němec (@samp{stripes.el}).
+@end table
+
 @node GNU Free Documentation License
 @appendix GNU Free Documentation License
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]