Commit Graph

1444 Commits

Author SHA1 Message Date
contrapunctus 59517bd405 doc: add 4 custom IDs 2021-06-09 16:14:53 +05:30
contrapunctus 8f4972c425 doc: add missing steps to developer tutorial 2021-06-09 16:14:53 +05:30
contrapunctus 04caf513b1 doc: add developer tutorial 2021-06-09 16:14:53 +05:30
contrapunctus 46201e5501 doc: move Installation to Tutorial 2021-06-09 15:10:30 +05:30
contrapunctus bbc1392cc0 doc: create Explanation section, move "About this file" to it 2021-06-09 09:21:57 +05:30
contrapunctus e01d2b3f86 doc: move Credits to the end 2021-06-09 09:16:02 +05:30
contrapunctus 828816fbf4 doc: rename README to Introduction 2021-06-09 09:15:48 +05:30
contrapunctus 1a0870a393 doc(TODO): add 3 candidates for rx conversion 2021-06-09 08:10:20 +05:30
contrapunctus 16aefdbd07 feat: auto-align tags; move tags column to .dir-locals.el 2021-06-09 07:20:38 +05:30
contrapunctus b12705af1f feat: add links to tangled source, remove autotangle code 2021-06-09 07:09:53 +05:30
contrapunctus d83f119dfc build(Makefile): warn user about Org version if ORG_PATH is unset 2021-06-09 00:05:42 +05:30
contrapunctus 03b03cbc1a build: use comment links in tangled sources 2021-06-08 21:27:58 +05:30
contrapunctus c52c6f29ec doc: credit tomasino, add test migration TODO 2021-06-08 21:27:58 +05:30
contrapunctus 5105c48ffb build(Makefile): bugfix tangling recipe 2021-06-08 21:27:58 +05:30
contrapunctus 40db78cfa0 build(Makefile): continue past clean errors 2021-06-08 21:27:58 +05:30
contrapunctus 47d093ca75 build(Makefile): add clean targets 2021-06-08 21:27:58 +05:30
contrapunctus e56ac6b66d build: add Makefile
I've named it contrapunctus.mk to avoid getting clobbered by the
autogenerated Makefile. If we do away with the autotools stuff, we
could rename it Makefile.
2021-06-08 21:27:53 +05:30
contrapunctus a863a8efd9 doc: add maintainer email, correct email formatting 2021-06-08 03:40:25 +05:30
contrapunctus 759e289961 fix(file structure): add package headers 2021-06-06 06:08:33 +05:30
contrapunctus 5b83ec6d81 Add nameless-aliases 2021-06-05 00:25:20 +05:30
contrapunctus 4902fefa5c Don't tangle the installation instructions
The `:load no` is not really necessary, since literate-elisp only reads
Elisp source blocks. But it does signal intent to a human reader.
2021-06-04 22:42:49 +05:30
contrapunctus c9af5c303a Set org-tags-column to -60, run org-align-all-tags 2021-06-04 21:51:03 +05:30
contrapunctus 78f06b5069 Delete root heading, promote child headings 2021-06-04 21:44:04 +05:30
contrapunctus c2ba68fecb Drop literate-elisp-load as default - use batch mode org-babel-tangle
literate-elisp-load is great, but currently suffers from issues with
lexical scope [1] and autoload generation [2]. :(

[1] https://github.com/jingtaozf/literate-elisp/issues/6
[2] https://github.com/jingtaozf/literate-elisp/issues/8
2021-06-04 21:14:35 +05:30
wgreenhouse dddcccb926 Merge remote-tracking branch 'origin/literate-elisp'
First attempt at literate elisp with no tangling.
2021-03-20 13:02:17 -04:00
wgreenhouse 30f15f2143 Merge branch 'literate' of tildegit:wgreenhouse/emacs-jabber
Cleanup to address issues identified by org-lint.
2021-03-20 12:41:52 -04:00
contrapunctus 0d898717a7 Merge branch 'literate' into literate-elisp 2021-03-20 08:03:43 +05:30
contrapunctus a81b64ef68 Address org-lint issues
Turns out, :file: is an existing property, and one of the source blocks was malformed.
2021-03-19 08:15:51 +05:30
contrapunctus de6dfefdfc Use literate-elisp instead of tangling 2021-03-18 20:26:45 +05:30
wgreenhouse 69d6122858 Deprecate XEP-0065, XEP-0095, and XEP-0096 support. 2021-03-16 20:16:52 -04:00
contrapunctus 02bf4d2378 Move XML functions to the top
`cask build 2>&1 | wc -l` down from 365 to 358
2021-03-16 23:57:23 +05:30
contrapunctus 6982b492fa Add goto-addr as dependency 2021-03-16 23:57:20 +05:30
contrapunctus 0b30484bac Remove conditional definitions
This probably affects XEmacs support, which we intend to remove.

`cask build 2>&1 | wc -l` down from 444 to 365
2021-03-16 23:57:13 +05:30
contrapunctus 7f8e18f3eb Use called-interactively-p instead of interactive-p
`cask build 2>&1 | wc -l` down from 444 to 434
2021-03-16 23:57:05 +05:30
contrapunctus 9483d28284 Rename nonexistent function
`cask build 2>&1 | wc -l` down from 445 to 444
2021-03-16 23:55:45 +05:30
contrapunctus 69f5e9c6f0 Delete missed empty Elisp file 2021-03-15 15:08:31 +05:30
contrapunctus e249bd6ad1 Compress copyright lines 2021-03-15 13:16:47 +05:30
contrapunctus 6d932a8f4a Move all copyright lines from drawers to the library header 2021-03-15 12:58:57 +05:30
contrapunctus 6bb59eadb9 Subsume AUTHORS into Org file 2021-03-15 12:37:31 +05:30
contrapunctus a83731fa6a Change JEP -> XEP 2021-03-15 11:59:53 +05:30
wgreenhouse 8db7e94113 Merge branch 'literate' of tildegit:wgreenhouse/emacs-jabber 2021-03-15 00:48:11 -04:00
contrapunctus 6f1fe20490 Separate new resources from old 2021-03-14 23:31:57 +05:30
contrapunctus 192c9aabac Org-ify links; separate old links from new 2021-03-14 23:11:40 +05:30
contrapunctus 100b5bcbcd Add TODO item about authors 2021-03-14 22:59:29 +05:30
contrapunctus 9da3374fa9 Remove no-longer-relevant comments 2021-03-14 22:58:28 +05:30
wgreenhouse 173fc8078a Add README symlink to main project file. 2021-03-14 13:21:03 -04:00
contrapunctus 68b243297a Update TODO 2021-03-14 22:25:34 +05:30
contrapunctus 75a78f7788 Move Entity Capabilities before first use of jabber-disco-advertise-feature 2021-03-14 22:18:34 +05:30
contrapunctus a31d7920d7 Remove external notifiers from main file 2021-03-14 19:57:43 +05:30
contrapunctus d67762d2ea Add XEP-0092 link 2021-03-14 16:56:12 +05:30