don't use function-equal in nadvice
[bpt/emacs.git] / admin / notes / changelogs
CommitLineData
cbd52d16
GM
1Emacs generally follows the GNU coding standards when it comes to ChangeLogs:
2http://www.gnu.org/prep/standards/html_node/Change-Logs.html
3
cb58990d
PE
4One exception is that we still sometimes quote `like-this' (as the
5standards used to recommend) rather than 'like-this' (as they do now),
cbd52d16
GM
6because `...' is so widely used elsewhere in Emacs.
7http://lists.gnu.org/archive/html/emacs-devel/2014-05/msg00514.html
8
9
c9eb8bd1
GM
10If installing changes written by someone else, make the ChangeLog
11entry in their name, not yours.
12
13
a0e0e2db 14http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg00793.html
a3d4dd87
GM
15 There is no need to make change log entries for files such as NEWS,
16 MAINTAINERS, and FOR-RELEASE.
17"There is no need" means you don't have to, but you can if you want to.
18
a0e0e2db 19
871f46d3
GM
20http://lists.gnu.org/archive/html/emacs-devel/2006-12/msg01135.html
21 There is no need to indicate regeneration of files such as configure
22 in ChangeLog.
8a44bdf3
GM
23
24
25http://lists.gnu.org/archive/html/emacs-devel/2008-11/msg00940.html
26Preferred form for several entries with the same content:
27
28 * help.el (view-lossage):
29 * kmacro.el (kmacro-edit-lossage):
30 * edmacro.el (edit-kbd-macro): Fix docstring, lossage is now 300 keys.
31
32(Rather than anything involving "ditto" and suchlike.)