2008-11-24  Carlos Garcia Campos  <carlosgc@gnome.org>

	* NEWS:
	* configure.ac:

	Update for release 2.24.2
	
2008-11-23  Carlos Garcia Campos  <carlosgc@gnome.org>

	* shell/ev-view.c: (ev_view_find_previous):

	Make sure find_result is never < 0 which causes a crash while
	searching. Fixes bug #558377.
	
2008-11-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>

	* cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
	
	Makes menu label translatable. Fixes bug #559129.

2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>

	* backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
	(t1_transform_font):
	* backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
 	
	More renames of warning to mdvi_warning in follow up to the
	fix of the bug #553369. Fix for the bug #559257 by
	Tuxce <tuxce.net@gmail.com>.

2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>

	* backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
	(t1_transform_font):
	* backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):

2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>

	* libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):

	Initialize GError to NULL.
	
2008-10-27 Christian Persch <chpe@gnome.org>

	* backend/djvu/djvu-document.c
	* backend/ps/ev-spectre.c
	* shell/ev-jobs.c: Use printf safely. Bug #558066.

2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>

	* shell/ev-view.c (ev_view_change_page),
	(ev_view_transition_animation_finish),
	(ev_view_transition_animation_cancel), (page_changed_cb),
	(ev_view_set_presentation), (ev_view_next_page),
	(ev_view_previous_page):
	
	Cancel the animation without scheduling transition start
	and proceed to the next page to fix bug #516749.