Blame ChangeLog.README

Packit Service 3bdf47
GNOME Terminal doesn't use ChangeLog anymore. Instead, we use SVN checkin comments
Packit Service 3bdf47
to autogenerate a ChangeLog file at "make dist" time. Use "make ChangeLog" in the
Packit Service 3bdf47
toplevel directory to manually create a ChangeLog. Or use
Packit Service 3bdf47
http://svn.gnome.org/viewvc/gnome-terminal/?view=queryform
Packit Service 3bdf47
to look up the version history.
Packit Service 3bdf47
Packit Service 3bdf47
When committing a patch to svn, use a checkin comment that describes the changes
Packit Service 3bdf47
made. If the checkin is related to a bug, reference the bug number. Example:
Packit Service 3bdf47
Packit Service 3bdf47
        When removing a toolbar, make its items available again in the toolbar
Packit Service 3bdf47
        editor. (Bug #131182)
Packit Service 3bdf47
Packit Service 3bdf47
Checkin comments MUST use the UTF-8 encoding.
Packit Service 3bdf47
Packit Service 3bdf47
Do NOT commit to this module without permission from a maintainer.
Packit Service 3bdf47
See the MAINTAINERS file for who they are.