http://www.mozilla.org/releases/mozilla0.9.7/что мне особенно понравилось:
The Labels feature in Mail&News is now fully implemented. Organize your mail messages with the
                         following new features: 
                              Add labels to messages via context menus or the Message menu. 
                              Clear labels from messages. 
                              Change description and color of the labels via preferences (Edit | Preferences | Mail & Newsgroups
                              | Labels). Five different labels are supported. 
                              Add filter rules to set labels to spec. 
        т.е пометки разноцветные и текстовые на письма лепить.
  чтобы сортировать их и др.
The Document Inspector is now enabled in complete installations. The DOM Inspector is a tool that can
                         be used to inspect and edit the live DOM of any web document or XUL application.
Install "complete"...to install the DOM inspector and JS Debugger
        Всмысле для разработчиков очень удобно :)
The latest and greatest ChatZilla 0.8.5 is now shipping in Mozilla. (Bug 103386) 
        включая поддержку русского
Mozilla now supports shortcut icons (a.k.a favicons) and custom page icons in bookmarks and in the
                         personal toolbar. 
        Ну прямо как IE :)
The Save Page operation now also saves images, stylesheets, objects and applets included in the page.
        O! А вот этого , вроде , никто еще не предлагал :)
Mozilla now supports the longdesc attribute of the img tag. The longdesc attribute contains a link to a
                         file describing the image in detail, for those times where the image cannot be downloaded
        класно... только кто это будет описывать :(
  Развечто лицензию на картинку туда вешать ;)
Mozilla has a new advanced preference panel for fine-grained JavaScript control. For instance, you can
                         disallow pop up and pop-under windows without turning off JavaScript altogether. 
        Ну вооще рулез! Только интересно window.open сообщает об ошибке
 или нет? :)
Windows
                         Windows 95, 98, or 98SE, Windows Me, Windows NT 4.0, Windows 2000, or Windows XP 
                         Intel Pentium-class 233 MHz (or faster) processor 
                         64 MB RAM 
                         26 MB of free hard disk space 
        Вроде менее требовательная стала.... хорошо....
Your profile directory is located at: 
%WINDOWS%\\Application Data\\Mozilla\\Profiles\\\\xxxxxxxx.slt\\
xxxxxxxx.slt is a randomly-generated directory name. It\'s an important security feature.
        :)
For a list of known issues with support for Web standards (HTML 4.01, CSS1/2, DOM1/ 2, XML, RDF),
                    JavaScript, Java, and Plug-ins in Mozilla , see:
http://developer.netscape.com/docs/technote/gecko/n6release.html
        Хех... было бы такое про IE. .... Вот про Opera есть.
============== А вот тут внимание!!! ===============
The following behavior is not a bug, but a feature that developers should be aware of. Mozilla has two layout modes: quirks mode ("backward
               compatibility mode") and standard mode. The quirks mode mimics the behavior of Netscape Navigator 4.x to provide backward compatibility with
               legacy content on the web, while the standards mode aims to comply strictly with the Recommendations of the World Wide Web Consortium. The mode
               is picked based on the doctype declaration (or the lack thereof) at the beginning of an HTML document. 
        Т.е если не указали DOCTYPE в документе, то оно будет 
   рендерить каk Netscape4 , а если указал, то в соответствии со стандартами.