diff options
Diffstat (limited to 'widgets/ChangeLog')
-rw-r--r-- | widgets/ChangeLog | 73 |
1 files changed, 0 insertions, 73 deletions
diff --git a/widgets/ChangeLog b/widgets/ChangeLog deleted file mode 100644 index 0ee7c01e56..0000000000 --- a/widgets/ChangeLog +++ /dev/null @@ -1,73 +0,0 @@ -2003-12-16 Hans Petter Jansson <hpj@ximian.com> - - * misc/e-source-option-menu.c (select_source_foreach_menu_item): - Use e_source_equal() instead of comparing pointers. This allows user - to pass in a source that was obtained from somewhere else. Set the - matching internal source as "selected" instead of the one passed in. - (select_source): Emit signal only if we found a match. Don't ref/unref - anything, since the selected source will always be from our internal - list. - -2003-12-10 Not Zed <NotZed@Ximian.com> - - * menus/gal-view-menus.c (remove_instance): NULL out - priv->instance when we unref it. Bug #51713. - -2003-12-06 JP Rosevear <jpr@ximian.com> - - * */Makefile.am: Remove hard coded disable deprecated flags - -2003-11-07 JP Rosevear <jpr@ximian.com> - - * e-timezone-dialog/Makefile.am: don't include toplevel libical - -2003-11-07 JP Rosevear <jpr@ximian.com> - - * e-timezone-dialog/Makefile.am: use TZDIALOG_FLAGS - -2003-10-09 Jeffrey Stedfast <fejj@ximian.com> - - * e-timezone-dialog/Makefile.am: INCLUDE path fixes for changes - made to libical build. - - * e-timezone-dialog.h: #include <libical/ical.h> - -2003-09-19 Bolian Yin <bolian.yin@sun.com> - - Fixes #1245. ECalendar should be usable with the keyboard - - *misc/e-calendar-item.c (e_calendar_item_focus): new func, focus - handler. - (e_calendar_item_key_press_event): new func, key press event - handler - (e_calendar_item_selection_add_days, - e_calendar_item_stop_selecting): helpers. - (e_calendar_item_ensure_days_visible, - e_calendar_item_set_selection_if_emission): add the flag to - control if we should emit e-calendar signals. - (e_calendar_item_class_init): register focus handler. - (e_calendar_item_event): add code for GDK_FOCUS_CHANGE and - GDK_KEY_PRESS. - - *misc/e-calendar.c (e_calendar_focus): new func, focus handler - (e_calendar_button_has_focus): new func, if prev/next button has - focus. - (e_calendar_on_next_clicked, e_calendar_on_prev_clicked): click - signal handler for prev/next buttons. - (e_calendar_set_focusable): set if the e-calendar is focusable - - *misc/e-dateedit.c (e_date_edit_show_date_popup, hide_date_popup): - grab/ungrab gdk keyboard. - -2003-08-27 Hans Petter Jansson <hpj@ximian.com> - - Fixes #15638. - - * misc/e-dateedit.c (rebuild_time_popup): Make 12-hour time format - not be zero-padded. Right-align time labels so digits line up. - -2003-08-27 Bolian Yin <bolian.yin@sun.com> - - * misc/Makefile.am: add dependency on a11y/widgets. - * misc/e-calendar-item.c (e_calendar_item_class_init): a11y init. - (e_calendar_item_bounds): new func, impl the bounds virtual func. |