diff options
| author | Nicolas Petton | 2016-02-13 20:28:54 +0100 |
|---|---|---|
| committer | Nicolas Petton | 2016-02-13 20:28:54 +0100 |
| commit | 478ca5de5447900db471109c8114b8581e28c869 (patch) | |
| tree | cb69b8e7abcfd93c1e00cb6308a847dbb6cb6dd2 | |
| parent | 2b7d006460899f10ffc230ecbb632dfa39588dc7 (diff) | |
| download | emacs-478ca5de5447900db471109c8114b8581e28c869.tar.gz emacs-478ca5de5447900db471109c8114b8581e28c869.zip | |
; fix changelog entries
| -rw-r--r-- | ChangeLog.2 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ChangeLog.2 b/ChangeLog.2 index cfea4c74b1b..caa51359723 100644 --- a/ChangeLog.2 +++ b/ChangeLog.2 | |||
| @@ -765,7 +765,7 @@ | |||
| 765 | 765 | ||
| 766 | Improve newsticker-treeview-selection-face | 766 | Improve newsticker-treeview-selection-face |
| 767 | 767 | ||
| 768 | * newst-treeview.el (newsticker-treeview-selection-face): Improve | 768 | * lisp/net/newst-treeview.el (newsticker-treeview-selection-face): Improve |
| 769 | readability for dark background. | 769 | readability for dark background. |
| 770 | 770 | ||
| 771 | 2016-02-04 Eli Zaretskii <eliz@gnu.org> | 771 | 2016-02-04 Eli Zaretskii <eliz@gnu.org> |
| @@ -1022,7 +1022,7 @@ | |||
| 1022 | alias_method. Identify constants even if the assignment is not | 1022 | alias_method. Identify constants even if the assignment is not |
| 1023 | followed by whitespace. (Bug#22241) | 1023 | followed by whitespace. (Bug#22241) |
| 1024 | 1024 | ||
| 1025 | * test/etags/ruby-src/test1.ruby: Add tests for constants, | 1025 | * test/etags/ruby-src/test1.ru: Add tests for constants, |
| 1026 | accessors, and alias_method. | 1026 | accessors, and alias_method. |
| 1027 | * test/etags/ETAGS.good_1: | 1027 | * test/etags/ETAGS.good_1: |
| 1028 | * test/etags/ETAGS.good_2: | 1028 | * test/etags/ETAGS.good_2: |
| @@ -1122,7 +1122,7 @@ | |||
| 1122 | 1122 | ||
| 1123 | * test/indent/css-mode.css: Add bang rule test case. | 1123 | * test/indent/css-mode.css: Add bang rule test case. |
| 1124 | 1124 | ||
| 1125 | * test/indent/scss-mode.css: Add test cases for the introduced bang | 1125 | * test/indent/scss-mode.scss: Add test cases for the introduced bang |
| 1126 | rules. | 1126 | rules. |
| 1127 | 1127 | ||
| 1128 | 2016-02-01 Karl Fogel <kfogel@red-bean.com> | 1128 | 2016-02-01 Karl Fogel <kfogel@red-bean.com> |
| @@ -1191,7 +1191,7 @@ | |||
| 1191 | 1191 | ||
| 1192 | 2016-02-01 Kyle Meyer <kyle@kyleam.com> | 1192 | 2016-02-01 Kyle Meyer <kyle@kyleam.com> |
| 1193 | 1193 | ||
| 1194 | * org/org-compat.el (org-font-lock-ensure): Fix bogus test (bug#22399) | 1194 | * lisp/org/org-compat.el (org-font-lock-ensure): Fix bogus test (bug#22399) |
| 1195 | 1195 | ||
| 1196 | 2016-01-31 Paul Eggert <eggert@cs.ucla.edu> | 1196 | 2016-01-31 Paul Eggert <eggert@cs.ucla.edu> |
| 1197 | 1197 | ||
| @@ -1440,7 +1440,7 @@ | |||
| 1440 | 1440 | ||
| 1441 | * etc/NEWS: Mention that constants are tagged by etags in Ruby. | 1441 | * etc/NEWS: Mention that constants are tagged by etags in Ruby. |
| 1442 | 1442 | ||
| 1443 | * test/etags/ruby-src/test1.ruby: Add more tests. | 1443 | * test/etags/ruby-src/test1.ru: Add more tests. |
| 1444 | * test/etags/ETAGS.good_1: | 1444 | * test/etags/ETAGS.good_1: |
| 1445 | * test/etags/ETAGS.good_2: | 1445 | * test/etags/ETAGS.good_2: |
| 1446 | * test/etags/ETAGS.good_3: | 1446 | * test/etags/ETAGS.good_3: |
| @@ -5668,7 +5668,7 @@ | |||
| 5668 | (Ruby_help): Mention "module". | 5668 | (Ruby_help): Mention "module". |
| 5669 | 5669 | ||
| 5670 | * test/etags/ruby-src/test.rb: | 5670 | * test/etags/ruby-src/test.rb: |
| 5671 | * test/etags/ruby-src/test1.ruby: New files. | 5671 | * test/etags/ruby-src/test1.ru: New files. |
| 5672 | * test/etags/Makefile (RBSRC): New tests. | 5672 | * test/etags/Makefile (RBSRC): New tests. |
| 5673 | (SRCS): Add ${RBSRC}. | 5673 | (SRCS): Add ${RBSRC}. |
| 5674 | * test/etags/ETAGS.good_1: | 5674 | * test/etags/ETAGS.good_1: |