[elpa] externals/orgalist 4e55d42: Do not consider auto filling line before `current-fill-column'

2018-05-04 Thread Nicolas Goaziou
branch: externals/orgalist commit 4e55d42de696abbb7729aa07d00b153cb7b5c9de Author: Nicolas Goaziou Commit: Nicolas Goaziou Do not consider auto filling line before `current-fill-column' * orgalist.el (orgalist--auto-fill): Do not consider auto filling line before `current-fill

[elpa] master dafd985 3/5: [gnorb] Check message-alternative-emails in helm registry search

2018-05-04 Thread Eric Abrahamsen
branch: master commit dafd985dc0f6c8294fa550051e20423af767fbf5 Author: Eric Abrahamsen Commit: Eric Abrahamsen [gnorb] Check message-alternative-emails in helm registry search * packages/gnorb/gnorb-helm.el (gnorb-helm-gnus-registry-candidates): In addition to gnus-ignored-fro

[elpa] master updated (6c6b7a1 -> 0786fbc)

2018-05-04 Thread Eric Abrahamsen
girzel pushed a change to branch master. from 6c6b7a1 [gnorb] More little tweaks to registry searching, bump to 1.5.2 new a69320f [gnorb] Don't use string-trim with optional args new b4cc360 [gnorb] Don't use make-temp-name for registry searches new dafd985

[elpa] master a69320f 1/5: [gnorb] Don't use string-trim with optional args

2018-05-04 Thread Eric Abrahamsen
branch: master commit a69320f900d9f7c5e1fe472a7cdcab9a47213903 Author: Eric Abrahamsen Commit: Eric Abrahamsen [gnorb] Don't use string-trim with optional args * packages/gnorb/gnorb-gnus.el (gnorb-gnus-search-registry): Apparently these args aren't accepted in Emacs 25. ---

[elpa] master b4cc360 2/5: [gnorb] Don't use make-temp-name for registry searches

2018-05-04 Thread Eric Abrahamsen
branch: master commit b4cc360c96d24421f3cd01da93ae27d0e1093d02 Author: Eric Abrahamsen Commit: Eric Abrahamsen [gnorb] Don't use make-temp-name for registry searches * packages/gnorb/gnorb-gnus.el (gnorb-gnus-search-registry): This was a red herring left over from earlier conf

[elpa] master 0786fbc 5/5: [gnorb] Bump version to 1.5.3

2018-05-04 Thread Eric Abrahamsen
branch: master commit 0786fbc58af64e5232041941883258f258eea313 Author: Eric Abrahamsen Commit: Eric Abrahamsen [gnorb] Bump version to 1.5.3 --- packages/gnorb/gnorb.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gnorb/gnorb.el b/packages/gnorb/gnorb.el inde

[elpa] master dd8158e 4/5: [gnorb] Fix handling of region-bounds return value

2018-05-04 Thread Eric Abrahamsen
branch: master commit dd8158e52ad0cde6fc3e5347ee5863447e7ad9f6 Author: Eric Abrahamsen Commit: Eric Abrahamsen [gnorb] Fix handling of region-bounds return value * packages/gnorb/gnorb-org.el (gnorb-org-handle-mail): It returns a list of cons cells. Did it always do that? Why?

[elpa] externals/orgalist db432d1 2/3: Fix auto filling

2018-05-04 Thread Nicolas Goaziou
branch: externals/orgalist commit db432d1fc634968d8be35f97292be6aa88c5dcbf Author: Nicolas Goaziou Commit: Nicolas Goaziou Fix auto filling * orgalist.el (orgalist-mode): Advise around both `normal-auto-fill-function' and `auto-fill-function' to handle various Auto fill

[elpa] externals/orgalist 5b459eb 3/3: Also indent line right after the list

2018-05-04 Thread Nicolas Goaziou
branch: externals/orgalist commit 5b459eb113d1e16a75983ed0e3308b41fc7e8978 Author: Nicolas Goaziou Commit: Nicolas Goaziou Also indent line right after the list (orgalist--indent-line): Indent line right after the list. --- orgalist.el | 19 ++- 1 file changed, 18 i

[elpa] externals/orgalist 38cf368 1/3: Indent line properly

2018-05-04 Thread Nicolas Goaziou
branch: externals/orgalist commit 38cf3689e244ffd4d8c2545851be6afa93c31148 Author: Nicolas Goaziou Commit: Nicolas Goaziou Indent line properly * orgalist.el (orgalist--indent-line): New function. (orgalist--cycle-indentation): Focus on indentation cycling instead of trying

[elpa] externals/orgalist updated (bf2c3d1 -> 5b459eb)

2018-05-04 Thread Nicolas Goaziou
ngz pushed a change to branch externals/orgalist. from bf2c3d1 Bump to version 1.3 new 38cf368 Indent line properly new db432d1 Fix auto filling new 5b459eb Also indent line right after the list Summary of changes: orgalist.el | 141 +++