]> git.eshelyaron.com Git - emacs.git/commitdiff
ChangeLog fix: standardize some bug refs.
authorGlenn Morris <rgm@gnu.org>
Sat, 29 Nov 2014 21:50:13 +0000 (13:50 -0800)
committerGlenn Morris <rgm@gnu.org>
Sat, 29 Nov 2014 21:50:13 +0000 (13:50 -0800)
lisp/ChangeLog

index 9b9da84762dcbe474e183c93c612cf7b7049e5cd..9f9b613642911694011a3a451a5d8c3daa5047fa 100644 (file)
 
 2014-11-19  RĂ¼diger Sonderfeld  <ruediger@c-plusplus.net>
 
-       Fix bug#19099.
        * vc/vc-git.el (vc-git-diff): Use "difftool -x diff" with
-       `diff-switches' if `vc-git-diff-switches' is nil.
+       `diff-switches' if `vc-git-diff-switches' is nil.  (Bug#19099)
 
 2014-11-19  Artur Malabarba  <bruce.connor.am@gmail.com>
 
 2014-11-18  Paul Pogonyshev  <pogonyshev@gmail.com>
            RĂ¼diger Sonderfeld  <ruediger@c-plusplus.net>
 
-       Fix bug#13871 (an alternative version of the patch).
-       * progmodes/cc-langs.el: Support some of the new keywords in
-       C++11.
+       * progmodes/cc-langs.el: Support some of the new keywords in C++11.
+       An alternative version of the patch from bug#13871.
        (c-operators): Add "alignof".
        (c-primitive-type-kwds): Add "char16_t", "char32_t".
        (c-type-modifier-kwds): Add "constexpr", "noexcept".
 
 2014-11-17  Ulf Jasper  <ulf.jasper@web.de>
 
-       Fix bug#5433.
        * calendar/icalendar.el (icalendar-export-alarms):
-       New customizable variable.
+       New customizable variable.  (Bug#5433)
        (icalendar-export-region): Export alarms as specified in
        `icalendar-export-alarms'.
        (icalendar--create-ical-alarm, icalendar--do-create-ical-alarm):
        (c-typeless-decl-kwds): Append "auto" onto the C++ value.
        (c-not-decl-init-keywords): Also exclude c-typeof-kwds from value.
 
-       Make ">>" act as double template ender in C++ Mode.
-       Fix bug#11386.
+       Make ">>" act as double template ender in C++ Mode.  (Bug#11386)
        * progmodes/cc-langs.el (c->-op-cont-tokens): New lang-const split
        off from c->-op-cont-re.
        (c->-op-cont-tokens): Change to use the above.