-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Version header was wrong * Changelog entries were missing from when the file was in Markdown format.
- Loading branch information
Matt Russell
committed
Aug 8, 2017
1 parent
4d4f177
commit 18791c6
Showing
2 changed files
with
19 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,23 @@ | ||
2017-08-08 Matt Russell <[email protected]> | ||
|
||
* Changelog: 0.4 Added GPLv3 license | ||
* Changelog: 0.7 Fixed packing/release errors. | ||
|
||
2017-08-08 Matt Russell <[email protected]> | ||
|
||
* Changelog: 0.6 Added GPLv3 license | ||
|
||
|
||
2016-20-04 Matt Russell <[email protected]> | ||
|
||
* Changelog: 0.5 Fix link URLs to screenshots in README | ||
|
||
2016-20-04 Matt Russell <[email protected]> | ||
|
||
* Changelog: 0.4 | ||
|
||
Changes from @hexmode (itallic comments, whitespace hilite'ing) | ||
Update author email in source. | ||
Add screenshots to README (Fixes #3) | ||
|
||
2015-10-07 Matt Russell <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
;;; abyss-theme.el --- A dark theme with contrasting colours. | ||
|
||
;; Author: Matt Russell <[email protected]> | ||
;; Version: 0.5 | ||
;; Version: 0.7 | ||
;; Filename: abyss-theme.el | ||
;; Package-Requires: ((emacs "24")) | ||
;; Keywords: theme, dark, contrasting colours | ||
|