elpasync pushed a change to branch elpa/adoc-mode.
from 0e0d5fcd7c Add See Also section linking to asciidoc-mode
new 48abf50337 Extract image display code into adoc-mode-image.el
new f28f0d05d5 Extract tempo templates into adoc-mode-tempo.el
new 4d3fe30801 Fix broken menu entries for role-based text decoration
templates
new 8e9f41e46d Add missing tempo templates for role-based text
decorations
new b6f11eb67c Improve the Features section of the README
new cd8075d2fb Adjust the roadmap
new d841192be7 Improve the Configuration section of the README
new 9c563fadb4 Reorder README sections for a more natural reading flow
new b782062667 Tweak some metadata
new 6fc5ebc947 Release 0.8.0
Summary of changes:
CHANGELOG.md | 8 +-
Eldev | 1 +
README.adoc | 120 +++++-----
adoc-mode-image.el | 296 +++++++++++++++++++++++++
adoc-mode-tempo.el | 317 +++++++++++++++++++++++++++
adoc-mode.el | 507 +------------------------------------------
test/adoc-mode-image-test.el | 66 ++++++
test/adoc-mode-tempo-test.el | 136 ++++++++++++
test/adoc-mode-test.el | 178 +--------------
9 files changed, 892 insertions(+), 737 deletions(-)
create mode 100644 adoc-mode-image.el
create mode 100644 adoc-mode-tempo.el
create mode 100644 test/adoc-mode-image-test.el
create mode 100644 test/adoc-mode-tempo-test.el