skolar42 pushed a change to branch master. from edbdf4e Merge commit 'a038d91ec593d1f1b19ca66a0576d59bbc24c523' new 13c02a6 Added dictionary printing new a9d3d12 Added support for choosing which side of thing-at-point to consider for exclusion new 1171a76 Added support for excluding words past a certain character limit new b73fff8 Added paced-repopulate-current-dictionary-async new bc5d7cd Silenced byte-compiler new 463d752 Cleaned up code and added documentation of new features new f4d03a3 Merge commit '463d752d4703af93ea86df8f07b244e8fc851617' new c7fc9a4 Updated copyright new 01069d1 Fixed failing effort test new d57675f Added new forms for set-property! and fixed up build system new 56eeaff Fixed up Changelog in documentation new 35acd8c Cleaned up Changelog some more new a9eb761 Merge commit '35acd8c2f9710e54ec3f433ae4af40cfff635295'
Summary of changes: packages/org-edna/.bzrignore | 3 +- packages/org-edna/.elpaignore | 5 + packages/org-edna/Makefile | 68 ----- packages/org-edna/Project.ede | 28 +++ packages/org-edna/defaults.mk | 2 +- packages/org-edna/org-edna-tests.el | 52 +++- packages/org-edna/org-edna-tests.org | 5 +- packages/org-edna/org-edna.el | 104 +++++++- packages/org-edna/org-edna.info | 366 +++++++++++++-------------- packages/org-edna/org-edna.org | 115 +++++++-- packages/{paced => org-edna}/test.mk | 5 +- packages/paced/paced-async.el | 22 +- packages/paced/paced-tests.el | 120 +++++---- packages/paced/paced.el | 473 +++++++++++++++++++++++++++-------- packages/paced/paced.info | 278 ++++++++++++++++---- packages/paced/paced.org | 192 +++++++++++++- packages/paced/test.mk | 2 +- 17 files changed, 1327 insertions(+), 513 deletions(-) create mode 100644 packages/org-edna/.elpaignore delete mode 100644 packages/org-edna/Makefile create mode 100644 packages/org-edna/Project.ede copy packages/{paced => org-edna}/test.mk (92%)