Slashdot Mirror


OpenOffice 3.1 Released

harmonise writes "OpenOffice 3.1 has been released. According to the release announcement, this update received 'The biggest single change (half a million lines of code!) and the most visible is the major revamp of OpenOffice.org on-screen graphics.' See the OpenOffice 3.1 New Features page for a full list of changes."

4 of 327 comments (clear)

  1. Word count by simonwalton · · Score: 5, Interesting

    Does it offer the ability to have an auto-updating word count in the status bar yet? It's absolutely essential to many people, particularly copywriters who are paid to hit a particular word count. It seems like such a trivial thing to implement and has been requested many times.

  2. Re:Improved looks? by MrEricSir · · Score: 3, Interesting

    Especially compared to MS Office 2007. It took me about 5 minutes just to figure out how to print something. I mean, it's an office program. There should either be a big PRINT button, or a File->Print menu.

    And ideally, a talking paperclip to help you stab your eyes out.

    --
    There's no -1 for "I don't get it."
  3. Won't download to my mac... by Anonymous Coward · · Score: 3, Interesting

    I get some weird "download chooser" page, and if I select MacOSX from there, it won't download either. This is with Safari 4.

    I think somebody is trying to be too "smart".

  4. OO still has one major bug by belmolis · · Score: 3, Interesting

    They still haven't fixed what I regard as the biggest bug in OO: the fact that file-opening and -saving dialogues default to the last directory it used rather than the current working directory when running on GNU/Linux. It is understandable that OO would use the MS Windows convention when running on MS Windows, but importing those conventions into Unix is a bad user-interface practice. There's a reason that Unix people move from directory to directory. For experienced Unix users who use different directories for different projects, the failure to track the current directory is very irritating.

    Even if they feel it necessary to provide the option of using the MS Windows conventions for people switching from MS Windows to Unix, it should be an option, not a requirement. And I doubt that this would be hard to do: determining the default directory for those dialogues is presumably only done in one or two places and should be very simple to code.