summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog41
1 files changed, 41 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1e4a956..60be647 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,44 @@
+11-01-06 Cyrille Bagard <nocbos@gmail.com>
+
+ * po/fr.po:
+ * po/openida.pot:
+ * po/POTFILES.in:
+ Update translations.
+
+ * src/debug/debugger.c:
+ * src/debug/debugger.h:
+ * src/debug/debugger-int.h:
+ * src/debug/jdwp/debugger.c:
+ Attach the debugger to a given target.
+
+ * src/debug/jdwp/tcp.c:
+ Provide logs.
+
+ * src/editor.c:
+ Update code. Typo.
+
+ * src/gui/menus/debug.c:
+ * src/gui/menus/debug.h:
+ New entries: begin to build the 'Debug' menu.
+
+ * src/gui/menus/help.c:
+ * src/gui/menus/help.h:
+ Handle an accelerator group.
+
+ * src/gui/menus/Makefile.am:
+ Add the debug.[ch] files to libguimenus_la_SOURCES.
+
+ * src/gui/menus/menubar.c:
+ * src/gui/menus/menubar.h:
+ Handle an accelerator group and insert the 'Debug' menu.
+
+ * src/project.c:
+ * src/project.h:
+ Provide a debugger for a given loaded binary.
+
+ * src/shell.c:
+ Disable an untranslatable string.
+
11-01-05 Cyrille Bagard <nocbos@gmail.com>
* src/panels/log.c: