[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/adoc-mode 6dc82593f0 162/199: Document the mode's history
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/adoc-mode 6dc82593f0 162/199: Document the mode's history |
Date: |
Sun, 3 Sep 2023 06:59:43 -0400 (EDT) |
branch: elpa/adoc-mode
commit 6dc82593f05377a78083ee3f050a159f25a600b1
Author: Bozhidar Batsov <bozhidar@batsov.dev>
Commit: Bozhidar Batsov <bozhidar@batsov.dev>
Document the mode's history
---
README.adoc | 10 +++++++++-
adoc-mode.el | 2 +-
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/README.adoc b/README.adoc
index 9c4f559f0f..53e695be27 100644
--- a/README.adoc
+++ b/README.adoc
@@ -179,9 +179,17 @@ To check for byte-compilation warnings you can just
compile the project with Eld
$ eldev compile
----
+== History
+
+`adoc-mode` was created by https://github.com/sensorflo/[Florian Kaufmann] in
2009. Eventually the development
+was halted in 2016 and the mode was dormant for the next 6 years. In 2016
+https://github.com/TobiasZawada[Tobias Zawada] encouraged the Emacs community
to revive the development and after a brief period under the
https://github.com/emacsorphanage[Emacs Orphanage] org,
https://github.com/bbatsov/[Bozhidar Batsov] assumed the project's maintenance.
+
+These days all upstream packages (e.g. on MELPA) are build from Bozhidar's
fork.
+
== License
-Copyright © 2010-2013 Florian Kaufmann
+Copyright © 2009-2016 Florian Kaufmann
Copyright © 2022 Bozhidar Batsov and `adoc-mode` contributors
Distributed under the link:{copying}[GNU General Public License]; type
kbd:[C-h] kbd:[C-c] to view it.
diff --git a/adoc-mode.el b/adoc-mode.el
index 01fe296633..54762fd289 100644
--- a/adoc-mode.el
+++ b/adoc-mode.el
@@ -1,6 +1,6 @@
;;; adoc-mode.el --- a major-mode for editing AsciiDoc files in Emacs
;;
-;; Copyright 2009-2014 Florian Kaufmann <sensorflo@gmail.com>
+;; Copyright 2009-2016 Florian Kaufmann <sensorflo@gmail.com>
;; Copyright 2022 Bozhidar Batsov <bozhidar@batsov.dev> and adoc-mode
contributors
;;
;; Author: Florian Kaufmann <sensorflo@gmail.com>
- [nongnu] elpa/adoc-mode 656e7670c5 099/199: fixed type: denote -> demote, (continued)
- [nongnu] elpa/adoc-mode 656e7670c5 099/199: fixed type: denote -> demote, ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode 2cfd433622 030/199: extended quotes tests, ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode a61e7cd749 063/199: added AsciiDoc menu & key map, ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode 22bd99a194 075/199: test: Use with-temp-buffer instead home-brewed solution, ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode a3d77b0c15 082/199: bumped copyright year, ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode a8142043e5 094/199: adoc customization group comment puts more emphasis on that most faces belong to markup-faces, ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode 1206fe7409 103/199: adoc-re-inline-macro can now also match in the middle of a word, ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode 0ac95247d4 116/199: refactoring so regexp's for one- and two line titles have group 2 for title's text, ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode 411eb48ce9 120/199: Sensorflo/pr35 (#3), ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode 69569ee920 105/199: improved fontifying for footnoteref, ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode 6dc82593f0 162/199: Document the mode's history,
ELPA Syncer <=
- [nongnu] elpa/adoc-mode 4415af4a53 036/199: fixed typo in identifier, ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode fdc42c818a 044/199: removed TAGS file, ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode 47fc7143a3 048/199: test, ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode 30176c0f3c 054/199: added skelleton for generig promote / denote, ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode 303019657d 060/199: many things with xref and anchor, ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode 6cb42436d2 067/199: test: running the test is now more smoothly, ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode 838684c227 068/199: comment improvements, ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode 950223b614 070/199: reworked highlighting of urls, ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode d80b29ebc9 072/199: test: bugfix: point was wronly positioned in adoctest-trans, ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode 63abada690 074/199: test: adoctest-trans learned setting mark using <>, ELPA Syncer, 2023/09/03