summaryrefslogtreecommitdiff
path: root/test/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2014-10-20 12:36:34 -0400
committerStefan Monnier <monnier@iro.umontreal.ca>2014-10-20 12:36:34 -0400
commitbc0e9e47b645ecd8da86eb8ae5810ebf2fd62b97 (patch)
treecd9aff1fe18c0593b94e03523debeb124685ffd3 /test/ChangeLog
parent57fe1632f0dc40042dfb6593f81f451165987637 (diff)
downloademacs-bc0e9e47b645ecd8da86eb8ae5810ebf2fd62b97.tar.gz
* lisp/textmodes/css-mode.el (scss-mode): New major-mode.
(css-mode-syntax-table): Use d style comment, to ease the scss case. (css-ident-re): Allow things like @-moz-keyframes. (scss--hash-re): New const. (css--font-lock-keywords): New function, extracted from css-font-lock-keywords. (css-font-lock-keywords): Use it. (scss-mode-syntax-table, scss-font-lock-keywords): New vars. (scss-smie--not-interpolation-p): New function. (css-smie--forward-token, css-smie--backward-token): Use it. (css-mode): Remove left-over code. * test/indent/scss-mode.scss: New file. * test/indent/css-mode.css: Add a few uneventful examples.
Diffstat (limited to 'test/ChangeLog')
-rw-r--r--test/ChangeLog29
1 files changed, 17 insertions, 12 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index ea11f9429f0..a5ac25a92a1 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,8 @@
+2014-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
+
+ * indent/scss-mode.scss: New file.
+ * indent/css-mode.css: Add a few uneventful examples.
+
2014-10-15 Eli Zaretskii <eliz@gnu.org>
* BidiCharacterTest.txt: New file, from Unicode.
@@ -28,8 +33,8 @@
2014-09-26 Leo Liu <sdl.web@gmail.com>
- * automated/cl-lib.el (cl-digit-char-p, cl-parse-integer): New
- tests. (Bug#18557)
+ * automated/cl-lib.el (cl-digit-char-p, cl-parse-integer):
+ New tests. (Bug#18557)
2014-09-24 Ulf Jasper <ulf.jasper@web.de>
@@ -39,8 +44,8 @@
2014-09-09 Eli Zaretskii <eliz@gnu.org>
- * automated/fns-tests.el (fns-tests-collate-sort): Bind
- w32-collate-ignore-punctuation to t when sorting according to
+ * automated/fns-tests.el (fns-tests-collate-sort):
+ Bind w32-collate-ignore-punctuation to t when sorting according to
UTS#10 rules.
2014-09-07 Michael Albinus <michael.albinus@gmx.de>
@@ -555,8 +560,8 @@
* automated/subword-tests.el (subword-tests2): More subword tests.
- * automated/cl-lib.el (cl-lib-keyword-names-versus-values): New
- test: correct parsing of keyword arguments.
+ * automated/cl-lib.el (cl-lib-keyword-names-versus-values):
+ New test: correct parsing of keyword arguments.
2014-03-22 Dmitry Gutov <dgutov@yandex.ru>
@@ -651,8 +656,8 @@
2014-02-17 Michael Albinus <michael.albinus@gmx.de>
- * automated/tramp-tests.el (tramp-test28-shell-command): Perform
- an initial `sit-for' prior the while loop.
+ * automated/tramp-tests.el (tramp-test28-shell-command):
+ Perform an initial `sit-for' prior the while loop.
2014-02-16 Michael Albinus <michael.albinus@gmx.de>
@@ -674,8 +679,8 @@
* automated/tramp-tests.el (tramp-test26-process-file): Improve test.
(tramp-test27-start-file-process): Use "_p" as argument of lambda.
- (tramp-test28-shell-command): Improve `shell-command' test. Add
- `async-shell-command' tests.
+ (tramp-test28-shell-command): Improve `shell-command' test.
+ Add `async-shell-command' tests.
2014-02-04 Michael Albinus <michael.albinus@gmx.de>
@@ -731,8 +736,8 @@
2014-01-13 Michael Albinus <michael.albinus@gmx.de>
- * automated/ert-tests.el (ert-test-record-backtrace): Reenable
- test case with adapted test string. (Bug#13064)
+ * automated/ert-tests.el (ert-test-record-backtrace):
+ Reenable test case with adapted test string. (Bug#13064)
2013-12-28 Glenn Morris <rgm@gnu.org>