[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

[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

[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

[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 i

[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

[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&

[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 /tm

[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

[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

[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'

Re: [elpa] master 93e9009: Implement `seq-mapn' method for streams

2018-01-09 Thread Nicolas Petton
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

[elpa] master updated (7142d2f -> f394de2)

2017-12-19 Thread Nicolas Petton
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

[elpa] master f394de2 2/2: Fix seq-empty-p for streams

2017-12-19 Thread Nicolas Petton
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

[elpa] master 50cfcca 1/2: Remove an outdated test

2017-12-19 Thread Nicolas Petton
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

[elpa] master 4f02ecf: Update seq.el to 2.20

2017-05-04 Thread Nicolas Petton
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

[elpa] master 2122486: Backport the latest changes to seq.el from Emacs master

2016-12-16 Thread Nicolas Petton
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

[elpa] master 545812c: Backport seq-mapn fix from Emacs master

2016-12-15 Thread Nicolas Petton
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

[elpa] master updated (b2327c0 -> e1675fe)

2016-12-01 Thread Nicolas Petton
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

[elpa] master 7ae8aac 1/2: Website footer improvement

2016-12-01 Thread Nicolas Petton
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

[elpa] master e1675fe 2/2: Package pages improvements

2016-12-01 Thread Nicolas Petton
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

[elpa] master updated (276be67 -> b2327c0)

2016-11-30 Thread Nicolas Petton
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

[elpa] new-website updated (cf17f8b -> b2327c0)

2016-11-30 Thread Nicolas Petton
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

[elpa] master 2d6022a: Do not use map.el in seq-tests.el

2016-11-16 Thread Nicolas Petton
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

[elpa] master e479a3e: Fix seq-random-elt docstring

2016-10-25 Thread Nicolas Petton
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

[elpa] master 47ee31a: Backport seq.el changes from Emacs master

2016-10-25 Thread Nicolas Petton
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

[elpa] master bfa357c: * packages/seq/seq-24.el: Rename seq-p to seqp

2016-08-28 Thread Nicolas Petton
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

[elpa] master 0aea959: Update seq.el to 2.16

2016-06-12 Thread Nicolas Petton
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

[elpa] master 293e127: Update seq to version 2.15

2016-03-31 Thread Nicolas Petton
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

[elpa] master edd393b: Update seq.el to version 2.14

2016-03-29 Thread Nicolas Petton
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

[elpa] master 84579a9: * packages/seq/seq-25.el: Better declarations for seq--when-emacs-25-p

2016-03-25 Thread Nicolas Petton
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

[elpa] master 4fc9bb3: Split seq.el into separate files for different versions of Emacs

2016-03-25 Thread Nicolas Petton
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

[elpa] master bed687f: * packages/stream/stream.el: Bump version number.

2016-03-03 Thread Nicolas Petton
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

[elpa] master 46e18c3: Add stream stream-delay and stream-of-directory-files

2016-03-03 Thread Nicolas Petton
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

[elpa] new-website updated (d6e6476 -> a50a613)

2016-02-16 Thread Nicolas Petton
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

[elpa] master 86fc109: update stream.el to the latest version

2016-02-14 Thread Nicolas Petton
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

[elpa] master b75630a: Fix compliler warnings in stream-tests.el

2016-02-13 Thread Nicolas Petton
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

[elpa] master 6bb5fee: * stream.el: Implement `seqp' instead of `seq-p'

2015-11-11 Thread Nicolas Petton
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

[elpa] master c4c5c49: Update stream.el to v2.0.5

2015-11-04 Thread Nicolas Petton
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

[elpa] master 11b3435: Update stream.el to v2.0.2.

2015-11-04 Thread Nicolas Petton
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

[elpa] branch new-website deleted (was fd9b91f)

2015-10-30 Thread Nicolas Petton
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

[elpa] branch new-website created (now d6e6476)

2015-10-30 Thread Nicolas Petton
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

[elpa] new-website d6e6476 2/2: * admin/archive-contents.el (archive--html-header): Use `title' for the H1.

2015-10-30 Thread Nicolas Petton
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(-)

[elpa] new-website a0e69ee 1/2: Better generated HTML pages

2015-10-30 Thread Nicolas Petton
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

[elpa] master b978086: * packages/stream/stream.el: Update to version 2.0.2.

2015-10-30 Thread Nicolas Petton
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

[elpa] master cd7cd92: Make update-archive.sh less brittle

2015-10-30 Thread Nicolas Petton
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

[elpa] branch new-website created (now fd9b91f)

2015-10-27 Thread Nicolas Petton
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

[elpa] new-website fd9b91f: Better HTML generated pages

2015-10-27 Thread Nicolas Petton
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

[elpa] master 7d70c0a: * packages/stream/stream.el: Update stream.el to version 2.0.1.

2015-10-26 Thread Nicolas Petton
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

[elpa] master 22678a3: Update stream.el to version 2.0.0

2015-10-26 Thread Nicolas Petton
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

[elpa] master e09c045: * packages/stream/tests/stream-tests.el: New tests.

2015-10-26 Thread Nicolas Petton
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

[elpa] master 4ceb5a2: * packages/stream/stream.el: Update stream.el to v 1.1.0.

2015-10-26 Thread Nicolas Petton
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

[elpa] master 18ef4a0: * packages/stream/stream.el: Update stream to v 1.0.1.

2015-10-26 Thread Nicolas Petton
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

[elpa] master updated (3804f29 -> 54a75e6)

2015-10-20 Thread Nicolas Petton
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 +

[elpa] master 54a75e6 2/2: Update seq.el to version 1.11

2015-10-20 Thread Nicolas Petton
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

[elpa] master 8932f00 1/2: * packages/stream/stream.el: Require Emacs 25

2015-10-20 Thread Nicolas Petton
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

[elpa] master a519d40: Add stream.el to ELPA

2015-10-14 Thread Nicolas Petton
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

[elpa] master 3047633: Update seq.el to version 1.9

2015-09-17 Thread Nicolas Petton
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

[elpa] master 7ca776e: Update seq.el to version 1.8

2015-07-09 Thread Nicolas Petton
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

[elpa] master e42b97b: Update seq.el to version 1.7

2015-05-15 Thread Nicolas Petton
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

[elpa] master 32a82e4: * packages/seq/seq.el: Update seq.el to version 1.5.

2015-04-27 Thread Nicolas Petton
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

[elpa] master 3ce843f: seq.el update

2015-04-14 Thread Nicolas Petton
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

[elpa] master 714fc5b: Rephrases a comment in seq.el about the order of the arguments

2015-03-25 Thread Nicolas Petton
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

[elpa] master 2662eaa: Update seq.el to version 1.3

2015-03-09 Thread Nicolas Petton
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

[elpa] master 6284038: Update seq.el to version 1.2

2015-02-11 Thread Nicolas Petton
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

[elpa] master b8bade4: Update seq.el to version 1.1.1

2015-02-09 Thread Nicolas Petton
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

[elpa] master c90ed9f: Update seq.el to version 1.1

2015-02-06 Thread Nicolas Petton
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

[elpa] branch seq deleted (was 0e37266)

2015-01-13 Thread Nicolas Petton
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

[elpa] master 6343308: packages/seq: New package

2015-01-13 Thread Nicolas Petton
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

[elpa] branch seq created (now 0e37266)

2015-01-11 Thread Nicolas Petton
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

[elpa] seq 0e37266: packages/seq: New package

2015-01-11 Thread Nicolas Petton
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