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
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
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
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
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
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 i
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
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&
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 /tm
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
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
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'
Michael Heerdegen writes:
> Implement `seq-mapn' method for streams
Nice!
> [...]
> +(ert-deftest stream-seq-mapn-test ()
> + (should (streamp (seq-mapn #'+ (stream (list 1 2 3)) (stream (list 4 5
> 6)
> + (should (not (streamp (seq-mapn #'+ (stream (list 1 2 3)) (stream (list 4
> 5
nicolaspetton pushed a change to branch master.
from 7142d2f Merge commit '1f8935e117918fab8c6ad700b627a67ac4a4f10c'
new 50cfcca Remove an outdated test
new f394de2 Fix seq-empty-p for streams
Summary of changes:
packages/stream/stream.el | 3 +++
packag
branch: master
commit f394de26fe41b659990760cc91fac5336c39da14
Author: Nicolas Petton
Commit: Nicolas Petton
Fix seq-empty-p for streams
* packages/stream/stream.el (seq-empty-p): New method for streams.
* packages/stream/tests/stream-tests.el (stream-seq-empty-test): New
branch: master
commit 50cfcca073deb46ab20d4389d197852f5d956568
Author: Nicolas Petton
Commit: Nicolas Petton
Remove an outdated test
* packages/stream/tests/stream-tests.el: Remove test for seq-take-until as
the
function does not exist anymore.
---
packages/stream/tests
branch: master
commit 4f02ecf62d213dad54ec1633d9a5f1f9d6c8e8ab
Author: Nicolas Petton
Commit: Nicolas Petton
Update seq.el to 2.20
---
packages/seq/seq-24.el | 6 ++
packages/seq/seq-25.el | 6 ++
packages/seq/seq.el| 2 +-
3 files changed, 13 insertions(+), 1 deletion(-)
diff
branch: master
commit 212248625c5e5a5b6bee20f9755288ff01e4f59f
Author: Nicolas Petton
Commit: Nicolas Petton
Backport the latest changes to seq.el from Emacs master
* packages/seq/seq-24.el:
* packages/seq/seq-25.el (seq-into): Do not convert the sequence if not
needed
branch: master
commit 545812cbfc795dc15b602f341827c5099e0eab3a
Author: Nicolas Petton
Commit: Nicolas Petton
Backport seq-mapn fix from Emacs master
* packages/seq/seq-24.el (seq-mapn):
* packages/seq/seq-25.el (seq-mapn): Fix for circular lists.
* packages/seq/tests/seq
nicolaspetton pushed a change to branch master.
from b2327c0 Merge branch 'master' into new-website
new 7ae8aac Website footer improvement
new e1675fe Package pages improvements
Summary of changes:
admin/archive-contents.el | 30
html/inde
branch: master
commit 7ae8aac658b7800969c519d1dd489832f558ca94
Author: Nicolas Petton
Commit: Nicolas Petton
Website footer improvement
* admin/archive-contents.el:
* html/index.html: Add a link to the FSF, and a copyright.
* html/layout.css: Make the footer taller
branch: master
commit e1675fef2de33d1f245cd6f8f82cd4124ffacbdd
Author: Nicolas Petton
Commit: Nicolas Petton
Package pages improvements
* admin/archive-contents.el: Better layout for package descriptions,
and add a section for package installation.
* html/layout.css: Minor
nicolaspetton pushed a change to branch master.
from 276be67 Merge commit '1c9cdd66501a2f32c59347c56cf4a4316e51ad32'
adds a0e69ee Better generated HTML pages
adds d6e6476 * admin/archive-contents.el (archive--html-header): Use
`title' for the H1.
adds a50a613 M
nicolaspetton pushed a change to branch new-website.
from cf17f8b Merge branch 'master' into new-website
adds 6d3d281 debbugs-gnu.el: Doc fixes
adds e41db04 Fix errors detected by tests added in last commit
adds 47be1cb Release debbugs 0.11
adds 272b515
branch: master
commit 2d6022ae4dc1c6a62b1e8ea796265881d399b371
Author: Nicolas Petton
Commit: Nicolas Petton
Do not use map.el in seq-tests.el
* packages/seq/tests/seq-tests.el: Do not use map.el. map.el was
introduced in Emacs 25.1, but seq.el is also available in GNU ELPA
branch: master
commit e479a3e57b688ca80d0cafe292a0eb27556d8b2d
Author: Nicolas Petton
Commit: Nicolas Petton
Fix seq-random-elt docstring
* packages/seq/seq-24.el:
* packages/seq/seq-25.el (seq-random-elt): Fix the docstring.
---
packages/seq/seq-24.el |2 +-
packages/seq
branch: master
commit 47ee31a42844ab55e3739ed53233bf40fe7bda19
Author: Nicolas Petton
Commit: Nicolas Petton
Backport seq.el changes from Emacs master
* packages/seq/seq-24.el:
* packages/seq/seq-25.el (seq-random-elt): New function.
* packages/seq/seq.el: Bump version to
branch: master
commit bfa357c3d0b35b7da5542f90ebdb31ca51aeee49
Author: Nicolas Petton
Commit: Nicolas Petton
* packages/seq/seq-24.el: Rename seq-p to seqp
---
packages/seq/seq-24.el |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/packages/seq/seq-24.el b
branch: master
commit 0aea9594e12f302f775779c638e1c40289a73482
Author: Nicolas Petton
Commit: Nicolas Petton
Update seq.el to 2.16
* packages/seq/seq-24.el:
* packages/seq/seq-25.el: Better implementation of seq-drop for lists.
* packages/seq/seq.el: Bump version number
branch: master
commit 293e1273661f0a6c495a1b9e7c375a35a0238fa1
Author: Nicolas Petton
Commit: Nicolas Petton
Update seq to version 2.15
* packages/seq/seq-25.el: Require cl-lib.
* packages/seq/seq.el: Bump version number.
---
packages/seq/seq-25.el |2 +-
packages/seq
branch: master
commit edd393bddbf56b9563abb2ddeca7d4e67ea8b977
Author: Nicolas Petton
Commit: Nicolas Petton
Update seq.el to version 2.14
* packages/seq/seq.el: Bump version number.
* packages/seq/seq-24.el (seq-sort-by): New function.
* packages/seq/seq-25.el (seq-sort-by
branch: master
commit 84579a9d066f827643b5e0137b43f51e03198a5b
Author: Nicolas Petton
Commit: Nicolas Petton
* packages/seq/seq-25.el: Better declarations for seq--when-emacs-25-p
---
packages/seq/seq-25.el | 654
packages/seq/seq.el
branch: master
commit 4fc9bb331e51dac74c5f4fb8ff68550ee9412ae8
Author: Nicolas Petton
Commit: Nicolas Petton
Split seq.el into separate files for different versions of Emacs
All functions in seq-25.el are wrapped in a `seq--when-emacs-25-p' to
make sure that the byte com
branch: master
commit bed687f0ac98d26769ea6167da586ccbdd10b327
Author: Nicolas Petton
Commit: Nicolas Petton
* packages/stream/stream.el: Bump version number.
---
packages/stream/stream.el |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/packages/stream/stream.el
branch: master
commit 46e18c3122caadfdb6a62b97f8c1f9f749ee9a8c
Author: Michael Heerdegen
Commit: Nicolas Petton
Add stream stream-delay and stream-of-directory-files
* packages/stream/stream.el (stream-delay, stream-of-directory-files):
New functions.
* packages/stream
nicolaspetton pushed a change to branch new-website.
from d6e6476 * admin/archive-contents.el (archive--html-header): Use
`title' for the H1.
adds b978086 * packages/stream/stream.el: Update to version 2.0.2.
adds 4da5eff diff-hl-revert-hunk: Refine the right hunk
branch: master
commit 86fc10993a4f2be9f13a229f7f6a27f2192cfff9
Author: Nicolas Petton
Commit: Nicolas Petton
update stream.el to the latest version
* packages/stream/stream.el:
* packages/stream/tests/stream-tests.el: Add latest changes from the
github repository
branch: master
commit b75630aab3437eafcc2be32bee3fa580ddca2b44
Author: Nicolas Petton
Commit: Nicolas Petton
Fix compliler warnings in stream-tests.el
* packages/stream/tests/stream-tests.el: Require cl-lib, use seqp, cl-oddp
and
cl-evenp instead of seq-p, oddp and evenp
branch: master
commit 6bb5feef7bd7c91a97bba1658fa4874aa5df5e89
Author: Nicolas Petton
Commit: Nicolas Petton
* stream.el: Implement `seqp' instead of `seq-p'
---
packages/stream/stream.el | 12 ++--
1 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/packa
branch: master
commit c4c5c49cd8fcdb9fbb68bcfb727ffdb63cbdfe49
Author: Nicolas Petton
Commit: Nicolas Petton
Update stream.el to v2.0.5
* packages/stream/stream.el: Update.
---
packages/stream/stream.el | 14 +-
1 files changed, 5 insertions(+), 9 deletions(-)
diff
branch: master
commit 11b34357c50788ec5e6e5f433f9a2a9f55d5f7be
Author: Nicolas Petton
Commit: Nicolas Petton
Update stream.el to v2.0.2.
* packages/stream/stream.el:
* packages/stream/tests/stream-tests.el: Update.
---
packages/stream/stream.el | 36
nicolaspetton pushed a change to branch new-website.
was fd9b91f Better HTML generated pages
This change permanently discards the following revisions:
discards fd9b91f Better HTML generated pages
nicolaspetton pushed a change to branch new-website.
at d6e6476 * admin/archive-contents.el (archive--html-header): Use
`title' for the H1.
This branch includes the following new commits:
new a0e69ee Better generated HTML pages
new d6e6476 * admin/archive-contents
branch: new-website
commit d6e6476a431ac7a47d85359f40f8fe05cd18935a
Author: Nicolas Petton
Commit: Nicolas Petton
* admin/archive-contents.el (archive--html-header): Use `title' for the H1.
---
admin/archive-contents.el |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
branch: new-website
commit a0e69eeada5e82bd1633abc054a43b1ffad4e3cc
Author: Nicolas Petton
Commit: Nicolas Petton
Better generated HTML pages
* admin/archive-contents.el: Better HTML generation.
* html/index.html: Improvements of the page.
* html/javascript
branch: master
commit b978086952793bc2e8b98f3094fbc0fd81116ee1
Author: Nicolas Petton
Commit: Nicolas Petton
* packages/stream/stream.el: Update to version 2.0.2.
---
packages/stream/stream.el | 19 +--
1 files changed, 9 insertions(+), 10 deletions(-)
diff --git a
branch: master
commit cd7cd9294c6513a29eaed95e28f36a0c31416c85
Author: Nicolas Petton
Commit: Nicolas Petton
Make update-archive.sh less brittle
* admin/update-archive.sh: Do not fail if there is no staging-old
directory, and use $buildir instead of hardcoding "build&quo
nicolaspetton pushed a change to branch new-website.
at fd9b91f Better HTML generated pages
This branch includes the following new commits:
new fd9b91f Better HTML generated pages
branch: new-website
commit fd9b91f3939b7edb797baf377a79870c257a145f
Author: Nicolas Petton
Commit: Nicolas Petton
Better HTML generated pages
* admin/archive-contents.el: Better HTML generation.
* html/index.html: Improvements of the page.
* html/javascript
branch: master
commit 7d70c0a3bc50c2c25ace88d9f8d36b1b7e8a1486
Author: Nicolas Petton
Commit: Nicolas Petton
* packages/stream/stream.el: Update stream.el to version 2.0.1.
---
packages/stream/stream.el | 29 +++--
1 files changed, 7 insertions(+), 22 deletions
branch: master
commit 22678a3353693bdcf7320bf486baa5e45ccdeff7
Author: Nicolas Petton
Commit: Nicolas Petton
Update stream.el to version 2.0.0
* packages/stream/stream.el:
* packages/stream/tests/stream-tests.el: Update.
---
packages/stream/stream.el |6
branch: master
commit e09c045db9f319c84d27d996fd5c6337c6e92488
Author: Nicolas Petton
Commit: Nicolas Petton
* packages/stream/tests/stream-tests.el: New tests.
---
packages/stream/tests/stream-tests.el |7 +++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/packages
branch: master
commit 4ceb5a259068bf570fdc9dd3d1cad1b31a51f0e3
Author: Nicolas Petton
Commit: Nicolas Petton
* packages/stream/stream.el: Update stream.el to v 1.1.0.
---
packages/stream/stream.el |8 +---
1 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/packages
branch: master
commit 18ef4a0cec4031184702567d0bf1973b2e76a539
Author: Nicolas Petton
Commit: Nicolas Petton
* packages/stream/stream.el: Update stream to v 1.0.1.
---
packages/stream/stream.el | 34 +-
1 files changed, 17 insertions(+), 17 deletions
nicolaspetton pushed a change to branch master.
from 3804f29 * f90-interface-browser: Merge from upstream
new 8932f00 * packages/stream/stream.el: Require Emacs 25
new 54a75e6 Update seq.el to version 1.11
Summary of changes:
packages/seq/seq.el | 16 +
branch: master
commit 54a75e6f7c580d5821e8b6f695b3c51240f966cd
Author: Nicolas Petton
Commit: Nicolas Petton
Update seq.el to version 1.11
* packages/seq/seq.el:
* packages/seq/tests/seq-tests.el: Update.
---
packages/seq/seq.el | 16 +---
packages
branch: master
commit 8932f000a3cf1c0649ae2f4cb14a6b43d6e09e12
Author: Nicolas Petton
Commit: Nicolas Petton
* packages/stream/stream.el: Require Emacs 25
---
packages/stream/stream.el |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/packages/stream/stream.el b
branch: master
commit a519d4065cb39f910a6467e85a220f0d75c73802
Author: Nicolas Petton
Commit: Nicolas Petton
Add stream.el to ELPA
* packages/stream/stream.el:
* packages/stream/tests/stream-tests.el: New files.
---
packages/stream/stream.el | 297
branch: master
commit 3047633b6738364a504e86e0c0e1110968ae1bc7
Author: Nicolas Petton
Commit: Nicolas Petton
Update seq.el to version 1.9
* packages/seq/seq.el: Update to version 1.9.
* packages/seq/tests/seq-tests.el: Update to version 1.9.
---
packages/seq/seq.el
branch: master
commit 7ca776ebbf0ecb38b4276aace22de2646ab5e569
Author: Nicolas Petton
Commit: Nicolas Petton
Update seq.el to version 1.8
* packages/seq/seq.el: Update to version 1.8.
* packages/seq/tests/seq-tests.el: Update to version 1.8.
---
packages/seq/seq.el
branch: master
commit e42b97b0374b71f47d9107cbc1cc855eacb84221
Author: Nicolas Petton
Commit: Nicolas Petton
Update seq.el to version 1.7
* packages/seq/seq.el: Update to version 1.7.
* packages/seq/tests/seq-tests.el: Update to version 1.7.
---
packages/seq/seq.el
branch: master
commit 32a82e4685965c563be58295b14feb9e4b0e8ba9
Author: Nicolas Petton
Commit: Nicolas Petton
* packages/seq/seq.el: Update seq.el to version 1.5.
---
packages/seq/seq.el | 42 --
1 files changed, 20 insertions(+), 22 deletions
branch: master
commit 3ce843fc9ad46465f6edd7d74b5cd3c87dfc8d72
Author: Nicolas Petton
Commit: Nicolas Petton
seq.el update
* packages/seq/seq.el: Update seq.el to version 1.4
* packages/seq/tests/seq-tests.el: Update seq.el to version 1.4
---
packages/seq/seq.el
branch: master
commit 714fc5bede0f0f6764d262619cb0e0eabc2c030e
Author: Nicolas Petton
Commit: Nicolas Petton
Rephrases a comment in seq.el about the order of the arguments
* packages/seq/seq.el: Better comment about the order of the arguments
---
packages/seq/seq.el |4 ++--
1
branch: master
commit 2662eaad768e12c149e0b86a099106e631811849
Author: Nicolas Petton
Commit: Nicolas Petton
Update seq.el to version 1.3
* packages/seq/seq.el: update to version 1.3
* packages/seq/tests/seq-tests.el: update to version 1.3
---
packages/seq/seq.el
branch: master
commit 6284038761ba2ca3ed33f57abc585cf866825863
Author: Nicolas Petton
Commit: Nicolas Petton
Update seq.el to version 1.2
* package/seq/seq.el: Update to version 1.2
* packages/seq/tests/seq-tests.el: Update to version 1.2
---
packages/seq/seq.el
branch: master
commit b8bade4e4d284a545cab25660a9b04a2dfa9b402
Author: Nicolas Petton
Commit: Nicolas Petton
Update seq.el to version 1.1.1
* package/seq/seq.el: Update to version 1.1.1
* packages/seq/tests/seq-tests.el: Update to version 1.1.1
---
packages/seq/seq.el
branch: master
commit c90ed9fcc0a7127b3e28bf385a9d089f6dedf29f
Author: Nicolas Petton
Commit: Nicolas Petton
Update seq.el to version 1.1
* packages/seq/seq.el: Update to version 1.1
* packages/seq/tests/seq-tests.el: Update to version 1.1
---
packages/seq/seq.el
nicolaspetton pushed a change to branch seq.
was 0e37266 packages/seq: New package
This change permanently discards the following revisions:
discards 0e37266 packages/seq: New package
branch: master
commit 63433085e2704de82b4119d1557a20372bac3802
Author: Nicolas Petton
Commit: Nicolas Petton
packages/seq: New package
---
packages/seq/seq.el | 270 +++
packages/seq/tests/seq-tests.el | 196
2
nicolaspetton pushed a change to branch seq.
at 0e37266 packages/seq: New package
This branch includes the following new commits:
new 0e37266 packages/seq: New package
branch: seq
commit 0e3726688cdc556437ba029811e281df916e1845
Author: Nicolas Petton
Commit: Nicolas Petton
packages/seq: New package
---
packages/seq/seq.el | 270 +++
packages/seq/tests/seq-tests.el | 196
2
72 matches
Mail list logo