Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#44 separate header from text paragraph #47

Open
wants to merge 91 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
91 commits
Select commit Hold shift + click to select a range
2682662
Use mode-* to set var require-final-newline
lukesanantonio Jul 3, 2016
c117d58
Merge pull request #1 from lukesanantonio/master
TobiasZawada May 28, 2022
411eb48
Sensorflo/pr35 (#3)
TobiasZawada May 29, 2022
414e920
Avoid some compilation warnings.
TobiasZawada May 29, 2022
2ab9e14
unichars.el is not a regular package.
TobiasZawada May 29, 2022
141af8c
Associate with .adoc and .asciidoc
scop Nov 15, 2021
02f53a3
Fix #43. Add missing quote before adoc-reserved in adoc-kw-verbatim-p…
TobiasZawada May 4, 2022
944ae37
Create README.md
TobiasZawada May 30, 2022
474b8f0
Correct links
TobiasZawada May 30, 2022
cacd4e8
Correct links. Avoid some warnings for adoc-mode-test.el
TobiasZawada May 30, 2022
db6c51c
Restructure the README
bbatsov Jul 19, 2022
46e8ea4
Add Eldev and a GHA workflow based on it
bbatsov Jul 19, 2022
66cd564
Clean up the front-matter
bbatsov Jul 19, 2022
3226a93
Update the custom group
bbatsov Jul 19, 2022
7fdddd5
Require Emacs 26
bbatsov Jul 19, 2022
fceae45
Kill all tabs
bbatsov Jul 20, 2022
7ec9c35
Make TODO notes stand out
bbatsov Jul 20, 2022
296df94
Fix a bunch of typos
bbatsov Jul 20, 2022
9bea822
Add license badge
bbatsov Jul 20, 2022
1cbd129
Restructure the README a bit
bbatsov Jul 20, 2022
b2d2bcb
Really kill all the tabs
bbatsov Jul 20, 2022
bded623
[Fix #8] Add a changelog
bbatsov Jul 20, 2022
b204c4b
Fix license badge
bbatsov Jul 20, 2022
4508af7
Bump the development version
bbatsov Jul 20, 2022
8d42a05
Move tests to a dedicated folder
bbatsov Jul 20, 2022
17fab97
Fix duplicated test names
bbatsov Jul 20, 2022
e0d08ee
Delete obsolete Cask file
bbatsov Jul 20, 2022
00c59c8
[Fix #7] Convert readme to AsciiDoc (#10)
TobiasZawada Aug 25, 2022
7534065
Tweak a heading
bbatsov Aug 25, 2022
b992b3b
Shorten the README's extension
bbatsov Aug 25, 2022
43eda39
Tweak the package description
bbatsov Aug 26, 2022
468fdc0
Update some package metadata
bbatsov Aug 26, 2022
86c2735
Update the copyright
bbatsov Aug 26, 2022
92da496
Tweak the test command
bbatsov Aug 26, 2022
893daa3
Move the syntax-table out of the mode definition
bbatsov Aug 26, 2022
fb1e49d
Use setq-local where appropriate
bbatsov Aug 26, 2022
888a38b
Bundle the mode's menu definition with the mode's keymap
bbatsov Aug 26, 2022
800c316
[Fix #16] Prevent forward references error in adoc-mode-map
bbatsov Aug 28, 2022
de725c7
[Fix #12] Replace the broken screenshot
bbatsov Aug 30, 2022
fe861eb
Remove redundant function call
bbatsov Sep 16, 2022
c28cf7a
Fix whitespace and indentation
bbatsov Sep 16, 2022
506e015
[#9] Disable broken tests
bbatsov Sep 16, 2022
2c4847d
Tweak a couple of docstrings
bbatsov Sep 17, 2022
183e983
[Fix #17] Don't add non-title entries to imenu (#18)
ambihelical Sep 19, 2022
6dc8259
Document the mode's history
bbatsov Sep 19, 2022
176db8c
Fix a typo
bbatsov Dec 26, 2022
7012401
[Fix #25] Remove markup-faces from code (#27)
dunmaksim Mar 5, 2023
4ffbe8a
[Fix #14] Added CONTRIBUTING.md
Mar 5, 2023
319ebf8
Bump the copyright years
bbatsov Mar 9, 2023
8cf1828
Enable lexical binding
bbatsov Mar 9, 2023
2fdc443
Fix a compilation warning
bbatsov Mar 9, 2023
c3d738d
Fix a typo
bbatsov Mar 9, 2023
a5c982d
[Fix #14] Add standard GH templates
bbatsov Mar 9, 2023
976794d
Update the changelog
bbatsov Mar 9, 2023
cd2da95
Fix function name
bbatsov Mar 9, 2023
66b9adc
Release adoc-mode 0.7
bbatsov Mar 9, 2023
ff6277d
Fix broken links in the changelog
bbatsov Mar 9, 2023
c9a4715
Add section about face customization to README.adoc
mschloesser Mar 9, 2023
07ac0c1
Tweak the README
bbatsov Mar 10, 2023
9e2bb78
Tweak wording
bbatsov Mar 10, 2023
4ded971
Implement fontification of source blocks (#21)
TobiasZawada Mar 11, 2023
19f7f65
Address CI issues.
TobiasZawada Mar 11, 2023
109bdc5
Fix a typo and some whitespace issues
bbatsov Mar 12, 2023
ff382b9
Improve the configuration docs
bbatsov Mar 12, 2023
6d45847
Add a changelog entry
bbatsov Mar 12, 2023
9e7af55
Fix a typo
bbatsov Mar 15, 2023
d0e5bb3
Remove the aggressive default background of native code blocks
bbatsov Apr 13, 2023
865d734
Fix a typo
bbatsov Apr 13, 2023
a7691c8
Fix a couple of docstrings
bbatsov Apr 13, 2023
b0702bd
[Fix #33] Address noticeable lag when typing in larger code blocks (#35)
TobiasZawada Jul 24, 2023
65794ce
Addresses #33. Reduce formatting lag by `adoc-kwf-search`
TobiasZawada Jul 26, 2023
b2b9fd5
Addresses #33. Restart search in `adoc-kwf-std` at last prevented mat…
TobiasZawada Jul 27, 2023
d4abb0b
Addresses #33. Re-introduce adoc-kw-delimited-block 2 because of fail…
TobiasZawada Jul 27, 2023
2578d9a
Addresses #33. Re-structure also `adoc-kw-replacement`.
TobiasZawada Jul 29, 2023
f68c4b9
Addresses #33. Remove the superfluous (setq found nil) in adoc-kw-rep…
TobiasZawada Jul 29, 2023
49bbd9a
[#33] Describe purpose of adoc-kwf-search
TobiasZawada Aug 2, 2023
2cc5aab
Fixes #39. Spaces and source-language name for language attribute
TobiasZawada Jul 31, 2023
497f6c1
Addresses #39. `source-language` is only a document attribute. Add co…
TobiasZawada Jul 31, 2023
9e1ea49
Listing blocks and literal blocks can have source style.
TobiasZawada Aug 1, 2023
b1d7644
Addresses #39. Fix whitespace match at end of attr line for code blocks.
TobiasZawada Aug 1, 2023
26d189e
[#39] Also allow open blocks with source style
TobiasZawada Aug 3, 2023
809fb47
Add .elpaignore
bbatsov Aug 27, 2023
d2af113
[Fix #41] add unconstrained typewriter
TobiasZawada Sep 4, 2023
05914c7
[#41] Add ert for unconstrained typewriter
TobiasZawada Sep 4, 2023
00fd941
#44 Separate one-line header from next text block by paragraph-separate
TobiasZawada Jan 30, 2024
497bb8b
Try to calm down byte-compiler in Emacs 28.1 AND Emacs 29.1
TobiasZawada Jan 30, 2024
f935779
Silence the byte compiler in Emacs 29.1 AND Emacs 30.1
TobiasZawada Jan 30, 2024
9e6f3d5
#44 Avoid cl-loop in native fontification of source blocks
TobiasZawada Feb 1, 2024
aa4afe7
#44 Just expansion of a doc string
TobiasZawada Feb 1, 2024
19fc148
Revert "#44 Just expansion of a doc string"
TobiasZawada Feb 1, 2024
9528d52
Revert "#44 Avoid cl-loop in native fontification of source blocks"
TobiasZawada Feb 1, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add .elpaignore
bbatsov committed Aug 27, 2023
commit 809fb47a26e8f3b0b907dfdd27a8a4aa83068cab
7 changes: 7 additions & 0 deletions .elpaignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/images/
/test/
/adoc-mode-autoloads.el
/adoc-mode-pkg.el
Eldev
*.md
/.github/