aboutsummaryrefslogtreecommitdiffstats
path: root/test/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2014-10-20 12:36:34 -0400
committerStefan Monnier2014-10-20 12:36:34 -0400
commitbc0e9e47b645ecd8da86eb8ae5810ebf2fd62b97 (patch)
treecd9aff1fe18c0593b94e03523debeb124685ffd3 /test/ChangeLog
parent57fe1632f0dc40042dfb6593f81f451165987637 (diff)
downloademacs-bc0e9e47b645ecd8da86eb8ae5810ebf2fd62b97.tar.gz
emacs-bc0e9e47b645ecd8da86eb8ae5810ebf2fd62b97.zip
* 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 @@
12014-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * indent/scss-mode.scss: New file.
4 * indent/css-mode.css: Add a few uneventful examples.
5
12014-10-15 Eli Zaretskii <eliz@gnu.org> 62014-10-15 Eli Zaretskii <eliz@gnu.org>
2 7
3 * BidiCharacterTest.txt: New file, from Unicode. 8 * BidiCharacterTest.txt: New file, from Unicode.
@@ -28,8 +33,8 @@
28 33
292014-09-26 Leo Liu <sdl.web@gmail.com> 342014-09-26 Leo Liu <sdl.web@gmail.com>
30 35
31 * automated/cl-lib.el (cl-digit-char-p, cl-parse-integer): New 36 * automated/cl-lib.el (cl-digit-char-p, cl-parse-integer):
32 tests. (Bug#18557) 37 New tests. (Bug#18557)
33 38
342014-09-24 Ulf Jasper <ulf.jasper@web.de> 392014-09-24 Ulf Jasper <ulf.jasper@web.de>
35 40
@@ -39,8 +44,8 @@
39 44
402014-09-09 Eli Zaretskii <eliz@gnu.org> 452014-09-09 Eli Zaretskii <eliz@gnu.org>
41 46
42 * automated/fns-tests.el (fns-tests-collate-sort): Bind 47 * automated/fns-tests.el (fns-tests-collate-sort):
43 w32-collate-ignore-punctuation to t when sorting according to 48 Bind w32-collate-ignore-punctuation to t when sorting according to
44 UTS#10 rules. 49 UTS#10 rules.
45 50
462014-09-07 Michael Albinus <michael.albinus@gmx.de> 512014-09-07 Michael Albinus <michael.albinus@gmx.de>
@@ -555,8 +560,8 @@
555 560
556 * automated/subword-tests.el (subword-tests2): More subword tests. 561 * automated/subword-tests.el (subword-tests2): More subword tests.
557 562
558 * automated/cl-lib.el (cl-lib-keyword-names-versus-values): New 563 * automated/cl-lib.el (cl-lib-keyword-names-versus-values):
559 test: correct parsing of keyword arguments. 564 New test: correct parsing of keyword arguments.
560 565
5612014-03-22 Dmitry Gutov <dgutov@yandex.ru> 5662014-03-22 Dmitry Gutov <dgutov@yandex.ru>
562 567
@@ -651,8 +656,8 @@
651 656
6522014-02-17 Michael Albinus <michael.albinus@gmx.de> 6572014-02-17 Michael Albinus <michael.albinus@gmx.de>
653 658
654 * automated/tramp-tests.el (tramp-test28-shell-command): Perform 659 * automated/tramp-tests.el (tramp-test28-shell-command):
655 an initial `sit-for' prior the while loop. 660 Perform an initial `sit-for' prior the while loop.
656 661
6572014-02-16 Michael Albinus <michael.albinus@gmx.de> 6622014-02-16 Michael Albinus <michael.albinus@gmx.de>
658 663
@@ -674,8 +679,8 @@
674 679
675 * automated/tramp-tests.el (tramp-test26-process-file): Improve test. 680 * automated/tramp-tests.el (tramp-test26-process-file): Improve test.
676 (tramp-test27-start-file-process): Use "_p" as argument of lambda. 681 (tramp-test27-start-file-process): Use "_p" as argument of lambda.
677 (tramp-test28-shell-command): Improve `shell-command' test. Add 682 (tramp-test28-shell-command): Improve `shell-command' test.
678 `async-shell-command' tests. 683 Add `async-shell-command' tests.
679 684
6802014-02-04 Michael Albinus <michael.albinus@gmx.de> 6852014-02-04 Michael Albinus <michael.albinus@gmx.de>
681 686
@@ -731,8 +736,8 @@
731 736
7322014-01-13 Michael Albinus <michael.albinus@gmx.de> 7372014-01-13 Michael Albinus <michael.albinus@gmx.de>
733 738
734 * automated/ert-tests.el (ert-test-record-backtrace): Reenable 739 * automated/ert-tests.el (ert-test-record-backtrace):
735 test case with adapted test string. (Bug#13064) 740 Reenable test case with adapted test string. (Bug#13064)
736 741
7372013-12-28 Glenn Morris <rgm@gnu.org> 7422013-12-28 Glenn Morris <rgm@gnu.org>
738 743