~ubuntu-branches/debian/squeeze/gnome-terminal/squeeze

« back to all changes in this revision

Viewing changes to ChangeLog.README

  • Committer: Bazaar Package Importer
  • Author(s): Josselin Mouette
  • Date: 2009-03-13 15:11:33 UTC
  • mfrom: (5.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20090313151133-hszv8f99rmvlmvpk
Tags: 2.24.3-3
* Recommend gvfs. Closes: #519159.
* 01_tabs_shortcuts.patch: restore the ability to set shortcuts to 
  each tab. Closes: #519523.
* 02_tabs_shortcuts_translations.patch: restore translations from 
  version 2.22 for this functionality.
  + Thanks to Mart Raudsepp for preparing the patches.

Show diffs side-by-side

added added

removed removed

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