diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 973322691b0..25571bab9c5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -13,6 +13,14 @@ | |||
| 13 | (css-completion-at-point): New function providing completion for | 13 | (css-completion-at-point): New function providing completion for |
| 14 | `css-mode'. | 14 | `css-mode'. |
| 15 | (css-mode): Add support for completion. | 15 | (css-mode): Add support for completion. |
| 16 | (css-extract-keyword-list): Remove function in favor of manual | ||
| 17 | extraction. | ||
| 18 | (css-extract-parse-val-grammar): Remove function in favor of | ||
| 19 | manual extraction. | ||
| 20 | (css-extract-props-and-vals): Remove function in favor of manual | ||
| 21 | extraction. | ||
| 22 | (css-at-ids): Update list of CSS at-rule ids. | ||
| 23 | (css-property-ids): Update list of CSS properties. | ||
| 16 | 24 | ||
| 17 | 2015-03-17 Bozhidar Batsov <bozhidar@batsov.com> | 25 | 2015-03-17 Bozhidar Batsov <bozhidar@batsov.com> |
| 18 | 26 | ||