History:- v0.3.5 changes (see homepage)
- Fixed: potential memory leak (missing removeObserver for download observer)
- Code cleaning (use of "this" keyword, rewrite with use of "prototype member") + Optimization
- Added a pref observer and 2 brodcasters to the main overlay (FF)
- Code is now documented
- Image in prefs dialog use CSS "list-style-image" propertie now
- Made a custom about dialog (based on standard Firefox one)
- Code changes to handle future deprecation of Components.reportError()
- Fixed: bug in log window (save button was saving even if disabled)
- Fixed: incorrect minVersion for Flock (install.rdf)
Locales changes: - In "autohidestatusbar.dtd"
CODE
-<!ENTITY ahs.prefs.enable "Enable auto-hide">
-<!ENTITY ahs.prefs.settings "Settings: ">
+<!ENTITY ahs.prefs.enable "Enable autoHideStatusbar">
+<!ENTITY ahs.prefs.settings "Settings:">
-<!ENTITY ahs.prefs.showstatusbaritem "Show statusbar icon:">
+<!ENTITY ahs.prefs.showstatusbaritem "Show status-bar icon:">
-<!ENTITY ahs.log.clearlog "Clear Log">
+<!ENTITY ahs.log.clearlog "Clear">
- In autohidestatusbar.properties:
CODE
-extensions.{ee56ecf0-6e7a-479a-8162-e123a991c7e7}.description=auto-hide Firefox or Thunderbird status-bar
+extensions.{ee56ecf0-6e7a-479a-8162-e123a991c7e7}.description=auto-hide Firefox, Flock or Thunderbird status-bar
This will be the future v0.3.6.
Edit: thanks to AlleyKat for the da-DK translation
Edited by Regis, 23 February 2006 - 11:27 AM.