<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.1//EN"
    "http://www.w3.org/TR/xhtml-basic/xhtml-basic11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US">
<head><title>miniT</title></head>
<body>

<h1>20080614</h1>
<ul>
<li>Minor changes for Firefox 3 support</li>
<li>Moved the addTab patcher into a timeout so it happens after Session Restore (observing "final-ui-startup" from an overlay doesn't seem to work)</li>
<li>miniT now patches gBrowser.onTabBarDblClick (if present) instead of setting gBrowser.mTabContainer.ondblclick</li>
<li>Added fixes for <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=399113" title="browser.tabs.loadBookmarksInBackground set to true isn't working anymore for middle clicking on folders of bookmarks">bug 399113</a>, and <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=400491" title="shift->middle clicking on a folder of bookmarks should not replace the currently existing tab (unless it is blank), if browser.tabs.loadFolderAndReplace is set to false">bug 400491</a></li>
<li>Added SeaMonkey (only docShell and tabscroll) and Songbird (no double click)</li>
</ul>

<h1>20061114</h1>
<ul>
<li><b>20061114.1 [only miniT (tabscroll)]</b>: Make it actually work (chrome.manifest)</li>
<li>Some changes to make it work again with Firefox 2</li>
<li>Added workarounds for problems introduced by 300412 and 254021</li>
<li>Added minit.tabscroll pref</li>
<li>Removed some legacy code</li>
</ul>

<h1>20051114</h1>
<ul>
<li><b>Note</b>: Older versions need to be uninstalled before installing this version</li>
<li>Some changes to make everything work with the latest builds (note tablib.tabs_open_relative was replaced by minit.open_tabs_relative)</li>
</ul>

<h1>20050216</h1>
<ul>
<li>gBrowser.browsers now has an .item() like it should. Thanks to Jezza for reporting.</li>
</ul>

<h1>20050207</h1>
<ul>
<li>Included a fix for <a href="http://bugzilla.mozilla.org/show_bug.cgi?id=274268">bug 274268</a></li>
<li>Removed the dragover handler as it doesn't seem to be needed and is very often called</li>
<li>Tabs can now be dragged immediately, and not only after some content has been loaded</li>
<li>Wrapped the dragdrop in a try..catch so it doesn't produce an error</li>
<li>The tab bar scrolling feature will be disabled if Scroll on Tabs or TabSST is active, but you'll likely be hit by <a href="http://bugzilla.mozilla.org/show_bug.cgi?id=174320">Bug 174320</a></li>
</ul>

<h1>20041125</h1>
<ul>
<li>Cleanup after the rewrite, should be slightly faster (likely not noticable) [tablib]</li>
<li>Changed doubleclick on tab/tabbar to only react on left click (as Firefox does already)</li>
</ul>

<h1>20040920</h1>
<ul>
<li>Complete tablib rewrite. Following should now finally work correctly: Bookmark This Page...; Home Page -> Use Current Pages; Magpie; Flowing Tabs; [tablib]</li>
<li>Doubleclick handler will not be replaced if the extension 'Tab Clicking Options' is active</li>
</ul>

<h1>20040914</h1>
<ul>
<li>Removed the ugly GUID and replaced it with a readable id. Important: Users must uninstall older versions before installing this version</li>
<li>Replaced browser.tabs.extensions.open_tab_in (int) with tablib.tabs_open_relative (bool) [tablib]</li>
<li>ctrlNumberTabSelection should work with reordered tabs again. Thanks to Dean Tessman for reporting that this broke. [tablib]</li>
<li>The docShell separator has now an id (sep-miniT-docShell)</li>
<li>Browser should refocus correctly on any UI middle click (still plan to file a bug, eventually)</li>
<li>Code cleanup</li>
</ul>

<h1>20040615</h1>
<ul>
<li>Pushing maxVersion for miniT so it installs into 0.9, and conversion of the other to the new format</li>
<li>An ugly hack was replaced with getAnonymousElementByAttribute calls. miniT should now work with Scrollable Tabs</li>
<li>Tabs will open right of current tab if "browser.tabs.extensions.open_tab_in" is set to 2 (TBE compatibility)</li>
<li>The Bookmark in background code was removed (0.9 has browser.tabs.loadBookmarksInBackground), except the browser.focus(); to browser.click(); fix (will file a bug later)</li>
<li>Drag-and-Drop should behave slightly better if a tab is dropped onto border areas</li>
</ul>

<h1>20040529</h1>
<ul>
<li>miniT should now work in builds which have the patch from bug 175629</li>
</ul>

<h1>0.8.0.2</h1>
<ul>
<li>New tabs don't open anymore if double clicked with right mouse button on a tab (caused by miniT) or the tab bar</li>
</ul>

<h1>0.8.0.1</h1>
<ul>
<li>Closing a tab if there were more than ten tabs could've caused the tab left of the current to be selected</li>
<li>If the mouse left the tab area while dragging then tab reordering didn't work</li>
</ul>

<h1>0.8.0.0</h1>
<ul>
<li>fixed moveTabTo so it actually works</li>
<li>Bookmark groups now also respect browser.tabs.loadInBackground</li>
<li>Double clicking on tab bar focuses the url bar now also</li>
<li>Dragging tabs to another window should now behave like normal URL dragging</li>
<li>tablib and miniT-drag have also been updated</li>
</ul>

<h1>0.7.0.7</h1>
<ul>
<li>Found a better way to make keyboard tab switching work while loading</li>
<li>Loading Bookmarks in background should now give the focus back to previous selected object</li>
</ul>

<h1>0.7.0.6</h1>
<ul>
<li>Switching tabs via keyboard shortcuts should now always work</li>
<li>gBrowser.moveTabTo(aTab, aIndex) now provided</li>
<li>Reordering backend is now available as separate extension (tablib) which is not needed for miniT</li>
</ul>

<h1>0.7.0.5</h1>
<ul>
<li>It shouldn't matter in which order everything is initialized</li>
</ul>

<h1>0.7.0.4</h1>
<ul>
<li>miniT should now be fully initialized after all bindings</li>
<li>Scrolling on tab bar should work on linux-gtk2+xft now -> note</li>
</ul>

<h1>0.7.0.3</h1>
<ul>
<li>miniT should now be fully initialized before Session Saver restores the session</li>
</ul>

<h1>0.7.0.2</h1>
<ul>
<li>tabs are now also draggable as text/x-moz-url and text/html</li>
</ul>

<h1>0.7.0.1</h1>
<ul>
<li>miniT used an object to read the prefs only available in pre 2002-09-18 builds or in Optimoz and Quicknote</li>
</ul>

<h1>0.7.0.0</h1>
<ul><li>Initial Release</li></ul>

</body>
</html>
