branch: master
commit faf9371c788e9fd248d32858733be7e6d6c5228a
Author: Eric Abrahamsen
Commit: Eric Abrahamsen
Provide Org tagging for Gnus messages
* packages/gnorb/gnorb-gnus.el (gnorb-gnus-tag-message): New command
for tagging messages.
(gnorb-gnus-insert-tagged-messa
branch: master
commit 63e50cef9772f4d157bdd09bf378e9380cef0745
Author: Ted Zlatanov
Commit: Ted Zlatanov
Update uni-confusables license to only refer to local files
* packages/uni-confusables/copyright.html: Add Unicode terms of
service and copyright notice.
* packages/uni
branch: master
commit aa2c0219969a4e5fefaee1b02b46dbea6397b7f1
Author: Ian Dunn
Commit: Ian Dunn
Added info documentation for future inclusion in ELPA
* paced.org: Added descriptions to most headers
---
.bzrignore | 2 +
dir| 19 ++
paced.info | 668 +
branch: master
commit 7535133ff8ea613adf9f8462a42837e288af18d9
Author: Ian Dunn
Commit: Ian Dunn
Updated copyright blocks in all files
---
Project.ede | 5 +++--
paced.info | 50 +-
paced.org | 2 +-
test.mk | 2 +-
4 files changed,
branch: master
commit bc054b8d4798e9c5840d3927eccd6bda0c662796
Author: Ian Dunn
Commit: Ian Dunn
Updated info pages
---
paced.info | 121 ++---
1 file changed, 76 insertions(+), 45 deletions(-)
diff --git a/paced.info b/paced.info
ind
branch: master
commit 4823f532473cde2f1b8f83efdfad5857c6eecb9a
Author: Ian Dunn
Commit: Ian Dunn
Added section for a basic setup
* paced.el (Basic Setup): New section
(Selective Dictionaries): Mention using `t' as a key.
---
paced.org | 19 ++-
1 file changed,
branch: master
commit e293378214f315d354ad6c4cf15e86e9f3a61872
Author: Ian Dunn
Commit: Ian Dunn
Fix completion falling back to other backend
* paced.el (paced-completion-table-function): Don't throw an error if there
is
no current dictionary.
(paced-completion-at-point
branch: master
commit b35b6eb5a939736c9c2c678627c3dfc72bc2f95a
Author: Ian Dunn
Commit: Ian Dunn
Initial import
---
COPYING | 674
Project.ede | 47 +++
bootstrap.sh | 24 ++
paced-async.el| 94 ++
pace
branch: master
commit 534df41ca332efbdb1c209819bb6149323939209
Author: Ian Dunn
Commit: Ian Dunn
Updated info pages
---
paced.info | 75 --
1 file changed, 49 insertions(+), 26 deletions(-)
diff --git a/paced.info b/paced.info
ind
branch: master
commit 2e306c8e3554230ebc177cc7f70601083b9fd43c
Author: Ian Dunn
Commit: Ian Dunn
Improved Introduction
* paced.org (Introduction): Consolidated section.
(Selecting Dictionaries): Explicitly mention completion.
* paced.el (paced-global-dict-enable-alist)
branch: master
commit 895f47903cda3a57f9f12c2e85ee6da4d40faea8
Author: Ian Dunn
Commit: Ian Dunn
Pushed info pages
---
paced.info | 80 +-
1 file changed, 37 insertions(+), 43 deletions(-)
diff --git a/paced.info b/paced.info
inde
branch: master
commit 82bd0da59310b71b832ba32e9baf6d154ed5c742
Author: Ian Dunn
Commit: Ian Dunn
Fixed various defmethod names to use paced-dictionary- prefix
* paced.el (paced-reset-registered-dictionaries): New function.
(paced-dictionary-save): Renamed from paced-save-dicti
branch: master
commit e834a04d60e17adc2f1cf452a87751000541
Author: Ian Dunn
Commit: Ian Dunn
Updated copyright strings in preparation for pushing to GNU ELPA
---
paced-async.el | 10 --
paced-tests.el | 10 --
paced.el | 52 ++---
branch: master
commit 56944b8b2a2a2707e1bd26e6c788088754605dfd
Author: Ian Dunn
Commit: Ian Dunn
Added documentation section for working with EDE
* paced.org (Working with EDE): New section.
---
paced.org | 23 +++
1 file changed, 23 insertions(+)
diff --git a/
branch: master
commit bfdb6403ea77f285f381f76d179fd5d105e39b46
Author: Ian Dunn
Commit: Ian Dunn
Updated pabbrev comparison
* paced.org (pabbrev): Clarify difficulty with working with files that
aren't
always open.
---
paced.org | 27 +--
1 file chang
branch: master
commit b7dc61d0039cfffed040ffae6a6304136ac5dfdd
Author: Ian Dunn
Commit: Ian Dunn
Removed bootstrap.sh
---
bootstrap.sh | 24
1 file changed, 24 deletions(-)
diff --git a/bootstrap.sh b/bootstrap.sh
deleted file mode 100755
index 2e616e9..000
---
branch: master
commit b07d8537fa68c2ca7bbe1c4153398c7ba736be70
Author: Ian Dunn
Commit: Ian Dunn
Added elpaignore file
---
.elpaignore | 5 +
1 file changed, 5 insertions(+)
diff --git a/.elpaignore b/.elpaignore
new file mode 100644
index 000..ed53015
--- /dev/null
+++ b/.elpaigno
branch: master
commit 69b005851bbca1480fa8e0e3884e6140ac8d77d7
Author: Ian Dunn
Commit: Ian Dunn
Remove test dependency on dictionary file
---
paced-tests.el | 136 ++---
1 file changed, 71 insertions(+), 65 deletions(-)
diff --git a/pace
branch: master
commit 223809ea68c8d86aef2b61a946d61497125ba250
Author: Ian Dunn
Commit: Ian Dunn
Fixed elpaignore file
---
.elpaignore | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.elpaignore b/.elpaignore
index ed53015..264b3e6 100644
--- a/.elpaignore
+++ b/.elpaign
branch: master
commit 8f1860aefd0a4ea66d6845ecfc952d8d6e56b02b
Author: Ian Dunn
Commit: Ian Dunn
Documentation fixes
* paced.el: Lowered async requirement to 1.9.1
* paced.org (Introduction): Removed mention on paced--populator-alist.
(Terminology): Removed redundant
branch: master
commit 964eb4846e196d0a4cd3dfb90dda19e2f7283750
Author: Ian Dunn
Commit: Ian Dunn
Fixed bug in completion
* paced.el (paced-dictionary-fix-completion-case): Fix use of mapcar.
* paced-tests.el (paced-completions-try-completion-mixed-case): New test.
---
pace
branch: master
commit 1234c0c8bd3c073d560850086c27af90fbc426d5
Author: Ian Dunn
Commit: Ian Dunn
Updated info pages
---
paced.info | 25 +++--
1 file changed, 15 insertions(+), 10 deletions(-)
diff --git a/paced.info b/paced.info
index 502755e..c0fe663 100644
--- a/pace
branch: master
commit 567474608b0fc1e69cbf8109b6df3ed4d7725f71
Author: Ian Dunn
Commit: Ian Dunn
Added function to check if point is in a comment
* paced.el (paced-in-comment-p): New defun.
(paced-exclude-function): Mention it as a possible value.
---
paced.el | 10 +-
branch: master
commit b95b016972310a44c9ae7f55c27be6f0b239d63c
Author: Ian Dunn
Commit: Ian Dunn
Pushed updated info pages
---
paced.info | 75 --
1 file changed, 29 insertions(+), 46 deletions(-)
diff --git a/paced.info b/paced.i
branch: master
commit a96701c503d4082c9644b8a0df773672c75b7ebf
Author: Ian Dunn
Commit: Ian Dunn
Fixed up paced-dictionary comments
---
paced.el | 18 +-
1 file changed, 5 insertions(+), 13 deletions(-)
diff --git a/paced.el b/paced.el
index c79fda9..a2c8783 100644
--- a/pa
branch: master
commit 7c9a342cc519dedb4627fef82f4de15f5a1fca59
Author: Ian Dunn
Commit: Ian Dunn
Fixed paced-global-dict-enable-alist value type
* paced.el (paced-global-dict-enable-alist): Use string for value type.
---
paced.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-
branch: master
commit 23c4a658edec709340e787579ee863001df48610
Author: Ian Dunn
Commit: Ian Dunn
Mention common variables in population commands settings
* paced.el (paced-population-command): Mention `paced-exclude-function' and
`paced-thing-at-point-constituent' in docstring
branch: master
commit 5480e9711bd0fc1fd0cd10e71e10c55b61e5beef
Author: Ian Dunn
Commit: Ian Dunn
Removed obsolete method
* paced.el (paced-population-command-prepare-props): Removed.
---
paced.el | 5 -
1 file changed, 5 deletions(-)
diff --git a/paced.el b/paced.el
index 525a
branch: master
commit 56129cafd9a5ced1969e6cc275133af4faf85f88
Author: Ian Dunn
Commit: Ian Dunn
Updated docstrings
* paced.el (paced-dictionary-completions-for-prefix):
(paced-completions-for-prefix): Removed unused functions.
---
paced.el | 61 ++
branch: master
commit 139a1996935a49c12176f289d203837ba5ee203b
Author: Ian Dunn
Commit: Ian Dunn
Added note about dictionary properties
* paced.org (Properties): Added note.
---
paced.org | 5 +
1 file changed, 5 insertions(+)
diff --git a/paced.org b/paced.org
index c977686..
branch: master
commit 4162bd48d33d82164ac2855b7d9b1e4a33210f23
Author: Ian Dunn
Commit: Ian Dunn
Changed name of registered checker
* paced.el (paced-dictionary-key-registered-p): Renamed from
"paced-dictionary-registered-p".
(paced-ensure-registered)
(paced-curren
branch: master
commit d854f3dc32cfc28d4efdd696b9ba03f3f79f7990
Author: Ian Dunn
Commit: Ian Dunn
Fixed typos
* paced.el (paced-dictionary):
(paced-edit-current-dictionary): For some reason, I can't spell
"dictionary".
---
paced.el | 4 ++--
1 file changed, 2 insertions(+), 2
branch: master
commit 3cd11479f4735c9f1c99f1e51c1ef7a7c9eba447
Author: Ian Dunn
Commit: Ian Dunn
Add IDs and descriptions for Contributing section
* paced.org (Contributing): Add note about "Corrupt object on disk" error.
(Bugs):
(Development):
(Documentation):
branch: master
commit a3a7eacb3dd45e27afb486df72b9e0d5064e18f8
Author: Ian Dunn
Commit: Ian Dunn
Added default dictionary settings for population
* paced.el (paced-dictionary): Added `default-population-properties' slot.
(paced-merge-properties): New defun.
(paced-dictio
branch: master
commit bda09951b37572354951d268eddcce02a953a273
Author: Ian Dunn
Commit: Ian Dunn
Remove inaccurate comment about completion in case-handling slot
---
paced.el | 6 ++
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/paced.el b/paced.el
index dfb02c7..938033e
branch: master
commit f0ac1d8f516e96cd66fc059ac4d11b1db3766d5d
Author: Ian Dunn
Commit: Ian Dunn
Added mixed-case case handling
* paced.el (paced-dictionary): Added mixed-case option
(paced-mixed-case-word-p): New defun.
(paced--handle-word-case): Add case for mixed-case
branch: master
commit 5f9ddc67cb9daf8cc728cd70592a5f768ca2c8da
Author: Ian Dunn
Commit: Ian Dunn
Mention case handling in paced-dictionary-completions
* paced.el (paced-dictionary-completions): Mention that case-handling is
handled
for completions.
---
paced.el | 13
branch: master
commit 79c22c2666255840082b9bfc7a0a5d5dbeed23dd
Author: Ian Dunn
Commit: Ian Dunn
Added new customization options for paced-load-all-dictionaries
* paced.el (paced-dictionary-directory-whitelist-regexp):
(paced-dictionary-directory-blacklist-regexp):
(pace
branch: master
commit 6aefb0bd07cb313f5169696a6dfffb60d3ae68b3
Author: Ian Dunn
Commit: Ian Dunn
Made dictionary names strings
* paced.el (paced-named-dictionary): Use 'equal to compare keys.
(paced-read-dictionary): Don't intern result.
(paced-dictionary-registered-p):
branch: master
commit e40495009868ecb51b012f602f902bcc7ff3ff68
Author: Ian Dunn
Commit: Ian Dunn
Alias if-let* and when-let* for backwards compatibility
---
paced.el | 6 ++
1 file changed, 6 insertions(+)
diff --git a/paced.el b/paced.el
index 34b0cfd..067c41f 100644
--- a/paced.el
++
branch: master
commit 6c014aecddf1be4be16e6096cad8dbf3690e1d53
Author: Ian Dunn
Commit: Ian Dunn
Remove rx pcase form for compatibility
* paced.el (paced-mode-symbol-p): New defun
(paced-test-dict-enable-condition): Use it instead of rx form.
---
paced.el | 6 +-
1 file c
branch: master
commit 158ff71d7be0c1302a533c6a0fcf899b9efabe0d
Author: Ian Dunn
Commit: Ian Dunn
Fixed internal links in documentation
---
paced.org | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/paced.org b/paced.org
index b34f179..20539a5 100644
--- a/paced.org
++
branch: master
commit dada47390df253fb5bf63fa1c3debb93375a4a72
Author: Ian Dunn
Commit: Ian Dunn
Push of info page
---
paced.info | 105 ++---
1 file changed, 73 insertions(+), 32 deletions(-)
diff --git a/paced.info b/paced.info
inde
branch: master
commit c36996495d51976bd595164cdf081d68766c6ff7
Author: Ian Dunn
Commit: Ian Dunn
Reduce required Emacs version to 25.3
* paced.el: Reduce version
* paced.org (Installation): Reduce version in requirements
---
paced.el | 2 +-
paced.info | 2 +-
paced.org
branch: master
commit de2260f2918b55a37fde8c5bf7d3cb131786cf3e
Author: Ian Dunn
Commit: Ian Dunn
Documented the population commands
* paced.el: Added documentation for each population command.
---
paced.el | 18 ++
1 file changed, 14 insertions(+), 4 deletions(-)
d
branch: master
commit 482430643846adc052770e120ec1f6fb623b4459
Author: Ian Dunn
Commit: Ian Dunn
Make the registered dictionary map a hash table
* paced.el (paced--registered-dictionaries): Change default.
(paced-named-dictionary)
(paced-dictionary-registered-p)
(p
branch: master
commit e611e61812f4796080184b217a70d5f6341a7435
Author: Ian Dunn
Commit: Ian Dunn
Changed Emacs requirement to 25.1
---
paced.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/paced.el b/paced.el
index 7f9fd62..c79fda9 100644
--- a/paced.el
+++ b/paced.el
branch: master
commit 428098b20fbbd553a040b92978ea4b95e58f923a
Author: Ian Dunn
Commit: Ian Dunn
Added bzrignore file
---
.bzrignore | 6 ++
1 file changed, 6 insertions(+)
diff --git a/.bzrignore b/.bzrignore
new file mode 100644
index 000..0d820ff
--- /dev/null
+++ b/.bzrignore
@
branch: master
commit 302d4b40e98025801a986270a080ed8279189053
Author: Ian Dunn
Commit: Ian Dunn
Added convenience method for adding population commands
* paced.el (paced-dictionary-add-population-command): New defmethod.
(paced-add-buffer-file-to-dictionary): Use it.
---
pac
branch: master
commit 0d17d8d89b3513cd1161e6ab5927b16cb75529ca
Author: Ian Dunn
Commit: Ian Dunn
Warn before resetting dictionary during population
* paced.el (paced-populate-warn-about-reset): New defcustom
(paced-repopulate-named-dictionary): Use it.
---
paced.el | 13 +
branch: master
commit e751e4ff60c4ca719586da5f3dd28d2933879d3f
Author: Ian Dunn
Commit: Ian Dunn
Update case-handling slot name in Documentation
* paced.org (Editing a Dictionary): Update slot name.
---
paced.org | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/p
branch: master
commit b925c0ba252f67a6f8e0e790c82e518a63fbf039
Author: Ian Dunn
Commit: Ian Dunn
Updated links in documentation
* paced.org (Similar Packages): Use https in package links
---
paced.org | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/paced.org
skolar42 pushed a change to branch master.
from 0775e8c Gnorb: Typo
new b35b6eb Initial import
new d854f3d Fixed typos
new 9b61ee5 Added ede/proj-aux to bootstrap.sh
new 428098b Added bzrignore file
new 6aefb0b Made dictionary names string
branch: master
commit 262d99f1eddc9641c521b083e53c559339e1b655
Author: Ian Dunn
Commit: Ian Dunn
Added package requirements to paced.el
* paced.el: Added Emacs and async as package requirements
---
paced.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/paced.el b/paced.el
ind
branch: master
commit 75e9490fec6f3400bcdfb83d4e76afe7a874be16
Author: Ian Dunn
Commit: Ian Dunn
Account for case handling in completion
* paced.el (paced-dictionary-fix-completion-case): New defmethod.
(paced-completion-finish): Removed.
(paced-dictionary-completions):
branch: master
commit febb20002d8f041eeca930356538878d7fe8af72
Author: Ian Dunn
Commit: Ian Dunn
Added function to submit a bug report
* paced.el (paced-submit-bug-report): New defun.
---
paced.el | 16
1 file changed, 16 insertions(+)
diff --git a/paced.el b/pace
branch: master
commit 6e8acdf89b3e26e9be7a645041978fbaac210f81
Author: Ian Dunn
Commit: Ian Dunn
Added documentation
---
paced.org | 339 ++
1 file changed, 319 insertions(+), 20 deletions(-)
diff --git a/paced.org b/paced.org
ind
branch: master
commit 35ba53b5df43c8cad0a86afc437a237ea8dde510
Author: Ian Dunn
Commit: Ian Dunn
Autoload paced-repopulate-named-dictionary-async
---
paced-async.el | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/paced-async.el b/paced-async.el
index f324c35..36371a
branch: master
commit 9b61ee5e54afb7e4912a7e2cf641c9f9ebab3473
Author: Ian Dunn
Commit: Ian Dunn
Added ede/proj-aux to bootstrap.sh
---
bootstrap.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bootstrap.sh b/bootstrap.sh
index 768dec0..2e616e9 100755
--- a/bootstrap.
branch: master
commit 52c8a8878afd56061bd98bbd88d6fdc16e1bbe38
Author: Ian Dunn
Commit: Ian Dunn
Fixed usage of bzr send in documentation
* paced.org (Contributing): Fixed bzr send command.
---
paced.org | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/paced.org
branch: master
commit ecb2f9db45512d8297cc125a67c9931688741484
Author: Ian Dunn
Commit: Ian Dunn
Fixed up info title
---
dir| 2 +-
paced.info | 2 +-
paced.org | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dir b/dir
index 53a15fe..3424e60 100644
--- a/dir
branch: master
commit 38979b50d517fd7e9bbc11e4b280f48278a52836
Author: Ian Dunn
Commit: Ian Dunn
Fixed up contributing documentation
* paced.org (Contributing): Broke into separate sections
(Documentation): New section in Contributing
---
paced.org | 16 ++--
1 fi
branch: master
commit ce7a2be39e23a061d83f69754f12d60c2f634ae4
Author: Ian Dunn
Commit: Ian Dunn
Changed case-sensitivity to case-handling
* paced.el (paced-dictionary): Added case-handling slot
(paced-make-dictionary): Updated constructor.
(paced--handle-word-case): New
branch: master
commit 6e7d6d7824ce640bb7b552b37da6fe955f3aa83e
Author: Ian Dunn
Commit: Ian Dunn
Updated method names in paced-repopulate-dictionary-async
* paced-async.el (paced-repopulate-dictionary-async): Fixed method names.
---
paced-async.el | 4 ++--
1 file changed, 2 insert
64 matches
Mail list logo