diff options
| author | Paul Eggert | 2014-11-13 09:16:33 -0800 |
|---|---|---|
| committer | Paul Eggert | 2014-11-13 12:30:02 -0800 |
| commit | f8c4f8d6a7d6eba118f01a724c4c4b0ca2dcbc90 (patch) | |
| tree | 6004ee4f03b664d7f02e9ef2ccc69391e4da28ef | |
| parent | 5cf2e27cf73c6ac0e6d50656ffcb30dde7b58800 (diff) | |
| download | emacs-f8c4f8d6a7d6eba118f01a724c4c4b0ca2dcbc90.tar.gz emacs-f8c4f8d6a7d6eba118f01a724c4c4b0ca2dcbc90.zip | |
Backport fix for minor Bazaar leftovers.
Reported by Perry E. Metzger in:
http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg00745.html
* .dir-locals.el: Remove reference to bzr commit --fixes debbugs.
* etc/CONTRIBUTE: More git transition.
| -rw-r--r-- | .dir-locals.el | 6 | ||||
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | etc/CONTRIBUTE | 3 | ||||
| -rw-r--r-- | etc/ChangeLog | 7 |
4 files changed, 14 insertions, 7 deletions
diff --git a/.dir-locals.el b/.dir-locals.el index 203343f0842..afc68ea3ba6 100644 --- a/.dir-locals.el +++ b/.dir-locals.el | |||
| @@ -3,11 +3,7 @@ | |||
| 3 | (fill-column . 70))) | 3 | (fill-column . 70))) |
| 4 | (c-mode . ((c-file-style . "GNU"))) | 4 | (c-mode . ((c-file-style . "GNU"))) |
| 5 | (objc-mode . ((c-file-style . "GNU"))) | 5 | (objc-mode . ((c-file-style . "GNU"))) |
| 6 | ;; You must set bugtracker_debbugs_url in your bazaar.conf for this to work. | 6 | (log-edit-mode . ((log-edit-font-lock-gnu-style . t) |
| 7 | ;; See admin/notes/bugtracker. | ||
| 8 | (log-edit-mode . ((log-edit-rewrite-fixes | ||
| 9 | "[ \n](bug#\\([0-9]+\\))" . "debbugs:\\1") | ||
| 10 | (log-edit-font-lock-gnu-style . t) | ||
| 11 | (log-edit-setup-add-author . t))) | 7 | (log-edit-setup-add-author . t))) |
| 12 | (change-log-mode . ((add-log-time-zone-rule . t) | 8 | (change-log-mode . ((add-log-time-zone-rule . t) |
| 13 | (fill-column . 74) | 9 | (fill-column . 74) |
| @@ -1,3 +1,8 @@ | |||
| 1 | 2014-11-13 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Backport fix for minor Bazaar leftovers. | ||
| 4 | * .dir-locals.el: Remove reference to bzr commit --fixes debbugs. | ||
| 5 | |||
| 1 | 2014-11-13 Eli Zaretskii <eliz@gnu.org> | 6 | 2014-11-13 Eli Zaretskii <eliz@gnu.org> |
| 2 | 7 | ||
| 3 | * .gitignore: Add more ignorables. | 8 | * .gitignore: Add more ignorables. |
diff --git a/etc/CONTRIBUTE b/etc/CONTRIBUTE index 882773bcb5e..d1ee9f4690c 100644 --- a/etc/CONTRIBUTE +++ b/etc/CONTRIBUTE | |||
| @@ -75,7 +75,7 @@ patches) over all your contributions. | |||
| 75 | 75 | ||
| 76 | * Getting the Source Code | 76 | * Getting the Source Code |
| 77 | 77 | ||
| 78 | The latest version of Emacs can be downloaded using Bazaar from the | 78 | The latest version of the Emacs source code can be downloaded from the |
| 79 | Savannah web site. It is important to write your patch based on the | 79 | Savannah web site. It is important to write your patch based on the |
| 80 | latest version. If you start from an older version, your patch may be | 80 | latest version. If you start from an older version, your patch may be |
| 81 | outdated (so that maintainers will have a hard time applying it), or | 81 | outdated (so that maintainers will have a hard time applying it), or |
| @@ -215,4 +215,3 @@ Local variables: | |||
| 215 | mode: outline | 215 | mode: outline |
| 216 | paragraph-separate: "[ ]*$" | 216 | paragraph-separate: "[ ]*$" |
| 217 | end: | 217 | end: |
| 218 | |||
diff --git a/etc/ChangeLog b/etc/ChangeLog index f1bfc5c62c8..851af7f2735 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2014-11-13 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Backport fix for minor Bazaar leftovers. | ||
| 4 | Reported by Perry E. Metzger in: | ||
| 5 | http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg00745.html | ||
| 6 | * CONTRIBUTE: More git transition. | ||
| 7 | |||
| 1 | 2014-11-11 Eric S. Raymond <esr@thyrsus.com> | 8 | 2014-11-11 Eric S. Raymond <esr@thyrsus.com> |
| 2 | 9 | ||
| 3 | * CONTRIBUTE: git transition. | 10 | * CONTRIBUTE: git transition. |