aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog10
-rw-r--r--HACKING16
-rw-r--r--TODO11
3 files changed, 26 insertions, 11 deletions
diff --git a/ChangeLog b/ChangeLog
index 2ea853114..9ded879d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2004-02-28 Marco Pesenti Gritti <marco@gnome.org>
+ * HACKING:
+
+ Add a note about changelog entry.
+
+ * TODO:
+
+ Remove old stuff
+
+2004-02-28 Marco Pesenti Gritti <marco@gnome.org>
+
* lib/egg/egg-editable-toolbar.c:
(egg_editable_toolbar_get_edit_mode):
* lib/egg/egg-editable-toolbar.h:
diff --git a/HACKING b/HACKING
index 391775cc7..31bef1cb9 100644
--- a/HACKING
+++ b/HACKING
@@ -12,5 +12,21 @@ need to stick to in order to get your patch accepted:
* bla_bla_cb: This is an example comment block
*/
+When submitting a patch or committing to cvs do not forget
+to write a Changelog entry. Please put both a description
+and a reference to the bug (if there is one).
+
+Example of an entry:
+
+2004-02-19 Christian Persch <chpe@cvs.gnome.org>
+
+ * lib/egg/egg-toolbar-editor.c: (toolbar_removed_cb),
+ (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
+ (update_actions_list), (egg_toolbar_editor_load_actions):
+ * lib/egg/egg-toolbar-editor.h:
+
+ When removing a toolbar, make its items available again in the toolbar
+ editor. (Bug #131182)
+
Do NOT commit to this module without permission from me
(marco@gnome.org)
diff --git a/TODO b/TODO
index 33ed2eab6..a7cf6500e 100644
--- a/TODO
+++ b/TODO
@@ -1,12 +1 @@
- Check that filtering is not done more than one time on bookmarks dialogs init
-
-Downloader:
-
-- Fixup column sizing. Ideally filename should get all available space, the
-others column can get the minimum (for progress we can just fixup requisition
-in the renderer to something sane)
-- Cleanup downloader-view, there is prolly still crap here and there
-- Add LOGs on all objects involved in download. Init/Finalize and in c++
-constructor/destructor. Verify that references are correct == objects
-are destroyed at right time.
-- Probably use cur from total instead of just total in the size field