eog/NEWS
2002-04-15 18:49:54 +00:00

211 lines
6.6 KiB
Plaintext
Raw Blame History

Version 0.116.0
---------------
* added mnemonics to preference dialog
* menu rearrangements to fit HIG better
* bigger default window size
* session management
* build fixes
* removed remaining uses of deprecated API
* fixed memory leak with preference dialog
* beautified preference dialog
* Updated translations:
Christian Rose (sv), Jarkko Ranta (fi), Stanislav Visnovsky (sk),
Abel Cheung (zh_TW), Duarte Loreto (pt), Kjartan Maraas (no),
Fatih Demir (ta), Christophe Merlet (fr), Changwoo Ryu (ko),
Zbigniew Chyla (pl), Hasbullah Bin Pit (ms), Jens Finke (de)
Version 0.115.0
---------------
* reworked user dialog when opening multiple files concurrently
* report loading errors to the user through a dialog
* reworked preferences dialog
* Updated translations:
Ole Laursen (da), Zbigniew Chyla (pl), Hasbullah Bin Pit (ms),
Jens Finke (de), Roy-Magne Mo (nn), Wang Jian (zh_CN),
Valek Filippov (ru), Jarkko Ranta (fi)
Version 0.114.0
---------------
* zooming fixes
* memory leak fixes
* documentation fixes (John Fleck)
* don't ask for collection component when there are
multiple files on the command line
* link with popt explicitly (Laszlo Peter)
* save preference settings through gconf
* updated translations:
Valek Filippov (ru), Stanislav Visnovsky (sk), Zbigniew Chyla (pl),
Hasbullah Bin Pit (ms), Ole Laursen (da), Takayuki KUSANO (ja),
Kjartan Maraas (no), Jarkko Ranta (fi)
Version 0.113.0
---------------
* fixed statusbar updates
* merged most of the ChangeLogs into a single one (Federico)
* check for required library versions on configure
* don't crash on non-image files (bug #72228)
* integrate smoothly with nautilus (bug #72069)
* use gtk stock icons
* updated translations:
Ole Laursen (da), Kjartan Maraas (no), Jens Finke (de),
Wan Jian (zh_CN)
Version 0.112.0
---------------
* fixed display flickering when zooming (Jens)
* removed features which won't be ready
within the Gnome2 timeframe: (Jens)
- evolution & gnocam configure options
- printing support
* eog.desktop updates for Gnome2 (Jens)
* build fixes for Forte CC (Laszlo Peter)
* disable properites menu item when
no component is loaded (Jens)
* fixed all remaining places where
strings aren't marked as translatable (Jens)
* some code cleanup (Jens)
* Updated translations:
Zbigniew Chyla (pl), Cristian Rose (sv), Duarte Loreto (pt)
Ole Laursen (da)
Version 0.111.0
---------------
* setup eog-image-viewer component for translation (Jens)
* removed decorations on fullscreen mode (Jens)
* fixed image saving (Jens)
* fixed all the remaining issues where strings don't get translated (Jens
* Updated translations:
Abel Cheung (zh_TW), Takayuki KUSANO (ja)
Version 0.110.0
---------------
* Better integration with Nautilus (Michael Meeks)
* autoconf 2.5x build fix (Havoc Pennington)
* bind_textdomain fixes (Shingo Akagaki)
* Bonobo reference leak fixes (Jens)
* Resize window to image on opening (Jens)
* Drag'n'drop fixes (Jens)
* Re-enabled preference settings (Jens)
* gconf schema installation fixes (Jens)
* Code cleanup & compile warning fixes (Jens)
* New/updated translations:
Christophe Merlet (fr), Ole Laursen (da), Duarte Loreto (pt),
Zbigniew Chyla (pl),Stanislav Visnovsky (sk), Roy-Magne Mo (nn),
Jarko Ranta (fi), Vincent van Adrighem (nl), Kjartan Maraas (no),
Chrisitan Rose (sv), Hasbullah Bin Pit (ms)
=========== 0.11x.0 versions are for Gnome 2 ======================
Version 0.6
-----------
* There's a totally new Bonobo component which uses the core EOG
code to display things (Martin, Michael). The old component has
been moved into Nautilus.
* Requires Bonobo 0.35, GConf 0.12, gnome-print 0.25 and OAF 0.6.2.
Version 0.5
-----------
* You can now drag a bunch of filenames into a window and EOG will
open them for you (patch from Juan Pablo Mendoza).
* Introduced a maximum zoom factor so that the gdk-pixbuf scaling
functions are happy (Federico).
* Fixes to the documentation installation procedure (Federico).
Version 0.4
-----------
* Requires libglade stable and GConf 0.8.
* We now have a wonderful user's manual courtesy of Eliot Landrum.
This guy deserves a beer.
* Greatly enhanced the scrolling engine. Now it is fast and nice. It
also supports a two-pass scrolling mode which is useful for slow
machines when scrolling zoomed images (Federico).
* New full screen viewing mode. Look at your images on the big
screen! (Federico)
* We support wheel mice; you can use the wheel for zooming (Federico).
* Windows can adjust their size and zoom factor automatically when
opening new images (Federico).
* New preferences dialog and a slew of options to tinker
with (Arik, Federico).
* The Bonobo part can now use OAF instead of GOAD (Maciej).
* Plenty of Bonobo work (Michael, Iain, Maciej).
* Miscellaneous UI polishing (Federico).
* New and updated translations (Fatih, Pablo, Rasta, Kjartan, Jes<65>s,
Zbigniew, Yukihiro, Christopher, Andreas, Jarkko, Valek, Gergo,
Ville, Yuri, Kusano, Kenny, Kai, George, Matthias, Federico).
Version 0.3
-----------
* Requires gdk-pixbuf 0.7, gnome-print 0.18, bonobo > 0.9.
* The old canvas-based rendering engine is gone. We now have a custom
rendering engine using gdk-pixbuf's fast scaling functions (right
now only bilinear interpolation is supported, but that will change).
Zooming and scrolling can be interrupted by the user at any time,
leading to a smoother user interface experience (Federico).
Scrolling is not finished, look at the TODO list to see what is
missing. The final scrolling support will be in the next version.
* Image windows now display the filename and image size in the title
(Miguel, Federico).
* Many enhancements to the Bonobo component (Michael).
* RGBA print support for the Bonobo component (Michael).
* We now install an eog.desktop file and a cool icon (Tuomas).
* Many new and updated translations (Ville, Jarkko, Pablo, Dan, Gergo,
Alastair, Tomasz, Richard, Yuri, Matthias, Sergey, Fatih, Dennis,
Christopher, George, Lauris, Vincent, Simos, Kjartan).
Version 0.2
-----------
* Requires gdk-pixbuf-0.3. Uses the new gdk-pixbuf API.
* Added "hand" scrolling. Performance sucks due to limitations in
GtkLayout and the GNOME canvas. These will be fixed shortly.
Version 0.1
-----------
This is the first public release of the Eye of Gnome. It is *far*
from complete, but is stable and usable enough to work as a small and
fast image viewer.
Features in this release:
- Opening multiple images at once in different windows.
- Fast zooming and scrolling, while keeping memory usage constant.
- Opening multiple images from the command line.