Slashdot Mirror


Mozilla.org Launches Mozilla 1.3

theBrownfury writes "Mozilla 1.3 is out and about. New to this version are features like image auto sizing, bayesian junk-mail filtering, dynamic profile switching, about:config for a pretty view into all of Mozilla's "secret" settings, an initial version of Midas for rich text editing, and a lot of other fixes for performance, standards compliance and site compatability. Also with 1.3 Mozilla is now applying machine learning to improve the autocomplete feature. Mozilla 1.3 is now the official stable release from mozilla.org. Users of all previous versions should upgrade to 1.3 for the latest in features and stability. More info at the 1.3 release page and discussions at mozillaZine.org."

29 of 697 comments (clear)

  1. hmm by _Shorty-dammit · · Score: 5, Funny

    what, no mp3 player?

    1. Re:hmm by andrewm · · Score: 5, Informative

      It was moved to "Popup Windows" under the "Privacy & Security" tab in the Preferences.

  2. What about phoenix? by djtrippin · · Score: 5, Interesting

    Thats fine is you want the bloat. (although the kitchen sink is pretty funny) But when is the phoenix browser project going to release .6?

    --
    Choose wisely you must...
    1. Re:What about phoenix? by asa · · Score: 5, Insightful

      "Phoenix authors have quit working on it"

      That's not at all accurate. Phoenix developers have checked in changes to thousands of lines of code in hundreds of Phoenix files just this month and Phoenix also picks up almost all of the backend Mozilla changes that happen every day. Just because it's not moving at the pace it did when it was all brand new doesn't mean it's not moving.

      --Asa

  3. Crap! by Skyshadow · · Score: 5, Funny

    Yeah! Got the Linux and Windows versions before the Slashdotting! In your face, Taco!

    --
    Every year during my review, I just pray the words "slashdot.org" aren't mentioned.
  4. Phoenix dead at age 1 by Anonymous Coward · · Score: 5, Funny

    I just heard this sad bit of news on talk radio; Slashdot browser star Phoenix was found dead in its Seattle home this morning. There weren't any details. Even if you didn't agree with its minimalist style, there's no doubting its contributions to browser culture. Truly an open source icon.

  5. Autocomplete by Anonymous Coward · · Score: 5, Funny

    Autocomplete: the only browser feature that can turn Disney.com into DonkeyHumpingMaidens.com.

    1. Re:Autocomplete by bill_mcgonigle · · Score: 5, Funny

      You mean autocomplete knows about Disney's lobbying efforts in Washington? That machine learning stuff is pretty clever.

      --
      My God, it's Full of Source!
      OUTSIDE_IP=$(dig +short my.ip @outsideip.net)
  6. Neat feature by Shawn+Baumgartner · · Score: 5, Funny

    "Also with 1.3 Mozilla is now applying machine learning to improve the autocomplete feature."

    Sounds good. Eventually I can just tell it "porn" and it will go grab all sorts of crazy shit for me to do naughty things to. Of course, I hope it doesn't work like the Tivo's related feature or I'll end up with 30 translations of goatse.cx and a giant pic of Janet Reno in a bikini.

  7. Spam filtering by kirun · · Score: 5, Informative

    If you haven't been using the 1.3 preview releases, and so haven't been running the spam filters yet, remember they take a while to get going. Look at http://www.paulgraham.com/spam.html , the results are for around 8000 sorted messages. Just keep correcting it and you'll be fine.

    --
    I'm scared of numbers that can't be written as a fraction. It's an irrational fear.
  8. One really good thing about this is... by Dthoma · · Score: 5, Informative

    ...you can now use a version of Galeon later than 1.2.7 without worrying about a dodgy beta copy of Mozilla. In the past if I'd wanted 1.2.8 I'd have to download and use the possibly unstable Mozilla 1.3 beta.

    Get Mozilla 1.3 here and here.

    --

    Note to M1-ers: a curt but otherwise insightful message is not "Flamebait" or "Troll".

  9. fuck! by Anonymous Coward · · Score: 5, Funny

    I just barely got done downloading Netscape 4! stupid 1200 baud modem!

  10. How To Build Mozilla w/ Anti-Aliased Font Support by Bowie+J.+Poag · · Score: 5, Informative

    Everything you need to know, step by step, can be found here.... I've been building AA/TrueType support into Mozilla for a while now, and I have no idea why it's not enabled by default, or why others don't config their builds to do the same. Mozilla looks like absolute shit without smooth fonts.

    Additionally, you can find a webcam movie of me eating a donut by clicking the link below.

    --
    Bowie J. Poag

  11. Unicode in the titlebar! by Psx29 · · Score: 5, Interesting

    Finally mozilla supports unicode in the titlebar properly and also the address bar! Not the most important feature but it certaintly made things ugly to look at when you look at sites in different character sets. (This is reffering to Windows rels. btw)

  12. IEZilla by Anonymous Coward · · Score: 5, Funny

    Make Moz1.3 look just like IE... with the IE skin.

    Force-upgrade people without them noticing.

  13. Re:How do you spell 'bloat' -- M-O-Z-I-L-L-A by the_other_one · · Score: 5, Funny

    At least it doesn't have an operating system built into it like IE.

    --
    134340: I am not a number. I am a free planet!
  14. Machine Learning in Autocomplete not in 1.3 by dbaron · · Score: 5, Informative

    Autocomplete doesn't use machine learning in 1.3. It was an experimental, disabled-by-default, feature in 1.3beta for data-collection.

  15. No NTLM? by mkelley · · Score: 5, Informative

    Unfortunately they still haven't added NTLM support. If you're in a total Microsoft shop with a MS proxy, if the admin has it totally secured, nothing other than IE can be used. Having this feature in Mozilla will help reestablish it as a corporate browser....and help some of us who can only use IE.

    Oh and the bug is 3 years old. I know some work is being done on the Windows Mozilla, but damn. Three years?

    --

    m.kelley
    life is like a freeway, if you don't look you could miss it.
    1. Re:No NTLM? by D'Arque+Bishop · · Score: 5, Informative

      There's no NTLM authentication in Squid proxy either, and it makes no sense. I guarantee it would find much more use in the real world with NTLM.

      Huh?

      We have a Squid proxy server running right now using NTLM authentication with help from Winbind. The Squid FAQ has an entry here which explains how to implement it.

      Hope this helps...

  16. Re:How To Build Mozilla w/ Anti-Aliased Font Suppo by dbaron · · Score: 5, Informative

    The RPMs for RedHat 8 have the Xft support enabled. (They're not released yet, but they probably will be soon.)

    It's not enabled by default because it requires libraries (Xft2, fontconfig) that many users don't have. At some point someone might modify the code so that it tests for the presence of the library and loads all the required function pointers manually, but that's a bit of work. What's available now is good enough for distributors and good enough for people who know to get the RH8 RPMs.

  17. Mozilla is fantastic :-) :-) by AtomicX · · Score: 5, Funny

    Nice OS, all it needs now is an internet browser. [SlashCompo: Fastest Post to Get a Troll Mod]

  18. Re:What about bloat by Lord+Prox · · Score: 5, Insightful

    Am I the only one here that is happy Mozilla 1.3 is out? After reading the posts here it sounds like /. would bitch if they were hung with a new rope.

    What is wrong with Mozilla? "Bloat" what exactly is "bloat" memory footprint? HDD footprint? Load Time? Compaired to IE I find it to be very compeditive, plus you are not helping lord gates and mount redmond take over the net/world. You are providing them with a serious challenge which is better for everyone.

    Sorry, I just work up and I'm a little cranky. I don't meean to bitch at the parent post specificly just people that are complaining about nit picky stuff while overlooking all the time/energy spent giving them a free speech/beer answer to IE and redmond (something /.ers also complain about)

  19. Mozilla usage is rising! by The+Dev · · Score: 5, Interesting

    I just check my weblog stats and non IE browsers accounted for 12% of hits so far today (out of 1.1million). About two months ago it was only 7%. Mozilla itself is at about 6.2%. Let's hope this trend continues.

  20. Automatic image resizing by dbaron · · Score: 5, Informative

    Automatic image resizing is off by default in Mozilla (although on by default in Phoenix), and can be toggled by clicking on the image.

    I have to say I don't like it much either. For Phoenix users, it can be turned off by adding user_pref("browser.enable_automatic_image_resizing ", false); to user.js in the profile directory, or by manipulating the browser.enable_automatic_image_resizing preference in about:config .

  21. Re:Addendum: Never Fear by Huogo · · Score: 5, Informative

    You are aware that mozilla is hosted in AOL's datacenter, arn't you? Good luck slashdotting it.

    From domainwhitepages.com:

    OrgName: Netscape Communications Corp.
    OrgID: NSCP
    Address: 501 E. Middlefield
    City: Mountain View
    StateProv: CA
    PostalCode: 94043
    Country: US

    NetRange: 207.200.64.0 - 207.200.127.255
    CIDR: 207.200.64.0/18
    NetName: NETSCAPE-CIDR
    NetHandle: NET-207-200-64-0-1
    Parent: NET-207-0-0-0-0
    NetType: Direct Allocation
    NameServer: NS.NETSCAPE.COM
    NameServer: NS2.NETSCAPE.COM
    Comment: ADDRESSES WITHIN THIS BLOCK ARE NON-PORTABLE
    RegDate: 1996-09-06
    Updated: 2001-03-28

    TechHandle: AOL-NOC-ARIN
    TechName: America Online, Inc.
    TechPhone: +1-703-265-4670
    TechEmail: domains@aol.net

    I think AOL can hold up aginst a slashdotting...

  22. Re:So... what should we expect for 1.4? by mykmelez · · Score: 5, Informative

    Check out the Progress and Future of Mozilla-the-application-suite for information on what's coming up in the next few months.

  23. How *I* want completion to work by Qzukk · · Score: 5, Interesting

    The way I think completion should work is to match the shortest matching non-unique segment.
    If I type "www.moz" and I've been to "www.mozilla.com" (and various subdirectories) and "www.mozone.com" (and various subdirectories), it should show just those two matches, without the subdirectories. I should then be able to hit tab to choose one or the other, and then continue to type. Say I choose www.mozilla.com and type /info.
    Now, if the only pages matching this is "/info/win32/editor.html" "info/win32/browser.html" "/info/linux/browser.html" then I should get to choose between "/info/linux/" and "/info/win32/".

    This way I can type "sl" and see all the individual sites starting with sl, before looking through thousands of lines like
    "http://slashdot.org/article.pl?sid=03/03/13 /20282 09&mode=nested&tid=95&tid=185&tid=154"

    Also, if there are no matches, the window shouldn't come up at all. It's a pain to have to click repeatedly to get out of the URL entry if the url you are entering doesn't match anything. (at least on the Linux version)

    --
    If I have been able to see further than others, it is because I bought a pair of binoculars.
  24. Re:What about bloat by ianezz · · Score: 5, Informative
    What is wrong with Mozilla?

    That the idea to use it as a platform to develope portable applications (using ECMAScript + XUL) is catching on slower than some people would expect. This is a pity, because ungodly amounts of effort goes in making this possible, and still people see it just as a web browser (a large one).

    Other than that, Mozilla-the-web-browser is fine, Mozilla-the-messaging suite is at least good enough, and Mozilla-the-javascript-debugger shows lots of promises.

    I don't include Mozilla-the-IDE (Komodo) in the list, since it deviates too much from the usual distribution (even if it is Gecko Inside(TM)).

    Now waiting for Mozilla-the-organizer (thru Calendar, planned for 1.4 ~ 1.5). Perhaps a Mozilla-the-file-manager would be something worth implementing (but Meow seems definitively dead).

  25. Nope by kentyman · · Score: 5, Funny

    For a better web browser that does support mp3 playing, go here.

    --
    You know where you are? You're in the $PATH, baby. You're gonna get executed!