diff options
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/notes/changelogs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/admin/notes/changelogs b/admin/notes/changelogs index 1025cfc217f..fb4e2ada31e 100644 --- a/admin/notes/changelogs +++ b/admin/notes/changelogs | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | Emacs generally follows the GNU coding standards when it comes to ChangeLogs: | ||
| 2 | http://www.gnu.org/prep/standards/html_node/Change-Logs.html | ||
| 3 | |||
| 4 | One exception is that we still quote `like-this' (as the standards | ||
| 5 | used to recommend) rather than 'like-this' (as they do now), | ||
| 6 | because `...' is so widely used elsewhere in Emacs. | ||
| 7 | http://lists.gnu.org/archive/html/emacs-devel/2014-05/msg00514.html | ||
| 8 | |||
| 9 | |||
| 1 | If installing changes written by someone else, make the ChangeLog | 10 | If installing changes written by someone else, make the ChangeLog |
| 2 | entry in their name, not yours. | 11 | entry in their name, not yours. |
| 3 | 12 | ||