diff options
| author | Paul Eggert | 2015-04-18 19:54:58 -0700 |
|---|---|---|
| committer | Paul Eggert | 2015-04-18 19:56:03 -0700 |
| commit | 65ac8bc6a9e256b60c8ddfa3c99a1b28145a0763 (patch) | |
| tree | e00a2ee1fb13236ca29a230945a7263c9e6a0edd | |
| parent | f48a28e34398551c719807c59819a5dab5f34aa8 (diff) | |
| download | emacs-65ac8bc6a9e256b60c8ddfa3c99a1b28145a0763.tar.gz emacs-65ac8bc6a9e256b60c8ddfa3c99a1b28145a0763.zip | |
; Fix more-recent commit messages too
| -rw-r--r-- | ChangeLog.2 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/ChangeLog.2 b/ChangeLog.2 index 89fe77f9b6b..90ef58c9b84 100644 --- a/ChangeLog.2 +++ b/ChangeLog.2 | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | 2015-04-18 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2015-04-18 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Prefer "Bug#1234" in commit messages | 3 | Prefer "Bug#1234" in commit messages (Bug#20325) |
| 4 | * .dir-locals.el (log-edit-mode): Don't rewrite Bug#, | 4 | * .dir-locals.el (log-edit-mode): Don't rewrite Bug#, |
| 5 | as this isn't useful for Git. | 5 | as this isn't useful for Git. |
| 6 | * CONTRIBUTE: Suggest "Bug#1234" instead of "Fixes: debbugs:1234". | 6 | * CONTRIBUTE: Suggest "Bug#1234" instead of "Fixes: debbugs:1234". |
| @@ -8,26 +8,26 @@ | |||
| 8 | 2015-04-18 Glenn Morris <rgm@gnu.org> | 8 | 2015-04-18 Glenn Morris <rgm@gnu.org> |
| 9 | 9 | ||
| 10 | * lisp/files.el (auto-mode-alist): Use conf mode for gitconfig, hgrc. | 10 | * lisp/files.el (auto-mode-alist): Use conf mode for gitconfig, hgrc. |
| 11 | Fixes: debbugs:19506 | 11 | (Bug#19506) |
| 12 | 12 | ||
| 13 | 2015-04-18 Tom Willemse <tom@ryuslash.org> (tiny change) | 13 | 2015-04-18 Tom Willemse <tom@ryuslash.org> (tiny change) |
| 14 | 14 | ||
| 15 | * lisp/elec-pair.el (electric-pair-post-self-insert-function): Do not use `chomp' as a function. | 15 | * lisp/elec-pair.el (electric-pair-post-self-insert-function): Do not use `chomp' as a function. |
| 16 | Fixes: debbugs:19505 | 16 | (Bug#19505) |
| 17 | 17 | ||
| 18 | 2015-04-18 Glenn Morris <rgm@gnu.org> | 18 | 2015-04-18 Glenn Morris <rgm@gnu.org> |
| 19 | 19 | ||
| 20 | * lisp/net/browse-url.el (browse-url, browse-url-at-point): Doc fixes. | 20 | * lisp/net/browse-url.el (browse-url, browse-url-at-point): Doc fixes. |
| 21 | 21 | ||
| 22 | * doc/emacs/misc.texi (Sorting): Small edit. | 22 | * doc/emacs/misc.texi (Sorting): Small edit. |
| 23 | Fixes: debbugs:19896 | 23 | (Bug#19896) |
| 24 | 24 | ||
| 25 | * admin/admin.el (make-manuals): Add emacs-xtra in pdf and ps. | 25 | * admin/admin.el (make-manuals): Add emacs-xtra in pdf and ps. |
| 26 | 26 | ||
| 27 | 2015-04-18 Simen Heggestøyl <simenheg@gmail.com> | 27 | 2015-04-18 Simen Heggestøyl <simenheg@gmail.com> |
| 28 | 28 | ||
| 29 | css-mode.el: Support multi-line comment filling | 29 | css-mode.el: Support multi-line comment filling |
| 30 | Fixes: debbugs:20256 | 30 | (Bug#20256) |
| 31 | * lisp/textmodes/css-mode.el (css-fill-paragraph): Support multi-line | 31 | * lisp/textmodes/css-mode.el (css-fill-paragraph): Support multi-line |
| 32 | comment filling. | 32 | comment filling. |
| 33 | (css-adaptive-fill): New function. | 33 | (css-adaptive-fill): New function. |
| @@ -44,7 +44,7 @@ | |||
| 44 | * lisp/leim/quail/cyrillic.el (bulgarian-phonetic, bulgarian-bds): | 44 | * lisp/leim/quail/cyrillic.el (bulgarian-phonetic, bulgarian-bds): |
| 45 | Replace U+042C with U+045D, as the former character is not used in | 45 | Replace U+042C with U+045D, as the former character is not used in |
| 46 | the modern Bulgarian language. | 46 | the modern Bulgarian language. |
| 47 | Fixes: Bug#20350 | 47 | (Bug#20350) |
| 48 | 48 | ||
| 49 | 2015-04-17 Thomas Fitzsimmons <fitzsim@fitzsim.org> | 49 | 2015-04-17 Thomas Fitzsimmons <fitzsim@fitzsim.org> |
| 50 | 50 | ||
| @@ -80,7 +80,7 @@ | |||
| 80 | 2015-04-17 Stefan Monnier <monnier@iro.umontreal.ca> | 80 | 2015-04-17 Stefan Monnier <monnier@iro.umontreal.ca> |
| 81 | 81 | ||
| 82 | * lisp/indent.el (indent-region): Don't deactivate the mark | 82 | * lisp/indent.el (indent-region): Don't deactivate the mark |
| 83 | Fixes: debbugs:20357 | 83 | (Bug#20357) |
| 84 | 84 | ||
| 85 | 2015-04-17 Sam Steingold <sds@gnu.org> | 85 | 2015-04-17 Sam Steingold <sds@gnu.org> |
| 86 | 86 | ||