diff options
author | Arturo Espinosa <unammx@src.gnome.org> | 2000-01-16 04:13:02 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 2000-01-16 04:13:02 +0800 |
commit | 801ff9f08e8b9afcba6d7cd583a4a7f7c6e910b1 (patch) | |
tree | 85aa2f86c7ae779251550dc7b561640a78ce9b67 | |
parent | 3c49032de459fa26e8512005b859c8eb8768caf8 (diff) | |
download | gsoc2013-evolution-801ff9f08e8b9afcba6d7cd583a4a7f7c6e910b1.tar gsoc2013-evolution-801ff9f08e8b9afcba6d7cd583a4a7f7c6e910b1.tar.gz gsoc2013-evolution-801ff9f08e8b9afcba6d7cd583a4a7f7c6e910b1.tar.bz2 gsoc2013-evolution-801ff9f08e8b9afcba6d7cd583a4a7f7c6e910b1.tar.lz gsoc2013-evolution-801ff9f08e8b9afcba6d7cd583a4a7f7c6e910b1.tar.xz gsoc2013-evolution-801ff9f08e8b9afcba6d7cd583a4a7f7c6e910b1.tar.zst gsoc2013-evolution-801ff9f08e8b9afcba6d7cd583a4a7f7c6e910b1.zip |
Sync ChangeLog
svn path=/trunk/; revision=1574
-rw-r--r-- | ChangeLog | 38 |
1 files changed, 37 insertions, 1 deletions
@@ -1,5 +1,40 @@ -2000-01-10 Miguel de Icaza <miguel@gnu.org> +2000-01-15 Miguel de Icaza <miguel@gnu.org> + * shell/e-shell.c: Construct the default folders + + * shell/e-shell-view.c (e_shell_view_new): Setup the main GnomeApp + application, load the shortcut, internal api. + + * shell/e-folder.c (e_folder_get_type_name): Return description + here; Change of policy; We now know about all of the possible + types that can be displayed on Evolution. + +2000-01-15 Miguel de Icaza <miguel@gnu.org> + + * shell/e-folder.c: Renamed signal. + + * widgets/shortcut-bar/e-shortcut-bar.c (e_shortcut_bar_add_item): + Use e_bar_set_item_data. + + Drop item_url; Require image argument; Require user data + argument. + +2000-01-09 Miguel de Icaza <miguel@gnu.org> + + * widgets/shortcut-bar/e-icon-bar.c (e_icon_bar_init): Turn on anti-aliasing. + +2000-01-08 Miguel de Icaza <miguel@gnu.org> + + * widgets/shortcut-bar/e-icon-bar.c (e_icon_bar_add_item): Use + GdkPixbuf here. + (e_icon_bar_get_item_image): ditto and initialize image. + + * widgets/shortcut-bar/e-shortcut-bar.c (e_shortcut_bar_add_item): + Use gdk-pixbuf. + +2000-01-14 Christopher James Lahey <clahey@helixcode.com> + +======= * widgets/shortcut-bar/e-shortcut-bar.c (e_shortcut_bar_add_item): Use e_bar_set_item_data. @@ -21,6 +56,7 @@ 2000-01-12 <clahey@galapagos.helixcode.com> +>>>>>>> 1.170 * widgets/e-text-event-processor-types.h, widgets/e-text-event-processor-emacs-like.c, widgets/e-text.c, widgets/e-text.h: Added selection and clipboard support. Added up |