diff options
author | Hans Petter Jansson <hpj@ximian.com> | 2003-04-16 05:31:22 +0800 |
---|---|---|
committer | Hans Petter <hansp@src.gnome.org> | 2003-04-16 05:31:22 +0800 |
commit | 106c466ccd8c68efd0e75862b883366ba2c930da (patch) | |
tree | 535a856ec9e34186c5723114bbfe0772b67283d5 /e-util/ChangeLog | |
parent | c0c761da5f018b5b97c613f5ccdf2bf02efff94e (diff) | |
download | gsoc2013-evolution-106c466ccd8c68efd0e75862b883366ba2c930da.tar.gz gsoc2013-evolution-106c466ccd8c68efd0e75862b883366ba2c930da.tar.zst gsoc2013-evolution-106c466ccd8c68efd0e75862b883366ba2c930da.zip |
Make sure any old symbol with the same name as the one being added, is
2003-04-15 Hans Petter Jansson <hpj@ximian.com>
* e-sexp.c (e_sexp_add_function)
(e_sexp_add_ifunction): Make sure any old symbol with the same name
as the one being added, is removed first.
svn path=/trunk/; revision=20852
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index fd727c9505..9458c4fdc3 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,9 @@ +2003-04-15 Hans Petter Jansson <hpj@ximian.com> + + * e-sexp.c (e_sexp_add_function) + (e_sexp_add_ifunction): Make sure any old symbol with the same name + as the one being added, is removed first. + 2003-04-14 Not Zed <NotZed@Ximian.com> * e-gtk-utils.c (e_gtk_button_new_with_icon): Utility function to |