diff options
author | Xinglu Chen <public@yoctocell.xyz> | 2021-02-09 17:15:12 +0100 |
---|---|---|
committer | Xinglu Chen <public@yoctocell.xyz> | 2021-02-12 14:18:13 +0100 |
commit | f168d8b206a90c6d76cfc062a781228d53fbeb84 (patch) | |
tree | 545bd95eac58272bbd3516067b8dcc323e4a0c8b | |
parent | bee9ff310b8277af9a2766cf0e75746db729a7f9 (diff) |
Release 0.2.0
Signed-off-by: Xinglu Chen <public@yoctocell.xyz>
-rw-r--r-- | ChangeLog | 42 | ||||
-rw-r--r-- | doc/git-email.info | 8 | ||||
-rw-r--r-- | doc/git-email.org | 2 |
3 files changed, 49 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..4bd1b92 --- /dev/null +++ b/ChangeLog @@ -0,0 +1,42 @@ +-*- mode: org -*- +* Release 0.2.0 +Changes since 0.1.0: + +- Four new optional libraries for integration with other packages: + + - ~git-email-gnus~ sets some variables to make ~git-email~ play + nicely with the Gnus message composition buffer. + + - ~git-email-notmuch~ sets some variables to make ~git-email~ play + nicely with the notmuch mail client. + + - ~git-email-magit~ adds extra infix arguments to the transient + command for ~magit-patch-create~ for making it easier to directly + sending your patches via email. + + - ~git-email-piem~ sets some variables for determining the "to" + address of a message by reading the ~piem-inboxes~ variable. + +- ~git-email~ is now a nix flake, meaning Nix users can easily install + the package into their environment. + +- ~git-email~ now has an Info manual that documents all the options and + gives some suggestions of the workflow to use. + +- The functionality for applying patches was removed in favor of the + piem[fn:1] packagge + +- Minor bug fixes + +[1] https://git.kyleam.com/piem + +* Release 0.1.0 +Initial release of git-email. + +- Three major functionalities were introduced: + + - The ability to select patches to send via email. + + - The ability to generate patches and then send them via email. + + - Primitive support for applying a patch from a buffer. diff --git a/doc/git-email.info b/doc/git-email.info index dbc07cc..5ad0cc3 100644 --- a/doc/git-email.info +++ b/doc/git-email.info @@ -1,7 +1,7 @@ This is git-email.info, produced by makeinfo version 6.7 from git-email.texi. -This manual is for git-email 0.2.0 (Updated on 2021-02-05 15:07 +0100). +This manual is for git-email 0.2.0 (Updated on 2021-02-11 16:07 +0100). Copyright © 2021 Xinglu Chen. @@ -302,6 +302,10 @@ File: git-email.info, Node: Contributing, Next: GNU Free Documentation License You are welcome to send patches and bug reports to the git-email-devel (https://lists.sr.ht/~yoctocell/git-email-devel) mailing list. + Please format commit messages as changelog entries, like people in +Emacs upstream +(https://git.savannah.gnu.org/cgit/git/emacs.git/tree/CONTRIBUTE?h=master). + File: git-email.info, Node: GNU Free Documentation License, Prev: Contributing, Up: Top @@ -777,7 +781,7 @@ Node: Installation8556 Node: Nix8818 Node: Acknowledgements9467 Node: Contributing9808 -Node: GNU Free Documentation License10093 +Node: GNU Free Documentation License10255 End Tag Table diff --git a/doc/git-email.org b/doc/git-email.org index 7c4def8..fa7c7fe 100644 --- a/doc/git-email.org +++ b/doc/git-email.org @@ -9,7 +9,7 @@ #+TEXINFO_FILENAME: git-email.info #+TEXINFO_DIR_CATEGORY: Emacs #+TEXINFO_DIR_TITLE: git-email: (git-email) -#+TEXINFO_DIR_DESC: Integrate git with email +#+TEXINFO_DIR_DESC: Work with git and email #+TOC: headlines 8 insert TOC here, with eight headline levels |