mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-26 07:11:34 -08:00
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.
This commit is contained in:
parent
5cf2e27cf7
commit
f8c4f8d6a7
4 changed files with 14 additions and 7 deletions
|
|
@ -3,11 +3,7 @@
|
||||||
(fill-column . 70)))
|
(fill-column . 70)))
|
||||||
(c-mode . ((c-file-style . "GNU")))
|
(c-mode . ((c-file-style . "GNU")))
|
||||||
(objc-mode . ((c-file-style . "GNU")))
|
(objc-mode . ((c-file-style . "GNU")))
|
||||||
;; You must set bugtracker_debbugs_url in your bazaar.conf for this to work.
|
(log-edit-mode . ((log-edit-font-lock-gnu-style . t)
|
||||||
;; See admin/notes/bugtracker.
|
|
||||||
(log-edit-mode . ((log-edit-rewrite-fixes
|
|
||||||
"[ \n](bug#\\([0-9]+\\))" . "debbugs:\\1")
|
|
||||||
(log-edit-font-lock-gnu-style . t)
|
|
||||||
(log-edit-setup-add-author . t)))
|
(log-edit-setup-add-author . t)))
|
||||||
(change-log-mode . ((add-log-time-zone-rule . t)
|
(change-log-mode . ((add-log-time-zone-rule . t)
|
||||||
(fill-column . 74)
|
(fill-column . 74)
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,8 @@
|
||||||
|
2014-11-13 Paul Eggert <eggert@cs.ucla.edu>
|
||||||
|
|
||||||
|
Backport fix for minor Bazaar leftovers.
|
||||||
|
* .dir-locals.el: Remove reference to bzr commit --fixes debbugs.
|
||||||
|
|
||||||
2014-11-13 Eli Zaretskii <eliz@gnu.org>
|
2014-11-13 Eli Zaretskii <eliz@gnu.org>
|
||||||
|
|
||||||
* .gitignore: Add more ignorables.
|
* .gitignore: Add more ignorables.
|
||||||
|
|
|
||||||
|
|
@ -75,7 +75,7 @@ patches) over all your contributions.
|
||||||
|
|
||||||
* Getting the Source Code
|
* Getting the Source Code
|
||||||
|
|
||||||
The latest version of Emacs can be downloaded using Bazaar from the
|
The latest version of the Emacs source code can be downloaded from the
|
||||||
Savannah web site. It is important to write your patch based on the
|
Savannah web site. It is important to write your patch based on the
|
||||||
latest version. If you start from an older version, your patch may be
|
latest version. If you start from an older version, your patch may be
|
||||||
outdated (so that maintainers will have a hard time applying it), or
|
outdated (so that maintainers will have a hard time applying it), or
|
||||||
|
|
@ -215,4 +215,3 @@ Local variables:
|
||||||
mode: outline
|
mode: outline
|
||||||
paragraph-separate: "[ ]*$"
|
paragraph-separate: "[ ]*$"
|
||||||
end:
|
end:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,10 @@
|
||||||
|
2014-11-13 Paul Eggert <eggert@cs.ucla.edu>
|
||||||
|
|
||||||
|
Backport fix for minor Bazaar leftovers.
|
||||||
|
Reported by Perry E. Metzger in:
|
||||||
|
http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg00745.html
|
||||||
|
* CONTRIBUTE: More git transition.
|
||||||
|
|
||||||
2014-11-11 Eric S. Raymond <esr@thyrsus.com>
|
2014-11-11 Eric S. Raymond <esr@thyrsus.com>
|
||||||
|
|
||||||
* CONTRIBUTE: git transition.
|
* CONTRIBUTE: git transition.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue