aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2014-11-29 13:50:13 -0800
committerGlenn Morris2014-11-29 13:50:13 -0800
commit6228c5d4d950c669bfe6867b0b23a6af12a1d8d1 (patch)
treeb994931c843652bd3a2eaac54252b117308c71b6
parent9457d88b4363c51dcf0a8add466bfcd603822bae (diff)
downloademacs-6228c5d4d950c669bfe6867b0b23a6af12a1d8d1.tar.gz
emacs-6228c5d4d950c669bfe6867b0b23a6af12a1d8d1.zip
ChangeLog fix: standardize some bug refs.
-rw-r--r--lisp/ChangeLog14
1 files changed, 5 insertions, 9 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9b9da84762d..9f9b6136429 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -460,9 +460,8 @@
460 460
4612014-11-19 Rüdiger Sonderfeld <ruediger@c-plusplus.net> 4612014-11-19 Rüdiger Sonderfeld <ruediger@c-plusplus.net>
462 462
463 Fix bug#19099.
464 * vc/vc-git.el (vc-git-diff): Use "difftool -x diff" with 463 * vc/vc-git.el (vc-git-diff): Use "difftool -x diff" with
465 `diff-switches' if `vc-git-diff-switches' is nil. 464 `diff-switches' if `vc-git-diff-switches' is nil. (Bug#19099)
466 465
4672014-11-19 Artur Malabarba <bruce.connor.am@gmail.com> 4662014-11-19 Artur Malabarba <bruce.connor.am@gmail.com>
468 467
@@ -549,9 +548,8 @@
5492014-11-18 Paul Pogonyshev <pogonyshev@gmail.com> 5482014-11-18 Paul Pogonyshev <pogonyshev@gmail.com>
550 Rüdiger Sonderfeld <ruediger@c-plusplus.net> 549 Rüdiger Sonderfeld <ruediger@c-plusplus.net>
551 550
552 Fix bug#13871 (an alternative version of the patch). 551 * progmodes/cc-langs.el: Support some of the new keywords in C++11.
553 * progmodes/cc-langs.el: Support some of the new keywords in 552 An alternative version of the patch from bug#13871.
554 C++11.
555 (c-operators): Add "alignof". 553 (c-operators): Add "alignof".
556 (c-primitive-type-kwds): Add "char16_t", "char32_t". 554 (c-primitive-type-kwds): Add "char16_t", "char32_t".
557 (c-type-modifier-kwds): Add "constexpr", "noexcept". 555 (c-type-modifier-kwds): Add "constexpr", "noexcept".
@@ -603,9 +601,8 @@
603 601
6042014-11-17 Ulf Jasper <ulf.jasper@web.de> 6022014-11-17 Ulf Jasper <ulf.jasper@web.de>
605 603
606 Fix bug#5433.
607 * calendar/icalendar.el (icalendar-export-alarms): 604 * calendar/icalendar.el (icalendar-export-alarms):
608 New customizable variable. 605 New customizable variable. (Bug#5433)
609 (icalendar-export-region): Export alarms as specified in 606 (icalendar-export-region): Export alarms as specified in
610 `icalendar-export-alarms'. 607 `icalendar-export-alarms'.
611 (icalendar--create-ical-alarm, icalendar--do-create-ical-alarm): 608 (icalendar--create-ical-alarm, icalendar--do-create-ical-alarm):
@@ -3236,8 +3233,7 @@
3236 (c-typeless-decl-kwds): Append "auto" onto the C++ value. 3233 (c-typeless-decl-kwds): Append "auto" onto the C++ value.
3237 (c-not-decl-init-keywords): Also exclude c-typeof-kwds from value. 3234 (c-not-decl-init-keywords): Also exclude c-typeof-kwds from value.
3238 3235
3239 Make ">>" act as double template ender in C++ Mode. 3236 Make ">>" act as double template ender in C++ Mode. (Bug#11386)
3240 Fix bug#11386.
3241 * progmodes/cc-langs.el (c->-op-cont-tokens): New lang-const split 3237 * progmodes/cc-langs.el (c->-op-cont-tokens): New lang-const split
3242 off from c->-op-cont-re. 3238 off from c->-op-cont-re.
3243 (c->-op-cont-tokens): Change to use the above. 3239 (c->-op-cont-tokens): Change to use the above.