[elpa] master 19227a0 02/11: ; pinentry.el: Update header comment and fix typos

2018-01-16 Thread Nicolas Petton
branch: master commit 19227a07312b581064ad2f84e1fe501431c47a44 Author: Daiki Ueno Commit: Nicolas Petton ; pinentry.el: Update header comment and fix typos --- packages/pinentry/pinentry.el | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/packages/pinentry/pine

[elpa] master updated (8d079d3 -> dcc9ba0)

2018-01-16 Thread Nicolas Petton
nicolaspetton pushed a change to branch master. from 8d079d3 Do not uncover flagged cells if the user dont want that new 1cfcece packages/pinentry/pinentry.el: Popup window for multiline prompt new 19227a0 ; pinentry.el: Update header comment and fix typos new

[elpa] master 1cfcece 01/11: packages/pinentry/pinentry.el: Popup window for multiline prompt

2018-01-16 Thread Nicolas Petton
branch: master commit 1cfcece832d095005911c70c52d58b5dcf41ebb9 Author: Daiki Ueno Commit: Nicolas Petton packages/pinentry/pinentry.el: Popup window for multiline prompt * packages/pinentry/pinentry.el (pinentry): New custom group. (pinentry-popup-prompt-window): New user option

[elpa] master 952dd9f 07/11: Suppress redundant Pinentry startup messages

2018-01-16 Thread Nicolas Petton
branch: master commit 952dd9fa4a8e1d6a70aa61fdd84495bb569024d9 Author: Daiki Ueno Commit: Nicolas Petton Suppress redundant Pinentry startup messages * packages/pinentry/pinentry.el (pinentry-start): Add optional QUIET argument. * lisp/epg.el: Declare `pinentry-start'. (

[elpa] master dcc9ba0 11/11: Set file modes of pinentry socket for extra safety

2018-01-16 Thread Nicolas Petton
branch: master commit dcc9ba03252ee5d39e03bba31b420e0708c3ba0c Author: Daiki Ueno Commit: Nicolas Petton Set file modes of pinentry socket for extra safety * pinentry.el: Require 'cl-lib for `cl-letf'. (pinentry-start): Change the file modes of the socket file to 0700. This

[elpa] master b2dbb4c 10/11: Revert "Change the default socket location for pinentry"

2018-01-16 Thread Nicolas Petton
branch: master commit b2dbb4c65dc65af9d2d0320af53fd7f002a9a9d0 Author: Daiki Ueno Commit: Nicolas Petton Revert "Change the default socket location for pinentry" This reverts commit e34fbdee8aca84b98393b06b2450837d175999ca. It turned out that the address is fixed in Pinentry its

[elpa] master cd62826 08/11: Mention how to enable pinentry feature

2018-01-16 Thread Nicolas Petton
branch: master commit cd62826257ff0eb1fe782cd57c02b95c1b734d3b Author: Daiki Ueno Commit: Nicolas Petton Mention how to enable pinentry feature * packages/pinentry/pinentry.el: Mention "gpgconf --reload gpg-agent". --- packages/pinentry/pinentry.el | 3 ++- 1 file changed, 2 insert

[elpa] master 2a2617f 04/11: Revert "pinentry.el: Support external passphrase cache"

2018-01-16 Thread Nicolas Petton
branch: master commit 2a2617fe7c0d0b61284694bd43d23f25b35dbc73 Author: Daiki Ueno Commit: Nicolas Petton Revert "pinentry.el: Support external passphrase cache" This reverts commit e086e55a664ec27fbca7b3231c4b32cb78a89337. packages/pinentry/pinentry.el shouldn't directly interac

[elpa] master efb0175 09/11: Change the default socket location for pinentry

2018-01-16 Thread Nicolas Petton
branch: master commit efb0175fa60b481c001247be908c717033836f07 Author: Daiki Ueno Commit: Nicolas Petton Change the default socket location for pinentry * packages/pinentry/pinentry.el: Require 'cl-lib for `cl-letf'. (pinentry--socket-dir): Change the default from /tmp/emacsXXX

[elpa] master adc04d8 03/11: pinentry.el: Support external passphrase cache

2018-01-16 Thread Nicolas Petton
branch: master commit adc04d81dd4f7b830cc68b2b8a18a1c2e0c28154 Author: Daiki Ueno Commit: Nicolas Petton pinentry.el: Support external passphrase cache * packages/pinentry/pinentry.el (pinentry-use-secrets): New user option. (pinentry--allow-external-password-cache): New local v

[elpa] master 32bec2a 06/11: pinentry.el: Add debugging support

2018-01-16 Thread Nicolas Petton
branch: master commit 32bec2a359771a5813cc17d4877f9172fdc103ec Author: Daiki Ueno Commit: Nicolas Petton pinentry.el: Add debugging support * packages/pinentry/pinentry.el (pinentry-debug): New variable. (pinentry-debug-buffer): New variable. (pinentry--process-filter): Send

[elpa] master 7154adf 05/11: pinentry.el: Improve multiline prompt

2018-01-16 Thread Nicolas Petton
branch: master commit 7154adfa564a44d6b4c7dd0fd6a6e579dd3daeef Author: Daiki Ueno Commit: Nicolas Petton pinentry.el: Improve multiline prompt * packages/pinentry/pinentry.el (pinentry--prompt): Simplify the interface. (pinentry--process-filter): Use `pinentry--prompt' for CONFI