aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorSimen Heggestøyl2015-03-17 23:11:55 +0100
committerSimen Heggestøyl2015-03-17 23:11:55 +0100
commit7ec63a3afa52213b7b3cd3ecc0717c6e6504dc43 (patch)
tree95c16839d95d2bb7f291771c46178bb63b82dec3 /lisp/ChangeLog
parent62fde9ee0fe62c8285c61b01444e8e59d1654685 (diff)
downloademacs-7ec63a3afa52213b7b3cd3ecc0717c6e6504dc43.tar.gz
emacs-7ec63a3afa52213b7b3cd3ecc0717c6e6504dc43.zip
Update CSS property list
* textmodes/css-mode.el (css-extract-keyword-list): Remove function in favor of manual extraction. (css-extract-parse-val-grammar): Remove function in favor of manual extraction. (css-extract-props-and-vals): Remove function in favor of manual extraction. (css-at-ids): Update list of CSS at-rule ids. (css-property-ids): Update list of CSS properties.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog8
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
172015-03-17 Bozhidar Batsov <bozhidar@batsov.com> 252015-03-17 Bozhidar Batsov <bozhidar@batsov.com>
18 26