aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorDamon Chaplin <damon@helixcode.com>2000-07-17 14:24:26 +0800
committerDamon Chaplin <damon@src.gnome.org>2000-07-17 14:24:26 +0800
commit81531f8286d0146ea2d8669a71d7587e6f5bbbbf (patch)
treedfceef95c14ff33aae2887f599e516353d2cf4fe /shell/ChangeLog
parent4c3eaff412bf29bf8eb5e5dda2f11a9b24a46abb (diff)
downloadgsoc2013-evolution-81531f8286d0146ea2d8669a71d7587e6f5bbbbf.tar
gsoc2013-evolution-81531f8286d0146ea2d8669a71d7587e6f5bbbbf.tar.gz
gsoc2013-evolution-81531f8286d0146ea2d8669a71d7587e6f5bbbbf.tar.bz2
gsoc2013-evolution-81531f8286d0146ea2d8669a71d7587e6f5bbbbf.tar.lz
gsoc2013-evolution-81531f8286d0146ea2d8669a71d7587e6f5bbbbf.tar.xz
gsoc2013-evolution-81531f8286d0146ea2d8669a71d7587e6f5bbbbf.tar.zst
gsoc2013-evolution-81531f8286d0146ea2d8669a71d7587e6f5bbbbf.zip
created a model for the EShortcutBar. This will probably have to be moved
2000-07-16 Damon Chaplin <damon@helixcode.com> * e-shortcuts-view.c (e_shortcuts_view_construct): created a model for the EShortcutBar. This will probably have to be moved to support multiple views. (class_init): #if'd out overriding the class functions. They don't exist any more (they are in the model instead). svn path=/trunk/; revision=4187
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index b4b33ed195..827917697d 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,11 @@
+2000-07-16 Damon Chaplin <damon@helixcode.com>
+
+ * e-shortcuts-view.c (e_shortcuts_view_construct): created a model
+ for the EShortcutBar. This will probably have to be moved to support
+ multiple views.
+ (class_init): #if'd out overriding the class functions. They don't
+ exist any more (they are in the model instead).
+
2000-07-12 Christopher James Lahey <clahey@helixcode.com>
* main.c: Fixed to match gconf API change.