]> www.fi.muni.cz Git - evince.git/blobdiff - ChangeLog
Don't explicitly set invisible_char to the current default value in case
[evince.git] / ChangeLog
index 59db5ec4a57b5e2f3bd56e3472d4d3fe94002cb7..f423f20496dab13084270a1c138b4f32e11e6420 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,116 @@
+2006-01-31  Christopher Aillon  <caillon@redhat.com>
+
+       * data/evince-password.glade: Don't explicitly set
+       invisible_char to the current default value in case
+       the default changes; let GTK+ do its magic.
+
+2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
+       real filename to tmp filename since often document
+       type is determined by extension.
+
+2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
+
+       * shell/ev-view.c: (add_scroll_binding_keypad),
+       (ev_view_binding_activated), (ev_view_class_init):
+       
+       Add keybindings for percision-scrolling of display area. 
+       Fix for the bug #314072.
+
+2006-01-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * shell/ev-view.c: (add_scroll_binding_keypad),
+       (ev_view_binding_activated), (ev_view_class_init):
+
+2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * data/evince.desktop.in.in:
+       
+       Add GTK to the list of categories. Fix for the bug #328034.
+
+2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * shell/ev-application.c: (ev_application_shutdown),
+       (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
+       * shell/ev-application.h:
+       * shell/ev-window.c: (file_open_dialog_response_cb),
+       (ev_window_cmd_file_open):
+       
+       Save last uri in file chooser dialog. Fix for the bug #327950.
+
+2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * NEWS:
+       * README:
+       
+       Final update for release 0.5.0
+       
+       * shell/Makefile.am:
+       
+       Remove disable deprecated until we'll require libgnome-2.13.7
+       and port to GOption argument parsing. See bug 327518.
+
+2006-01-19  Jani Monoses <jani.monoses@gmail.com>
+
+       * comics/comics-document.c: (comics_document_save):
+       * djvu/djvu-document.c: (djvu_document_save):
+       * dvi/dvi-document.c: (dvi_document_save):
+       * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
+       * lib/ev-file-helpers.h:
+       * pixbuf/pixbuf-document.c: (pixbuf_document_save):
+       * tiff/tiff-document.c: (tiff_document_save):
+       
+       Use common save function for backends.
+
+2006-01-18  Jani Monoses <jani.monoses@gmail.com>
+
+       * backend/ev-document-types.c:
+       
+       Fix crash on saving pixbuf.
+
+2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * cut-n-paste/recent-files/egg-recent-item.c:
+       (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
+       * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
+       (parse_info_free), (valid_element), (start_element_handler),
+       (end_element_handler), (text_handler), (egg_recent_model_filter),
+       (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
+       (egg_recent_model_monitor), (egg_recent_model_read),
+       (egg_recent_model_open_file), (egg_recent_model_lock_file),
+       (egg_recent_model_unlock_file), (egg_recent_model_finalize),
+       (egg_recent_model_set_property), (egg_recent_model_class_init),
+       (egg_recent_model_init), (egg_recent_model_add_full),
+       (egg_recent_model_delete), (egg_recent_model_get_list),
+       (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
+       (egg_recent_model_set_filter_mime_types),
+       (egg_recent_model_clear_group_filter),
+       (egg_recent_model_set_filter_groups),
+       (egg_recent_model_clear_scheme_filter),
+       (egg_recent_model_set_filter_uri_schemes),
+       (egg_recent_model_remove_expired):
+       * cut-n-paste/recent-files/egg-recent-util.c:
+       (egg_recent_util_get_icon):
+       * cut-n-paste/recent-files/egg-recent-util.h:
+       * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
+       (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
+       (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
+       (egg_recent_view_uimanager_set_property),
+       (egg_recent_view_uimanager_get_property),
+       (egg_recent_view_uimanager_class_init),
+       (egg_recent_view_uimanager_init),
+       (egg_recent_view_uimanager_set_label_width),
+       (egg_recent_view_uimanager_get_label_width):
+       * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
+       * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
+       * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
+       * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
+       * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
+       * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
+       
+       Update from libegg.
+
 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
 
        * shell/ev-page-cache.c: (build_height_to_page),