~ubuntu-elisp/emacs/+git/master:feature/auth-source-pass

Last commit made on 2017-04-26
Get this branch:
git clone -b feature/auth-source-pass https://git.launchpad.net/~ubuntu-elisp/emacs/+git/master

Branch merges

Branch information

Name:
feature/auth-source-pass
Repository:
lp:~ubuntu-elisp/emacs/+git/master

Recent commits

14ff8b1... by Damien Cassou

auth-source-pass: Add documentation; fix tests and indentation.

* doc/misc/auth.texi: Document new integration with Pass. Use @itemize
  instead of @enumerate.
* lisp/auth-source-pass.el: Fix indentation.
  (auth-source-pass--remove-directory-name): Remove.
* test/lisp/auth-source-pass-tests.el: Adjust test macros.

c2d4ed8... by foudfou <email address hidden>

auth-source-pass: Enable finding entries by "host/username"

* lisp/auth-source-pass.el: Enable finding entries by "host/username".
* test/lisp/auth-source-pass-tests.el: Adjust tests to check it.

6f6e7c2... by Damien Cassou

Integrate auth-source with password-store

* lisp/auth-source-pass.el: auth-source backend for password-store.
* test/lisp/auth-source-pass-tests.el: Tests for auth-source-pass
  behavior.

8e7448b... by Damien Cassou

* lisp/auth-source.el: Document parser functions.

92dccdc... by Ted Zlatanov

auth-source: factor out parsers and add tests

* lisp/auth-source.el: Factor out the source parsers. Clean up comments.
* test/lisp/auth-source-tests.el: Add tests.

afa02fc... by Glenn Morris

; * lisp/Makefile.in: More comments about loaddefs.

bce5ff9... by Glenn Morris

; * lisp/Makefile.in: Comments about loaddefs.

8f2062d... by Glenn Morris

Make charprop.el provide a feature

* admin/unidata/unidata-gen.el (unidata-gen-charprop):
Provide a feature.
* lisp/loadup.el: Use the charprop feature.

efb4ea9... by Glenn Morris

; * lisp/loadup.el: Revert accidental blank line in previous.

e39441b... by Glenn Morris

* lisp/loadup.el: Get charprop.el into etc/DOC again.