Skip to content

Commit

Permalink
Update to reflect IP transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
raxod502 committed May 9, 2022
1 parent d4f4574 commit 156c61b
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 39 deletions.
48 changes: 24 additions & 24 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ The format is based on [Keep a Changelog].
`load-path` for autoloads to work. This should be taken care of
automatically by any of the popular Emacs package managers.

[#29]: https://github.com/raxod502/el-patch/issues/29
[#35]: https://github.com/raxod502/el-patch/issues/35
[#47]: https://github.com/raxod502/el-patch/issues/47
[#48]: https://github.com/raxod502/el-patch/issues/48
[#56]: https://github.com/raxod502/el-patch/pull/56
[#29]: https://github.com/radian-software/el-patch/issues/29
[#35]: https://github.com/radian-software/el-patch/issues/35
[#47]: https://github.com/radian-software/el-patch/issues/47
[#48]: https://github.com/radian-software/el-patch/issues/48
[#56]: https://github.com/radian-software/el-patch/pull/56

## 2.4 (released 2021-12-27)
### New features
Expand All @@ -63,16 +63,16 @@ The format is based on [Keep a Changelog].
* Patch forms were not processed when they appeared inside a vector.
This has been fixed ([#51]).

[#50]: https://github.com/raxod502/el-patch/issues/50
[#51]: https://github.com/raxod502/el-patch/issues/51
[#50]: https://github.com/radian-software/el-patch/issues/50
[#51]: https://github.com/radian-software/el-patch/issues/51

## 2.3.1 (released 2020-07-16)
### Bugs fixed
* If a function is not defined, then `el-patch-validate-all` will
proceed to check other patches before reporting the error, rather
than crashing immediately ([#46]).

[#46]: https://github.com/raxod502/el-patch/issues/46
[#46]: https://github.com/radian-software/el-patch/issues/46

## 2.3 (released 2020-04-02)
### Added
Expand All @@ -94,8 +94,8 @@ The format is based on [Keep a Changelog].
get that error regardless of whether `el-patch` was loaded
previously ([#30]).

[#30]: https://github.com/raxod502/el-patch/issues/30
[#39]: https://github.com/raxod502/el-patch/issues/39
[#30]: https://github.com/radian-software/el-patch/issues/30
[#39]: https://github.com/radian-software/el-patch/issues/39

## 2.2.3 (released 2019-04-10)
### Enhancements
Expand All @@ -111,7 +111,7 @@ The format is based on [Keep a Changelog].
contain a docstring at all; now, the note is included regardless,
adding a docstring if one was missing ([#31]).

[#31]: https://github.com/raxod502/el-patch/pull/31
[#31]: https://github.com/radian-software/el-patch/pull/31

## 2.2.1 (released 2018-09-04)

Expand All @@ -135,9 +135,9 @@ This release includes only a minor documentation enhancement.
note to the end of the docstring indicating that a patch was made
([#14]).

[#14]: https://github.com/raxod502/el-patch/issues/14
[#24]: https://github.com/raxod502/el-patch/issues/24
[#25]: https://github.com/raxod502/el-patch/issues/25
[#14]: https://github.com/radian-software/el-patch/issues/14
[#24]: https://github.com/radian-software/el-patch/issues/24
[#25]: https://github.com/radian-software/el-patch/issues/25

## 2.1 (released 2018-07-12)
### New features
Expand Down Expand Up @@ -301,16 +301,16 @@ This release includes only a minor documentation enhancement.
* Functions for removing patches:
* `el-patch-unpatch`

[#2]: https://github.com/raxod502/el-patch/issues/2
[#4]: https://github.com/raxod502/el-patch/issues/4
[#5]: https://github.com/raxod502/el-patch/issues/5
[#7]: https://github.com/raxod502/el-patch/issues/7
[#8]: https://github.com/raxod502/el-patch/issues/8
[#9]: https://github.com/raxod502/el-patch/issues/9
[#10]: https://github.com/raxod502/el-patch/issues/10
[#11]: https://github.com/raxod502/el-patch/pull/11
[#13]: https://github.com/raxod502/el-patch/issues/13
[#15]: https://github.com/raxod502/el-patch/issues/15
[#2]: https://github.com/radian-software/el-patch/issues/2
[#4]: https://github.com/radian-software/el-patch/issues/4
[#5]: https://github.com/radian-software/el-patch/issues/5
[#7]: https://github.com/radian-software/el-patch/issues/7
[#8]: https://github.com/radian-software/el-patch/issues/8
[#9]: https://github.com/radian-software/el-patch/issues/9
[#10]: https://github.com/radian-software/el-patch/issues/10
[#11]: https://github.com/radian-software/el-patch/pull/11
[#13]: https://github.com/radian-software/el-patch/issues/13
[#15]: https://github.com/radian-software/el-patch/issues/15

[melpa/melpa#4512]: https://github.com/melpa/melpa/pull/4512#issuecomment-274682089

Expand Down
3 changes: 2 additions & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# MIT License

Copyright (c) 2017 Radon Rosborough
Copyright (c) 2017–2022 [Radian LLC](https://radian.codes) and
contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ However, if you dynamically bind `el-patch-variant` to a different
(symbol) value for each call, then the latter patch is still the one
that takes effect, but `el-patch` retains a record of both patches,
meaning they can be inspected and validated individually. See
[#29](https://github.com/raxod502/el-patch/issues/29).
[#29](https://github.com/radian-software/el-patch/issues/29).

## Usage with byte-compiled init-file

Expand Down Expand Up @@ -671,7 +671,7 @@ It doesn't seem to crash [my Emacs][radian], at least.
## Contributor guide

Please see [the contributor guide for my
projects](https://github.com/raxod502/contributor-guide).
projects](https://github.com/radian-software/contributor-guide).

[installation]: #installation
[lazy-loading]: #lazy-loading-packages
Expand All @@ -684,6 +684,6 @@ projects](https://github.com/raxod502/contributor-guide).
[ivy]: https://github.com/abo-abo/swiper
[melpa]: http://melpa.org
[package.el]: https://www.gnu.org/software/emacs/manual/html_node/emacs/Packages.html
[radian]: https://github.com/raxod502/radian
[radian]: https://github.com/radian-software/radian
[straight.el]: https://github.com/raxod502/straight.el
[use-package]: https://github.com/jwiegley/use-package
8 changes: 4 additions & 4 deletions el-patch-stub.el
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
;;; el-patch-stub.el --- Functions loaded separately -*- lexical-binding: t -*-

;; Copyright (C) 2021 Radon Rosborough
;; Copyright (C) 2021-2022 Radian LLC and contributors

;; Author: Radon Rosborough <[email protected]>
;; Author: Radian LLC <[email protected]>
;; Created: 21 Dec 2021
;; Homepage: https://github.com/raxod502/el-patch
;; Homepage: https://github.com/radian-software/el-patch
;; Keywords: extensions
;; Package-Requires: ((emacs "26"))
;; SPDX-License-Identifier: MIT
Expand All @@ -18,7 +18,7 @@
;; and indentation correctly for a number of different functions all
;; at once, without a bunch of code duplication.

;; Please see https://github.com/raxod502/el-patch for more
;; Please see https://github.com/radian-software/el-patch for more
;; information.

;;; Code:
Expand Down
4 changes: 2 additions & 2 deletions el-patch-template.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

;; Author: Al Haji-Ali <[email protected]>
;; Created: 1 March 2021
;; Homepage: https://github.com/raxod502/el-patch
;; Homepage: https://github.com/radian-software/el-patch
;; Keywords: extensions
;; Package-Requires: ((emacs "26"))
;; SPDX-License-Identifier: MIT
Expand Down Expand Up @@ -35,7 +35,7 @@
;; (save-buffers-kill-emacs)
;; (restart-emacs--launch-other-emacs restart-args)))
;;
;; Please see https://github.com/raxod502/el-patch for more
;; Please see https://github.com/radian-software/el-patch for more
;; information.

;;; Code:
Expand Down
10 changes: 5 additions & 5 deletions el-patch.el
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
;;; el-patch.el --- Future-proof your Elisp -*- lexical-binding: t -*-

;; Copyright (C) 2016 Radon Rosborough
;; Copyright (C) 2016-2022 Radian LLC and contributors

;; Author: Radon Rosborough <[email protected]>
;; Author: Radian LLC <[email protected]>
;; Created: 31 Dec 2016
;; Homepage: https://github.com/raxod502/el-patch
;; Homepage: https://github.com/radian-software/el-patch
;; Keywords: extensions
;; Package-Requires: ((emacs "26"))
;; SPDX-License-Identifier: MIT
Expand Down Expand Up @@ -36,7 +36,7 @@
;; definition by el-patch so you will know when to update your copy of
;; the definition.

;; Please see https://github.com/raxod502/el-patch for more
;; Please see https://github.com/radian-software/el-patch for more
;; information.

;;; Code:
Expand Down Expand Up @@ -64,7 +64,7 @@
"Future-proof your Emacs Lisp customizations!"
:prefix "el-patch-"
:group 'lisp
:link '(url-link :tag "GitHub" "https://github.com/raxod502/el-patch")
:link '(url-link :tag "GitHub" "https://github.com/radian-software/el-patch")
:link '(emacs-commentary-link :tag "Commentary" "el-patch"))

(defcustom el-patch-use-aggressive-defvar nil
Expand Down

0 comments on commit 156c61b

Please sign in to comment.