[Pkg-mozext-commits] [firetray] branch master updated (d078baf -> 4360704)

David Prévot taffit at moszumanska.debian.org
Mon Apr 6 15:58:18 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a change to branch master
in repository firetray.

      from  d078baf   Update changelog for 0.5.4+dfsg-1 release
       new  0d209aa   Fix additional uk-UA locale declaration.
       new  f9980df   Oops, really fix additional uk-UA locale declaration.
       new  b6c92f7   Update it locale (thx Underpass!).
       new  4b781ac   Add zh-CN locale (thx YFdyh000!)
       new  234d8a3   Update zh-CN locale (thx YFdyh000!)
       new  8e08bbe   Cleaning.
       new  dc806f2   First step toward xembed systray detection.
       new  317f567   Use environment desktop id as a criteria for enabling appindicator.
       new  a3584ce   Cleaning.
       new  9146216   Merge branch 'xsystray'
       new  b1ccca0   Update hr-HR locale (thx gogo!)
       new  840efcd   FireTray is multiprocessCompatible (e10s).
       new  59320d5   Add nomail_hides_icon.
       new  418decd   Cleaning.
       new  0f79fe2   Enable 'hides_last_only' in winnt.
       new  3316aee   Default protocol to http in openBrowserWindow().
       new  b792bb8   Better desktop detection for KDE.
       new  eb7cc97   FreeBSD build
       new  6b6e175   FreeBSD
       new  0678f26   undo certain edits
       new  2906865   undo edits - rm src/lib/freebsd
       new  ad1ca87   BSD - change runtimeOS
       new  24ccb65   Merge pull request #167 from scottfurry/BSD
       new  bd2a4eb   Update contributors' list.
       new  1b995d8   Fix 'nomail_hides_icon' preference.
       new  f89009d   Options: remove confusing tooltip about exclusive options.
       new  f542170   Added Bulgarian [bg] localisation.
       new  aa8edd4   Merge pull request #172 from lyubomirv/bg
       new  a2c0d65   Fix extraction of window title (especially for ukrainian l10n).
       new  eea985a   Fix right click could show/hide all windows on linux.
       new  d122489   Clean middle_click callbacks.
       new  c21586d   Bump version to 0.5.5.
       new  a43a946   Imported Upstream version 0.5.5~rc1+dfsg
       new  b6dcfe7   Merge tag 'upstream/0.5.5_rc1+dfsg'
       new  19fc2e2   Refresh patch
       new  946d6bf   Update upstream changelog
       new  854765f   Ship upstream README
       new  4360704   Update changelog for 0.5.5~rc1+dfsg-1 release

The 38 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README.md                                          |   2 +-
 debian/changelog                                   |  23 +++
 debian/docs                                        |   1 +
 ...-display-release-notes-after-installation.patch |   4 +-
 debian/upstream-changelog                          | 177 +++++++++++----------
 src/chrome.manifest                                |   3 +
 src/chrome/content/options.js                      |  10 +-
 src/chrome/content/options.xul                     |   7 +
 src/chrome/locale/bg/options.dtd                   | 108 +++++++++++++
 src/chrome/locale/bg/options.properties            |   8 +
 src/chrome/locale/{fr => bg}/overlay.dtd           |   0
 src/chrome/locale/bg/overlay.properties            |  10 ++
 src/chrome/locale/de-DE/options.dtd                |   2 +
 src/chrome/locale/en-US/options.dtd                |   2 +
 src/chrome/locale/es-AR/options.dtd                |   4 +
 src/chrome/locale/fr/options.dtd                   |   8 +-
 src/chrome/locale/hr-HR/options.dtd                |  12 +-
 src/chrome/locale/hr-HR/overlay.properties         |   4 +-
 src/chrome/locale/it/options.dtd                   |  12 +-
 src/chrome/locale/it/overlay.properties            |   4 +-
 src/chrome/locale/nl/options.dtd                   |   4 +
 src/chrome/locale/pl-PL/options.dtd                |   2 +
 src/chrome/locale/ru-RU/options.dtd                |   2 +
 src/chrome/locale/sk-SK/options.dtd                |   2 +
 src/chrome/locale/uk-UA/options.dtd                |   2 +
 src/chrome/locale/zh-CN/options.dtd                |  98 ++++++++++++
 src/chrome/locale/zh-CN/options.properties         |   8 +
 src/chrome/locale/zh-CN/overlay.dtd                |   1 +
 src/chrome/locale/zh-CN/overlay.properties         |  10 ++
 src/chrome/locale/zh-TW/options.dtd                |   4 +
 src/defaults/preferences/prefs.js                  |   1 +
 src/install.rdf                                    |  24 ++-
 src/modules/FiretrayHandler.jsm                    |  57 +++++--
 src/modules/FiretrayMessaging.jsm                  |   8 +-
 src/modules/FiretrayWindow.jsm                     |  13 +-
 src/modules/commons.js                             |   4 +-
 src/modules/ctypes/ctypes-utils.jsm                |   1 +
 src/modules/ctypes/linux/gdk.jsm                   |   4 +-
 src/modules/ctypes/linux/libc.jsm                  |   3 +
 src/modules/ctypes/linux/x11.jsm                   |   4 +
 src/modules/ctypes/winnt/shell32.jsm               |   4 +
 src/modules/linux/FiretrayAppIndicator.jsm         |   7 +-
 src/modules/linux/FiretrayGtkStatusIcon.jsm        |  59 +++----
 src/modules/linux/FiretrayStatusIcon.jsm           |  41 ++++-
 src/modules/linux/FiretrayWindow.jsm               |  13 --
 src/modules/winnt/FiretrayStatusIcon.jsm           |  14 +-
 testing/Makefile                                   |   6 +-
 testing/xgetselectionowner.c                       |  35 ++++
 48 files changed, 639 insertions(+), 193 deletions(-)
 create mode 100644 debian/docs
 create mode 100644 src/chrome/locale/bg/options.dtd
 create mode 100644 src/chrome/locale/bg/options.properties
 copy src/chrome/locale/{fr => bg}/overlay.dtd (100%)
 create mode 100644 src/chrome/locale/bg/overlay.properties
 create mode 100644 src/chrome/locale/zh-CN/options.dtd
 create mode 100644 src/chrome/locale/zh-CN/options.properties
 create mode 100644 src/chrome/locale/zh-CN/overlay.dtd
 create mode 100644 src/chrome/locale/zh-CN/overlay.properties
 create mode 100644 testing/xgetselectionowner.c

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/firetray.git



More information about the Pkg-mozext-commits mailing list