diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-08-08 19:54:51 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-08-08 19:54:51 +0800 |
commit | 31047e36feace597af23cb60297f2ce54c5138f8 (patch) | |
tree | df597319c7656c176d3cb05c9e37f59bf4995571 /shell/ChangeLog | |
parent | e9bd546cbe64b86b61308a713b520bddba1ef247 (diff) | |
download | gsoc2013-evolution-31047e36feace597af23cb60297f2ce54c5138f8.tar gsoc2013-evolution-31047e36feace597af23cb60297f2ce54c5138f8.tar.gz gsoc2013-evolution-31047e36feace597af23cb60297f2ce54c5138f8.tar.bz2 gsoc2013-evolution-31047e36feace597af23cb60297f2ce54c5138f8.tar.lz gsoc2013-evolution-31047e36feace597af23cb60297f2ce54c5138f8.tar.xz gsoc2013-evolution-31047e36feace597af23cb60297f2ce54c5138f8.tar.zst gsoc2013-evolution-31047e36feace597af23cb60297f2ce54c5138f8.zip |
[Fixes, among other things, #5705, "Ampersands not handled
correctly in drag + drop". Thanks to Nat for actually discovering
the problem.]
* e-shortcuts.c (save_shortcuts): Use `xmlNewTextChild()' instead
of `xmlNewChild()'.
* e-local-folder.c (save_metadata): Use `xmlNewTextChild' instead
of `xmlNewChild()'.
svn path=/trunk/; revision=11783
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 74368d26c4..c4e386fd0a 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,17 @@ 2001-08-08 Ettore Perazzoli <ettore@ximian.com> + [Fixes, among other things, #5705, "Ampersands not handled + correctly in drag + drop". Thanks to Nat for actually discovering + the problem.] + + * e-shortcuts.c (save_shortcuts): Use `xmlNewTextChild()' instead + of `xmlNewChild()'. + + * e-local-folder.c (save_metadata): Use `xmlNewTextChild' instead + of `xmlNewChild()'. + +2001-08-08 Ettore Perazzoli <ettore@ximian.com> + * evolution-shell-component.c (fill_corba_sequence_from_null_terminated_string_array): Set the release flag on the sequence, and CORBA_string_dup() the strings |