[Pkg-mozext-commits] [tree-style-tab] 03/03: Update changelogs

Ximin Luo infinity0 at debian.org
Fri Nov 13 16:11:47 UTC 2015


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

infinity0 pushed a commit to branch master
in repository tree-style-tab.

commit 7924d4bc16365d7f9884932d0b40378cf22bc87a
Author: Ximin Luo <infinity0 at debian.org>
Date:   Fri Nov 13 00:24:55 2015 +0100

    Update changelogs
---
 debian/changelog               |  6 ++++
 debian/upstream/changelog      | 74 ++++++++++++++++++++++++++++++++++++++++++
 debian/upstream/changelog.html |  9 +++++
 3 files changed, 89 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index a29998b..094b4ad 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+tree-style-tab (0.16.2015111001-1) UNRELEASED; urgency=medium
+
+  * New upstream release.
+
+ -- Ximin Luo <infinity0 at debian.org>  Fri, 13 Nov 2015 00:24:45 +0100
+
 tree-style-tab (0.15.20150902901-1) unstable; urgency=medium
 
   * New upstream release. (Closes: #800638)
diff --git a/debian/upstream/changelog b/debian/upstream/changelog
index 01252fa..976f2cf 100644
--- a/debian/upstream/changelog
+++ b/debian/upstream/changelog
@@ -1,3 +1,77 @@
+Tree Style Tab 0.16.2015111001 - November 9, 2015
+-------------------------------------------------
+
+0.16.2015111001:
+
+-  Free memory for closed windows correctly (it was grabbed by living-dead
+   event listeners.)
+-  Highlighted color of updated pinned tabs is shown correctly.
+-  The feature "Bookmark this tree" and the property dialog of bookmark folders
+   now work correctly.
+-  The height of the closebox in each tab is never changed anymore.
+-  The navigation toolbar is shown correctly below window buttons on OS X.
+
+Tree Style Tab 0.16.2015110801 - November 8, 2015
+-------------------------------------------------
+
+0.16.2015110801:
+
+-  The title bar is now hidden for permanently shown menu bar. (Otherwise the
+   menu bar is not draggable to move the window itself.)
+-  Regression: Tabs opened via ``GM_openInTab()`` are placed at the top of
+   existing child tabs of the current tab, if it is the default position of
+   newly opened children.
+-  Regression: "Search with..." in the context menu works correctly.
+
+Tree Style Tab 0.16.2015110701 - November 7, 2015
+-------------------------------------------------
+
+0.16.2015110701:
+
+-  The API ``TreeStyleTabService.getLastDescendantTab()`` now returns correct
+   value always.
+-  Open "View Source" result as a child of the current tab.
+-  Follow the position of the tab bar to changes around the social sidebar.
+-  Don't reposition/update the tab bar when the window regains focus or the
+   sidebar is switched between different panels.
+-  Don't shrink the width of the tab bar with a scrollbar for too many tabs, on
+   OS X.
+-  Don't hide the title bar unexpectedly, after toolbar customizations.
+-  Introduce new custom DOM event ``nsDOMTreeStyleTabTabbarRendered`` for
+   addons who need to modify appearance of the tab bar, like Unified Sidebar.
+-  Hide (shrink) the tab bar correctly after a tab is dragged and dropped or
+   any FireGestures's gesture is performed.
+-  The configuration dialog applies new "auto hide" preference only for the
+   correct mode: normal or full screen.
+-  Fix misspelling of ``Leftside`` and ``Rightside`` - they simply became
+   ``Left`` and ``Right``.
+-  Perform searches from the web search bar and the context menu correctly,
+   when e10s is activated.
+-  Show the tab bar at correct position, after the DOM fullscreen mode.
+-  Hide tab bar related elements completely in the DOM fullscreen mode.
+-  Tabs opened via ``GM_openInTabs()`` from Greasmeonkey scripts become
+   children of the current tab again.
+-  Introduce new internal preferences to control debug prints. You can
+   activate/deactivate debug print per module via preferences like
+   ``extensions.treestyletab.debug.*``.
+-  Fix broken appearance of overlay icons on pinned tabs.
+-  Reduce ``eval()`` hack to avoid errors around invalid references to objects
+   defined with `ECMAScript 6's
+   ``const`` <https://bugzilla.mozilla.org/show_bug.cgi?id=1202902>`__ in
+   separate scopes for Firefox sources.
+-  Restore order of rearranged tabs more correctly.
+-  Don't show gray rect of pinned tabs on full screen videos and collapsed tab
+   bar.
+-  Don't update the size of the tab bar too frequently. This change solves
+   conflict with the `Unified
+   Sidebar <https://addons.mozilla.org/firefox/addon/unified-sidebar/>`__
+   addon.
+-  On Linux, show the icon of the "all tabs" button in the vertical tab bar
+   correctly.
+-  Introduce an internal method ``gBrowser.treeStyleTab.dumpTreeInformation()``
+   to dump tree structure information stored in each tab, for debugging around
+   unexpectedly broken tree.
+
 Tree Style Tab 0.15.20150902901 - September 28, 2015
 ----------------------------------------------------
 
diff --git a/debian/upstream/changelog.html b/debian/upstream/changelog.html
index 800387a..9a6eca8 100644
--- a/debian/upstream/changelog.html
+++ b/debian/upstream/changelog.html
@@ -2,6 +2,15 @@
 <head><title>Tree Style Tab Version History</title></head>
 <body>
 
+<h2>Tree Style Tab 0.16.2015111001 - November  9, 2015</h2>
+0.16.2015111001:<ul><li>Free memory for closed windows correctly (it was grabbed by living-dead event listeners.)</li><li>Highlighted color of updated pinned tabs is shown correctly.</li><li>The feature "Bookmark this tree" and the property dialog of bookmark folders now work correctly.</li><li>The height of the closebox in each tab is never changed anymore.</li><li>The navigation toolbar is shown correctly below window buttons on OS X.</li></ul>
+
+<h2>Tree Style Tab 0.16.2015110801 - November  8, 2015</h2>
+0.16.2015110801:<ul><li>The title bar is now hidden for permanently shown menu bar. (Otherwise the menu bar is not draggable to move the window itself.)</li><li>Regression: Tabs opened via <code>GM_openInTab()</code> are placed at the top of existing child tabs of the current tab, if it is the default position of newly opened children.</li><li>Regression: "Search with..." in the context menu works correctly.</li></ul>
+
+<h2>Tree Style Tab 0.16.2015110701 - November  7, 2015</h2>
+0.16.2015110701:<ul><li>The API <code>TreeStyleTabService.getLastDescendantTab()</code> now returns correct value always.</li><li>Open "View Source" result as a child of the current tab.</li><li>Follow the position of the tab bar to changes around the social sidebar.</li><li>Don't reposition/update the tab bar when the window regains focus or the sidebar is switched between different panels.</li><li>Don't shrink the width of the tab bar with a scrollbar for too many tabs, on OS X.</li><l [...]
+
 <h2>Tree Style Tab 0.15.20150902901 - September 28, 2015</h2>
 0.15.20150902901:<ul><li>Fix many compatibility issues around spec changes at Firefox 40 and later. (Including <a href="https://github.com/piroor/treestyletab/pull/925" rel="nofollow">patches by Xidorn Quan</a>. Thanks!)</li><li>Drop support for Firefox 31.</li><li>Re-introduce configuration UIs for the size of the tab bar and its fixedness. Now it works to reset size of the tab bar in all existing windows.</li><li>Toolbar customization works correctly even if the tab bar is placed not o [...]
 

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



More information about the Pkg-mozext-commits mailing list