Blame ChangeLog.README

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