[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] branch externals/autocrypt created (now a90aa6b644)
From: |
ELPA Syncer |
Subject: |
[elpa] branch externals/autocrypt created (now a90aa6b644) |
Date: |
Sun, 26 Mar 2023 07:57:46 -0400 (EDT) |
elpasync pushed a change to branch externals/autocrypt.
at a90aa6b644 Bump version to 0.4.1 for GNU ELPA
This branch includes the following new commits:
new 25635d8441 initial import
new ea9697885e added readme
new 373194a318 added license
new a3e77512f1 added .dir-locals.el
new 5fec39262e updated minimal package requirement
new 374b5f2e5e fixed section headers
new 1491d9de1e fixed checkdoc complaints
new a56b2806f3 fixed undefined autocrypt-list-recipients bug
new 50686561d7 added gitignore
new 51a9463206 split autocrypt into multiple autoloaded files
new 6071d0a971 added missing require statements
new 4b87cc8cc1 fixed byte-compilation issues
new 82ceacb63c fixed package-lint issues
new 283c9ade36 fixed checkdoc complaints
new dae7c32262 turned autoload calls into autoload comments
new 354b339cfe fixed or removed (require 'autocrypt) statements
new b903929bf3 reindented autocrypt-list-recipients
new b263a7ddfa replaced customize-set-variable with
customize-save-variable
new f970fb51c8 added melpa link to readme
new b712fbc71c fixed missing preference bug
new 71384d8f37 insert newline before inserting keydata
new 2f94c4398f encrypt message before composing if possible
new cb40022cba refactored message specific code into
autocrypt-compose-* functions
new e93e90febd fixed autocrypt-compose-setup bind-check in message
interface
new a0b03bd459 removed version tag from autocrypt group
new a16bf93ba8 made autocrypt-gossip-p depend on autocrypt-do-gossip
new 73d21d9de9 replaced write-file with write-region
new d771406544 Recognize mu4e modes in `autocrypt-get-mua'
new 4824fb6e4b Recognize Mu4e as MUA
new 0e237a29c4 Save autocrypt accounts in autocrypt file
new 2f9f3ee4c6 Add major-mode indicator to autocrypt file
new 050d496716 Fix mu4e setup when composing new messages
new 926b88e371 Use setup in README instead of use-package
new 56b7eea585 Use cl-generic to implement MUA specific code
new cc694e541b Let autocrypt-mode-hooks return nil by default
new c9d7c13f0d Translate mu4e implementation to methods
new 758ef48ec5 Quote autocrypt-loaded-version to check if was bound
new 9add1cc9b1 Autoload autocrypt-install for mu4e
new 7cd50d277d Remove default implementation for autocrypt-mode-hooks
new 754af378cc Fix broken method invocations
new 211cb302dc Add autocrypt-load-system
new 94bfdd049f Fix autocrypt-gnus
new 73764377c5 Fix autocrypt-message
new 82b9a9eaa2 Fix autocrypt-mu4e
new 13f31c7e45 Fix autocrypt-rmail
new a06cd2685b Remove unwanted autoload cookies
new ca711395c7 Add note explaining eql-specializiers for rmail-mode
new 8bdddf38ff Save autocrypt data when modified
new 173d7616a8 Don't save value of autocrypt-saved-version
new 72c903656e Attempt to only save autocrypt file if necessary
new f55388cc6e Suppress message when autocrypt file is modified
new 39c06eb402 Rename autocrypt-load for Rmail
new c1ce4d7446 Use eql specializers instead of derived-mode specializers
new 40b7576aad Print the autocrypt version into the autocrypt file
new 5b55f8d375 Add comments on extending autocrypt.el in the README
new 1dc4e59833 Update public-inbox URL
new a5d67301c1 Revert to custom generic backend system
new 5c7f4cfabf Update headers
new 4f482b21d9 Change mode of save file to emacs-lisp
new 37e14c3b92 Handle autocrypt-do-gossip as advertised
new 7334fcf0a3 Transform autocrypt-backends into a hook
new 49f4a1a09e Update README section on extending autocrypt.el
new 8fcf874d04 Add autocrypt-message--remove-header
new 75a0b62adb Rename autocrypt-message--encrypted-p
new cd290fc1cb Modify the local hook values in autocrypt-mu4e--uninstall
new f3a556f216 Revert autocrypt-accounts back into a user option
new 8cc4b86db3 Reduce minimal version to 24.3
new 32786dc552 Prevent signalling error when get-part is not defined
new b2c8d431f8 Fix assoc usage
new 709dc5b3bf Add default return value for autocrypt-make-function
new 25513ed635 Simplify autocrypt-find-function symbol searching
new 82d4e3586b Modify message-mode-map when installing autocrypt for
message-mode
new 222954754a Elaborate the autocrypt-install and -uninstall docstrings
new 8965ce57c7 Add references to autocrypt-backends to all generic
functions
new 00b87a82c4 Change maintainer address to public inbox
new c439cbe029 Update "How to use" section to demonstrate configuring
without setup
new ff87f73f00 Install process-header into gnus-select-article-hook
new 599d5f3f5d Further improve robustness of autocrypt-process-header
new a89bbd717e Fix custom type of autocrypt-process-header
new 5fae83ac05 Inline autocrypt-find-function
new 9e393f869a Adjust header formatting
new dd400cbbdf Prefer mu4e-view-rendered-hook if bound
new 1444f1861f Remember to remove hook as modified in dd400cb
new 70f36f6e47 Run M-x repunctuate-sentences on README
new fe5a358566 Add missing `-hook` suffix in readme hook name
new 81c88ab90e Remove setup example from the README
new 957232314a Avoid usage of 'defsubst' where unnecessary
new d8e34fc3eb Fold 'defalias' definitions for the MUA generic functions
new cf63019b3f Add a 'get-part' implementation for Gnus
new 3ad5baba83 Add auto-generated package.el files to .gitignore
new ebfe1129f6 Recommend GNU ELPA as installation archive
new 46557b4403 Relicense autocrypt under GPL-3
new 977a60aa04 Assign copyright to the FSF
new a90aa6b644 Bump version to 0.4.1 for GNU ELPA
- [elpa] branch externals/autocrypt created (now a90aa6b644),
ELPA Syncer <=
- [elpa] externals/autocrypt 25635d8441 01/94: initial import, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 374b5f2e5e 06/94: fixed section headers, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 50686561d7 09/94: added gitignore, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt ea9697885e 02/94: added readme, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 51a9463206 10/94: split autocrypt into multiple autoloaded files, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 4b87cc8cc1 12/94: fixed byte-compilation issues, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 283c9ade36 14/94: fixed checkdoc complaints, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt b263a7ddfa 18/94: replaced customize-set-variable with customize-save-variable, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt b712fbc71c 20/94: fixed missing preference bug, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 71384d8f37 21/94: insert newline before inserting keydata, ELPA Syncer, 2023/03/26