summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorIan McIntosh <ian_mcintosh@linuxadvocate.org>2005-10-01 14:09:05 +0000
committerIan McIntosh <ian_mcintosh@linuxadvocate.org>2005-10-01 14:09:05 +0000
commit10eb4a1a8c2f6251f758391be0db9018f8535511 (patch)
tree0ef0db81e3dd205ea055826cac516c40be897c7e /ChangeLog
parent3d2b7f64935698d7942d7e8a3f0fe12f28a3366a (diff)
Remove _ from public function _downloadmanager_new().
Set check on View/Fullscreen and View/Sidebar when state changes for reasons other than the user clicking the menu item. Add some debug printing support. Add a new history item when user selects a search result. Moved some basic window state set/test functions here.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4851c09..227ce84 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2005-10-01 Ian McIntosh <ian_mcintosh@linuxadvocate.org>
+ * src/downloadmanager.c: Remove _ from public function _downloadmanager_new().
+ * src/mainwindow.c: Set check on View/Fullscreen and View/Sidebar when state changes for reasons other than the user clicking the menu item.
+ * src/map_history.c: Add some debug printing support.
+ * src/searchwindow.c: Add a new history item when user selects a search result.
+ * src/util.c: Moved some basic window state set/test functions here.
+
+2005-10-01 Ian McIntosh <ian_mcintosh@linuxadvocate.org>
+
* Renamed src/history.c to src/map_history.c
* Renamed src/tooltip.c to src/tooltipwindow.c
* Renamed src/downloader.c to src/downloadmanager.c