diff options
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 0db4d162da..6190823c12 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,9 @@ +2001-01-17 Federico Mena Quintero <federico@ximian.com> + + * importer/evolution-importer.h: Use "typedef enum { ... } Blah;" + instead of "typedef enum _Blah Blah; enum _Blah { ... };" so that + gtk-doc can parse it. Sigh. + 2001-01-17 Ettore Perazzoli <ettore@ximian.com> * e-shell-folder-selection-dialog.c |