Skip to content

Commit 8cb11fb

Browse files
committed
Shorten descriptions and fix typos in change-log
1 parent 9527932 commit 8cb11fb

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

CHANGELOG.md

+7-8
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,14 @@ This project adheres to [Semantic Versioning](http://semver.org).
88

99
[Unpublished]
1010
------------------------------------------------------------------------
11-
* __Added:__ Highlighting for another 30,134 function names, courtesy of
12-
[Endless Parentheses](http://doc.endlessparentheses.com/functions.html)
13-
* __Added:__ Highlighting of built-in or common face names, also sourced
14-
[from E.P.](http://doc.endlessparentheses.com/faces.html#main_content)
15-
* __Fixed:__ Editor commands not deregistered when deactivating package
16-
* __Fixed:__ Duplication warning shown when evaluating Lisp expressions
11+
**October 14th, 2017**
12+
* __Added:__ Highlighting for faces and another 30,134 function names,
13+
courtesy of [Endless Parentheses](http://doc.endlessparentheses.com/)
14+
* __Fixed:__ Broken highlighting of `<=` and `>=` in functions
15+
* __Fixed:__ Editor commands still registered after deactivating package
16+
* __Fixed:__ Deprecation warning when evaluating Lisp expressions
1717
* __Fixed:__ Duplicated output when `language-emacs-lisp:run-selection`
18-
evaluates an expression which is already enclosed by `(message "%s" …)`
19-
* __Fixed:__ Incomplete highlighting of `<=` and `>=` as function names
18+
is used to evaluate an expression already enclosed by `(message "%s" …)`
2019

2120

2221
[v1.1.1]

0 commit comments

Comments
 (0)