1 2008-02-13 Johannes Schmid <jhs@gnome.org>
3 * plugins/sourceview/sourceview.c: (ieditor_set_tab_size):
4 Also set indentation size correctly, when tab size is set
5 by language support plugin
7 2008-02-13 Johannes Schmid <jhs@gnome.org>
9 * plugins/language-support-cpp-java/plugin.c:
10 (get_line_indentation_base):
12 Indent lines after comments correctly
14 2008-02-13 Johannes Schmid <jhs@gnome.org>
16 * libanjuta/anjuta-launcher.c: (anjuta_launcher_set_encoding_real),
17 (anjuta_launcher_set_encoding), (anjuta_launcher_fork):
18 * libanjuta/anjuta-launcher.h:
19 Some more fixes from symbol-db-branch
22 Move anjuta-shell to noinst_PROGRAMS as it is just a test
24 2008-02-12 Johannes Schmid <jhs@gnome.org>
26 Patch from Gennaro Bellizio <genbell@tiscali.it>:
27 * global-tags/Makefile.am:
29 #515954 – create_global_tags.sh: wrong anjuta-tags path
31 * libanjuta/anjuta-launcher.c: (anjuta_launcher_initialize),
32 (anjuta_launcher_dispose), (anjuta_launcher_check_password_real),
33 (anjuta_launcher_scan_output), (anjuta_launcher_scan_error),
34 (anjuta_launcher_scan_pty), (anjuta_launcher_set_encoding),
35 (anjuta_launcher_fork):
36 * libanjuta/anjuta-launcher.h:
37 Fix anjuta_launcher_set_encoding() and cleaned-up. Mostly backported
40 2008-02-11 Johannes Schmid <jhs@gnome.org>
42 * plugins/file-manager/file-model.c: (file_model_expand_idle):
43 515868 – File browser only shows icons when activated
45 2008-02-11 Johannes Schmid <jhs@gnome.org>
47 * plugins/file-manager/file-model.c: (file_model_expand_idle):
48 #515867 – Anjuta dies on startup
50 2008-02-11 Johannes Schmid <jhs@gnome.org>
52 * TODO.tasks: Marked subversion task as completed
56 2008-02-11 Naba Kumar <naba@gnome.org>
58 * configure.in: Bumped version to 2.3.4
60 2008-02-10 Naba Kumar <naba@gnome.org>
62 * NEWS: Updated for release.
64 2008-02-10 Johannes Schmid <jhs@gnome.org>
66 * plugins/document-manager/anjuta-document-manager.plugin.in:
67 Added html, javascript and glade file types. This makes it possible to
68 edit a glade file by hand in anjuta (shows a dialog whether to use Glade or
69 document-manager (#514695 – Anjuta v2.2.3 can't open js files)
71 * plugins/file-wizard/anjuta-file-wizard.glade:
72 * plugins/gdb/anjuta-gdb.glade:
73 * plugins/project-wizard/anjuta-project-wizard.glade:
74 * plugins/search/anjuta-search.glade:
75 * plugins/terminal/anjuta-terminal-plugin.glade:
77 Fixed some other translation issues (#507921)
79 2008-02-10 Naba Kumar <naba@gnome.org>
81 * plugins/gtodo/preferences.c: (preferences_cb_do_tooltip): Removed
82 unnecessary warning. Fixes bug #510183 - Tooltips claim to be broken.
84 2008-02-10 Sébastien Granjoux <seb.sfo@free.fr>
86 * manuals/anjuta-manual/C/interface.xml,
87 manuals/anjuta-manual/C/introduction.xml,
88 manuals/anjuta-manual/C/preferences.xml,
89 manuals/anjuta-manual/C/fileoperations.xml,
90 manuals/anjuta-manual/C/projects.xml:
91 Fix spelling errors, including bug #515204, #515172, #515117
94 2008-02-10 Naba Kumar <naba@gnome.org>
96 * plugins/document-manager/plugin.c: Fixed stream comment and added
97 translator's comment for 'block comment', 'box comment' and 'stream
100 2008-02-10 Sébastien Granjoux <seb.sfo@free.fr>
102 * plugins/debug-manager/command.c,
103 plugins/debug-manager/command.h,
104 plugins/debug-manager/breakpoints.c,
105 libanjuta/interfaces/libanjuta.idl:
106 Avoid adding the same breakpoint several times
108 * plugins/gdb/debugger.c:
109 Fix bug #515463: Deattaching process kill it
111 2008-02-10 Sébastien Granjoux <seb.sfo@free.fr>
113 * manuals/anjuta-manual/C/debugger.xml:
114 Fix translation bug #515459 and #515460
116 2008-02-10 Johannes Schmid <jhs@gnome.org>
118 Patch from Rémi Cardona <remi@gentoo.org>
120 * plugins/build-basic-autotools/Makefile.am:
121 * plugins/cvs-plugin/Makefile.am:
122 * plugins/document-manager/Makefile.am:
123 * plugins/editor/Makefile.am:
124 * plugins/indent/Makefile.am:
125 * plugins/language-support-cpp-java/Makefile.am:
126 * plugins/message-view/Makefile.am:
127 * plugins/sourceview/Makefile.am:
128 * plugins/symbol-browser/Makefile.am:
129 * plugins/terminal/Makefile.am:
130 * scripts/build-schemas.mk:
132 Fix #512531 – Parallel build fails
134 * AUTHORS: Added Rémi
136 2008-02-10 Sébastien Granjoux <seb.sfo@free.fr>
138 * plugins/debug-manager/queue.c:
139 Fix interrupt command, not working due to previous change
141 2008-02-10 Johannes Schmid <jhs@gnome.org>
145 * src/anjuta-callbacks.c (removed):
146 * src/anjuta-callbacks.h (removed):
148 Removed (almost) empty files, fixes #515383 and #515388
150 2008-02-09 James Liggett <jrliggett@cox.net>
152 Reviewed by Naba Kumar <naba@gnome.org>:
154 * plugins/subversion/svn-add-command.c: (svn_add_command_new):
155 * plugins/subversion/svn-cat-command.c: (svn_cat_command_new):
156 * plugins/subversion/svn-command.c:
157 (svn_command_make_canonical_path):
158 * plugins/subversion/svn-command.h:
159 * plugins/subversion/svn-copy-command.c: (svn_copy_command_new):
160 * plugins/subversion/svn-diff-command.c: (svn_diff_command_new):
161 * plugins/subversion/svn-log-command.c: (svn_log_command_new):
162 * plugins/subversion/svn-merge-command.c: (svn_merge_command_new):
163 * plugins/subversion/svn-remove-command.c:
164 (svn_remove_command_new):
165 * plugins/subversion/svn-status-command.c:
166 (svn_status_command_new):
167 * plugins/subversion/svn-switch-command.c:
168 (svn_switch_command_new):
169 * plugins/subversion/svn-update-command.c:
170 (svn_update_command_new):
171 Make sure that all paths are "canonical" by libsvn rules so anjuta doesn't
172 die if the user gives a path that libsvn doesn't like.
176 2008-02-08 Sébastien Granjoux <seb.sfo@free.fr>
178 * plugins/debug-manager/command.c,
179 plugins/debug-manager/command.h,
180 plugins/debug-manager/queue.c:
181 Fix crashes when trying to stop the debugger while it is busy
183 2008-02-08 Johannes Schmid <jhs@gnome.org>
185 Patch from Rodrigo Moya <rodrigo@novell.com>
187 * plugins/glade/plugin.c: (ifile_open):
188 * plugins/symbol-browser/test-class.cpp:
189 * AUTHORS: Added Rodrigo
191 #514732 – 64 bit compliation error
192 #514733 – Use of uninitialized variables
194 2008-02-05 Sébastien Granjoux <seb.sfo@free.fr>
196 * manuals/anjuta-manual/C/debugger.xml:
197 Fix translation bug #514494 and bug #514440
199 2008-02-05 Massimo Cora' <maxcvs@email.it>
201 * plugins/symbol-db/symbol-db-engine-iterator-node.c:
202 Fix a compile error added in the previous patch
204 2008-02-04 Sébastien Granjoux <seb.sfo@free.fr>
206 * plugins/profiler/gprof-view.c,
207 plugins/class-inheritance/class-callbacks.c,
208 plugins/class-inheritance/class-inherit.c,
209 plugins/symbol-browser/an_symbol.c,
210 plugins/symbol-db/symbol-db-engine-iterator-node.c,
211 libanjuta/interfaces/libanjuta.idl:
212 Change ianjuta_symbol_file function to ianjuta_symbol_uri
214 2008-02-04 Johannes Schmid <jhs@gnome.org>
216 * plugins/search/anjuta-search.glade: Fixed typo
218 2008-02-03 Johannes Schmid <jhs@gnome.org>
220 * libanjuta/anjuta-save-prompt.c: (anjuta_save_prompt_add_item):
221 * libanjuta/anjuta-utils.c: (anjuta_util_execute_shell):
222 * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
224 * plugins/build-basic-autotools/build-basic-autotools.c:
225 (build_get_context), (build_configure_project):
226 * plugins/class-gen/anjuta-class-gen-plugin.glade:
227 * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
228 * plugins/cvs-plugin/cvs-callbacks.c: (on_cvs_commit_response):
229 * plugins/cvs-plugin/cvs-execute.c: (on_cvs_terminated):
230 * plugins/devhelp/plugin.c: (devhelp_activate):
231 * plugins/editor/Makefile.am:
232 * plugins/editor/anjuta-editor-scintilla.glade:
233 * plugins/editor/text_editor.c:
234 * plugins/editor/text_editor.h:
235 * plugins/editor/text_editor_menu.c (removed):
236 * plugins/editor/text_editor_menu.h (removed):
237 * plugins/file-wizard/anjuta-file-wizard.glade:
238 * plugins/gtodo/notification.c: (create_notification_window):
239 * plugins/gtodo/preferences.c: (preferences_widget):
240 * plugins/language-support-cpp-java/plugin.c:
241 (cpp_java_plugin_activate_plugin):
242 * plugins/message-view/anjuta-message-manager-plugin.glade:
243 * plugins/message-view/plugin.c: (activate_plugin):
244 * plugins/project-manager/plugin.c: (confirm_removal):
245 * plugins/search/anjuta-search.glade:
246 * plugins/search/plugin.c:
247 * plugins/search/search-replace.c: (nb_results_alert):
248 * plugins/subversion/subversion-commit-dialog.c:
249 (on_subversion_commit_response):
250 * plugins/symbol-browser/plugin.c: (activate_plugin):
251 * plugins/valgrind/plugin.c: (on_menu_run_activate):
252 * plugins/valgrind/vgcachegrindprefs.c: (cache_settings_new):
253 * plugins/valgrind/vggeneralprefs.c: (vg_general_prefs_init):
256 Fixed translation bugs from #507921.
257 Removed unused files in scintilla plugin
259 2008-02-03 Sébastien Granjoux <seb.sfo@free.fr>
261 * manuals/anjuta-manual/C/debugger.xml:
262 Fix bug #514124 and bug #514138: Wrong menu item name
264 2008-02-03 Sébastien Granjoux <seb.sfo@free.fr>
266 * plugins/profiler/gprof-view.c,
267 plugins/symbol-browser/plugin.c,
268 plugins/class-inheritance/class-callbacks.c,
269 plugins/debug-manager/plugin.c,
270 plugins/tools/editor.c,
271 plugins/search/search-replace.c,
272 plugins/search/search-replace_backend.c,
273 plugins/search/search-replace_backend.h,
274 plugins/build-basic-autotools/build-basic-autotools.c,
275 plugins/document-manager/plugin.c,
276 plugins/document-manager/file_history.c,
277 plugins/document-manager/anjuta-docman.c,
278 plugins/document-manager/anjuta-docman.h,
279 plugins/document-manager/action-callbacks.c,
280 libanjuta/interfaces/libanjuta.idl:
281 Rename IAnjutaDocumentManager functions:
282 find_document_with_path, goto_file_line, goto_file_line_mark
283 and get_full_filename into
284 find_document_with_uri, goto_uri_line, goto_uri_line_mark
286 Fix search plugin to use an URI instead of a file path
287 Fix anjuta_docman_get_uri to always return an URI
289 2008-02-03 Sébastien Granjoux <seb.sfo@free.fr>
291 * plugins/debug-manager/breakpoints.c:
292 Fix bug #514118: Rename Clear All Breakpoints to Remove
295 2008-02-03 Sébastien Granjoux <seb.sfo@free.fr>
297 * manuals/anjuta-manual/C/debugger.xml:
298 Update debugger documentation
300 2008-02-03 Sébastien Granjoux <seb.sfo@free.fr>
302 * plugins/debug-manager/sharedlib.c,
303 plugins/debug-manager/anjuta-debug-manager.glade,
304 plugins/debug-manager/queue.c,
305 plugins/tools/execute.c,
306 plugins/tools/anjuta-tools.glade,
307 plugins/tools/editor.c,
308 plugins/project-wizard/templates/terminal.wiz,
309 plugins/project-wizard/templates/xlib-dock.wiz,
310 plugins/project-wizard/templates/wxwin.wiz,
311 plugins/project-wizard/templates/java.wiz,
312 plugins/project-wizard/templates/gnome.wiz,
313 plugins/project-wizard/templates/anjuta-plugin.wiz,
314 plugins/project-wizard/templates/gtkmm.wiz,
315 plugins/project-wizard/templates/python.wiz,
316 plugins/project-wizard/templates/cpp.wiz,
317 plugins/project-wizard/templates/sdl.wiz,
318 plugins/project-wizard/templates/gtk.wiz,
319 plugins/project-wizard/templates/minimal.wiz,
320 plugins/project-wizard/templates/xlib.wiz,
321 plugins/project-wizard/templates/gcj.wiz,
322 plugins/gdb/plugin.c,
323 plugins/gdb/debugger.c,
324 libanjuta/anjuta-plugin-manager.c:
325 Partial fix of #507921: translation issues in debug-manager, tools,
326 project-wizard, gdb and anjuta-plugin-manager.
328 2008-02-02 Sébastien Granjoux <seb.sfo@free.fr>
330 * plugins/debug-manager/queue.c:
331 Debugger Local, Stack and Thread windows were missing due to
334 2008-02-02 Johannes Schmid <jhs@gnome.org>
336 * manuals/anjuta-manual/Makefile.am:
337 Fixed #513888 – Trailing '\' in anjuta-manual/Makefile.am
338 causes make install to fail
340 2008-02-02 Johannes Schmid <jhs@gnome.org>
342 * plugins/macro/macros.xml:
343 #495511 – Header_h macro correction
345 2008-02-02 Johannes Schmid <jhs@gnome.org>
347 * plugins/patch/patch-plugin.glade:
348 gtk-apply is not translatable...
350 2008-02-02 Johannes Schmid <jhs@gnome.org>
352 * plugins/build-basic-autotools/build-basic-autotools.c:
353 (on_build_mesg_format):
355 Also check for untranslated messages from make. Should fix
356 #511981 – Error parsing make output
358 2008-02-02 Johannes Schmid <jhs@gnome.org>
360 * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
363 Fixed #511010 – [UI] Execute program utility window
365 2008-02-02 Johannes Schmid <jhs@gnome.org>
368 Fixed #509908 – [UI] Problems with the General settings tab
370 2008-02-02 Johannes Schmid <jhs@gnome.org>
372 * manuals/anjuta-manual/C/fileoperations.xml:
373 Fixed #513730 – Option not present in the GUI po file
375 2008-02-02 Johannes Schmid <jhs@gnome.org>
377 * plugins/sourceview/anjuta-editor-sourceview.glade:
378 Adjust preferences default values
380 2008-02-02 Johannes Schmid <jhs@gnome.org>
382 * plugins/document-manager/plugin.c: (docman_plugin_set_tab_pos):
383 Fixed #512535 – Open files tabs' position is correctly remembered
384 but not applied at startup
386 2008-02-02 Johannes Schmid <jhs@gnome.org>
388 * plugins/search/search-replace.c: (on_message_clicked):
389 Pass and uri ianjuta_document_manager_goto_file_line_mark() to
390 fix clicking on search result messages
392 2008-02-01 James Liggett <jrliggett@cox.net>
394 * plugins/subversion/svn-command.c: (on_svn_notify):
395 Fixed wrong status message output when resolving conflicts.
397 2008-02-02 Johannes Schmid <jhs@gnome.org>
399 * configure.in: Require GtkSourceView 2.1.2
400 * plugins/sourceview/sourceview-prefs.c: (init_colors_and_fonts):
401 * plugins/sourceview/sourceview.c: (mark_real), (imark_unmark),
402 (imark_is_marker_set), (imark_delete_all_markers),
403 (ibookmark_toggle), (goto_bookmark), (ibookmark_clear_all):
405 Adapted to API changes in GtkSourceView
407 2008-02-01 Johannes Schmid <jhs@gnome.org>
409 * plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
410 Fixed tabsize preference
412 2008-02-01 Johannes Schmid <jhs@gnome.org>
414 * manuals/anjuta-manual/C/fileoperations.xml:
415 * manuals/anjuta-manual/C/interface.xml:
418 * manuals/anjuta-manual/Makefile.am:
419 * manuals/anjuta-manual/C/figures/*:
421 Updated figures to be in clearlooks theme, removed old figures
423 2008-02-01 Johannes Schmid <jhs@gnome.org>
425 * plugins/patch/patch-plugin.glade:
426 * plugins/patch/plugin.c: (patch_plugin_activate):
427 Another UI issue with the patch plugin and silenced a compiler
430 Patch from James Liggett:
431 * plugins/profiler/gprof-call-graph-view.c:
432 (gprof_call_graph_view_create_columns):
433 * plugins/profiler/gprof-flat-profile-view.c:
434 (gprof_flat_profile_view_create_columns):
435 * plugins/profiler/gprof-view.c: (gprof_view_format_float):
436 * plugins/profiler/gprof-view.h:
438 Use two decimal places for float values in profiler views (#507831)
440 2008-02-01 Johannes Schmid <jhs@gnome.org>
443 * plugins/editor/Makefile.am:
445 Fixed #512751 – libgnomeprint unnecessary without scintilla
447 2008-01-31 Johannes Schmid <jhs@gnome.org>
449 * plugins/language-manager/languages.xml:
450 Added a pretty ugly string for C++ headers. Maybe we should rely
451 on mime-types instead...
453 2008-01-31 Johannes Schmid <jhs@gnome.org>
455 * plugins/language-support-cpp-java/cpp-java-assist.c:
456 (get_iter_column), (cpp_java_assist_get_calltip_context),
457 (cpp_java_assist_show_calltip), (cpp_java_assist_check),
458 (on_assist_chosen), (cpp_java_assist_install):
459 * plugins/language-support-cpp-java/plugin.c:
460 (on_editor_char_inserted_cpp):
461 Removed annoying DEBUG_PRINTs
463 * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
464 * plugins/sourceview/sourceview-cell.c: (icell_get_attribute):
465 * plugins/sourceview/sourceview.c: (iassist_show_tips):
467 Fixed "jumping" tooltips, fixed indentation of brances
469 2008-01-31 Johannes Schmid <jhs@gnome.org>
471 * plugins/document-manager/plugin.c: (on_document_changed):
472 Fixed crash when closing anjuta after all document tabs have been closed
474 2008-01-31 Sébastien Granjoux <seb.sfo@free.fr>
476 * plugins/debug-manager/anjuta-debug-manager.glade:
477 Fix #513485: wrong strings maked as translatable
479 2008-01-31 Sébastien Granjoux <seb.sfo@free.fr>
481 * plugins/debug-manager/threads.c,
482 plugins/debug-manager/stack_trace.c:
483 Avoid crash when getting relative path from debugger (same fix
486 * plugins/debug-manager/queue.c:
487 Emit all state changes notification
489 * plugins/debug-manager/start.c:
490 Fix #511586: Project path with "+" not working in debugger
492 2008-01-31 Johannes Schmid <jhs@gnome.org>
494 * plugins/patch/patch-plugin.glade:
495 Fixed button ui problem...
497 Patch from James Liggett:
498 * plugins/profiler/gprof-call-graph-block-entry.c:
499 (gprof_call_graph_block_primary_entry_new),
500 (gprof_call_graph_block_secondary_entry_new):
501 * plugins/profiler/gprof-flat-profile-entry.c:
502 (gprof_flat_profile_entry_new):
504 Fix #507831 - Wrong Profiler values for some locales
506 2008-01-31 Johannes Schmid <jhs@gnome.org>
508 * plugins/sourceview/anjuta-editor-sourceview.glade:
509 * plugins/sourceview/sourceview-prefs.c:
510 * plugins/sourceview/sourceview.c: (sourceview_finalize):
512 Fixed Editor->View popup menu for those entries that are appropriate for
515 2008-01-30 Sébastien Granjoux <seb.sfo@free.fr>
517 * plugins/debug-manager/breakpoints.c:
518 Fix #512901: Crash when adding a breakpoint
520 * plugins/debug-manager/queue.c:
521 Remove a possible memory leak
523 2008-01-30 Sébastien Granjoux <seb.sfo@free.fr>
525 * plugins/debug-manager/data_view.c,
526 plugins/debug-manager/sparse_view.c,
527 manuals/anjuta-manual/C/debugger.xml:
528 Fix #513130, #513131 #513135: Wrong menu item names and errors
531 2008-01-30 Sébastien Granjoux <seb.sfo@free.fr>
533 * plugins/tools/editor.c:
534 ianjuta_document_manager_find_document_with_path expect an uri not
537 2008-01-29 Sébastien Granjoux <seb.sfo@free.fr>
539 * manuals/reference/libanjuta/libanjuta-docs.sgml,
540 manuals/reference/libanjuta/libanjuta-sections.txt,
541 libanjuta/interfaces/libanjuta.idl:
542 Documentation fixes for IAnjutaDebugger* interfaces
546 2008-01-27 Naba Kumar <naba@gnome.org>
548 * Makefile.am, anjuta.spec.in, configure.in: Removed unmaintained
551 * plugins/symbol-browser/plugin.c: (on_editor_foreach_disconnect),
552 (value_added_current_editor), (value_removed_current_editor):
555 * TODO.tasks: Updated.
557 * libanjuta/anjuta-save-prompt.c: (anjuta_save_prompt_init): Added
558 scrollwindow shadow in.
560 * plugins/editor/anjuta-editor-scintilla.glade:
561 * plugins/editor/style-editor.c: (create_style_editor_gui):
562 Set style window transient and cetered for preferences window.
563 Fixed Bug #365490 - problems displaying Scintilla Colors & Fonts dialog
565 * plugins/editor/anjuta-editor-scintilla.glade:
566 Fixes Bug #427108 - Scintilla plugin configuration folding-style
569 * configure.in, NEWS: Updated for release 2.3.3
571 2008-01-26 Sébastien Granjoux <seb.sfo@free.fr>
573 * plugins/debug-manager/anjuta-debug-manager.glade:
574 Fix #512224: Use a string in english
576 2008-01-26 Sébastien Granjoux <seb.sfo@free.fr>
578 * plugins/build-basic-autotools/build-basic-autotools.c:
579 ianjuta_document_manager_goto_file_line_mark needs an uri and
582 2008-01-26 Sébastien Granjoux <seb.sfo@free.fr>
584 * plugins/symbol-browser/plugin.c,
585 plugins/symbol-browser/an_symbol_view.c:
586 use gnome_vfs_get_uri_from_local_path to get local path from uri
587 This takes care of escaping some characters
589 2008-01-25 Sébastien Granjoux <seb.sfo@free.fr>
591 * plugins/debug-manager/stack_trace.c:
592 Probably fix #510028: crash debugger when having a relative filename
595 2008-01-25 Tom <tpgww@onepost.net>
597 reviewed by: Sébastien Granjoux <seb.sfo@free.fr>
599 * plugins/document-manager/plugin.c,
600 plugins/document-manager/file_history.c,
601 plugins/document-manager/file_history.h,
602 plugins/document-manager/anjuta-docman.c,
603 plugins/document-manager/anjuta-docman.h:
604 Rename filename argument to uri when an uri is expected
605 anjuta_docman_get_document_for_uri will remove symlinks
607 2008-01-25 Naba Kumar <naba@gnome.org>
609 * plugins/terminal/terminal.c: (terminal_execute),
611 * plugins/tools/execute.c: Fixed couple of gtk+ critical warnings.
613 2008-01-24 Sébastien Granjoux <seb.sfo@free.fr>
615 * plugins/debug-manager/anjuta-debug-manager.glade,
616 plugins/debug-manager/start.c:
617 Fix #511049: Change UI of add source directories dialog
619 2008-01-24 Naba Kumar <naba@gnome.org>
621 * plugins/editor/text-editor-iterable.c: (iiter_get_length):
622 * plugins/editor/text_editor.c: (itext_editor_get_text_all),
623 (itext_editor_get_text), (itext_editor_get_length): Fixes implementations
624 of ianjuta_editor_get_length(), ianjuta_iterable_get_length() and
625 ianjuta_editor_get_text_all(). Current Search-replace and symbol-db
628 2008-01-24 Johannes Schmid <jhs@gnome.org>
630 Patch from: Luca Ferretti <ella.uca@libero.it>:
632 * plugins/document-manager/anjuta-docman.c:
633 (anjuta_docman_page_init), (anjuta_docman_class_init):
634 * plugins/message-view/anjuta-msgman.c: (anjuta_msgman_page_new):
636 Fix #511757 – Close icon in tabs cut off (Patch was only for
637 document-manager, also adapted it for message-manager)
639 2008-01-24 Johannes Schmid <jhs@gnome.org>
641 * plugins/Makefile.am:
642 * plugins/sourceview/anjuta-document.c:
643 * plugins/sourceview/anjuta-marshal.list:
644 * plugins/sourceview/anjuta-view.c: (anjuta_view_class_init),
645 (anjuta_view_key_press_event):
646 * plugins/sourceview/sourceview-cell.c: (icell_iface_init),
647 (iiter_next), (iiter_previous), (iiter_last), (iiter_compare),
648 (iiter_diff), (iiter_iface_init):
649 * plugins/sourceview/sourceview.c: (on_document_char_added),
650 (ieditor_goto_position), (ieditor_get_text),
651 (ieditor_get_text_all), (ieditor_get_position), (ieditor_insert),
652 (ieditor_erase), (ieditor_get_line_from_position),
653 (ieditor_get_line_begin_position), (ieditor_get_line_end_position),
654 (ieditor_get_position_from_offset), (ieditor_get_start_position),
655 (ieditor_get_end_position), (ieditor_goto_start),
656 (ieditor_goto_end), (ieditor_iface_init), (iconvert_to_upper),
657 (iconvert_to_lower), (iindic_set), (iassist_suggest),
660 Implemented new iterators interface in sourceview editor and
663 2008-01-23 Naba Kumar <naba@gnome.org>
665 * libanjuta/interfaces/libanjuta.idl:
666 * manuals/reference/libanjuta/libanjuta-sections.txt:
667 * plugins/build-basic-autotools/build-basic-autotools.c:
668 (build_indicator_location_set), (on_editor_changed):
669 * plugins/debug-manager/plugin.c: (show_program_counter_in_editor):
670 * plugins/debug-manager/variable.c: (get_hovered_word):
671 * plugins/document-manager/action-callbacks.c:
672 (on_editor_command_upper_case_activate),
673 (on_editor_command_lower_case_activate):
674 * plugins/document-manager/search-box.c: (on_incremental_search),
675 (on_search_activated):
676 * plugins/editor/text-editor-iterable.c: (icell_get_attribute),
677 (iiter_last), (iiter_set_position), (iiter_get_position),
678 (iiter_get_length), (iiter_compare), (iiter_diff),
680 * plugins/editor/text_editor.c: (text_editor_get_position_lineno),
681 (text_editor_goto_point), (itext_editor_goto_start),
682 (itext_editor_goto_end), (itext_editor_goto_position),
683 (itext_editor_get_text_all), (itext_editor_get_text),
684 (itext_editor_get_position), (itext_editor_get_offset),
685 (itext_editor_get_length), (itext_editor_insert),
686 (itext_editor_erase), (itext_editor_erase_all),
687 (itext_editor_get_column), (itext_editor_get_overwrite),
688 (itext_editor_set_popup_menu),
689 (itext_editor_get_line_from_position),
690 (itext_editor_get_line_begin_position),
691 (itext_editor_get_line_end_position),
692 (itext_editor_get_position_from_offset),
693 (itext_editor_get_start_position), (itext_editor_get_end_position),
694 (itext_editor_iface_init), (iconvert_to_upper),
695 (iconvert_to_lower), (iassist_suggest), (iassist_show_tips),
697 * plugins/editor/text_editor.h:
698 * plugins/editor/text_editor_cbs.c:
699 (on_text_editor_scintilla_notify):
700 * plugins/indent/plugin.c: (on_indent_action_activate):
701 * plugins/language-support-cpp-java/cpp-java-assist.c:
702 (cpp_java_assist_get_scope_context),
703 (cpp_java_assist_get_pre_word),
704 (cpp_java_assist_show_autocomplete),
705 (cpp_java_assist_show_calltip), (cpp_java_assist_check),
706 (on_editor_char_added), (on_assist_chosen):
707 * plugins/language-support-cpp-java/plugin.c:
708 (get_line_indentation), (skip_iter_to_previous_logical_line),
709 (skip_preprocessor_lines), (initialize_indentation_params),
710 (set_line_indentation), (get_line_indentation_base),
711 (get_line_auto_indentation), (on_editor_char_inserted_cpp),
712 (on_editor_char_inserted_java), (on_auto_indent):
713 * plugins/macro/macro-actions.c: (match_shortcut):
714 * plugins/macro/macro-dialog.c: (on_ok_clicked):
715 * plugins/macro/plugin.c: (match_keyword):
716 * plugins/search/plugin.c: (find_incremental):
717 * plugins/search/search-replace.c: (search_and_replace),
719 * plugins/search/search-replace_backend.c:
720 (file_buffer_new_from_te), (file_buffer_line_from_pos),
721 (create_search_entries):
722 * plugins/symbol-browser/plugin.c:
723 (on_editor_buffer_symbols_update_timeout), (on_char_added),
724 (isymbol_manager_iface_init):
725 * plugins/symbol-db/plugin.c:
726 (on_editor_buffer_symbols_update_timeout), (on_char_added),
727 (isymbol_manager_iface_init):
728 * plugins/tools/execute.c: (atp_output_context_construct),
729 (atp_output_context_destroy), (atp_user_tool_execute):
731 Update IAnjutaEditor and IAnjutaIndicable interfaces to take
732 iterators instead of integer offsets.
733 - Renamed original ianjuta_editor_get_position(int) to
734 ianjuta_editor_get_offset(). It is deprecated.
735 - Renamed original ianjuta_editor_get_position_iter() to
736 ianjuta_editor_get_position().
737 - Renamed ianjuta_editor_get_cell_iter() to
738 ianjuta_editor_get_position_from_offset()
739 - Renamed ianjuta_editor_get_text_iter() to ianjuta_editor_get_text()
741 ianjuta_editor_get_start_position(), ianjuta_editor_get_end_position()
742 ianjuta_editor_get_text_all(), ianjuta_editor_goto_start(),
743 ianjuta_editor_goto_end().
744 - All relevent signals and methods converted to use iterators.
745 - All relevent plugins fixed to use new API.
746 - Removed ianjuta_editor_cell_get_line() because it is provided by
747 ianjuta_editor_get_line_from_position().
748 - Removed ianjuta_symbol_manager_get_completions_at_position()
749 because it not used anywhere and is not right to be there.
750 - Updated IAnjutaEditable documentation.
752 Updated IAnjutaIterable interface:
753 - ianjuta_iterable_compare() and ianjuta_iterable_diff()
754 - Introduced 'end-iter' to point at the end of the list.
755 - Updated IAnjutaIterable documentation.
757 * plugins/Makefile.am:
758 (Disabled sourceview plugin for now. Jhs is coming up with a patch
761 2008-01-22 Johannes Schmid <jhs@gnome.org>
763 * plugins/file-wizard/anjuta-file-wizard.plugin.in:
764 * plugins/project-import/anjuta-project-import.glade:
765 * plugins/project-import/anjuta-project-import.plugin.in:
766 * plugins/project-wizard/anjuta-project-wizard.glade:
767 * plugins/project-wizard/anjuta-project-wizard.plugin.in:
768 * plugins/project-wizard/druid.c: (npw_druid_new):
769 * plugins/project-wizard/plugin.c: (npw_plugin_create_view):
771 Fixed #465084 – wizard instead of assistant (only string changes...)
773 2008-01-20 Rob Bradford <rob@openedhand.com>
775 * libanjuta/anjuta-utils.c: (anjuta_util_parse_args_from_string):
776 Fix parsing with quotes in the command line. Kudos to Jorn Baayen for
777 coming up with the solution. (Bug: #510390.)
779 2008-01-20 Sébastien Granjoux <seb.sfo@free.fr>
781 * plugins/build-basic-autotools/executer.c:
782 Fix #502508, use anjuta_launcher to keep program output
784 * plugins/terminal/terminal.c:
785 Remove unused child_initizlized member
786 Start the shell on plugin activation
788 2008-01-20 Sébastien Granjoux <seb.sfo@free.fr>
790 * plugins/debug-manager/sparse_buffer.c:
791 Fix a crash when scrolling in the diassembly window
793 * plugins/debug-manager/sparse_view.c:
794 Small limit change using the same "unit" for both number
796 2008-01-19 Naba Kumar <naba@gnome.org>
798 * plugins/language-support-cpp-java/cpp-java-assist.c:
799 (cpp_java_assist_get_scope_context),
800 (cpp_java_assist_get_pre_word): Usef ianjuta_editer_get_text_iter()
803 2008-01-19 Johannes Schmid <jhs@gnome.org>
805 * plugins/sourceview/anjuta-editor-sourceview.glade:
806 * plugins/valgrind/vgrule-editor.c: (vg_rule_editor_save):
808 And even more strings...
810 2008-01-19 Sébastien Granjoux <seb.sfo@free.fr>
812 * plugins/project-wizard/templates/cpp/src/main.cc:
813 Fix #498734, typing error in c++ project template
815 2008-01-19 Johannes Schmid <jhs@gnome.org>
817 * plugins/editor/text_editor.c: (text_editor_save_file):
818 * plugins/macro/anjuta-macro.glade:
819 * plugins/subversion/anjuta-subversion.glade:
821 Fixed even more strings
823 2008-01-19 Sébastien Granjoux <seb.sfo@free.fr>
825 * plugins/language-support-cpp-java/cpp-java-assist.c:
826 Fix bug #488519, remove critical warning (completion_cache == NULL
829 2008-01-19 Sébastien Granjoux <seb.sfo@free.fr>
831 * plugins/gdb/debugger.c:
832 Enable logging of gdb communication with an environment variable
834 2008-01-19 Naba Kumar <naba@gnome.org>
836 * plugins/editor/text-editor-iterable.c: (iiter_next),
837 (iiter_set_position), (iiter_get_position), (iiter_get_length): Use
838 editor native funtions to avoid round trips.
840 2008-01-19 Sébastien Granjoux <seb.sfo@free.fr>
842 * plugins/editor/text_editor.c:
843 Fix a bug due to the previous patch: Unable to save new file in
846 2008-01-18 Sébastien Granjoux <seb.sfo@free.fr>
848 * plugins/debug-manager/disassemble.c,
849 plugins/debug-manager/disassemble.h,
850 plugins/debug-manager/registers.c,
851 plugins/debug-manager/registers.h,
852 plugins/debug-manager/memory.c,
853 plugins/debug-manager/memory.h,
854 plugins/debug-manager/command.c,
855 plugins/debug-manager/command.h,
856 plugins/debug-manager/queue.c,
857 plugins/debug-manager/queue.h,
858 plugins/debug-manager/breakpoints.c,
859 plugins/debug-manager/stack_trace.c,
860 plugins/debug-manager/threads.c,
861 plugins/debug-manager/plugin.c,
862 plugins/gdb/plugin.c,
863 plugins/gdb/debugger.c,
864 plugins/gdb/debugger.h,
865 manuals/reference/libanjuta/libanjuta-sections.txt,
866 manuals/reference/libanjuta/libanjuta.types,
867 libanjuta/interfaces/libanjuta.idl:
868 Use gulong instead of guint for addresses
869 Split IAnjutaCpuDebugger interface in IAnjutaDebuggerRegister,
870 IAnjutaDebuggerMemory and IAnjutaDebuggerInstruction
872 * plugins/gdb/anjuta-gdb.plugin.in:
873 Remove reference to IAnjutaCpuDebugger (useless)
875 2008-01-18 Johannes Schmid <jhs@gnome.org>
877 * AUTHORS: Added Alexander
879 2008-01-18 Johannes Schmid <jhs@gnome.org>
881 Patch from: Alexander Korolyov <kilork@yandex.ru>
883 * plugins/editor/text_editor.c: (load_from_file),
884 (text_editor_save_file):
886 Fixed symlinks (#510238) and file permission (#405321)
887 handling for scintilla editor.
889 2008-01-17 Johannes Schmid <jhs@gnome.org>
891 * plugins/document-manager/action-callbacks.c:
892 (on_editor_command_select_all_activate),
893 (on_editor_command_cut_activate),
894 (on_editor_command_paste_activate),
895 (on_editor_command_copy_activate),
896 (on_editor_command_clear_activate):
897 Resupport cut/copy/paste/clear on GtkEditables when those
898 have focus. (Important for shortcuts to work).
900 * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
901 * plugins/document-manager/search-box.c: (on_search_activated):
902 * plugins/gdb/plugin.c: (gdb_plugin_start_terminal):
903 * plugins/patch/patch-plugin.c: (on_ok_clicked):
904 * plugins/profiler/plugin.c: (profiler_get_data):
905 * plugins/project-wizard/druid.c: (npw_druid_new):
906 * plugins/project-wizard/install.c: (on_install_end_install_file):
907 * plugins/sourceview/anjuta-editor-sourceview.glade:
908 * plugins/subversion/anjuta-subversion.glade:
909 * plugins/tools/anjuta-tools.glade:
912 2008-01-17 Naba Kumar <naba@gnome.org>
914 Patch from James Liggett:
916 * plugins/subversion/subversion-add-dialog.c:
917 (on_subversion_add_response):
918 * plugins/subversion/subversion-copy-dialog.c:
919 (on_subversion_copy_response):
920 * plugins/subversion/subversion-diff-dialog.c:
921 (on_subversion_diff_response):
922 * plugins/subversion/subversion-merge-dialog.c:
923 (on_subversion_merge_response):
924 * plugins/subversion/subversion-remove-dialog.c:
925 (on_subversion_remove_response):
926 * plugins/subversion/subversion-switch-dialog.c:
927 (on_subversion_switch_response):
928 * plugins/subversion/subversion-ui-utils.c: (check_input):
929 * plugins/subversion/subversion-ui-utils.h:
930 * plugins/subversion/subversion-update-dialog.c:
931 (on_subversion_update_response):
933 If the user doesn't enter any data for path or revision fields in
934 certain SVN plugin dialogs, libsvn throws assertion failures and
935 kills Anjuta. To avoid this, the validity of path and revision
936 input data are checked before the command gets executed.
938 Fixes Bug #509510 - Check input of some dialogs to avoid termination
939 if user gives bad or no input
941 2008-01-16 Sébastien Granjoux <seb.sfo@free.fr>
943 * plugins/document-manager/anjuta-docman.c:
944 Fix #507627 memory tab stay active on debugger stop
945 Remove two unused variables due to the previous patch
947 2008-01-16 Johannes Schmid <jhs@gnome.org>
949 * libanjuta/anjuta-plugin-manager.c:
950 Fixed #508399 – When you enable a plugin, preferences don't show up
952 2008-01-16 Rob Bradford <rob@openedhand.com>
954 Reviewed by: Johannes Schmid <jhs@gnome.org>
956 * libanjuta/anjuta-preferences.c: (get_object_type_from_string),
957 (get_property_value_as_string), (set_property_value_as_string),
958 (register_callbacks):
959 * libanjuta/anjuta-preferences.h:
960 Add support for both file and folder preferences (originally only
961 folder choosers were supported. (Fixes bug: #508805.)
963 * plugins/file-manager/file-manager.glade:
964 Update the only in-tree use of the ANJUTA_PROPERTY_OBJECT_TYPE_FILE
967 2008-01-16 Johannes Schmid <jhs@gnome.org>
969 * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
971 * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
974 Fixed #509875 – The "Update globale tags" button wording is incorrect
975 Fixed #509873 – Build Autotools Preferences has excessive padding
976 Fixed #509872 – General Information labels are incorrectly aligned
977 Fixed #509871 – General preferences has incorrect use of colons
979 2008-01-16 Johannes Schmid <jhs@gnome.org>
981 * plugins/document-manager/anjuta-document-manager.glade:
982 * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
984 Fixed #509865 – Incorrect padding in the Documents settings tabs
985 Fixed #509867 – Create button contents is mis-aligned
986 Fixed #509869 – "Add Directory" button is not HIG complient
988 2008-01-16 Johannes Schmid <jhs@gnome.org>
990 * libanjuta/anjuta-preferences-dialog.c:
991 (anjuta_preferences_dialog_add_page):
993 Fix #509864 – No initial section selected when opening the Preferences dialog
995 2008-01-16 Johannes Schmid <jhs@gnome.org>
997 * plugins/gtodo/preferences.c: (pref_gconf_set_notifications):
998 Removed unused gconf_notifications
1000 * plugins/search/anjuta-search.glade:
1001 * plugins/subversion/anjuta-subversion.glade:
1002 * plugins/tools/anjuta-tools.glade:
1003 * src/anjuta-app.c: (anjuta_app_instance_init):
1005 Fixed various strings
1007 2008-01-15 Naba Kumar <naba@gnome.org>
1009 * plugins/editor/text_editor.c: (isavable_save_as): Correctly highlight
1010 newfile saved. Fixes bug #502322 - Highlight doesn't work on new
1013 * plugins/symbol-browser/an_symbol_view.c:
1014 (anjuta_symbol_view_workspace_update_file): Refresh the symbols for
1017 2008-01-15 Johannes Schmid <jhs@gnome.org>
1019 * libanjuta/anjuta-profile.c: (anjuta_profile_class_init),
1020 (anjuta_profile_add_plugins_from_xml):
1021 * plugins/file-manager/file-manager.glade:
1024 * libanjuta/interfaces/libanjuta.idl:
1027 * plugins/sourceview/Makefile.am:
1028 * plugins/sourceview/anjuta-editor-sourceview.glade:
1029 * plugins/sourceview/sourceview-print.c: (paginate), (draw_page),
1030 (end_print), (print_setup), (sourceview_print),
1031 (sourceview_print_preview):
1032 * plugins/sourceview/sourceview.c: (iprint_print),
1033 (iprint_print_preview):
1035 Added printing support to GtkSourceView editor
1037 2007-01-14 Tom <tpgww@onepost.net>
1039 reviewed by: Sébastien Granjoux <seb.sfo@free.fr>
1041 * plugins/document-manager/anjuta-docman.c:
1042 Fix two memory leaks added by the previous patch
1044 2008-01-14 Johannes Schmid <jhs@gnome.org>
1046 * plugins/sourceview/assist-tip.c: (assist_tip_move):
1047 * plugins/sourceview/assist-window.c: (assist_window_move):
1051 2008-01-14 Rob Bradford <rob@openedhand.com>
1053 * global-tags/Makefile.am:
1054 * global-tags/create_global_tags.sh.in:
1055 Install anjuta-tags binary into FHS policy compliant directory and
1056 update references. (Fixes bug: 509346.)
1058 2008-01-13 Naba Kumar <naba@gnome.org>
1060 Patch from: Ritesh Khadgaray
1061 * plugins/project-wizard/templates/gnome/src/Makefile.am.tpl:
1062 * plugins/project-wizard/templates/gtk/src/Makefile.am.tpl:
1063 Adds export-dynamic option to LDFLAGS to project template for libglade
1064 to work for autoconnect signals.
1066 2008-01-13 Sébastien Granjoux <seb.sfo@free.fr>
1068 * libanjuta/anjuta-utils.c:
1069 anjuta_util_get_real_path return a string that need to be freed
1070 with g_free even if PATH_MAX is not defined
1072 2008-01-13 Andre Klapper <a9016009@gmx.de>
1074 * manuals/anjuta-manual/Makefile.am: add forgotten Swedish entry
1077 2008-01-13 Sébastien Granjoux <seb.sfo@free.fr>
1079 * plugins/document-manager/anjuta-docman.c:
1080 Do not reopen file having escaped character (+,...) in path name
1082 2008-01-13 Naba Kumar <naba@gnome.org>
1084 * libanjuta/interfaces/libanjuta.idl:
1085 * plugins/class-gen/plugin.c: (cg_plugin_add_to_project):
1086 * plugins/project-manager/plugin.c: (iproject_manager_iface_init):
1087 Renamed IAnjutaProjectManager::add_source_multi() to more appropriate
1088 IAnjutaProjectManager::add_sources().
1090 * plugins/glade/plugin.c: (on_glade_resource_removed),
1091 (on_glade_resource_updated), (ifile_open), (iwizard_activate): Added
1092 stubs for handing resources in glade file.
1094 2008-01-13 Naba Kumar <naba@gnome.org>
1096 * libanjuta/anjuta-launcher.c: (is_password_prompt): Use const.
1098 * plugins/glade/plugin.c: (ifile_open): Select the first window
1099 in the glade project when it is first opened. Avoids empty glade
1100 document the first time.
1102 2008-01-12 Bolesław Kulbabiński <bolekk@gmail.com>
1104 Reviewed by: Johannes Schmid <jhs@gnome.org>
1106 * plugins/gtodo/callback.c: (remove_todo_item):
1107 Fix #507304 – crash in Anjuta IDE while removing done tasks
1109 2008-01-11 Sébastien Granjoux <seb.sfo@free.fr>
1111 * plugins/debug-manager/anjuta-debug-manager.ui,
1112 plugins/debug-manager/plugin.c,
1113 plugins/debug-manager/start.h,
1114 plugins/debug-manager/start.c:
1115 New menu item to add extra source directories for debugger
1117 === anjuta 2.3.2 ===
1119 2008-01-11 Bolesław Kulbabiński <bolekk@gmail.com>
1121 * plugins/gtodo/callback.c: (remove_todo_item):
1122 Fix #507304 – crash in Anjuta IDE while removing done tasks
1124 2008-01-11 Naba Kumar <naba@gnome.org>
1126 * configure.in: Bumped version to 2.3.2
1127 * NEWS: Updated for anjuta 2.3.2 release
1128 * plugins/build-basic-autotools/build-basic-autotools.c: It's 'make dist'
1131 2008-01-11 Johannes Schmid <jhs@gnome.org>
1133 * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
1135 Reverted accidently commited change
1137 * plugins/document-manager/anjuta-document-manager.glade:
1138 Fix Gtk-Critical because of broken glade file
1140 2008-01-11 Naba Kumar <naba@gnome.org>
1142 * plugins/glade/plugin.c: (on_document_destroy),
1143 (glade_plugin_add_project): Fixed a bug where when more than one
1144 glade document is open and one is closed, it closes all the glade
1145 documents. Also it might have fixed the bug where sometimes closing
1146 the glade document leaves glade widget tree unclosed.
1148 2008-01-11 Naba Kumar <naba@gnome.org>
1150 * libanjuta/Makefile.am: Install glade3 files in own prefix to
1151 prevent install errors when not installed as root (then the files
1152 are only useful when glade-3 is installed in the same prefix, but it
1153 doesn't harm anjuta runtime).
1155 * plugins/sourceview/sourceview.c: Commented use of a file
1156 not currently distributed.
1158 2008-01-10 Naba Kumar <naba@gnome.org>
1160 * po/POTFILES.skip: Added plugins/macro/macros.xml because there is
1161 nothing to translate in it.
1163 2008-01-10 Johannes Schmid <jhs@gnome.org>
1165 * plugins/project-wizard/templates/gnome.wiz:
1166 * plugins/project-wizard/templates/gnome/src/Makefile.am.tpl:
1167 * plugins/project-wizard/templates/gnome/src/main.c:
1168 * plugins/project-wizard/templates/translatable-strings.h:
1170 Fixed #508497 and added a new chooser to select whether to use
1173 2008-01-10 Johannes Schmid <jhs@gnome.org>
1175 Patch from Tom <tpgww@onepost.net>:
1177 * libanjuta/anjuta-utils.c: (anjuta_util_get_real_path),
1178 (anjuta_util_glist_path_dedup):
1179 * libanjuta/anjuta-utils.h:
1181 Give the method a proper prefixed name
1183 * plugins/document-manager/action-callbacks.c:
1184 (get_current_popup_active),
1185 (on_editor_command_select_all_activate),
1186 (on_editor_command_cut_activate),
1187 (on_editor_command_paste_activate),
1188 (on_editor_command_copy_activate),
1189 (on_editor_command_clear_activate), (on_show_search),
1190 (on_repeat_quicksearch):
1191 * plugins/document-manager/action-callbacks.h:
1192 * plugins/document-manager/anjuta-docman.c:
1193 (anjuta_docman_add_editor), (anjuta_docman_get_current_popup),
1194 (anjuta_docman_goto_file_line_mark),
1195 (anjuta_docman_get_full_filename):
1196 * plugins/document-manager/anjuta-docman.h:
1197 * plugins/document-manager/anjuta-document-manager.ui:
1198 * plugins/document-manager/plugin.c:
1199 (update_document_ui_interface_items):
1201 Better way to fix the popup-menu items (Cut/Copy/Paste)
1202 and various clean-ups.
1204 * plugins/document-manager/search-box.c: (on_document_changed),
1205 (search_box_fill_search_focus):
1206 * plugins/document-manager/search-box.h:
1207 * plugins/search/plugin.c:
1209 Add a menu item to repeat the quick search
1211 2008-01-10 Johannes Schmid <jhs@gnome.org>
1213 * plugins/language-support-cpp-java/cpp-java-assist.c:
1216 Fixed #508424 – Auto complete: previous char was removed when
1217 pre TAB to auto complete.
1219 2008-01-10 Johannes Schmid <jhs@gnome.org>
1221 Patch from: James Ligett:
1223 * plugins/profiler/gprof-call-graph-view.c:
1224 (gprof_call_graph_view_create_columns):
1225 * plugins/profiler/gprof-flat-profile-view.c:
1226 (gprof_flat_profile_view_create_columns):
1228 Fixed translation issues (#496833)
1230 2008-01-10 Johannes Schmid <jhs@gnome.org>
1232 Patch from Bolesław Kulbabiński <bolekk@gmail.com> (GHOP):
1234 * plugins/gtodo/gtodo.c: (category_manager_add_item):
1235 Fix #460390 – Changing categories while edinting something
1237 2008-01-09 Naba Kumar <naba@gnome.org>
1239 * libanjuta/anjuta-plugin-manager.c:
1240 (anjuta_plugin_manager_activate_plugins): Commented dead code and
1243 * libanjuta/anjuta-status.c: (anjuta_status_dispose): Fixes a memory
1244 corruption reported in bug #507491. Potentially fixes too.
1246 2008-01-09 Johannes Schmid <jhs@gnome.org>
1248 Patch from Bolesław Kulbabiński <<bolekk@gmail.com> (GHOP):
1250 * plugins/gtodo/mcategory.c: (category_manager_add_item):
1251 Fix bug #505205 completely
1253 * AUTHORS: Added Bolesław
1255 2008-01-08 Johannes Schmid <jhs@gnome.org>
1257 * plugins/document-manager/action-callbacks.c:
1258 (on_editor_command_cut_activate),
1259 (on_editor_command_paste_activate),
1260 (on_editor_command_copy_activate),
1261 (on_editor_command_clear_activate):
1263 Fixed editor popup menu (Cut, Copy, Paste)
1265 2008-01-08 Johannes Schmid <jhs@gnome.org>
1267 * plugins/sourceview/sourceview.c: (autodetect_language):
1268 Fixed a crash when creating a new file
1270 2008-01-08 Johannes Schmid <jhs@gnome.org>
1272 Patch by <bolekk@gmail.com> (GHOP Student)
1274 * plugins/gtodo/mcategory.c: (category_manager_add_item):
1277 2008-01-08 Naba Kumar <naba@gnome.org>
1279 * libanjuta/anjuta-plugin-handle.c: (anjuta_plugin_handle_new):
1280 * libanjuta/anjuta-plugin-manager.c:
1281 (anjuta_plugin_manager_select),
1282 (anjuta_plugin_manager_activate_plugins):
1283 * libanjuta/anjuta-profile.c: (anjuta_profile_to_xml):
1284 * plugins/file-loader/plugin.c: (sort_wizards), (open_with_dialog),
1285 (on_create_submenu), (create_open_with_submenu):
1286 * src/about.c: (on_about_plugin_activate),
1287 (about_create_plugins_submenu): Use translated version of get_string()
1288 API in AnjutaDescription for translatable properties. Fixes bug #496833
1291 2008-01-07 Johannes Schmid <jhs@gnome.org>
1293 * plugins/build-basic-autotools/executer.c: (execute_program):
1294 * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
1295 * plugins/debug-manager/anjuta-debug-manager.glade:
1296 * plugins/debug-manager/locals.c: (create_locals_gui):
1297 * plugins/file-loader/plugin.c: (on_create_submenu):
1298 * plugins/gtodo/main.h:
1299 * plugins/gtodo/preferences.c: (preferences_widget):
1300 * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
1301 * plugins/tools/anjuta-tools.glade:
1302 * plugins/tools/execute.c: (atp_output_context_print):
1305 Another bunch of i18n fixes (#496833)
1307 2008-01-07 Johannes Schmid <jhs@gnome.org>
1309 * plugins/build-basic-autotools/build-basic-autotools.c:
1310 (on_build_terminated):
1311 * plugins/gtodo/interface.c: (set_read_only):
1312 * plugins/project-manager/plugin.c: (confirm_removal),
1313 (on_popup_add_to_project):
1314 * plugins/subversion/anjuta-subversion.glade:
1315 * plugins/tools/execute.c: (atp_output_context_print_result):
1317 Fixed some strings from #496833
1319 2008-01-07 Johannes Schmid <jhs@gnome.org>
1321 * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
1322 * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin
1324 * plugins/language-support-cpp-java/plugin.c: (install_support),
1325 (uninstall_support), (ipreferences_merge), (ipreferences_unmerge):
1326 Added basic Vala support
1328 * plugins/sourceview/sourceview.c: (autodetect_language):
1329 Fixed mime-type detection
1331 2008-01-06 Massimo Cora' <maxcvs@email.it>
1333 Reviewed by: Johannes Schmid <jhs@gnome.org>
1335 * plugins/symbol-db/plugin.c: (on_global_treeview_row_collapsed),
1336 (value_removed_current_editor), (symbol_db_activate),
1337 (symbol_db_deactivate):
1338 * plugins/symbol-db/symbol-db-engine.c:
1339 (symbol_db_engine_get_global_members_filtered):
1340 * plugins/symbol-db/symbol-db-view.c:
1341 (do_add_child_symbol_to_view), (prepare_for_adding),
1342 (on_symbol_inserted), (sdb_view_row_expanded_idle_destroy),
1343 (sdb_view_row_expanded_idle), (sdb_view_namespace_row_expanded),
1344 (sdb_view_global_row_expanded), (sdb_view_vars_row_expanded),
1345 (symbol_db_view_row_expanded), (symbol_db_view_row_collapsed),
1346 (sdb_view_init), (sdb_view_finalize),
1347 (sdb_view_build_and_display_base_tree):
1348 * plugins/symbol-db/symbol-db-view.h:
1349 added controls to expand Global tab nodes in a non-freezing way.
1350 Fixed also some little bugs always on global-tab.
1352 2008-01-06 Naba Kumar <naba@gnome.org>
1354 Patches from James Liggett:
1355 * plugins/profiler/gprof-call-graph-view.c:
1356 (gprof_call_graph_view_create_columns):
1357 * plugins/profiler/gprof-flat-profile-view.c:
1358 (gprof_flat_profile_view_create_columns):
1359 * plugins/profiler/gprof-function-call-tree-view.c:
1360 (gprof_function_call_tree_view_create_columns): Made all
1361 of the columns resizable and reorderable.
1363 2008-01-06 Johannes Schmid <jhs@gnome.org>
1365 * libanjuta/anjuta-launcher.c: (anjuta_launcher_initialize),
1366 (anjuta_launcher_check_password_real),
1367 (anjuta_launcher_scan_output), (anjuta_launcher_scan_error),
1368 (anjuta_launcher_scan_pty),
1369 (anjuta_launcher_disable_password_check):
1370 * libanjuta/anjuta-launcher.h:
1371 Added disable_password_check for stream where it does not make sense
1372 (e.g symbol-db) and lots of DEBUG_PRINTS to better scope launcher errors
1373 that sometimes occur in symbol-db plugin
1375 * plugins/file-manager/file-model.c:
1376 (file_model_cancel_expand_idle):
1377 Fixed removing of idle source
1379 * plugins/sourceview/anjuta-view.c: (anjuta_view_set_colors):
1380 * plugins/sourceview/sourceview-prefs.c: (on_gconf_notify_color):
1382 Fixed #348854 – invisible cursor in certain themes
1384 2008-01-06 Naba Kumar <naba@gnome.org>
1386 * libanjuta/anjuta-preferences.c:
1387 (anjuta_preferences_register_property_custom): Fixed a crash bug on
1388 closing preferences dialog due to patch in bug #507300
1390 2008-01-06 Naba Kumar <naba@gnome.org>
1392 * plugins/language-support-cpp-java/cpp-java-assist.c:
1394 * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
1395 * plugins/search/search-replace_backend.c: (create_search_entries):
1396 Added missing unrefs.
1398 2008-01-06 Johannes Schmid <jhs@gnome.org>
1400 * plugins/debug-manager/variable.c: (get_hovered_word):
1401 Add a g_object_unref()
1403 * plugins/sourceview/sourceview.c: (ieditor_get_text_iter),
1404 (on_sourceview_hover_leave):
1405 Fixed hover and editor interface to make hover in debugger work
1407 2008-01-06 Naba Kumar <naba@gnome.org>
1409 * plugins/editor/text-editor.c: Whitespaces fixes.
1410 * plugins/language-manager/plugin.c: (ilanguage_get_from_string): Use
1411 DEBUG_PRINT instead of g_message.
1413 2008-01-06 Sébastien Granjoux <seb.sfo@free.fr>
1415 * plugins/debug-manager/breakpoints.c:
1416 Fix #507441: Disable all breakpoints doesn't work
1417 Fix #507444: Enable Breakpoint menu item doesn't change name
1419 2008-01-05 Naba Kumar <naba@gnome.org>
1421 * manuals/reference/libanjuta/libanjuta.types: Renamed
1422 IAnjutaVariableDebugger to IAnjutaDebuggerVariable to fix build error.
1424 2008-01-05 Sébastien Granjoux <seb.sfo@free.fr>
1426 * plugins/debug-manager/variable.c:
1427 Update variable display to use IAnjutaIterable instead of position
1429 * plugins/editor/text_editor_cbs.c,
1430 plugins/editor/text_editor.c:
1431 Fix Gtk critical warnings when a hover signal is emitted
1432 Fix get_text_iter in Scintilla (range should include last character)
1434 2008-01-05 Sébastien Granjoux <seb.sfo@free.fr>
1436 * plugins/debug-manager/debug_tree.c,
1437 plugins/debug-manager/debug_tree.h,
1438 plugins/debug-manager/watch.c,
1439 plugins/debug-manager/command.c,
1440 plugins/debug-manager/queue.c,
1441 plugins/gdb/plugin.c,
1442 plugins/gdb/debugger.c,
1443 plugins/gdb/debugger.h,
1444 libanjuta/interfaces/libanjuta.idl:
1445 Rename IAnjutaVariableDebugger to IAnjutaDebuggerVariable
1447 2008-01-05 Naba Kumar <naba@gnome.org>
1449 * plugins/valgrind/plugin.c: Removed stock icon open/save from
1450 menus to avoid conflict with file open/save. Fixes bug #507455
1452 2008-01-05 Johannes Schmid <jhs@gnome.org>
1455 Conditionally depend on gtksourceview2 >= 2.1.0
1457 * libanjuta/interfaces/libanjuta.idl:
1458 Update IAnjutaEditorSeletion and IAnjutaEditorHover to use
1459 iterators instead of positions
1461 * plugins/debug-manager/threads.c:
1462 Fixed a warnings by including gnome-vfs properly
1464 * plugins/debug-manager/variable.c: (get_hovered_word),
1466 Updated to changes in IAnjutaEditorHover/Selection
1468 * plugins/document-manager/action-callbacks.c:
1469 (on_editor_command_upper_case_activate),
1470 (on_editor_command_lower_case_activate):
1471 * plugins/document-manager/search-box.c: (on_incremental_search),
1472 (on_search_activated):
1473 * plugins/editor/text_editor.c: (itext_editor_get_text_iter),
1474 (itext_editor_erase), (itext_editor_iface_init), (iselection_set),
1475 (iselection_get_start), (iselection_get_end),
1476 (iselection_iface_init), (ihover_display), (ihover_iface_init):
1477 * plugins/editor/text_editor_cbs.c:
1478 (on_text_editor_scintilla_notify):
1480 Updated to changes in IAnjutaEditorHover/Selection and updated editor
1481 interface of scintilla editor.
1483 * plugins/language-manager/languages.xml:
1484 * plugins/language-manager/plugin.c:
1485 (ilanguage_get_from_mime_type), (ilanguage_get_from_string):
1486 Added chdr to C language files and some DEBUG_PRINTs
1488 * plugins/language-support-cpp-java/cpp-java-assist.c:
1490 * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
1491 * plugins/search/plugin.c: (find_incremental):
1492 * plugins/search/search-replace.c: (search_and_replace):
1493 * plugins/search/search-replace_backend.c: (create_search_entries):
1494 Adapted to changed interfaces
1496 * plugins/sourceview/Makefile.am:
1497 * plugins/sourceview/anjuta-document.c: (anjuta_document_init),
1498 (set_uri), (anjuta_document_save):
1499 * plugins/sourceview/anjuta-editor-sourceview.glade:
1500 * plugins/sourceview/anjuta-view.c: (anjuta_view_init),
1501 (anjuta_view_key_press_event):
1502 * plugins/sourceview/assist-tip.c: (assist_tip_set_tips):
1503 * plugins/sourceview/sourceview-cell.c:
1504 (sourceview_cell_instance_init), (sourceview_cell_finalize),
1505 (icell_get_line), (icell_get_attribute), (icell_iface_init):
1506 * plugins/sourceview/sourceview-prefs.c: (get_bool),
1507 (on_gconf_notify_disable_hilite), (on_gconf_notify_tab_size),
1508 (on_gconf_notify_indent_size), (on_gconf_notify_braces_check),
1509 (on_gconf_notify_view_marks), (on_gconf_notify_view_right_margin),
1510 (on_gconf_notify_right_margin_position), (sourceview_prefs_init):
1511 * plugins/sourceview/sourceview-private.h:
1512 * plugins/sourceview/sourceview.c: (on_assist_window_destroyed),
1513 (on_assist_tip_destroyed), (on_assist_chosen), (on_assist_cancel),
1514 (on_document_loaded), (sourceview_instance_init),
1515 (sourceview_dispose), (sourceview_finalize),
1516 (sourceview_create_markers), (sourceview_new),
1517 (ifile_savable_save), (ieditor_get_tab_size),
1518 (ieditor_set_tab_size), (ieditor_set_use_spaces),
1519 (ieditor_set_auto_indent), (ieditor_goto_line),
1520 (ieditor_get_text_iter), (ieditor_iface_init), (iselect_to_brace),
1521 (iselect_block), (iselect_set), (iselect_get_start),
1522 (iselect_get_end), (iselect_iface_init), (mark_real), (imark_mark),
1523 (imark_unmark), (imark_is_marker_set),
1524 (imark_location_from_handle), (imark_delete_all_markers),
1525 (ibookmark_toggle), (goto_bookmark), (ibookmark_first),
1526 (ibookmark_last), (ibookmark_next), (ibookmark_previous),
1527 (ibookmark_clear_all), (iprint_print), (iprint_print_preview),
1528 (ilanguage_get_supported_languages), (autodetect_language),
1529 (ilanguage_set_language), (iassist_show_tips),
1530 (on_sourceview_hover_leave), (on_sourceview_hover_over),
1531 (ihover_display), (ihover_iface_init):
1533 Use GtkSourceView 2.1.x:
1534 * New mark interface
1535 * Fixed #486724 and #488615
1536 * Implemented hover interface
1537 * Adapted to changed interfaces
1539 2008-01-04 Rob Bradford <rob@o-hand.com>
1541 Reviewed by Naba Kumar <naba@gnome.org>:
1542 * libanjuta/anjuta-preferences.c:
1543 (anjuta_preferences_register_property_custom):
1544 Unregister preferences for custom preferences when the widget is
1547 2008-01-03 Johannes Schmid <jhs@gnome.org>
1549 * plugins/file-manager/file-model.c: (file_model_row_expanded),
1550 (file_model_row_collapsed):
1551 Fixed the too method to take a correct data argument
1553 2008-01-02 Johannes Schmid <jhs@gnome.org>
1555 * plugins/document-manager/anjuta-docman.c:
1556 (anjuta_docman_add_document), (anjuta_docman_remove_document):
1557 ref and unref correctly to silence a Gtk+ critical
1559 2008-01-01 Johannes Schmid <jhs@gnome.org>
1561 * plugins/editor/text_editor.c: (itext_editor_get_text):
1562 Fixed #506740 – ianjuta_editor_get_text crash if request
1563 text past the buffer length
1565 2008-01-01 Sébastien Granjoux <seb.sfo@free.fr>
1567 * plugins/debug-manager/utilities.c,
1568 plugins/debug-manager/utilities.h,
1569 plugins/debug-manager/breakpoints.c:
1570 Move get_current_editor function in utilities.c
1572 * plugins/debug-manager/plugin.c,
1573 plugins/debug-manager/debug_tree.c,
1574 plugins/debug-manager/debug_tree.h,
1575 plugins/debug-manager/watch.c,
1576 plugins/debug-manager/watch.h,
1577 plugins/debug-manager/locals.c,
1578 plugins/debug-manager/locals.h,
1579 (added) plugins/debug-manager/variable.c,
1580 (added) plugins/debug-manager/variable.h,
1581 plugins/debug-manager/Makefile.am:
1582 Use hover interface to display variable value
1584 2007-12-31 Johannes Schmid <jhs@gnome.org>
1586 * libanjuta/Makefile.am:
1587 Only install glade catalog files if glade-3 is available
1588 (Fixes #506269 and #500296)
1590 2007-12-30 Johannes Schmid <jhs@gnome.org>
1592 * libanjuta/anjuta-preferences.c: (get_property_value_as_string),
1593 (set_property_value_as_string), (register_callbacks):
1595 Fixed GtkFileChooserButton preferences to also work when only the combo
1596 changes without a dialog being open.
1598 2007-12-29 Johannes Schmid <jhs@gnome.org>
1600 * plugins/editor/Makefile.am:
1601 Fixed #506266 – Attempting to build the scintilla plugin, even when explicitly disabled
1603 2007-12-29 Johannes Schmid <jhs@gnome.org>
1605 * plugins/devhelp/plugin.c: (devhelp_activate):
1606 Fixed #498986 - Anjuta-2.3.0 fails to build
1608 2007-12-29 Johannes Schmid <jhs@gnome.org>
1610 * plugins/debug-manager/breakpoints.c: (on_added_current_editor):
1611 * plugins/debug-manager/plugin.c:
1612 (on_run_to_cursor_action_activate):
1613 * plugins/document-manager/anjuta-docman.c:
1614 (anjuta_docman_goto_file_line_mark):
1615 * plugins/symbol-db/plugin.c: (value_added_current_editor),
1616 (value_removed_current_editor):
1618 Fixed IAnjutaEditor vs. IAnjutaDocument GTK+-Criticals. We should really rename
1619 all those to value_added_current_document...
1621 * plugins/editor/anjuta-editor-scintilla.glade:
1622 Fixed #505315 – anjuta hangs when going from editing a glade file to editing a c source file
1623 Remember to ALWAYS use for loops when iterating of a GList* as this is much more convinient!
1625 2007-12-28 Massimo Cora' <maxcvs@email.it>
1627 * plugins/symbol-db/plugin.c: (on_importing_project_end),
1628 (symbol_db_activate), (symbol_db_deactivate),
1629 (symbol_db_instance_init), (isymbol_manager_get_parents):
1630 * plugins/symbol-db/plugin.h:
1631 * plugins/symbol-db/symbol-db-engine-iterator-node.c:
1632 * plugins/symbol-db/symbol-db-engine.c:
1633 (symbol_db_engine_get_global_members_filtered):
1634 * plugins/symbol-db/symbol-db-view.c: (prepare_for_adding),
1635 (on_symbol_inserted):
1636 Filtered out static functions on global-tab. E.g. when flag
1637 is_file_scope = 1 we won't add entries there.
1638 Fixed a little bug on 'Global'->'Vars/Others' node too.
1640 2007-12-28 Johannes Schmid <jhs@gnome.org>
1642 * libanjuta/anjuta-launcher.c:
1643 Fixed a silly (and completely useless) memory corruption that probably
1644 only occured at a few race conditions though I wonder why it did not
1647 2007-12-28 Johannes Schmid <jhs@gnome.org>
1648 * plugins/cvs-plugin/cvs-execute.c: (on_cvs_mesg_parse):
1649 * plugins/debug-manager/plugin.c: (set_program_counter):
1650 * plugins/debug-manager/stack_trace.c: (on_stack_trace_updated):
1651 * plugins/debug-manager/start.c: (get_source_directories):
1652 * plugins/debug-manager/threads.c: (on_info_thread),
1654 * plugins/file-manager/file-model.c: (file_model_set_property):
1655 * plugins/file-manager/plugin.c: (file_manager_set_default_uri):
1656 * plugins/tools/editor.c: (on_editor_response):
1658 Use gnome_vfs_get_uri_from_local_path instead of g_strconcat where appropriate.
1660 * plugins/document-manager/plugin.c: (update_title),
1661 (value_added_project_root_uri):
1662 * plugins/document-manager/plugin.h:
1663 Shorten down the title bar if the current path is inside the opened project
1665 2007-12-28 Massimo Cora' <maxcvs@email.it>
1667 reviewed by: Johannes Schmid <jhs@gnome.org>
1669 * plugins/project-wizard/templates/java/project.anjuta:
1670 * plugins/project-wizard/templates/mkfile/project.anjuta:
1671 * plugins/project-wizard/templates/python/project.anjuta:
1672 Added attribute="Interfaces" and value="IAnjutaSymbolManager" to
1673 let new projects use new SymbolDB plugin.
1675 * plugins/symbol-browser/images/Makefile.am:
1676 added some images taken from MonoDevelop project.
1678 * plugins/symbol-db/plugin.c: (value_added_current_editor),
1679 (goto_file_line), (on_importing_project_end), (project_root_added),
1680 (on_session_load), (symbol_db_deactivate), (symbol_db_finalize),
1681 (isymbol_manager_search):
1682 Added project-updating feature when opening a project with some files
1683 modified externally [e.g. a svn up].
1685 * plugins/symbol-db/symbol-db-engine-iterator-node.c:
1686 (sdb_engine_iterator_node_instance_init),
1687 (sdb_engine_iterator_node_finalize),
1688 (symbol_db_engine_iterator_node_set_conversion_hash):
1689 * plugins/symbol-db/symbol-db-engine-iterator-node.h:
1690 * plugins/symbol-db/symbol-db-engine-iterator.c:
1691 (symbol_db_engine_iterator_new):
1692 * plugins/symbol-db/symbol-db-engine-iterator.h:
1693 Moved Hash table initialization into the engine. This proxies and
1694 speeds up the process of creation and iteration of a GdaDataModel.
1696 * plugins/symbol-db/symbol-db-engine.c:
1697 (sdb_engine_ctags_output_thread),
1698 (sdb_engine_timeout_trigger_signals), (sdb_engine_thread_monitor),
1699 (sdb_engine_scan_files_1), (sdb_engine_init),
1700 (sdb_engine_unlink_shared_files), (sdb_engine_finalize),
1701 (symbol_db_engine_add_new_workspace),
1702 (symbol_db_engine_add_new_project), (sdb_engine_add_new_file),
1703 (sdb_engine_update_file), (on_scan_update_files_symbols_end),
1704 (symbol_db_engine_get_sym_type_conversion_hash),
1705 (symbol_db_engine_update_files_symbols),
1706 (symbol_db_engine_update_project_symbols),
1707 (symbol_db_engine_update_buffer_symbols),
1708 (symbol_db_engine_get_class_parents),
1709 (symbol_db_engine_get_global_members_filtered),
1710 (symbol_db_engine_get_scope_members_by_symbol_id_filtered),
1711 (symbol_db_engine_get_scope_members_by_symbol_id),
1712 (symbol_db_engine_get_scope_members),
1713 (symbol_db_engine_get_current_scope),
1714 (symbol_db_engine_get_file_symbols),
1715 (symbol_db_engine_get_symbol_info_by_id),
1716 (symbol_db_engine_find_symbol_by_name_pattern),
1717 (symbol_db_engine_get_parent_scope_id_by_symbol_id):
1718 * plugins/symbol-db/symbol-db-engine.h:
1719 * plugins/symbol-db/symbol-db-view-locals.c:
1720 (sdb_view_locals_get_iter_from_row_ref),
1721 (symbol_db_view_locals_clear_cache), (do_add_child_symbol_to_view),
1722 (traverse_on_scan_end), (on_scan_end), (on_symbol_removed),
1723 (on_symbol_inserted), (symbol_db_view_locals_update_list):
1724 Changes on some queries fuctions and some fixes. Added *_filtered
1727 * plugins/symbol-db/symbol-db-view.c:
1728 (do_add_child_symbol_to_view), (add_new_waiting_for),
1729 (prepare_for_adding), (on_symbol_inserted),
1730 (do_recurse_subtree_and_remove), (on_symbol_removed),
1731 (sdb_view_do_add_hidden_dummy_child),
1732 (sdb_view_namespace_row_expanded), (sdb_view_global_row_expanded),
1733 (sdb_view_vars_row_expanded), (symbol_db_view_row_expanded),
1734 (sdb_view_locals_create_new_store), (sdb_view_init),
1735 (sdb_view_finalize), (sdb_view_class_init),
1736 (symbol_db_view_get_type), (sdb_view_load_symbol_pixbufs),
1737 (symbol_db_view_get_pixbuf),
1738 (sdb_view_build_and_display_base_tree), (symbol_db_view_open):
1739 New display for global tags. This is the definitive version, bugs apart.
1741 * plugins/symbol-db/tables.sql:
1744 2007-12-27 Naba Kumar <naba@gnome.org>
1746 * libanjuta/interfaces/libanjuta.idl:
1747 * plugins/editor/aneditor-priv.h:
1748 * plugins/editor/aneditor.cxx:
1749 * plugins/editor/text_editor.c: (text_editor_instance_init),
1750 (text_editor_show_hover_tip), (text_editor_hide_hover_tip),
1751 (ihover_display), (ihover_set_timeout), (ihover_iface_init):
1752 * plugins/editor/text_editor.h:
1753 * plugins/editor/text_editor_cbs.c:
1754 (on_text_editor_scintilla_notify):
1756 Implemented IAnjutaEditorHover interface in scintilla editor. Disabled
1757 related code in AnEditor. Fixed some compilation warnings.
1759 2007-12-26 Naba Kumar <naba@gnome.org>
1761 * Changelog: Fixed indentation.
1763 2007-12-25 Naba Kumar <naba@gnome.org>
1765 * plugins/editor/Makefile.am:
1766 * plugins/editor/editor.glade:
1767 * plugins/editor/plugin.c:
1768 * plugins/editor/style-editor.c:
1769 * plugins/sourceview/Makefile.am:
1770 * plugins/sourceview/plugin.c:
1771 * plugins/sourceview/sourceview.glade:
1772 * plugins/valgrind/Makefile.am:
1774 Renamed glade files to anjuta-editor-* to give name space for the
1775 schema files (because they are installed in system directory).
1777 * scripts/build-schemas.mk: Install the schemas files also (need for
1778 binary package installation/uninstallation).
1780 2007-12-25 Johannes Schmid <jhs@gnome.org>
1782 * plugins/language-support-cpp-java/plugin.c:
1783 (set_indentation_param_vim):
1785 Support some more vim modeline commands and shortcuts (#504331)
1787 2007-12-25 Johannes Schmid <jhs@gnome.org>
1789 Patches from James Liggett:
1790 * libanjuta/anjuta-vcs-status-tree-view.c: (path_sort),
1791 (anjuta_vcs_status_tree_view_init):
1792 * plugins/subversion/subversion-commit-dialog.c:
1793 (subversion_commit_dialog):
1794 * plugins/subversion/subversion-diff-dialog.c:
1795 (on_subversion_diff_response):
1796 * plugins/subversion/subversion-log-dialog.c:
1797 (on_log_view_selected_button_clicked),
1798 (on_log_diff_selected_button_clicked),
1799 (on_log_diff_previous_button_clicked):
1800 * plugins/subversion/subversion-resolve-dialog.c:
1801 (subversion_resolve_dialog):
1802 * plugins/subversion/subversion-revert-dialog.c:
1803 (subversion_revert_dialog):
1804 * plugins/subversion/subversion-ui-utils.c: (stop_pulse_timer),
1805 (pulse_progress_bar), (hide_pulse_progress_bar),
1806 (disconnect_data_arrived_signals),
1807 (cancel_data_arrived_signal_disconnect):
1808 * plugins/subversion/subversion-ui-utils.h:
1810 #504818 – Some signals/timeouts should be disconnected when dialogs are closed
1811 #505237 – Sort list of modified files
1813 2007-12-24 Sébastien Granjoux <seb.sfo@free.fr>
1815 * plugins/gdb/debugger.c:
1816 Fix bug #491301: Inspecting a variable opens a bad focus dialog
1818 2007-12-23 Johannes Schmid <jhs@gnome.org>
1820 * plugins/language-support-cpp-java/plugin.c:
1821 (set_indentation_param_emacs), (set_indentation_param_vim),
1822 (parse_mode_line_emacs), (parse_mode_line_vim),
1823 (extract_mode_line), (initialize_indentation_params):
1825 Added (basic) support for vim modelines (#504331)
1827 * plugins/message-view/message-view.c: (message_view_next),
1828 (message_view_previous):
1830 Fixed next/previous message
1832 2007-12-23 Johannes Schmid <jhs@gnome.org>
1834 * libanjuta/anjuta-ui.h:
1835 Check for != NULL before unref'ing pixbuf (related to #497878)
1837 * plugins/devhelp/plugin.c: (register_stock_icons):
1838 * plugins/document-manager/anjuta-docman.c:
1839 (anjuta_docman_add_document):
1840 * plugins/glade/plugin.c: (on_close_activated),
1841 (register_stock_icons), (on_session_save),
1842 (glade_plugin_add_project):
1844 Fixed bugs #497878 crash when double clicking on project->/->src->glade/gtk-foobar.glade
1845 and #503719 Opening and closing .glade files plays badly with docman (Patch from Tom)
1847 * plugins/language-support-cpp-java/plugin.c:
1848 (register_stock_icons):
1849 Fixed stock icon registration macros
1851 2007-12-23 Johannes Schmid <jhs@gnome.org>
1853 * global-tags/Makefile.am:
1854 * launcher/Makefile.am:
1855 * libanjuta/Makefile.am:
1856 * libegg/Makefile.am:
1857 * manuals/anjuta-faqs/Makefile.am:
1858 * manuals/anjuta-manual/Makefile.am:
1859 * manuals/reference/libanjuta/Makefile.am:
1860 * plugins/build-basic-autotools/Makefile.am:
1861 * plugins/class-gen/Makefile.am:
1862 * plugins/class-inheritance/Makefile.am:
1863 * plugins/cvs-plugin/Makefile.am:
1864 * plugins/debug-manager/Makefile.am:
1865 * plugins/devhelp/Makefile.am:
1866 * plugins/document-manager/Makefile.am:
1867 * plugins/editor/Makefile.am:
1868 * plugins/editor/scintilla/Makefile.am:
1869 * plugins/editor/scintilla/include/Makefile.am:
1870 * plugins/file-loader/Makefile.am:
1871 * plugins/file-manager/Makefile.am:
1872 * plugins/file-wizard/Makefile.am:
1873 * plugins/gdb/Makefile.am:
1874 * plugins/glade/Makefile.am:
1875 * plugins/gtodo/Makefile.am:
1876 * plugins/gvim/Makefile.am:
1877 * plugins/indent/Makefile.am:
1878 * plugins/language-manager/Makefile.am:
1879 * plugins/language-support-cpp-java/Makefile.am:
1880 * plugins/macro/Makefile.am:
1881 * plugins/message-view/Makefile.am:
1882 * plugins/patch/Makefile.am:
1883 * plugins/profiler/Makefile.am:
1884 * plugins/project-import/Makefile.am:
1885 * plugins/project-manager/Makefile.am:
1886 * plugins/project-wizard/Makefile.am:
1887 * plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl:
1888 * plugins/project-wizard/templates/cpp/src/Makefile.am.tpl:
1889 * plugins/project-wizard/templates/gnome/src/Makefile.am.tpl:
1890 * plugins/project-wizard/templates/gtk/src/Makefile.am.tpl:
1891 * plugins/project-wizard/templates/gtkmm/src/Makefile.am.tpl:
1892 * plugins/project-wizard/templates/minimal/Makefile.am.tpl:
1893 * plugins/project-wizard/templates/sdl/src/Makefile.am.tpl:
1894 * plugins/project-wizard/templates/wxwin/src/Makefile.am.tpl:
1895 * plugins/project-wizard/templates/xlib-dock/src/Makefile.am.tpl:
1896 * plugins/project-wizard/templates/xlib/src/Makefile.am.tpl:
1897 * plugins/sample1/Makefile.am:
1898 * plugins/search/Makefile.am:
1899 * plugins/sourceview/Makefile.am:
1900 * plugins/subversion/Makefile.am:
1901 * plugins/symbol-browser/Makefile.am:
1902 * plugins/symbol-db/Makefile.am:
1903 * plugins/symbol-db/test/Makefile.am:
1904 * plugins/terminal/Makefile.am:
1905 * plugins/tools/Makefile.am:
1906 * plugins/valgrind/Makefile.am:
1908 * tagmanager/Makefile.am:
1910 Replaces the deprecated "INCLUDES" in all Makefile.am's with
1911 the correct "AM_CPPFLAGS" preprocessor flags keyword. Also fixes some
1912 warnings from illigel C++ compiler flags.
1914 2007-12-23 Johannes Schmid <jhs@gnome.org>
1916 Patch from Tom <tpgww@onepost.net>:
1918 * plugins/document-manager/anjuta-docman.c:
1919 (on_notebook_tab_btnpress), (on_notebook_tab_btnrelease),
1920 (anjuta_docman_compare_pages), (anjuta_docman_sort_pagelist),
1921 (anjuta_docman_instance_init), (on_notebook_switch_page),
1922 (anjuta_docman_grab_text_focus):
1923 * plugins/document-manager/plugin.c: (on_document_added),
1924 (on_window_key_press_event), (on_window_key_release_event):
1926 Some more document-manager code cleanups and fixes.
1928 2007-12-23 Massimo Cora' <maxcvs@email.it>
1930 * plugins/symbol-db/plugin.c: (register_stock_icons),
1931 (value_added_current_editor), (value_removed_current_editor),
1932 (on_importing_project_end), (project_root_removed):
1933 added controls to clean/populate GtkTreeView(s) on projects unload/load.
1935 * plugins/symbol-db/symbol-db-engine.c: (sdb_engine_finalize),
1936 (symbol_db_engine_get_file_db_path):
1937 fixed a useless warning.
1939 * plugins/symbol-db/symbol-db-view-locals.c:
1940 (traverse_free_waiting_for), (file_view_status_destroy),
1941 (sdb_view_locals_create_new_store), (traverse_files_view_status),
1942 (symbol_db_view_locals_clear_cache), (sdb_view_locals_init),
1943 (sdb_view_locals_finalize), (on_symbol_inserted),
1944 (symbol_db_view_locals_recv_signals_from_engine),
1945 (symbol_db_view_locals_update_list):
1946 more speed on editors switching. GtkTreeStore caching method implemented.
1947 Fixed compiler warnings and a little memory leak.
1949 * plugins/symbol-db/symbol-db-view-locals.h:
1950 * plugins/symbol-db/symbol-db-view.c: (gtree_compare_func),
1951 (traverse_free_waiting_for), (symbol_db_view_clear_cache),
1952 (on_scan_end), (on_symbol_inserted),
1953 (sdb_view_locals_create_new_store), (sdb_view_init),
1954 (sdb_view_finalize), (symbol_db_view_new), (symbol_db_view_open):
1955 * plugins/symbol-db/symbol-db-view.h:
1956 fixed some crashers. Now project loading/populating should be quite quick.
1958 2007-12-22 Sébastien Granjoux <seb.sfo@free.fr>
1960 * plugins/debug-manager/command.c,
1961 plugins/debug-manager/queue.c:
1962 Take care of command return value (FALSE is an error)
1964 2007-12-22 Sébastien Granjoux <seb.sfo@free.fr>
1966 * plugins/debug-manager/anjuta-debug-manager.glade,
1967 plugins/debug-manager/breakpoints.c:
1968 Remove address, condition and pass breakpoint column if not supported
1969 Fix clear all remove_all to avoid an endless loop if a breakpoint
1972 2007-12-17 Johannes Schmid <jhs@gnome.org>
1974 Patch from Tom <tpgww@onepost.net> (with some changes):
1976 * plugins/document-manager/action-callbacks.c: (on_open_activate),
1977 (on_save_as_activate), (on_save_all_activate),
1978 (on_close_file_activate), (on_close_all_file_activate),
1979 (on_reload_file_activate), (on_editor_command_clear_activate),
1980 (on_transform_eolchars1_activate), (on_comment_block),
1981 (on_comment_box), (on_comment_stream), (on_goto_line_no1_activate),
1982 (on_goto_block_start1_activate), (on_goto_block_end1_activate),
1983 (on_editor_linenos1_activate), (on_editor_markers1_activate),
1984 (on_editor_codefold1_activate), (on_editor_indentguides1_activate),
1985 (on_editor_whitespaces1_activate), (on_editor_eolchars1_activate),
1986 (on_editor_linewrap1_activate), (on_zoom_in_text_activate),
1987 (on_zoom_out_text_activate):
1988 * plugins/document-manager/action-callbacks.h:
1989 * plugins/document-manager/anjuta-docman.c:
1990 (on_notebook_page_close_button_click),
1991 (on_notebook_page_close_button_enter),
1992 (on_notebook_page_close_button_leave),
1993 (on_notebook_tab_btnrelease), (on_notebook_page_reordered),
1994 (anjuta_docman_page_init), (anjuta_docman_page_new),
1995 (on_open_filesel_response), (create_file_open_dialog_gui),
1996 (anjuta_docman_save_document_as), (anjuta_docman_dispose),
1997 (anjuta_docman_instance_init), (on_notebook_switch_page),
1998 (on_document_destroy), (anjuta_docman_add_editor),
1999 (anjuta_docman_add_document), (anjuta_docman_remove_document),
2000 (anjuta_docman_set_current_document),
2001 (anjuta_docman_goto_file_line_mark), (get_real_path),
2002 (anjuta_docman_get_full_filename),
2003 (anjuta_docman_delete_all_markers),
2004 (anjuta_docman_delete_all_indicators),
2005 (anjuta_docman_save_file_if_modified), (anjuta_docman_reload_file),
2006 (anjuta_docman_order_tabs):
2007 * plugins/document-manager/anjuta-docman.h:
2008 * plugins/document-manager/file_history.c: (an_hist_file_new),
2009 (an_file_history_push), (an_file_history_dump):
2010 * plugins/document-manager/file_history.h:
2011 * plugins/document-manager/plugin.c: (update_title),
2012 (value_removed_project_root_uri),
2013 (update_document_ui_interface_items), (menu_name_compare),
2014 (on_document_added), (on_document_changed),
2015 (on_window_key_press_event), (on_window_key_release_event),
2017 * plugins/document-manager/search-box.c: (on_document_changed),
2018 (on_goto_activated), (search_box_init), (search_box_new):
2019 * plugins/document-manager/search-box.h:
2021 Yet more code cleanups
2022 Save glade files correctly in session
2023 Use new tooltip API if available
2024 Sort notebook pages when session is restored (needs work)
2026 2007-12-16 Johannes Schmid <jhs@gnome.org>
2028 * plugins/document-manager/anjuta-docman.c:
2029 (anjuta_docman_add_document):
2031 Present correct widget with anjuta_shell_present_widget(). This got wrong when
2032 the new search bar was introduced.
2034 2007-12-12 Johannes Schmid <jhs@gnome.org>
2036 Patch from Tom <tpgww@onepost.net>:
2037 (#485233 – another bunch of docman cleanups)
2039 * libanjuta/interfaces/libanjuta.idl:
2040 * plugins/document-manager/action-callbacks.c:
2041 (get_current_document), (get_current_focus_widget),
2042 (on_save_activate), (on_save_as_activate), (on_save_all_activate),
2043 (on_close_file_activate), (on_close_all_file_activate),
2044 (on_reload_file_activate), (on_print_activate),
2045 (on_print_preview_activate),
2046 (on_editor_command_upper_case_activate),
2047 (on_editor_command_lower_case_activate),
2048 (on_editor_command_eol_crlf_activate),
2049 (on_editor_command_eol_lf_activate),
2050 (on_editor_command_eol_cr_activate),
2051 (on_editor_command_select_all_activate),
2052 (on_editor_command_select_to_brace_activate),
2053 (on_editor_command_select_block_activate),
2054 (on_editor_command_match_brace_activate),
2055 (on_editor_command_undo_activate),
2056 (on_editor_command_redo_activate),
2057 (on_editor_command_cut_activate),
2058 (on_editor_command_paste_activate),
2059 (on_editor_command_copy_activate),
2060 (on_editor_command_clear_activate),
2061 (on_editor_command_close_folds_all_activate),
2062 (on_editor_command_open_folds_all_activate),
2063 (on_editor_command_toggle_fold_activate),
2064 (on_editor_command_bookmark_toggle_activate),
2065 (on_editor_command_bookmark_first_activate),
2066 (on_editor_command_bookmark_next_activate),
2067 (on_editor_command_bookmark_prev_activate),
2068 (on_editor_command_bookmark_last_activate),
2069 (on_editor_command_bookmark_clear_activate),
2070 (on_transform_eolchars1_activate), (on_comment_block),
2071 (on_comment_box), (on_comment_stream),
2072 (on_goto_block_start1_activate), (on_goto_block_end1_activate),
2073 (on_zoom_in_text_activate), (on_zoom_out_text_activate),
2074 (on_force_hilite_activate), (on_swap_activate),
2075 (on_editor_add_view_activate), (on_editor_remove_view_activate):
2076 * plugins/document-manager/action-callbacks.h:
2077 * plugins/document-manager/anjuta-docman.c:
2078 (on_notebook_page_close_button_click),
2079 (on_notebook_page_close_button_enter),
2080 (on_notebook_page_close_button_leave), (on_notebook_tab_btnpress),
2081 (on_notebook_tab_btnrelease), (anjuta_docman_page_setup),
2082 (anjuta_docman_page_new), (anjuta_docman_page_destroy),
2083 (on_open_filesel_response), (anjuta_docman_open_file),
2084 (anjuta_docman_save_document_as), (anjuta_docman_save_document),
2085 (anjuta_docman_dispose), (anjuta_docman_instance_init),
2086 (anjuta_docman_class_init), (anjuta_docman_new),
2087 (on_notebook_switch_page), (on_document_save_point),
2088 (on_document_destroy), (anjuta_docman_add_editor),
2089 (anjuta_docman_add_document), (anjuta_docman_remove_document),
2090 (anjuta_docman_set_popup_menu),
2091 (anjuta_docman_get_current_focus_widget),
2092 (anjuta_docman_get_page_for_document),
2093 (anjuta_docman_get_current_document),
2094 (anjuta_docman_set_current_document),
2095 (anjuta_docman_goto_file_line),
2096 (anjuta_docman_goto_file_line_mark),
2097 (anjuta_docman_get_full_filename),
2098 (anjuta_docman_present_notebook_page),
2099 (anjuta_docman_update_page_label),
2100 (anjuta_docman_delete_all_markers),
2101 (anjuta_docman_delete_all_indicators),
2102 (anjuta_docman_save_file_if_modified), (anjuta_docman_reload_file),
2103 (do_ordertab1), (anjuta_docman_order_tabs),
2104 (anjuta_docman_set_editor_properties),
2105 (anjuta_docman_get_document_for_path),
2106 (anjuta_docman_get_all_doc_widgets):
2107 * plugins/document-manager/anjuta-docman.h:
2108 * plugins/document-manager/editor-tooltips.c:
2109 * plugins/document-manager/plugin.c: (update_title),
2110 (update_document_ui_enable_all), (update_document_ui_disable_all),
2111 (update_document_ui_save_items),
2112 (update_document_ui_interface_items), (update_document_ui),
2113 (on_document_update_save_ui), (update_status),
2114 (on_document_update_ui), (on_document_added),
2115 (on_document_changed), (on_session_save), (on_save_prompt),
2116 (on_docman_auto_save), (on_gconf_notify_timer):
2117 * plugins/document-manager/search-box.c: (on_document_changed),
2118 (search_box_new), (search_box_grab_line_focus):
2119 * plugins/glade/plugin.c: (ifile_open):
2120 * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
2121 * plugins/search/search-replace_backend.c: (create_search_entries):
2122 * plugins/sourceview/anjuta-document.c: (set_uri),
2123 (anjuta_document_save):
2124 * plugins/sourceview/sourceview.c: (ifile_savable_save):
2125 * plugins/tools/editor.c: (on_editor_response):
2127 The patch renames most stuff from "editor" or "te" to "doc where appropriate.
2128 It fixes some issues with session handling and several memory lacks.
2129 Gtk 2.12 Tooltip API is used if available.
2131 2007-12-10 Sébastien Granjoux <seb.sfo@free.fr>
2133 * plugins/debug-manager/disassemble.c,
2134 plugins/debug-manager/disassemble.h,
2135 plugins/debug-manager/command.c,
2136 plugins/debug-manager/command.h,
2137 plugins/debug-manager/plugin.c
2138 plugins/debug-manager/sparse_view.c,
2139 plugins/debug-manager/sparse_view.h,
2140 plugins/gdb/plugin.c,
2141 plugins/gdb/debugger.c,
2142 plugins/gdb/debugger.h,
2143 libanjuta/interfaces/libanjuta.idl:
2144 Fix bug #502533: Implement assembler step
2146 * plugins/debug-manager/breakpoints.c:
2147 Do not save temporary breakpoints
2149 * plugins/debug-manager/stack_trace.c:
2150 Fix a crash when a stack command is cancelled
2152 2007-12-09 Sébastien Granjoux <seb.sfo@free.fr>
2154 * plugins/debug-manager/plugin.c,
2155 plugins/debug-manager/breakpoints.c,
2156 plugins/debug-manager/breakpoints.h:
2157 Fix bug #488732: Breakpoint on delete lines
2158 Breakpoints are now linked to their position in editor
2160 * plugins/gdb/debugger.c:
2161 Fix removing condition on breakpoint
2163 2007-12-07 Sébastien Granjoux <seb.sfo@free.fr>
2165 * plugins/debug-manager/anjuta-debug-manager.glade,
2166 plugins/debug-manager/start.c,
2167 plugins/gdb/plugin.c,
2168 plugins/gdb/debugger.c,
2169 plugins/gdb/debugger.h,
2170 libanjuta/interfaces/libanjuta.idl:
2171 Fix bug #481366: Do not stop at the beginning of the program
2173 * plugins/debug-manager/command.c,
2174 plugins/debug-manager/command.h,
2175 plugins/debug-manager/breakpoints.c,
2176 plugins/debug-manager/queue.c,
2177 plugins/debug-manager/queue.h:
2178 Fix a bug remove all breakpoints was not working due to latest changes
2179 Setting breakpoints is disabled when program is running
2181 2007-12-04 Sébastien Granjoux <seb.sfo@free.fr>
2183 * plugins/debug-manager/queue.c,
2184 plugins/gdb/plugin.c:
2185 Fix bug #501469: Crash if mime_type is unknown
2187 2007-12-01 Massimo Cora' <maxcvs@email.it>
2189 * plugins/symbol-db/plugin.c: (on_editor_destroy),
2190 (on_editor_update_ui), (on_single_file_scan_end),
2191 (on_importing_project_end), (project_root_added),
2192 (on_session_load), (symbol_db_activate), (symbol_db_instance_init):
2193 * plugins/symbol-db/plugin.h:
2194 show on status bar files being scanned.
2196 * plugins/symbol-db/symbol-db-engine.c:
2197 (sdb_engine_get_query_by_id), (sdb_engine_populate_db_by_tags),
2198 (sdb_engine_ctags_output_thread),
2199 (sdb_engine_timeout_trigger_signals), (sdb_engine_thread_monitor),
2200 (sdb_engine_ctags_output_callback_1), (sdb_engine_scan_files_1),
2201 (sdb_engine_init), (sdb_engine_finalize), (sdb_engine_class_init),
2202 (sdb_engine_connect_to_db), (symbol_db_engine_db_exists),
2203 (sdb_engine_get_table_id_by_unique_name2),
2204 (symbol_db_engine_open_project),
2205 (sdb_engine_prepare_executing_commands),
2206 (symbol_db_engine_add_new_files), (sdb_engine_add_new_sym_type),
2207 (sdb_engine_add_new_scope_definition), (sdb_engine_add_new_symbol),
2208 (sdb_engine_detects_removed_ids),
2209 (symbol_db_engine_get_class_parents),
2210 (symbol_db_engine_get_global_members),
2211 (symbol_db_engine_get_scope_members_by_symbol_id),
2212 (symbol_db_engine_get_scope_members),
2213 (symbol_db_engine_get_current_scope),
2214 (symbol_db_engine_get_file_symbols),
2215 (symbol_db_engine_get_symbol_info_by_id),
2216 (symbol_db_engine_get_full_local_path),
2217 (symbol_db_engine_find_symbol_by_name_pattern),
2218 (symbol_db_engine_get_parent_scope_id_by_symbol_id):
2219 * plugins/symbol-db/symbol-db-engine.h:
2220 * plugins/symbol-db/symbol-db-view-locals.c:
2221 (sdb_view_locals_init), (traverse_free_waiting_for), (on_scan_end),
2222 (symbol_db_view_locals_recv_signals_from_engine),
2223 (symbol_db_view_locals_update_list):
2224 * plugins/symbol-db/symbol-db-view-locals.h:
2225 * plugins/symbol-db/symbol-db-view.c: (traverse_free_waiting_for),
2226 (on_scan_end), (trigger_on_symbol_inserted), (add_new_waiting_for),
2227 (prepare_for_adding), (on_symbol_inserted), (sdb_view_init),
2228 (symbol_db_view_recv_signals_from_engine), (symbol_db_view_open):
2229 * plugins/symbol-db/symbol-db-view.h:
2230 Added g_thread architecture to scan in background. With this you
2231 can use Anjuta's GUI without freezing.
2232 Improved insertion speed by using a paradigm like 'insert' and 'check'
2233 replacing a 'check' and 'insert' one. This has been done for tables
2234 like symbol, scope, sym_type.
2237 * plugins/symbol-db/tables.sql:
2238 * plugins/symbol-db/test/main.c: (get_global_members), (main),
2239 (thread), (print_message), (bastard_thread), (idle_signals):
2240 fixed a typo on tables that broke sql triggers.
2242 === anjuta 2.3.1 ===
2244 2007-12-02 Naba Kumar <naba.kumar@gnome.org>
2246 * NEWS, AUTHORS: Updated.
2247 * src/Makefile.am: Fixed make distcheck
2249 Patch from Yang Hong:
2250 * plugins/file-manager/file-manager.glade: Fixed file chooser
2251 size in file-manager preferences.
2253 2007-12-02 Naba Kumar <naba.kumar@gnome.org>
2255 * NEWS: Updated for 2.3.1 development release
2256 * configure.in: Bumped version to 2.3.1
2258 2007-12-01 Sébastien Granjoux <seb.sfo@free.fr>
2260 * plugins/debug-manager/threads.c,
2261 plugins/debug-manager/disassemble.c,
2262 plugins/debug-manager/watch.c,
2263 plugins/debug-manager/registers.c,
2264 plugins/debug-manager/locals.c,
2265 plugins/debug-manager/breakpoints.c,
2266 plugins/debug-manager/stack_trace.c,
2267 plugins/debug-manager/command.c,
2268 plugins/debug-manager/command.h,
2269 plugins/debug-manager/queue.c,
2270 libanjuta/interfaces/libanjuta.idl:
2271 Use different signals in IAnjutaDebugManager and IAnjutaDebugger
2272 Document IAnjutaDebugManager signals
2273 Generate new signals in queue.c
2274 Use new signals in other files
2276 2007-11-30 <genbell@tiscali.it>
2278 reviewed by: Sébastien Granjoux <seb.sfo@free.fr>
2280 * plugins/gdb/Makefile.am:
2283 2007-11-29 Sébastien Granjoux <seb.sfo@free.fr>
2285 * plugins/tools/variable.c:
2286 Fix a bug added in the previous patch (it is not a leak)
2288 2007-11-29 Sébastien Granjoux <seb.sfo@free.fr>
2290 * plugins/project-wizard/druid.c,
2291 plugins/project-wizard/templates/terminal.wiz,
2292 plugins/project-wizard/templates/xlib-dock.wiz,
2293 plugins/project-wizard/templates/wxwin.wiz,
2294 plugins/project-wizard/templates/java.wiz,
2295 plugins/project-wizard/templates/gnome.wiz,
2296 plugins/project-wizard/templates/anjuta-plugin.wiz,
2297 plugins/project-wizard/templates/gtkmm.wiz,
2298 plugins/project-wizard/templates/python.wiz,
2299 plugins/project-wizard/templates/cpp.wiz,
2300 plugins/project-wizard/templates/sdl.wiz,
2301 plugins/project-wizard/templates/gtk.wiz,
2302 plugins/project-wizard/templates/minimal.wiz,
2303 plugins/project-wizard/templates/xlib.wiz,
2304 plugins/project-wizard/templates/gcj.wiz,
2305 plugins/project-wizard/templates/translatable-strings.h,
2306 plugins/project-import/project-import.c:
2307 Partial Fix translation bugs #496833 comment 4,7,8,9,10,11
2309 2007-11-27 Sébastien Granjoux <seb.sfo@free.fr>
2311 * plugins/debug-manager/threads.c,
2312 plugins/debug-manager/disassemble.c,
2313 plugins/debug-manager/watch.c,
2314 plugins/debug-manager/registers.c,
2315 plugins/debug-manager/memory.c,
2316 plugins/debug-manager/locals.c,
2317 plugins/debug-manager/stack_trace.c,
2318 plugins/debug-manager/queue.c,
2319 plugins/debug-manager/queue.h:
2320 Connect debugger signal only when program is loaded
2321 Rename get_feature in is_supported
2323 * plugins/debug-manager/plugin.c:
2324 Remove editor watch when plugin is deactivated
2326 * plugins/debug-manager/anjuta-debug-manager.glade,
2327 plugins/debug-manager/breakpoints.c,
2328 plugins/debug-manager/breakpoints.h:
2329 Rewrite almost completely the breakpoint code
2330 Improve breakpoint dialog
2332 Implement condition, hit count, ignore and temporary attribute
2334 * plugins/debug-manager/command.c,
2335 plugins/debug-manager/command.h:
2336 Add a breakpoint list command
2338 * plugins/gdb/debugger.c,
2339 plugins/gdb/debugger.h:
2340 Add new breakpoint list command
2341 Fix parsing of breakpoint data
2343 * libanjuta/interfaces/libanjuta.idl,
2344 plugins/gdb/plugin.c:
2345 Rename IAnjutaBreakpointDebugger into IAnjutaDebuggerBreakpoint
2347 2007-11-23 Jaap Haitsma <jaap@haitsma.org>
2349 * plugins/document-manager/plugin.c:
2350 Use Ctrl+Shift+s as shortcut for Save As
2352 2007-11-22 Naba Kumar <naba.kumar@gnome.org>
2354 * plugins/subversion/plugin.c: (activate_plugin):
2355 * plugins/symbol-db/plugin.c: (symbol_db_activate):
2356 * src/layout.xml: Fixed dockitem positions.
2358 2007-11-21 Naba Kumar <naba.kumar@gnome.org>
2360 Icons from tpgww@onepost.net:
2361 * plugins/project-wizard/applogo.png:
2362 Icons from patch in bug #480093 comment #23. Also renamed icons.
2364 * plugins/message-view/Makefile.am:
2365 * plugins/message-view/plugin.c: (register_stock_icons),
2366 (ipreferences_merge): Removed redundant icon.
2368 * plugins/document-manager/plugin.c:
2369 (update_editor_ui_disable_all), (update_editor_ui_interface_items):
2370 Do not insensitize New action when there is no document.
2373 2007-11-21 Naba Kumar <naba.kumar@gnome.org>
2375 Icons from tpgww@onepost.net:
2376 * plugins/symbol-browser/an_symbol_prefs.c:
2377 * pixmaps/Makefile.am:
2378 * pixmaps/anjuta.png, pixmaps/anjuta_logo.png, pixmaps/anjuta.svg:
2380 Icons from patch in bug #480093 comment #23. Also renamed icons.
2383 2007-11-21 Naba Kumar <naba.kumar@gnome.org>
2385 Patch from James Liggett:
2386 * plugins/subversion/anjuta-subversion.glade: Make commit, resolve,
2387 revert and dialogs resizable.
2389 2007-11-20 Naba Kumar <naba.kumar@gnome.org>
2391 Patch from James Liggett:
2392 * plugins/subversion/anjuta-subversion.glade:
2393 * plugins/subversion/subversion-diff-dialog.c:
2394 (on_subversion_diff_response), (subversion_diff_dialog):
2395 * plugins/subversion/subversion-diff-dialog.h:
2397 The diff dialog should have a checkbox, enabled by default, that
2398 allows the user to make sure that all open files are saved before
2401 2007-11-20 Naba Kumar <naba.kumar@gnome.org>
2403 * plugins/Makefile.am: Remove duplicate 'profiler' in SUBDIRS.
2405 Icons from tpgww@onepost.net:
2406 * pixmaps/Makefile.am:
2409 * src/anjuta-preferences-general.svg:
2411 Icons from patch in bug #480093 comment #23. Also renamed icons.
2414 2007-11-19 Naba Kumar <naba.kumar@gnome.org>
2416 Icons from tpgww@onepost.net:
2417 * plugins/debug-manager/images/Makefile.am:
2418 * plugins/debug-manager/images/anjuta-watch.svg:
2419 * plugins/debug-manager/plugin.c: (register_stock_icons):
2420 * plugins/gdb/images/Makefile.am:
2421 * plugins/gtodo/Makefile.am:
2422 * plugins/gtodo/anjuta-gtodo-plugin.svg:
2423 * plugins/gtodo/anjuta-gtodo.plugin.in:
2424 * plugins/gtodo/interface.c: (stock_icons):
2425 * plugins/gtodo/main.h:
2426 * plugins/gtodo/plugin.c: (ipreferences_merge):
2427 * plugins/terminal/Makefile.am:
2428 * plugins/terminal/anjuta-terminal-plugin.svg:
2429 * plugins/terminal/anjuta-terminal.plugin.in:
2430 * plugins/terminal/terminal.c:
2431 * plugins/tools/Makefile.am:
2432 * plugins/tools/anjuta-tools-plugin.svg:
2433 * plugins/tools/anjuta-tools.plugin.in:
2434 * plugins/tools/plugin.c:
2435 * plugins/valgrind/Makefile.am:
2436 * plugins/valgrind/anjuta-valgrind-plugin.svg:
2437 * plugins/valgrind/anjuta-valgrind.plugin.in:
2438 * plugins/valgrind/plugin.c: (register_stock_icons),
2439 (ipreferences_merge):
2441 Icons from patch in bug #480093 comment #23. Also renamed icons.
2444 2007-11-18 Massimo Cora' <maxcvs@email.it>
2446 reviewed by: Johannes Schmid <jhs@gnome.org>
2449 required gda version to 3.1.3. [svn trunk]. Without this Anjuta can crash
2450 due to bug #493360. Still present anyway bug #495843
2452 * plugins/symbol-db/plugin.c: (goto_local_tree_iter),
2453 (goto_global_tree_iter), (on_treesearch_symbol_selected_event),
2454 (on_local_treeview_row_activated),
2455 (on_global_treeview_row_activated),
2456 (on_global_treeview_row_expanded), (on_project_element_added),
2457 (on_project_element_removed), (project_root_added),
2458 (symbol_db_activate), (isymbol_manager_search),
2459 (isymbol_manager_get_members),
2460 (isymbol_manager_get_completions_at_position):
2461 * plugins/symbol-db/symbol-db-engine-iterator-node.c:
2462 (symbol_db_engine_iterator_node_get_symbol_extra_string):
2463 * plugins/symbol-db/symbol-db-engine.c:
2464 (sdb_engine_execute_non_select_sql),
2465 (sdb_engine_execute_select_sql), (sdb_engine_get_query_by_id),
2466 (sdb_engine_free_cached_queries), (sdb_engine_disconnect_from_db),
2467 (sdb_engine_populate_db_by_tags), (sdb_engine_scan_files_1),
2468 (sdb_engine_create_db_tables), (symbol_db_engine_open_db),
2469 (symbol_db_engine_add_new_workspace),
2470 (symbol_db_engine_add_new_project),
2471 (symbol_db_engine_add_new_files), (sdb_engine_add_new_symbol),
2472 (sdb_engine_detects_removed_ids),
2473 (sdb_engine_walk_down_scope_path),
2474 (symbol_db_engine_get_class_parents),
2475 (symbol_db_engine_get_global_members),
2476 (symbol_db_engine_get_scope_members_by_symbol_id),
2477 (symbol_db_engine_get_scope_members),
2478 (symbol_db_engine_get_current_scope),
2479 (symbol_db_engine_get_file_symbols),
2480 (symbol_db_engine_get_symbol_info_by_id),
2481 (symbol_db_engine_find_symbol_by_name_pattern):
2482 * plugins/symbol-db/symbol-db-engine.h:
2483 * plugins/symbol-db/symbol-db-view-locals.c: (on_symbol_removed),
2484 (on_symbol_inserted), (symbol_db_view_locals_update_list):
2485 * plugins/symbol-db/symbol-db-view.c: (waiting_for_symbol_destroy),
2486 (sdb_view_get_iter_from_row_ref), (traverse_free_waiting_for),
2487 (on_scan_end), (do_add_root_symbol_to_view),
2488 (do_add_child_symbol_to_view), (add_waiting_for_symbol_to_view),
2489 (trigger_on_symbol_inserted), (add_new_waiting_for),
2490 (do_recurse_subtree_and_invalidate), (prepare_for_adding),
2491 (on_symbol_inserted), (do_recurse_subtree_and_remove),
2492 (on_symbol_removed), (sdb_view_do_add_hidden_dummy_child),
2493 (symbol_db_view_row_expanded), (sdb_view_init),
2494 (gtree_compare_func), (sdb_view_finalize),
2495 (sdb_view_load_symbol_pixbufs), (symbol_db_view_get_file_and_line),
2496 (sdb_view_populate_base_root),
2497 (sdb_view_build_and_display_base_tree), (symbol_db_view_open):
2498 * plugins/symbol-db/symbol-db-view.h:
2499 * plugins/symbol-db/tables.sql:
2500 * plugins/symbol-db/test/Makefile.am:
2501 * plugins/symbol-db/test/main.c: (dump_iterator), (get_parents),
2502 (get_scope_members), (get_current_scope), (get_global_members),
2503 (get_file_symbols), (get_info_by_id), (main):
2505 Rewrote symbol-db-view global tab. Now every expandable node is a query.
2506 Started using LIMIT keyword to speed up things.
2507 Deprecated GdaCommand in favour of GdaQuery into engine. This should
2508 make providers use prepared statements.
2510 2007-11-19 Naba Kumar <naba.kumar@gnome.org>
2512 Patch from James Liggett:
2513 * plugins/subversion/plugin.c: (subversion_instance_init):
2514 * plugins/subversion/plugin.h:
2515 * plugins/subversion/subversion-diff-dialog.c:
2516 (on_subversion_diff_response), (subversion_diff_dialog),
2517 (on_menu_subversion_diff):
2518 * plugins/subversion/subversion-log-dialog.c:
2519 (on_log_view_selected_button_clicked),
2520 (on_log_diff_selected_button_clicked),
2521 (on_log_diff_previous_button_clicked),
2522 (subversion_log_window_create):
2523 * plugins/subversion/subversion-ui-utils.c:
2524 (get_filename_from_full_path), (init_whole_project),
2525 (on_whole_project_toggled):
2526 * plugins/subversion/subversion-ui-utils.h:
2527 * plugins/subversion/subversion-update-dialog.c:
2528 (subversion_update_dialog), (on_menu_subversion_update):
2530 Whole Project checkbox enabled by default in diff and update dialogs.
2531 changes the editor names for diff editors to something much more
2532 descriptive. For example, working copy/head diffs would have an editor
2533 with a name like "[Working Copy/Head] some-file.diff," where some-file
2534 is the name of the file/directory that was diffed. For diffs against
2535 arbitrary diffs the name would look like "[Revisions 2832/3200]
2536 some-file.diff" for a diff of some-file between revisions 2832 and
2539 2007-11-19 Naba Kumar <naba.kumar@gnome.org>
2541 Icons from tpgww@onepost.net:
2542 * plugins/subversion/Makefile.am:
2543 * plugins/subversion/anjuta-subversion-plugin.svg:
2544 * plugins/subversion/anjuta-subversion.plugin.in:
2545 * plugins/subversion/plugin.h:
2546 * plugins/symbol-browser/Makefile.am:
2547 * plugins/symbol-browser/anjuta-symbol-browser-plugin.svg:
2548 * plugins/symbol-browser/anjuta-symbol-browser.plugin.in:
2549 * plugins/symbol-browser/plugin.c:
2550 * plugins/symbol-db/Makefile.am:
2551 * plugins/symbol-db/plugin.c:
2552 * plugins/symbol-db/symbol-db.plugin.in:
2554 Icons from patch in bug #480093 comment #23. Also renamed icons.
2557 2007-11-18 Naba Kumar <naba.kumar@gnome.org>
2559 Icons from tpgww@onepost.net:
2560 * plugins/project-manager/Makefile.am:
2561 * plugins/project-manager/anjuta-project-manager-plugin.svg:
2562 * plugins/project-manager/anjuta-project-manager.plugin.in:
2563 * plugins/project-manager/plugin.c:
2564 * plugins/project-wizard/Makefile.am:
2565 * plugins/project-wizard/anjuta-project-wizard-plugin.svg:
2566 * plugins/project-wizard/anjuta-project-wizard.plugin.in:
2567 * plugins/project-wizard/druid.h:
2568 * plugins/search/Makefile.am:
2569 * plugins/search/anjuta-search-plugin.svg:
2570 * plugins/search/anjuta-search.plugin.in:
2571 * plugins/search/plugin.c:
2573 Icons from patch in bug #480093 comment #23. Also renamed icons.
2576 2007-11-18 Naba Kumar <naba.kumar@gnome.org>
2578 * TODO.tasks: updated.
2580 Icons from tpgww@onepost.net:
2581 * plugins/file-loader/Makefile.am:
2582 * plugins/file-loader/anjuta-loader-plugin.svg:
2583 * plugins/file-loader/anjuta-loader.plugin.in:
2584 * plugins/file-manager/Makefile.am:
2585 * plugins/file-manager/anjuta-file-manager-plugin.svg:
2586 * plugins/file-manager/file-manager.plugin.in:
2587 * plugins/file-manager/plugin.c:
2588 * plugins/glade/Makefile.am:
2589 * plugins/glade/anjuta-glade-plugin.svg:
2590 * plugins/glade/anjuta-glade.plugin.in:
2591 * plugins/glade/plugin.c: (register_stock_icons):
2592 * plugins/language-manager/Makefile.am:
2593 * plugins/language-manager/anjuta-language-manager-plugin.svg:
2594 * plugins/language-manager/language-manager.plugin.in:
2595 * plugins/message-view/Makefile.am:
2596 * plugins/message-view/anjuta-message-manager.plugin.in:
2597 * plugins/message-view/anjuta-messages-plugin.svg:
2598 * plugins/message-view/plugin.c:
2599 * plugins/patch/Makefile.am:
2600 * plugins/patch/anjuta-patch-plugin.svg:
2601 * plugins/patch/anjuta-patch.plugin.in:
2602 * plugins/patch/plugin.c:
2603 * plugins/profiler/Makefile.am:
2604 * plugins/profiler/anjuta-profiler-plugin.svg:
2605 * plugins/profiler/plugin.c: (register_stock_icons):
2606 * plugins/profiler/profiler.plugin.in:
2607 * plugins/project-import/Makefile.am:
2608 * plugins/project-import/anjuta-project-import-plugin.svg:
2609 * plugins/project-import/anjuta-project-import.plugin.in:
2610 * plugins/project-import/plugin.c:
2612 Icons from patch in bug #480093 comment #23. Also renamed icons.
2615 2007-11-18 Johannes Schmid <jhs@gnome.org>
2617 * plugins/build-basic-autotools/build-basic-autotools.c:
2619 * plugins/debug-manager/anjuta-debug-manager.glade:
2620 * plugins/debug-manager/breakpoints.c:
2621 * plugins/debug-manager/sharedlib.c: (create_sharedlibs_gui):
2622 * plugins/file-wizard/file.c:
2623 * plugins/gdb/anjuta-gdb.glade:
2624 * plugins/glade/plugin.c: (ifile_open):
2625 * plugins/gtodo/egg-datetime.c: (egg_datetime_class_init):
2626 * plugins/gtodo/mcategory.c: (category_manager_add_item):
2627 * plugins/gtodo/tray-icon.c:
2628 * plugins/macro/macro-util.c: (get_date_Ymd), (get_date_Y):
2629 * plugins/macro/macros.xml:
2630 * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
2631 Fixed translation bugs (#496833, #488211 and #497758)
2633 * plugins/document-manager/plugin.c: (on_editor_changed):
2636 2007-11-17 Naba Kumar <naba.kumar@gnome.org>
2638 Icons from tpgww@onepost.net:
2639 * plugins/devhelp/Makefile.am:
2640 * plugins/devhelp/anjuta-devhelp-plugin.svg:
2641 * plugins/devhelp/anjuta-devhelp.plugin.in:
2642 * plugins/devhelp/plugin.c:
2643 * plugins/document-manager/anjuta-document-manager.plugin.in:
2644 * plugins/document-manager/images/Makefile.am:
2645 * plugins/document-manager/images/anjuta-document-manager-plugin.svg:
2646 * plugins/document-manager/plugin.c:
2647 * plugins/editor/Makefile.am:
2648 * plugins/editor/anjuta-editor-scintilla-plugin.svg:
2649 * plugins/editor/anjuta-editor.plugin.in:
2650 * plugins/editor/plugin.c:
2651 * plugins/sample1/Makefile.am:
2652 * plugins/sample1/anjuta-sample-plugin.svg:
2653 * plugins/sample1/anjuta-sample.plugin.in:
2654 * plugins/sourceview/Makefile.am:
2655 * plugins/sourceview/plugin.c:
2656 * plugins/sourceview/sourceview.plugin.in:
2658 Icons from patch in bug #480093 comment #23. Also renamed icons.
2661 2007-11-17 Naba Kumar <naba.kumar@gnome.org>
2663 * TODO.tasks: Updated.
2665 Icons from tpgww@onepost.net:
2666 * plugins/build-basic-autotools/Makefile.am:
2667 * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.svg:
2668 * plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in:
2669 * plugins/build-basic-autotools/build-basic-autotools.c:
2670 * plugins/class-inheritance/Makefile.am:
2671 * plugins/class-inheritance/anjuta-class-inheritance-plugin.svg:
2672 * plugins/class-inheritance/anjuta-class-inheritance.plugin.in:
2673 * plugins/class-inheritance/plugin.c:
2674 * plugins/cvs-plugin/Makefile.am:
2675 * plugins/cvs-plugin/anjuta-cvs-plugin.svg:
2676 * plugins/cvs-plugin/anjuta-cvs.plugin.in:
2677 * plugins/cvs-plugin/plugin.c:
2678 * plugins/debug-manager/anjuta-debug-manager.plugin.in:
2679 * plugins/debug-manager/images/Makefile.am:
2680 * plugins/debug-manager/images/anjuta-debug-manager-plugin.svg:
2681 * plugins/debug-manager/plugin.c:
2683 Icons from patch in bug #480093 comment #23. Also renamed icons.
2686 2007-11-07 Sébastien Granjoux <seb.sfo@free.fr>
2688 * (removed) libanjuta/anjuta-children.c,
2689 (removed) libanjuta/anjuta-children.h,
2690 libanjuta/anjuta-launcher.c,
2691 libanjuta/libanjuta.h,
2692 libanjuta/Makefile.am,
2693 plugins/gdb/debugger.c,
2694 plugins/terminal/terminal.c,
2695 manuals/reference/libanjuta/libanjuta-sections.txt,
2696 manuals/reference/libanjuta/libanjuta-docs.sgml:
2697 Replace anjuta_children_register by g_child_watch_add
2699 2007-11-13 Johannes Schmid <jhs@gnome.org>
2701 * plugins/subversion/anjuta-subversion.glade:
2702 * plugins/subversion/subversion-commit-dialog.c:
2703 (subversion_commit_dialog):
2704 * plugins/subversion/subversion-resolve-dialog.c:
2705 (subversion_resolve_dialog):
2706 * plugins/subversion/subversion-revert-dialog.c:
2707 (subversion_revert_dialog):
2708 * plugins/subversion/subversion-ui-utils.c: (status_pulse_timer),
2709 (pulse_timer), (status_bar_progress_pulse), (pulse_progress_bar),
2710 (hide_pulse_progress_bar):
2711 * plugins/subversion/subversion-ui-utils.h:
2713 Yet another patch from #457477:
2714 Add a pulsing progress bar to all dialogs receiving status
2716 2007-11-12 Johannes Schmid <jhs@gnome.org>
2718 * plugins/document-manager/plugin.c: (create_highlight_submenu):
2719 Bug 493583 – crash in Anjuta IDE: trying to open a file
2721 * plugins/subversion/subversion-commit-dialog.c:
2722 (select_all_files), (subversion_commit_dialog):
2723 Patch from jrligget - see #457477
2725 2007-11-12 Johannes Schmid <jhs@gnome.org>
2727 Patch from Marc Lorber <Lorber.Marc@wanodoo.fr>:
2728 * libanjuta/anjuta-plugin-handle.c:
2729 (anjuta_plugin_handle_get_about):
2730 Bug 495536 – Plugins localization improvement
2732 Patch from Gabor Kelemeng <kelemeng@gnome.hu>:
2733 * plugins/class-gen/anjuta-class-gen-plugin.glade:
2734 * plugins/indent/indent.glade:
2735 * plugins/subversion/anjuta-subversion.glade:
2736 Bug 495245 – Strings bug
2738 2007-11-08 James Liggett <jrliggett@cox.net>
2740 reviewed by: Johannes Schmid <jhs@gnome.org>
2742 * libanjuta/anjuta-async-command.c: (anjuta_async_command_init),
2743 (anjuta_async_command_finalize),
2744 (anjuta_async_command_notification_poll),
2745 (anjuta_async_command_thread), (start_command),
2746 (notify_data_arrived), (notify_complete),
2747 (anjuta_async_command_class_init),
2748 (anjuta_async_command_set_error_message),
2749 (anjuta_async_command_get_error_message),
2750 (anjuta_async_command_lock), (anjuta_async_command_unlock):
2751 * libanjuta/anjuta-async-command.h:
2752 * libanjuta/anjuta-command.c: (anjuta_command_init),
2753 (anjuta_command_finalize), (anjuta_command_class_init),
2754 (anjuta_command_start), (anjuta_command_notify_data_arrived),
2755 (anjuta_command_notify_complete),
2756 (anjuta_command_set_error_message),
2757 (anjuta_command_get_error_message):
2758 * libanjuta/anjuta-command.h:
2759 * libanjuta/anjuta-glade-catalog.c:
2760 * libanjuta/anjuta-glade.xml:
2761 * libanjuta/anjuta-vcs-status-tree-view.c:
2762 (on_selected_column_toggled),
2763 (anjuta_vcs_status_tree_view_create_columns),
2764 (anjuta_vcs_status_tree_view_init),
2765 (anjuta_vcs_status_tree_view_finalize),
2766 (anjuta_vcs_status_tree_view_set_property),
2767 (anjuta_vcs_status_tree_view_get_property),
2768 (anjuta_vcs_status_tree_view_class_init),
2769 (anjuta_vcs_status_tree_view_new),
2770 (anjuta_vcs_status_tree_view_destroy),
2771 (anjuta_vcs_status_tree_view_add), (select_all_paths),
2772 (anjuta_vcs_status_tree_view_select_all), (unselect_all_paths),
2773 (anjuta_vcs_status_tree_view_unselect_all),
2774 (create_selected_paths_list),
2775 (anjuta_vcs_status_tree_view_get_selected):
2776 * libanjuta/anjuta-vcs-status-tree-view.h:
2777 * libanjuta/anjuta-widgets.c: (glade_module_register_widgets):
2778 * libanjuta/anjuta-widgets.h:
2779 * plugins/subversion/subversion-add-dialog.c:
2780 (on_add_command_finished), (on_subversion_add_response),
2781 (subversion_add_dialog), (on_menu_subversion_add),
2782 (on_fm_subversion_add):
2783 * plugins/subversion/subversion-add-dialog.h:
2784 * plugins/subversion/subversion-commit-dialog.c:
2785 (on_commit_command_finished), (on_subversion_commit_response),
2786 (subversion_commit_dialog), (on_menu_subversion_commit),
2787 (on_fm_subversion_commit):
2788 * plugins/subversion/subversion-commit-dialog.h:
2789 * plugins/subversion/subversion-copy-dialog.c:
2790 (on_copy_other_revision_radio_toggled),
2791 (on_copy_browse_button_clicked), (on_copy_dest_entry_focus_in),
2792 (on_copy_command_finished), (on_subversion_copy_response),
2793 (subversion_copy_dialog), (on_menu_subversion_copy),
2794 (on_fm_subversion_copy):
2795 * plugins/subversion/subversion-copy-dialog.h:
2796 * plugins/subversion/subversion-diff-dialog.c: (on_editor_destroy),
2797 (on_subversion_diff_response), (subversion_diff_dialog),
2798 (on_menu_subversion_diff), (on_fm_subversion_diff):
2799 * plugins/subversion/subversion-diff-dialog.h:
2800 * plugins/subversion/subversion-log-dialog.c:
2801 (on_diff_selected_column_toggled), (create_columns),
2802 (on_log_command_finished), (on_log_view_button_clicked),
2803 (on_cat_command_data_arrived), (on_cat_command_finished),
2804 (on_log_view_selected_button_clicked), (get_selected_revisions),
2805 (on_log_diff_selected_button_clicked),
2806 (on_log_diff_previous_button_clicked),
2807 (on_subversion_log_vbox_destroy),
2808 (on_log_changes_view_row_selected), (subversion_log_window_create),
2809 (on_menu_subversion_log), (on_fm_subversion_log),
2810 (subversion_log_set_whole_project_sensitive):
2811 * plugins/subversion/subversion-log-dialog.h:
2812 * plugins/subversion/subversion-merge-dialog.c:
2813 (on_merge_command_finished), (on_subversion_merge_response),
2814 (on_merge_first_path_browse_button_clicked),
2815 (on_merge_second_path_browse_button_clicked),
2816 (on_merge_use_first_path_check_toggled),
2817 (on_merge_start_revision_radio_toggled),
2818 (on_merge_end_revision_radio_toggled), (subversion_merge_dialog),
2819 (on_menu_subversion_merge):
2820 * plugins/subversion/subversion-merge-dialog.h:
2821 * plugins/subversion/subversion-remove-dialog.c:
2822 (on_remove_command_finished),
2823 (on_remove_path_browse_button_clicked),
2824 (on_subversion_remove_response), (subversion_remove_dialog),
2825 (on_menu_subversion_remove), (on_fm_subversion_remove):
2826 * plugins/subversion/subversion-remove-dialog.h:
2827 * plugins/subversion/subversion-resolve-dialog.c:
2828 (on_resolve_command_finished), (on_subversion_resolve_response),
2829 (subversion_resolve_dialog), (on_menu_subversion_resolve):
2830 * plugins/subversion/subversion-resolve-dialog.h:
2831 * plugins/subversion/subversion-revert-dialog.c:
2832 (on_revert_command_finished), (on_subversion_revert_response),
2833 (subversion_revert_dialog), (on_menu_subversion_revert):
2834 * plugins/subversion/subversion-revert-dialog.h:
2835 * plugins/subversion/subversion-switch-dialog.c:
2836 (on_switch_other_revision_radio_toggled),
2837 (on_switch_command_finished), (on_subversion_switch_response),
2838 (subversion_switch_dialog), (on_menu_subversion_switch):
2839 * plugins/subversion/subversion-switch-dialog.h:
2840 * plugins/subversion/subversion-ui-utils.c: (subversion_data_new),
2841 (subversion_data_free), (on_mesg_view_destroy),
2842 (create_message_view), (check_filename), (get_log_from_textview),
2843 (pulse_timer), (on_pulse_timer_destroyed),
2844 (status_bar_progress_pulse), (clear_status_bar_progress_pulse),
2845 (report_errors), (on_status_command_finished),
2846 (on_status_command_data_arrived), (on_command_info_arrived),
2847 (select_all_status_items), (clear_all_status_selections),
2848 (init_whole_project), (on_whole_project_toggled),
2849 (send_diff_command_output_to_editor), (on_diff_command_finished),
2850 (stop_status_bar_progress_pulse):
2851 * plugins/subversion/subversion-ui-utils.h:
2852 * plugins/subversion/subversion-update-dialog.c:
2853 (on_update_command_finished), (on_subversion_update_response),
2854 (subversion_update_dialog), (on_menu_subversion_update),
2855 (on_fm_subversion_update):
2856 * plugins/subversion/subversion-update-dialog.h:
2857 * plugins/subversion/svn-add-command.c: (svn_add_command_init),
2858 (svn_add_command_finalize), (svn_add_command_run),
2859 (svn_add_command_class_init), (svn_add_command_new),
2860 (svn_add_command_destroy):
2861 * plugins/subversion/svn-add-command.h:
2862 * plugins/subversion/svn-cat-command.c: (svn_cat_command_init),
2863 (svn_cat_command_finalize), (svn_cat_command_run),
2864 (svn_cat_command_class_init), (svn_cat_command_new),
2865 (svn_cat_command_destroy), (svn_cat_command_get_output):
2866 * plugins/subversion/svn-cat-command.h:
2867 * plugins/subversion/svn-command.c: (svn_command_acquire_ui_lock),
2868 (svn_command_release_ui_lock), (simple_prompt),
2869 (ssl_server_trust_prompt), (svn_auth_simple_prompt_func_cb),
2870 (svn_auth_ssl_server_trust_prompt_func_cb),
2871 (svn_auth_ssl_client_cert_prompt_func_cb),
2872 (svn_auth_ssl_client_cert_pw_prompt_func_cb), (on_svn_notify),
2873 (svn_command_init), (svn_command_finalize),
2874 (svn_command_class_init), (svn_command_push_info),
2875 (svn_command_get_info_queue), (svn_command_set_error),
2876 (svn_command_get_client_context), (svn_command_get_pool),
2877 (svn_command_lock_ui), (svn_command_unlock_ui),
2878 (svn_command_get_revision), (svn_command_copy_path_list),
2879 (svn_command_free_path_list):
2880 * plugins/subversion/svn-command.h:
2881 * plugins/subversion/svn-commit-command.c: (on_log_callback),
2882 (svn_commit_command_init), (svn_commit_command_finalize),
2883 (svn_commit_command_run), (svn_commit_command_class_init),
2884 (svn_commit_command_new), (svn_commit_command_destroy):
2885 * plugins/subversion/svn-commit-command.h:
2886 * plugins/subversion/svn-copy-command.c: (on_log_callback),
2887 (svn_copy_command_init), (svn_copy_command_finalize),
2888 (svn_copy_command_run), (svn_copy_command_class_init),
2889 (svn_copy_command_new), (svn_copy_command_destroy):
2890 * plugins/subversion/svn-copy-command.h:
2891 * plugins/subversion/svn-diff-command.c: (svn_diff_command_init),
2892 (svn_diff_command_finalize), (svn_diff_command_run),
2893 (svn_diff_command_class_init), (svn_diff_command_new),
2894 (svn_diff_command_destroy), (svn_diff_command_get_output):
2895 * plugins/subversion/svn-diff-command.h:
2896 * plugins/subversion/svn-log-command.c: (svn_log_command_init),
2897 (svn_log_command_finalize), (log_callback), (svn_log_command_run),
2898 (svn_log_command_class_init), (svn_log_command_new),
2899 (svn_log_command_destroy), (svn_log_command_get_entry_queue):
2900 * plugins/subversion/svn-log-command.h:
2901 * plugins/subversion/svn-log-entry.c: (svn_log_entry_init),
2902 (svn_log_entry_finalize), (svn_log_entry_class_init),
2903 (strip_whitespace), (svn_log_entry_new), (svn_log_entry_destroy),
2904 (svn_log_entry_get_author), (svn_log_entry_get_date),
2905 (svn_log_entry_get_revision), (svn_log_entry_get_short_log),
2906 (svn_log_entry_get_full_log):
2907 * plugins/subversion/svn-log-entry.h:
2908 * plugins/subversion/svn-merge-command.c: (svn_merge_command_init),
2909 (svn_merge_command_finalize), (svn_merge_command_run),
2910 (svn_merge_command_class_init), (svn_merge_command_new),
2911 (svn_merge_command_destroy):
2912 * plugins/subversion/svn-merge-command.h:
2913 * plugins/subversion/svn-remove-command.c: (on_log_callback),
2914 (svn_remove_command_init), (svn_remove_command_finalize),
2915 (svn_remove_command_run), (svn_remove_command_class_init),
2916 (svn_remove_command_new), (svn_remove_command_destroy),
2917 (svn_remove_command_get_path):
2918 * plugins/subversion/svn-remove-command.h:
2919 * plugins/subversion/svn-resolve-command.c:
2920 (svn_resolve_command_init), (svn_resolve_command_finalize),
2921 (svn_resolve_command_run), (svn_resolve_command_class_init),
2922 (svn_resolve_command_new), (svn_resolve_command_destroy):
2923 * plugins/subversion/svn-resolve-command.h:
2924 * plugins/subversion/svn-revert-command.c:
2925 (svn_revert_command_init), (svn_revert_command_finalize),
2926 (svn_revert_command_run), (svn_revert_command_class_init),
2927 (svn_revert_command_new), (svn_revert_command_destroy):
2928 * plugins/subversion/svn-revert-command.h:
2929 * plugins/subversion/svn-status-command.c:
2930 (svn_status_command_init), (svn_status_command_finalize),
2931 (on_svn_status_notify), (svn_status_command_run),
2932 (svn_status_command_class_init), (svn_status_command_new),
2933 (svn_status_command_destroy),
2934 (svn_status_command_get_status_queue):
2935 * plugins/subversion/svn-status-command.h:
2936 * plugins/subversion/svn-status.c: (svn_status_init),
2937 (svn_status_finalize), (svn_status_class_init), (svn_status_new),
2938 (svn_status_destroy), (svn_status_get_path),
2939 (svn_status_get_vcs_status):
2940 * plugins/subversion/svn-status.h:
2941 * plugins/subversion/svn-switch-command.c:
2942 (svn_switch_command_init), (svn_switch_command_finalize),
2943 (svn_switch_command_run), (svn_switch_command_class_init),
2944 (svn_switch_command_new), (svn_switch_command_destroy):
2945 * plugins/subversion/svn-switch-command.h:
2946 * plugins/subversion/svn-update-command.c:
2947 (svn_update_command_init), (svn_update_command_finalize),
2948 (svn_update_command_run), (svn_update_command_class_init),
2949 (svn_update_command_new), (svn_update_command_destroy):
2950 * plugins/subversion/svn-update-command.h:
2952 Now really committed all files from James patch (#457477)
2954 2007-11-08 Johannes Schmid <jhs@gnome.org>
2956 * TODO.tasks: Updated
2958 2007-11-08 James Liggett <jrliggett@cox.net>
2960 reviewed by: Johannes Schmid <jhs@gnome.org>
2963 * libanjuta/Makefile.am:
2964 * libanjuta/anjuta-status.c: (anjuta_status_progress_pulse):
2965 * libanjuta/anjuta-status.h:
2966 * libanjuta/libanjuta.h:
2967 * plugins/subversion/Makefile.am:
2968 * plugins/subversion/anjuta-subversion.glade:
2969 * plugins/subversion/anjuta-subversion.ui:
2970 * plugins/subversion/plugin.c: (value_added_project_root_uri),
2971 (value_removed_project_root_uri), (activate_plugin),
2972 (deactivate_plugin), (finalize), (subversion_instance_init):
2973 * plugins/subversion/plugin.h:
2974 * plugins/subversion/subversion-actions.c:
2975 * plugins/subversion/subversion-actions.h:
2976 * plugins/subversion/subversion-callbacks.c:
2977 * plugins/subversion/subversion-callbacks.h:
2978 * plugins/subversion/svn-auth.c:
2979 * plugins/subversion/svn-auth.h:
2980 * plugins/subversion/svn-backend-priv.h:
2981 * plugins/subversion/svn-backend.c:
2982 * plugins/subversion/svn-backend.h:
2983 * plugins/subversion/svn-notify.c:
2984 * plugins/subversion/svn-notify.h:
2985 * plugins/subversion/svn-thread.c:
2986 * plugins/subversion/svn-thread.h:
2988 Commited alpha2 of the new subversion plugin (#457477)
2990 2007-11-07 Sébastien Granjoux <seb.sfo@free.fr>
2992 * plugins/debug-manager/command.c:
2993 Fix a stupid crash when changing a register value
2995 2007-11-07 Sébastien Granjoux <seb.sfo@free.fr>
2997 * libanjuta/interfaces/libanjuta.idl,
2998 plugins/debug-manager/command.c,
2999 plugins/debug-manager/command.h,
3000 plugins/debug-manager/start.c,
3001 plugins/gdb/plugin.c,
3002 plugins/gdb/debugger.c,
3003 plugins/gdb/debugger.h:
3004 Use anjuta terminal plugin instead of gnome terminal
3005 Select if a terminal is used in the the start_program function
3006 Move terminal code from debugger.c to plugin.c
3007 Partial fix of bug #481366
3009 * plugins/gdb/utilities.c,
3010 plugins/gdb/utilities.h:
3011 Remove gnome terminal check function
3013 2007-11-06 Johannes Schmid <jhs@gnome.org>
3015 * plugins/project-import/anjuta-project-import.glade:
3016 * plugins/project-import/project-import.c: (on_import_next),
3017 (on_import_finish), (project_import_set_directory):
3018 * plugins/project-wizard/property.c: (npw_property_create_widget),
3019 (npw_property_set_value_from_widget):
3021 Replaced gnome_file_entry with gtk_file_chooser_button
3022 Fixes #422329 – Creating a new directory in program options doesn't work
3024 2007-11-04 Massimo Cora' <maxcvs@email.it>
3026 * plugins/symbol-db/plugin.c:
3027 add all files at once on project_import.
3028 No need to split them into more languages: ctags
3029 and the engine will take care of that.
3031 * plugins/symbol-db/symbol-db-engine.h,
3032 * plugins/symbol-db/symbol-db-engine.c,
3033 * plugins/symbol-db/tables.sql,
3034 * plugins/symbol-db/test/Makefile.am,
3035 * plugins/symbol-db/test/main.c,
3036 * plugins/symbol-db/symbol-db-view-locals.c:
3037 some memory leaks fixed. Ported the thing to
3038 libgda 3.1.2 [or better svn HEAD].
3039 Thanks to a fresh new algorithm to detect
3040 parent scope we're able to display correcly
3041 a local gtktree, including classes not directly
3042 defined inside that file.
3044 2007-11-04 Sébastien Granjoux <seb.sfo@free.fr>
3046 * plugins/debug-manager/threads.c,
3047 plugins/debug-manager/stack_trace.c:
3048 Do not display address when not needed
3050 * plugins/debug-manager/plugin.c,
3051 plugins/debug-manager/breakpoints.c:
3052 Breakpoints directly connect to debugger signals
3054 * plugins/debug-manager/watch.c:
3055 program-unload signal does not exist used debugger-stopped
3057 * plugins/debug-manager/queue.c,
3058 libanjuta/interfaces/libanjuta.idl:
3059 Display error message returned by debugger command
3062 2007-11-04 Johannes Schmid <jhs@gnome.org>
3064 * plugins/project-wizard/templates/gcj/configure.ac.tpl:
3065 Bug 493062 – gcj template needs AC_PROG_CC
3066 (thanks to Bruno Cigic <bruno.cigic@gmail.com>)
3068 * src/anjuta-actions.h:
3069 Bug 493212 – Use GTK_STOCK_ABOUT i.s.o. deprecated GNOME_STOCK_ABOUT
3070 (thanks to Jaap A. Haitsma <jaap@haitsma.org>)
3072 === anjuta 2.3.0 ===
3074 2007-11-02 Naba Kumar <naba.kumar@gnome.org>
3078 2007-11-01 Naba Kumar <naba.kumar@gnome.org>
3080 * ChangeLog: Tagged 2.3.0 release.
3082 * plugins/indent/Makefile.am: Fixed indentation.
3084 * plugins/editor/aneditor-autocomplete.cxx:
3085 * plugins/editor/aneditor-priv.h:
3086 * plugins/editor/aneditor.cxx:
3087 * plugins/editor/aneditor.h: Commented out dead codes.
3089 * configure.in, plugins/symbol-db/symbol-db.plugin.in:
3090 Do not build symbol-db by
3091 default. Added 'unstable' in plugin description to signify it's
3092 developmental state.
3094 * plugins/file-manager/Makefile.am,
3095 plugins/language-manager/Makefile.am: Fixed 'make distcheck'.
3097 2007-11-01 Sébastien Granjoux <seb.sfo@free.fr>
3099 * plugins/debug-manager/utilities.c,
3100 plugins/debug-manager/utilities.h,
3101 plugins/debug-manager/threads.c,
3102 plugins/debug-manager/plugin.c,
3103 plugins/debug-manager/plugin.h,
3104 plugins/debug-manager/disassemble.h,
3105 plugins/debug-manager/watch.c,
3106 plugins/debug-manager/watch.h,
3107 plugins/debug-manager/breakpoints.c,
3108 plugins/debug-manager/stack_trace.c:
3109 Replace few remaining function calls by signal
3111 * plugins/debug-manager/disassemble.c,
3112 plugins/debug-manager/registers.c,
3113 plugins/debug-manager/memory.c,
3114 plugins/debug-manager/locals.c,
3115 plugins/debug-manager/queue.c,
3116 plugins/debug-manager/queue.h:
3117 Connect signals when debugger is started
3118 Disconnect them when debugger is stopped
3119 Do not display window if debugger doesn't support feature
3121 * plugins/gdb/plugin.c,
3122 libanjuta/interfaces/libanjuta.idl:
3123 Remove unused initialization function
3125 2007-11-01 Naba Kumar <naba.kumar@gnome.org>
3128 * plugins/file-manager/Makefile.am:
3129 * scripts/build-schemas.mk: Fixed 'make distcheck'
3131 2007-11-01 Naba Kumar <naba.kumar@gnome.org>
3133 * manuals/reference/libanjuta/libanjuta-docs.sgml,
3134 manuals/reference/libanjuta/libanjuta-sections.txt: Updated docs
3135 to latest API additions.
3137 * manuals/reference/libanjuta/writing-plugins.sgml: Fixed to adhere
3140 2007-10-31 Naba Kumar <naba.kumar@gnome.org>
3142 * ChangeLog: Fixed indentation.
3143 * NEWS: Updated for 2.3.0 release. Also merged changes from 2.2.x
3146 2007-10-30 Naba Kumar <naba.kumar@gnome.org>
3148 * libanjuta/interfaces/libanjuta.idl:
3149 * plugins/build-basic-autotools/build-basic-autotools.c:
3150 (build_compile_file_real), (build_build_project),
3151 (build_install_project), (build_clean_project),
3152 (build_configure_project), (build_autogen_project),
3153 (build_distribution_project), (build_build_module),
3154 (build_install_module), (build_clean_module), (fm_build),
3155 (fm_install), (fm_clean), (pm_build), (pm_install), (pm_clean),
3156 (finalize), (basic_autotools_plugin_instance_init),
3157 (ibuildable_set_command), (ibuildable_reset_commands),
3158 (ibuildable_get_command), (ibuildable_build), (ibuildable_clean),
3159 (ibuildable_install), (ibuildable_configure),
3160 (ibuildable_generate), (ibuildable_iface_init):
3161 * plugins/build-basic-autotools/build-basic-autotools.h:
3163 Added API for commands override in build interface and implemented
3164 them in build plugin. Useful for other plugins override build
3165 commands depending on project environment.
3167 2007-10-28 Naba Kumar <naba@gnome.org>
3170 plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade:
3171 Fixed widget alignment for dock switcher tab style combo and
3172 scratchbox path entrybox.
3174 2007-10-28 Johannes Schmid <jhs@gnome.org>
3176 * plugins/document-manager/plugin.c: (on_editor_changed):
3177 Fixed a memory leak and simplified code (thanks again Sébastien)
3180 Bumped LIBGDA requirement to 3.1.2 (the version that supports LIMIT
3181 and OFFSET sql statements)
3183 2007-10-28 Massimo Cora' <maxcvs@email.it>
3185 * plugins/symbol-db/plugin.c,
3186 plugins/symbol-db/symbol-db-engine.h,
3187 plugins/symbol-db/symbol-db-view.c,
3188 plugins/symbol-db/symbol-db-view.c,
3189 plugins/symbol-db/symbol-db-view-locals.c,
3190 plugins/symbol-db/symbol-db-view-locals.h,
3191 plugins/symbol-db/symbol-db-engine.c:
3192 Better end-of-file-scan detection, permitting
3193 an improved scope/inheritance parsing.
3194 Locals tab gtktree now displays correct
3195 namespace->class->children tree, even if
3196 in a C++ file there isn't class declaration.
3198 2007-10-27 Johannes Schmid <jhs@gnome.org>
3200 Patch from Stanislav Brabec <sbrabec@suse.cz>
3202 Bug 489798 – Do not rely on svn-config
3204 Patch from Michael Wolf <maw@ximian.com>:
3205 * libegg/eggtreemodelfilter.c: (egg_tree_model_filter_fetch_child),
3206 (egg_tree_model_filter_remove_node),
3207 (egg_tree_model_filter_row_deleted):
3208 Bug 487683 – undefined operations in libegg/eggtreemodelfilter.c
3210 2007-10-27 Johannes Schmid <jhs@gnome.org>
3212 * plugins/devhelp/anjuta-devhelp.ui:
3213 * plugins/message-view/anjuta-message-manager.ui:
3215 Added some separators to the toolbar
3217 * plugins/document-manager/plugin.c:
3218 (on_support_plugin_deactivated), (load_new_support_plugins),
3219 (unload_unused_support_plugins), (on_editor_changed):
3221 Fixed the language supprt loading unloading stuff. Thanks to Sébastien
3222 for pointing out that is was crap.
3224 2007-10-24 Sébastien Granjoux <seb.sfo@free.fr>
3226 * libanjuta/interfaces/libanjuta.idl,
3227 libanjuta/anjuta-plugin-manager.c,
3228 libanjuta/anjuta-plugin-manager.h,
3229 libanjuta/anjuta-c-plugin-factory.c,
3230 libanjuta/anjuta-c-module.h,
3231 libanjuta/anjuta-c-module.c:
3232 Report detailled error message in case of plugin loading failure
3234 2007-10-24 Johannes Schmid <jhs@gnome.org>
3237 * plugins/Makefile.am:
3239 Activate build of symbol-db plugin (when libgda is available)
3241 * plugins/document-manager/plugin.c:
3242 (on_support_plugin_deactivated), (on_editor_changed):
3244 Properly handle language support plugins even when they are
3245 unloaded by the session.
3247 * plugins/symbol-db/plugin.c: (register_stock_icons),
3248 Port to new REGISTER_ICONS stuff
3250 2007-10-22 Massimo Cora' <maxcvs@email.it>
3252 * plugins/symbol-db/plugin.c,
3253 * plugins/symbol-db/symbol-db-view.c
3254 * plugins/symbol-db/symbol-db-engine.h,
3255 * plugins/symbol-db/symbol-db-engine-iterator-node.c,
3256 * plugins/symbol-db/symbol-db-view-locals.c,
3257 * plugins/symbol-db/symbol-db-view-locals.h,
3258 * plugins/symbol-db/symbol-db-engine.c:
3259 Fixed functions declarations with 'const gchar*' instead of 'gchar*'.
3260 Added a new algorithm for dynamic population of the local symbols' tab.
3261 Now the default view is tree-like.
3262 Some fixes on engine correct some population issues.
3264 2007-10-23 Naba Kumar <naba@gnome.org>
3266 * plugins/glade/Makefile.am: Corrected conditional not to install
3267 .plugin file if plugin is disabled.
3268 * plugins/sourceview/Makefile.am: Corrected conditional not to
3269 install schemas if plugin is not built.
3271 2007-10-20 Sébastien Granjoux <seb.sfo@free.fr>
3273 * plugins/debug-manager/queue.c:
3274 Fix #488061: Mutiple crash dialogs
3276 * plugins/gdb/debugger.c,
3277 plugins/gdb/debugger.h:
3278 Remove maximum gdb command length, should fix bug#474811
3280 2007-10-19 Sébastien Granjoux <seb.sfo@free.fr>
3282 * manuals/reference/libanjuta/plugin-description-file.sgml,
3283 manuals/reference/libanjuta/libanjuta-docs.sgml,
3284 manuals/reference/libanjuta/libanjuta-sections.txt,
3285 libanjuta/interfaces/libanjuta.idl,
3286 libanjuta/anjuta-c-module.c,
3287 libanjuta/anjuta-c-plugin-factory.c:
3288 Document last changes in plugin code
3290 2007-10-19 Johannes Schmid <jhs@gnome.org>
3292 * plugins/subversion/subversion-callbacks.c: (check_filename):
3294 Fixed #487854 – Anjuta crashes when i try to add a SVN url
3296 2007-10-19 Naba Kumar <naba@gnome.org>
3298 * plugins/file-manager/file-model.c: Fixed a critical runtime
3301 2007-10-18 Johannes Schmid <jhs@gnome.org>
3303 * libanjuta/anjuta-ui.h:
3304 Small fix on icon macros
3306 * libanjuta/interfaces/libanjuta.idl:
3307 * plugins/language-manager/plugin.c: (ilanguage_get_name),
3308 (ilanguage_get_from_editor), (ilanguage_get_name_from_editor),
3309 (ilanguage_iface_init):
3311 Added get_from_editor() and get_name_from_editor() methods
3314 * plugins/document-manager/plugin.c:
3315 (update_editor_ui_interface_items), (on_editor_changed):
3316 * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin
3318 * plugins/language-support-cpp-java/plugin.c: (install_support):
3320 Ported plugins to use the new interface
3322 2007-10-17 Johannes Schmid <jhs@gnome.org>
3324 * libanjuta/anjuta-ui.h:
3326 Added macros to register stock icons to stop all this copy&paste
3327 which had spread over a lot of files. New macros support to add
3328 icons with toolbar and menu size (16 and 24)
3330 * plugins/class-inheritance/plugin.c: (register_stock_icons):
3331 * plugins/debug-manager/images/anjuta-attach.svg:
3332 * plugins/debug-manager/images/anjuta-step-out.svg:
3333 * plugins/debug-manager/images/anjuta-step-over.svg:
3334 * plugins/debug-manager/plugin.c: (register_stock_icons):
3335 * plugins/document-manager/images/Makefile.am:
3336 * plugins/document-manager/images/anjuta-block-end.svg:
3337 * plugins/document-manager/images/anjuta-block-start.svg:
3338 * plugins/document-manager/images/anjuta-bookmark-16.xpm:
3339 * plugins/document-manager/images/anjuta-bookmark.svg:
3340 * plugins/document-manager/images/anjuta-go-history-next.svg:
3341 * plugins/document-manager/images/anjuta-go-history-prev.svg:
3342 * plugins/document-manager/plugin.c: (register_stock_icons):
3343 * plugins/glade/plugin.c: (register_stock_icons):
3344 * plugins/language-support-cpp-java/plugin.c:
3345 (register_stock_icons):
3346 * plugins/message-view/Makefile.am:
3347 * plugins/message-view/anjuta-go-message-next.svg:
3348 * plugins/message-view/anjuta-go-message-prev.svg:
3349 * plugins/message-view/anjuta-message-view.svg:
3350 * plugins/message-view/messages.xpm:
3351 * plugins/message-view/plugin.c: (register_stock_icons):
3352 * plugins/patch/plugin.c: (patch_plugin_activate):
3353 * plugins/project-manager/plugin.c: (register_stock_icons):
3354 * plugins/search/Makefile.am:
3355 * plugins/search/anjuta-go-match-next.svg:
3356 * plugins/search/anjuta-go-match-prev.svg:
3357 * plugins/search/plugin.c: (activate_plugin):
3358 * plugins/symbol-browser/plugin.c: (register_stock_icons):
3359 * plugins/terminal/terminal.c: (register_stock_icons):
3360 * plugins/valgrind/plugin.c: (register_stock_icons):
3362 Updated to use the new icons and added several new and updated
3365 2007-10-16 Sébastien Granjoux <seb.sfo@free.fr>
3367 * libanjuta/anjuta-plugin-handle.c,
3368 libanjuta/anjuta-plugin-handle.h:
3369 Add a new path property containing the directory of the .plugin
3370 file, library file (.so or whatever) must be in the same directory
3372 * libanjuta/anjuta-plugin-manager.c,
3373 libanjuta/interfaces/libanjuta.idl,
3374 (removed) libanjuta/anjuta-glue-plugin.c,
3375 (removed) libanjuta/anjuta-glue-plugin.h,
3376 (removed) libanjuta/anjuta-glue-c.c,
3377 (removed) libanjuta/anjuta-glue-c.h,
3378 (removed) libanjuta/anjuta-glue-cpp.c,
3379 (removed) libanjuta/anjuta-glue-cpp.h,
3380 (removed) libanjuta/anjuta-glue-factory.c,
3381 (removed) libanjuta/anjuta-glue-factory.h,
3382 (added) libanjuta/anjuta-c-module.c,
3383 (added) libanjuta/anjuta-c-module.h,
3384 (added) libanjuta/anjuta-c-plugin-factory.c,
3385 (added) libanjuta/anjuta-c-plugin-factory.h,
3386 libanjuta/Makefile.am:
3387 AnjutaPluginManager uses the new IAnjutaPluginFactory interface
3388 anjuta-glue-factory.[ch] is replaced by anjuta-c-plugin-factory.[ch]
3389 implementing IAnjutaPluginFactory
3390 anjuta-glue-(c|plugin).[ch] is replaced by anjuta-c-module.[ch]
3392 * libanjuta/libanjuta.h:
3393 anjuta-plugin-handle.h must be public (used in IAnjutaPluginFactory
3396 * libanjuta/anjuta-plugin.h:
3397 Replace AnjutaGluePlugin by GTypeModule
3398 Remove unused anjuta_glue_get_component_type replaced by
3401 * plugins/build-basic-autotools/build-basic-autotools.h,
3402 plugins/class-gen/plugin.h,
3403 plugins/class-inheritance/plugin.h,
3404 plugins/cvs-plugin/plugin.h,
3405 plugins/debug-manager/plugin.h,
3406 plugins/devhelp/plugin.h,
3407 plugins/document-manager/plugin.h,
3408 plugins/editor/plugin.h,
3409 plugins/file-loader/plugin.h,
3410 plugins/file-wizard/plugin.h,
3411 plugins/gdb/plugin.h,
3412 plugins/glade/plugin.h,
3413 plugins/gtodo/plugin.h,
3414 plugins/indent/plugin.h,
3415 plugins/language-manager/plugin.h,
3416 plugins/language-support-cpp-java/plugin.h,
3417 plugins/macro/plugin.h,
3418 plugins/message-view/plugin.h,
3419 plugins/patch/plugin.h,
3420 plugins/profiler/plugin.h,
3421 plugins/project-import/plugin.h,
3422 plugins/project-manager/plugin.h,
3423 plugins/project-wizard/plugin.h,
3424 plugins/sample1/plugin.h,
3425 plugins/search/plugin.h,
3426 plugins/sourceview/plugin.h,
3427 plugins/subversion/plugin.h,
3428 plugins/symbol-browser/plugin.h,
3429 plugins/symbol-db/plugin.h,
3430 plugins/terminal/terminal.c,
3431 plugins/tools/plugin.h,
3432 plugins/valgrind/plugin.h:
3433 Replace AnjutaGluePlugin by GTypeModule
3435 2007-10-16 Sebastien Granjoux <seb.sfo@free.fr>
3437 * plugins/debug-manager/breakpoints.c:
3438 Fix bug#487112, crash while removing a breakpoint in a new file
3440 2007-10-15 Sebastien Granjoux <seb.sfo@free.fr>
3442 * plugins/document-manager/search-box.c:
3443 Fix a crash (with an useful comment) focus-out-event handler must
3446 2007-10-14 Johannes Schmid <jhs@gnome.org>
3448 * plugins/sourceview/sourceview.c:
3449 Hide calltip when "Up" or "Down" key is pressed
3451 2007-10-14 Sebastien Granjoux <seb.sfo@free.fr>
3453 * plugins/document-manager/search-box.c:
3454 Change included file order to avoid a compile error with gnome 2.16
3456 2007-10-13 Johannes Schmid <jhs@gnome.org>
3458 * plugins/debug-manager/plugin.c: (enable_log_view):
3460 Fixed crash when closing a project and unloading another while
3461 the debugger is enabled
3463 2007-10-13 Johannes Schmid <jhs@gnome.org>
3465 * plugins/debug-manager/breakpoints.c: (breakpoints_dbase_new):
3467 Use correct breakpoint icon
3469 * plugins/devhelp/Makefile.am:
3470 * plugins/devhelp/anjuta-go-help-next.svg:
3471 * plugins/devhelp/anjuta-go-help-prev.svg:
3472 * plugins/devhelp/plugin.c: (register_stock_icons),
3475 Added new icons from #480093
3477 * plugins/document-manager/images/anjuta-bookmark-clear.svg:
3478 * plugins/document-manager/images/anjuta-bookmark-first.svg:
3479 * plugins/document-manager/images/anjuta-bookmark-last.svg:
3480 * plugins/document-manager/images/anjuta-bookmark-next.svg:
3481 * plugins/document-manager/images/anjuta-bookmark-prev.svg:
3482 * plugins/document-manager/images/anjuta-bookmark-toggle.svg:
3483 * plugins/message-view/anjuta-go-message-next.svg:
3484 * plugins/message-view/anjuta-go-message-prev.svg:
3486 Updated icons from #480093
3488 * src/anjuta-actions.h:
3489 Use GTK_STOCK_FULLSCREEN
3491 * src/anjuta-app.c: (on_gdl_style_changed),
3492 (anjuta_app_instance_init):
3495 Added preference option to set the gdl switcher style
3497 2007-10-13 Johannes Schmid <jhs@gnome.org>
3499 * libanjuta/anjuta-preferences.c: (get_object_type_from_string),
3500 (get_property_value_as_string), (set_property_value_as_string),
3501 (register_callbacks):
3502 * libanjuta/anjuta-preferences.h:
3504 Support GtkFileChooserButton as preferences widget
3506 * libanjuta/anjuta-ui.c: (anjuta_ui_add_action_group):
3508 Fixed a Gtk-Critical
3510 * plugins/file-manager/Makefile.am:
3511 * plugins/file-manager/file-model.c: (file_model_filter_file),
3512 (file_model_add_dummy), (file_model_expand_idle),
3513 (file_model_set_property), (file_model_get_property),
3514 (file_model_class_init):
3515 * plugins/file-manager/plugin.c: (file_manager_set_default_uri),
3516 (project_root_added), (on_file_view_open_file), (on_gconf_notify),
3517 (file_manager_activate), (file_manager_finalize),
3518 (file_manager_instance_init), (ipreferences_merge),
3519 (ipreferences_unmerge), (ipreferences_iface_init):
3520 * plugins/file-manager/plugin.h:
3522 Added preferences to file-manager
3524 * plugins/glade/plugin.c: (activate_plugin):
3526 Move Properties widget into center because it is way to big
3529 2007-10-10 Johannes Schmid <jhs@gnome.org>
3531 * plugins/language-support-cpp-java/Makefile.am:
3532 * plugins/language-support-cpp-java/anjuta-complete-auto.svg:
3533 * plugins/language-support-cpp-java/anjuta-complete.svg:
3534 * plugins/language-support-cpp-java/anjuta-indent-auto.svg:
3535 * plugins/language-support-cpp-java/plugin.c:
3536 (register_stock_icons):
3538 And yet some more icons...
3540 2007-10-10 Johannes Schmid <jhs@gnome.org>
3542 * plugins/debug-manager/breakpoints.c:
3543 * plugins/debug-manager/images/Makefile.am:
3544 * plugins/debug-manager/images/anjuta-bookmark.svg:
3545 * plugins/debug-manager/images/anjuta-breakpoint-clear.svg:
3546 * plugins/debug-manager/images/anjuta-breakpoint-disabled.svg:
3547 * plugins/debug-manager/images/anjuta-breakpoint-enabled.svg:
3548 * plugins/debug-manager/images/anjuta-breakpoint-toggle.svg:
3549 * plugins/debug-manager/images/anjuta-linemark.svg:
3550 * plugins/debug-manager/images/anjuta-pcmark.svg:
3551 * plugins/debug-manager/plugin.c: (register_stock_icons):
3552 * plugins/debug-manager/sparse_view.c:
3553 * plugins/document-manager/images/Makefile.am:
3554 * plugins/document-manager/images/anjuta-block-select.svg:
3555 * plugins/document-manager/images/anjuta-fold-close.svg:
3556 * plugins/document-manager/images/anjuta-fold-open.svg:
3557 * plugins/document-manager/images/anjuta-fold-toggle.svg:
3558 * plugins/document-manager/images/anjuta-indent-less.svg:
3559 * plugins/document-manager/images/anjuta-indent-more.svg:
3560 * plugins/document-manager/images/anjuta-swap.svg:
3561 * plugins/document-manager/images/block_select.xpm:
3562 * plugins/document-manager/images/fold_close.xpm:
3563 * plugins/document-manager/images/fold_open.xpm:
3564 * plugins/document-manager/images/fold_toggle.xpm:
3565 * plugins/document-manager/images/indent.xpm:
3566 * plugins/document-manager/images/indent_dcr.xpm:
3567 * plugins/document-manager/images/indent_inc.xpm:
3568 * plugins/document-manager/plugin.c: (register_stock_icons):
3569 * plugins/editor/Makefile.am:
3570 * plugins/editor/anjuta-bookmark-16.xpm:
3571 * plugins/editor/anjuta-breakpoint-disabled-16.xpm:
3572 * plugins/editor/anjuta-breakpoint-enabled-16.xpm:
3573 * plugins/editor/anjuta-linemark-16.xpm:
3574 * plugins/editor/anjuta-pcmark-16.xpm:
3575 * plugins/editor/bookmark.xpm:
3576 * plugins/editor/breakpoint-disabled.xpm:
3577 * plugins/editor/breakpoint-enabled.xpm:
3578 * plugins/editor/linemarker.xpm:
3579 * plugins/editor/program-counter.xpm:
3580 * plugins/editor/text_editor.c:
3581 * plugins/message-view/Makefile.am:
3582 * plugins/message-view/anjuta-go-message-next.svg:
3583 * plugins/message-view/anjuta-go-message-prev.svg:
3584 * plugins/message-view/anjuta-message-manager.ui:
3585 * plugins/message-view/plugin.c:
3586 * plugins/sourceview/Makefile.am:
3587 * plugins/sourceview/sourceview.c:
3589 Integrated lots of icons from #480093
3590 Thanks to <tpgww@onepost.net>
3592 * plugins/document-manager/plugin.c:
3593 Do not mark the line in ifile_open(), that looks ugly.
3595 * plugins/document-manager/search-box.c: (on_search_focus_out),
3597 Clear the status bar on focus_out.
3599 * plugins/file-loader/anjuta-loader-plugin.ui:
3602 2007-10-09 Johannes Schmid <jhs@gnome.org>
3604 * plugins/debug-manager/breakpoints.c: (breakpoints_dbase_new):
3605 * plugins/valgrind/vgmemcheckprefs.c: (option_menu_new):
3607 Some things I missed in the patch for #484419
3609 * plugins/document-manager/action-callbacks.c:
3610 (on_new_file_activate):
3611 * plugins/document-manager/action-callbacks.h:
3612 * plugins/document-manager/plugin.c: (ui_give_shorter_names),
3613 (on_window_key_press_event), (on_gconf_notify_timer):
3615 484645 – patch to deal with docman FIXME etc
3617 * plugins/editor/text_editor.c: (text_editor_set_indicator):
3618 * plugins/search/search-replace.c: (search_and_replace),
3619 (write_message_pane), (search_replace_populate),
3620 (translate_dialog_strings), (create_dialog),
3621 (anjuta_search_replace_activate):
3622 * plugins/search/search-replace_backend.c:
3623 (file_buffer_new_from_path), (get_next_match),
3624 (create_search_entries), (regex_backref),
3625 (clear_search_replace_instance):
3626 * plugins/search/search-replace_backend.h:
3628 #484573 – patch to correct various search-related issues
3630 Thanks for the above patches to <tpgww@onepost.net>
3632 * plugins/sourceview/sourceview.c:
3633 (sourceview_create_highligth_indic):
3635 Use the same marker for important as gedit (yellow background)
3637 * plugins/document-manager/anjuta-document-manager.ui:
3638 * plugins/file-loader/anjuta-file-loader.ui:
3639 * plugins/file-loader/plugin.c:
3641 Moved FileNew action to document-manager
3643 2007-10-08 Johannes Schmid <jhs@gnome.org>
3645 * plugins/document-manager/search-box.c: (on_search_activated):
3646 Mark messages for translation
3648 2007-10-07 Marc Lorber <Lorber.Marc@wanadoo.fr>
3650 reviewed by: Johannes Schmid <jhs@gnome.org>
3652 * plugins/Makefile.am:
3653 * plugins/build-basic-autotools/build-basic-autotools.c:
3654 (build_compile_file_real):
3655 * plugins/search/search-replace.c:
3656 * plugins/valgrind/preferences.c: (build_general_prefs):
3658 Fix #484379 – Contents of Makefile.am plugins and
3659 #484419 – Improvement into translation
3661 2007-10-06 Johannes Schmid <jhs@gnome.org>
3663 * libanjuta/interfaces/anjuta-idl-compiler.pl:
3665 Fixed to properly support pointer-to-pointer (**) types
3667 * libanjuta/interfaces/libanjuta.idl:
3668 * plugins/sourceview/sourceview-cell.c: (sourceview_cell_get_iter):
3669 * plugins/sourceview/sourceview-cell.h:
3670 * plugins/sourceview/sourceview.c: (ieditor_get_position_iter),
3671 (ieditor_iface_init), (iselect_set_iter), (iselect_get_start_iter),
3672 (iselect_get_end_iter), (iselect_iface_init), (isearch_forward),
3673 (isearch_backward), (isearch_iface_init):
3674 * plugins/editor/text_editor.c: (itext_editor_get_position_iter),
3675 (itext_editor_iface_init), (iselection_set_iter),
3676 (iselection_get_start_iter), (iselection_get_end_iter),
3677 (iselection_iface_init), (isearch_forward), (isearch_backward),
3678 (isearch_iface_init):
3680 Added IAnjutaEditorSearch interface and some utility methods to
3681 migrate from positions to iterators for the editor interface.
3683 * plugins/document-manager/Makefile.am:
3684 * plugins/document-manager/action-callbacks.c:
3685 (on_goto_line_no1_activate), (on_show_search):
3686 * plugins/document-manager/action-callbacks.h:
3687 * plugins/document-manager/anjuta-docman.c:
3688 (anjuta_docman_add_document), (anjuta_docman_show_editor),
3689 (anjuta_docman_grab_text_focus):
3690 * plugins/document-manager/anjuta-document-manager.ui:
3691 * plugins/document-manager/goto_line.c: (removed)
3692 * plugins/document-manager/goto_line.h: (removed)
3693 * plugins/document-manager/search-box.c:
3694 * plugins/document-manager/search-box.h:
3695 * plugins/document-manager/plugin.c: (ui_give_shorter_names),
3696 (update_editor_ui_enable_all), (update_editor_ui_disable_all),
3697 (update_editor_ui_interface_items), (on_editor_added),
3698 (activate_plugin), (deactivate_plugin):
3699 * plugins/document-manager/plugin.h:
3701 Created new incremental "Quick Search" bar in the document manager to
3702 replace the crappy EggToolbar entries. Uses the new search interface and
3703 it thus much faster and more reliable.
3705 Bug 357544 – incremental search should work consistently (or not at all)
3706 when main toolbar is hidden
3707 Bug 440637 – Search, don't work very well (partly for incremental search)
3709 * plugins/search/anjuta-search.ui:
3710 * plugins/search/plugin.c: (activate_plugin):
3712 Removed incremental search stuff
3714 * plugins/build-basic-autotools/build-basic-autotools.c:
3715 (on_session_save), (on_session_load):
3716 * plugins/build-basic-autotools/executer.c:
3717 (get_program_parameters):
3719 Scroll to selected executable and remember it across sessions
3720 (followup of #477976)
3722 * plugins/debug-manager/plugin.c: (value_added_current_editor):
3723 Check if it is an editor and cast afterwards, avoids a Gtk-Critical
3725 * plugins/devhelp/anjuta-devhelp.ui:
3726 Rearraged toolbar items a bit
3728 2007-10-05 Sebastien Granjoux <seb.sfo@free.fr>
3730 * plugins/debug-manager/command.c,
3731 plugins/debug-manager/queue.c,
3732 plugins/gdb/plugin.c,
3733 plugins/gdb/debugger.c:
3734 Fix several crashing bugs (including bug#482985) with the debugger
3735 when closing project, stopping the debugger, restarting the program
3737 2007-10-05 Sebastien Granjoux <seb.sfo@free.fr>
3739 * libanjuta/anjuta-launcher.c:
3740 Avoid adding new timeout in anjuta_launcher_execution_done_cleanup
3742 2007-10-03 Sebastien Granjoux <seb.sfo@free.fr>
3744 * plugins/debug-manager/command.c,
3745 plugins/debug-manager/queue.c:
3746 Asynchronous command can abort other commands in queue
3747 Resynchronize debugger state when a command is cancelled
3749 * plugins/debug-manager/breakpoints.c:
3750 Free BreakpointItem only when it is not used anymore
3752 * plugins/gdb/plugin.c:
3753 Do not return TRUE if the callback and/or ready signal is not used
3755 * plugins/gdb/debugger.c:
3756 Fix a crash, return correct state when debugger is stopped
3758 2007-10-01 Sebastien Granjoux <seb.sfo@free.fr>
3760 * plugins/project-wizard/autogen.c:
3761 Fix bug#482067, escape project wizard user defined strings
3763 2007-10-01 Johannes Schmid <jhs@gnome.org>
3765 * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
3767 * plugins/build-basic-autotools/build-basic-autotools.c:
3768 (basic_autotools_plugin_instance_init):
3769 * plugins/build-basic-autotools/build-basic-autotools.h:
3770 * plugins/build-basic-autotools/executer.c:
3771 (get_program_parameters):
3773 Fixed #477976 – Keybinding in run dialog
3775 2007-09-30 Johannes Schmid <jhs@gnome.org>
3777 * plugins/Makefile.am:
3778 Do not build indent plugin (yet)
3780 * plugins/document-manager/plugin.c: (ipreferences_merge):
3781 Fixed unintentional and wrong change
3783 * plugins/indent/anjuta-indent.ui:
3786 2007-09-28 Johannes Schmid <jhs@gnome.org>
3788 * libanjuta/anjuta-launcher.c: (anjuta_launcher_send_stdin_eof):
3789 * libanjuta/anjuta-launcher.h:
3790 Add a method to send EOF to some process. Needed for the indent plugin
3791 and should be useful in general. It does not actually send EOF as this
3792 is not possible with utf-8, but closes the stream instead.
3794 * plugins/devhelp/plugin.c: (value_added_current_editor):
3795 Fixed a Gtk-Critical due to the IAnjutaEditor -
3796 IAnjutaDocument switch.
3799 * plugins/Makefile.am:
3800 * plugins/document-manager/Makefile.am:
3801 * plugins/document-manager/action-callbacks.c:
3802 * plugins/document-manager/anjuta-document-manager.glade:
3803 * plugins/document-manager/anjuta-document-manager.ui:
3804 * plugins/document-manager/images/Makefile.am:
3805 * plugins/document-manager/images/indent_auto.xpm:
3806 * plugins/document-manager/images/indent_set.xpm:
3807 * plugins/document-manager/indent-dialog.c:
3808 * plugins/document-manager/indent-dialog.h:
3809 * plugins/document-manager/indent-util.c:
3810 * plugins/document-manager/indent-util.h:
3811 * plugins/document-manager/indent_test.c:
3812 * plugins/document-manager/plugin.c: (register_stock_icons),
3813 (docman_plugin_instance_init), (ipreferences_merge):
3814 * plugins/document-manager/plugin.h:
3816 Removed indent code from document manager
3818 * plugins/indent/Makefile.am:
3819 * plugins/indent/indent-dialog.c:
3820 * plugins/indent/indent-util.c: (indent_init_indent_style):
3821 * plugins/indent/indent.glade:
3822 * plugins/indent/indent.plugin.in:
3823 * plugins/indent/plugin.c: (on_indent_finished),
3824 (on_indent_output), (on_indent_action_activate),
3825 (on_edit_editor_indent), (on_style_combo_changed),
3826 (value_added_current_editor), (value_removed_current_editor),
3827 (indent_plugin_activate_plugin), (indent_plugin_deactivate_plugin),
3828 (indent_plugin_finalize), (indent_plugin_dispose),
3829 (anjuta_indent_plugin_instance_init),
3830 (anjuta_indent_plugin_class_init), (ipreferences_merge),
3831 (ipreferences_unmerge), (ipreferences_iface_init):
3832 * plugins/indent/plugin.h:
3834 Moved indent code to it's own plugin. Also reimplemented indent invocation
3835 using anjuta_launcher and streams. This is not yet completely working, maybe
3836 I got something wrong with the launcher.
3837 Also fixed #478987 – Unusable 'Indent setting window' on preferences
3839 2007-09-27 Sebastien Granjoux <seb.sfo@free.fr>
3841 * plugins/debug-manager/plugin.c:
3842 Fix bug#480851, disconnect save_session signal when plugin is unloaded
3844 2007-09-27 Johannes Schmid <jhs@gnome.org>
3846 * libanjuta/interfaces/libanjuta.idl:
3847 * plugins/Makefile.am:
3848 * plugins/symbol-browser/an_symbol.c: (isymbol_type_name),
3849 (isymbol_type_str), (isymbol_name), (isymbol_args),
3850 (isymbol_scope), (isymbol_inheritance), (isymbol_access),
3851 (isymbol_impl), (isymbol_iface_init):
3852 * plugins/symbol-browser/an_symbol_info.c:
3853 * plugins/symbol-browser/an_symbol_info.h:
3854 * plugins/symbol-db/Makefile.am:
3855 * plugins/symbol-db/plugin.c:
3856 (on_editor_buffer_symbols_update_timeout), (on_editor_saved),
3857 (value_added_current_editor), (on_editor_foreach_clear),
3858 (value_removed_current_editor), (project_root_added),
3859 (symbol_db_activate), (symbol_db_deactivate),
3860 (isymbol_manager_search):
3861 * plugins/symbol-db/readtags.c: (initialize_1):
3862 * plugins/symbol-db/symbol-db-engine-iterator.c:
3863 (sdb_engine_iterator_instance_init),
3864 (sdb_engine_iterator_finalize), (sdb_engine_iterator_class_init),
3865 (symbol_db_engine_iterator_new), (symbol_db_engine_iterator_first),
3866 (symbol_db_engine_iterator_move_next),
3867 (symbol_db_engine_iterator_move_prev),
3868 (symbol_db_engine_iterator_get_n_items),
3869 (symbol_db_engine_iterator_last),
3870 (symbol_db_engine_iterator_set_position),
3871 (symbol_db_engine_iterator_get_position),
3872 (symbol_db_engine_iterator_foreach), (isymbol_iter_first),
3873 (isymbol_iter_next), (isymbol_iter_previous), (isymbol_iter_last),
3874 (isymbol_iter_foreach), (isymbol_iter_set_position),
3875 (isymbol_iter_get_position), (isymbol_iter_get_length),
3876 (isymbol_iter_clone), (isymbol_iter_assign),
3877 (isymbol_iter_iface_init):
3878 * plugins/symbol-db/symbol-db-engine-iterator.h:
3879 * plugins/symbol-db/symbol-db-engine.c:
3880 (sdb_engine_disconnect_from_db), (sdb_engine_populate_db_by_tags),
3881 (sdb_engine_ctags_output_callback_1), (sdb_engine_scan_files_1),
3882 (sdb_engine_finalize), (sdb_engine_get_type),
3883 (sdb_engine_create_db_tables), (symbol_db_engine_open_db),
3884 (sdb_engine_get_table_id_by_unique_name2),
3885 (sdb_engine_get_table_id_by_unique_name3),
3886 (symbol_db_engine_add_new_workspace),
3887 (symbol_db_engine_get_opened_project_name),
3888 (symbol_db_engine_open_project), (symbol_db_engine_close_project),
3889 (sdb_engine_add_new_language), (sdb_engine_add_new_file),
3890 (sdb_prepare_executing_commands), (symbol_db_engine_add_new_files),
3891 (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
3892 (sdb_engine_add_new_scope_definition),
3893 (sdb_engine_add_new_tmp_heritage_scope),
3894 (sdb_engine_second_pass_update_scope_1),
3895 (sdb_engine_second_pass_update_heritage),
3896 (sdb_engine_add_new_symbol), (sdb_engine_detects_removed_ids),
3897 (sdb_engine_update_file), (symbol_db_engine_update_files_symbols),
3898 (symbol_db_engine_update_project_symbols),
3899 (symbol_db_engine_remove_file), (on_scan_update_buffer_end),
3900 (symbol_db_engine_update_buffer_symbols),
3901 (sdb_engine_walk_down_scope_path),
3902 (sdb_engine_prepare_symbol_info_sql),
3903 (symbol_db_engine_get_global_members),
3904 (symbol_db_engine_get_scope_members_by_symbol_id),
3905 (symbol_db_engine_get_scope_members),
3906 (symbol_db_engine_get_current_scope),
3907 (symbol_db_engine_get_file_symbols):
3908 * plugins/symbol-db/symbol-db-engine.h:
3909 * plugins/symbol-db/symbol-db-view-locals.c: (on_symbol_removed),
3910 (on_symbol_updated), (on_symbol_inserted),
3911 (symbol_db_view_locals_get_line),
3912 (symbol_db_view_locals_update_list):
3913 * plugins/symbol-db/symbol-db-view-search.c:
3914 (sdb_view_search_model_filter), (sdb_view_search_get_type):
3915 * plugins/symbol-db/symbol-db-view-search.h:
3916 * plugins/symbol-db/symbol-db-view.c: (on_symbol_updated),
3917 (do_add_hidden_children), (do_recurse_and_add_new_sym),
3918 (on_symbol_inserted), (on_symbol_removed), (symbol_db_view_open):
3919 * plugins/symbol-db/tables.sql:
3920 * plugins/symbol-db/test/Makefile.am:
3921 * plugins/symbol-db/test/main.c: (add_new_files), (main):
3922 Updated patch from Massimo to improve symbol-db plugin
3924 * plugins/document-manager/plugin.c: (on_editor_changed):
3925 Make the code a bit more robust
3927 * plugins/sourceview/anjuta-document.c: (anjuta_document_finalize),
3928 (anjuta_document_get_property), (anjuta_document_class_init),
3929 (anjuta_document_init), (set_uri), (document_loader_loaded),
3930 (anjuta_document_load), (document_saver_saving):
3931 * plugins/sourceview/anjuta-document.h:
3932 * plugins/sourceview/sourceview.c: (autodetect_language),
3933 (ilanguage_set_language), (ilanguage_get_language):
3934 Fix language detection on startup
3936 2007-09-27 Naba Kumar <naba.kumar@gnome.org>
3938 * plugins/document-manager/action-callbacks.c:
3939 (on_editor_command_upper_case_activate),
3940 (on_editor_command_lower_case_activate): Leftover commit from previous
3941 commit (see last changlog entry by me).
3943 * plugins/file-manager/plugin.c: (file_manager_activate):
3944 Gave proper widget name so that layout works.
3946 2007-09-26 Johannes Schmid <jhs@gnome.org>
3948 * plugins/document-manager/plugin.c: (on_editor_changed),
3949 (docman_plugin_instance_init):
3950 Only unload/load language-support plugins if necessary.
3952 * plugins/language-manager/plugin.c: (language_manager_activate):
3953 Removed some debugging code
3955 * plugins/sourceview/sourceview.c: (on_document_saved),
3956 (ilanguage_set_language), (ilanguage_get_language):
3957 Fixed ianjuta_language interface and ensure that highlighting is
3958 activated when a new file is saved.
3960 2007-09-26 Naba Kumar <naba.kumar@gnome.org>
3962 * libanjuta/interfaces/libanjuta.idl:
3963 * plugins/document-manager/action-callbacks.c:
3964 (on_editor_command_upper_case_activate),
3965 (on_editor_command_lower_case_activate):
3966 * plugins/editor/text_editor.c: (iselection_has_selection),
3967 (iselection_get_start), (iselection_get_end),
3968 (iselection_iface_init):
3969 * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
3970 * plugins/sourceview/sourceview.c: (iselect_has_selection),
3971 (iselect_iface_init): Added IAnjutaEditorSelection::has_selection()
3972 method and implemented it for both scintilla and sourceview editors.
3973 Updated document-manager and assist plugins to use the new method.
3975 2007-09-25 Sebastien Granjoux <seb.sfo@free.fr>
3977 * plugins/file-manager/file-view.c:
3978 Fix typo, allow to compile new file manager with gtk < 2.12
3980 2007-09-25 Johannes Schmid <jhs@gnome.org>
3982 * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
3983 Support Auto-Indent for single lines (e.g no selection);
3985 * plugins/macro/plugin.c:
3986 Do not use the same shortcut as auto-indent does
3988 * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
3989 Optimized keyboard navigation - do not emit char_added when only
3990 navigation keys have been pressed.
3992 2007-09-25 Naba Kumar <naba.kumar@gnome.org>
3994 * plugins/language-support-cpp-java/cpp-java-assist.c:
3995 (on_assist_chosen), (cpp_java_assist_install),
3996 (cpp_java_assist_uninstall):
3997 * plugins/language-support-cpp-java/plugin.c: (install_support),
3998 (uninstall_support): Install and uninstall support in correct order.
3999 Fixes a bug where it was installed multiple times resulting in
4000 inserting autocomplete text multiple times.
4002 2007-09-25 Johannes Schmid <jhs@gnome.org>
4005 Add GNOME_WARNING_FLAGS(maximum) and
4006 GNOME_CXX_WARNIGS(yes) to avoid bugs
4007 the compiler can warn you.
4009 * libegg/test-tree-utils.c: (key_test):
4010 * plugins/file-manager/file-model.c:
4011 (file_model_cancel_expand_idle), (file_model_sort),
4012 (file_model_row_expanded):
4013 * plugins/file-manager/file-view.c: (file_view_cancel_refresh),
4014 (file_view_refresh), (file_view_get_selected), (file_view_init),
4016 * plugins/file-manager/file-view.h:
4017 * plugins/symbol-db/readtags.c: (initialize_1):
4020 Fixed the more critical warnings
4022 2007-09-25 Naba Kumar <naba.kumar@gnome.org>
4024 Icons from tpgww@onepost.net:
4026 * plugins/debug-manager/Makefile.am:
4027 * plugins/debug-manager/images/Makefile.am:
4028 * plugins/debug-manager/images/anjuta-attach.svg:
4029 * plugins/debug-manager/images/anjuta-run-to-cursor.svg:
4030 * plugins/debug-manager/images/anjuta-step-into.svg:
4031 * plugins/debug-manager/images/anjuta-step-out.svg:
4032 * plugins/debug-manager/images/anjuta-step-over.svg:
4033 * plugins/debug-manager/plugin.c: (register_stock_icons):
4034 * plugins/document-manager/Makefile.am:
4035 * plugins/document-manager/block_select.xpm:
4036 * plugins/document-manager/fold_close.xpm:
4037 * plugins/document-manager/fold_open.xpm:
4038 * plugins/document-manager/fold_toggle.xpm:
4039 * plugins/document-manager/images/Makefile.am:
4040 * plugins/document-manager/images/anjuta-block-end.svg:
4041 * plugins/document-manager/images/anjuta-block-start.svg:
4042 * plugins/document-manager/images/anjuta-bookmark-clear.svg:
4043 * plugins/document-manager/images/anjuta-bookmark-first.svg:
4044 * plugins/document-manager/images/anjuta-bookmark-last.svg:
4045 * plugins/document-manager/images/anjuta-bookmark-next.svg:
4046 * plugins/document-manager/images/anjuta-bookmark-prev.svg:
4047 * plugins/document-manager/images/anjuta-bookmark-toggle.svg:
4048 * plugins/document-manager/indent.xpm:
4049 * plugins/document-manager/indent_auto.xpm:
4050 * plugins/document-manager/indent_dcr.xpm:
4051 * plugins/document-manager/indent_inc.xpm:
4052 * plugins/document-manager/indent_set.xpm:
4053 * plugins/document-manager/plugin.c: Added nicer icons for
4054 document manager and debugger. Organized icons in 'images'
4057 2007-09-24 Johannes Schmid <jhs@gnome.org>
4059 * src/anjuta-app.c: (anjuta_app_add_widget_full):
4060 Fixed a missing NULL in g_object_set.
4062 2007-09-24 Naba Kumar <naba.kumar@gnome.org>
4064 * plugins/language-support-cpp-java/cpp-java-assist.c:
4065 (cpp_java_assist_show_autocomplete): Fixed autocompletion to show for
4066 scope memebers just after scope operator is entered.
4068 2007-09-24 Naba Kumar <naba.kumar@gnome.org>
4070 * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
4071 * plugins/language-support-cpp-java/cpp-java-assist.c:
4072 (completion_function), (completion_compare),
4073 (cpp_java_assist_tag_destroy), (create_completion),
4074 (cpp_java_assist_destroy_completion_cache),
4075 (cpp_java_assist_show_autocomplete), (on_assist_chosen):
4076 Show '()' for function items in autocomplete list. Allow adding
4077 ' ' and/or '(' after function call autocompletion and have preferences
4080 2007-09-24 Johannes Schmid <jhs@gnome.org>
4082 * sourceview.c: Reverting patch from r3157 because
4085 2007-09-24 Johannes Schmid <jhs@gnome.org>
4087 * plugins/search/search-replace.c: (on_message_clicked):
4089 Fixed #427104 – No "highlight" of lines matching find-result
4091 2007-09-24 Johannes Schmid <jhs@gnome.org>
4095 Fixed #479020 – Use of old open file dialog instead of GtkFileChooser
4097 2007-09-24 Yang Hong <hongyang@redflag-linux.com>
4099 reviewed by: Johannes Schmid <jhs@gnome.org>
4101 * plugins/build-basic-autotools/executer.c: (execute_program):
4102 Fix #478238 – set env for execute programe in the terminal
4104 2007-09-24 Tom <tpgww@onepost.net>
4106 reviewed by: Johannes Schmid <jhs@gnome.org>
4108 * libanjuta/anjuta-status.c: (anjuta_status_set_title):
4111 * plugins/debug-manager/disassemble.c: (on_disassemble):
4112 Correct a format string in DEBUG_PRINT()
4114 2007-09-23 Johannes Schmid <jhs@gnome.org>
4116 * plugins/sourceview/sourceview.c: (offset_to_position),
4117 (position_to_offset), (ieditor_goto_position), (ieditor_get_text),
4118 (ieditor_get_position), (iselect_set), (iselect_get_start),
4121 Fixed #Bug 440637 – Search, don't work very well
4123 2007-09-23 Johannes Schmid <jhs@gnome.org>
4125 * plugins/file-manager/file-model.c: (file_model_get_filename):
4126 * plugins/file-manager/file-model.h:
4127 * plugins/file-manager/file-view.c: (file_view_query_tooltip),
4128 (file_view_init), (file_view_class_init):
4129 * plugins/message-view/message-view.c:
4130 (message_view_query_tooltip), (message_view_dispose),
4131 (message_view_instance_init), (message_view_class_init):
4133 Added GTK+ 2.12 style tooltips to file-manager and message view.
4134 Only build if GTK+ 2.12 is availible otherwise for message-view, the
4135 old implementation is used.
4137 2007-09-23 Johannes Schmid <jhs@gnome.org>
4139 * libanjuta/anjuta-plugin-manager.c: (plugin_set_update):
4142 * plugins/language-manager/language-manager.plugin.in:
4143 Marked UserActivatable=FALSE
4145 * plugins/language-manager/plugin.c: (load_languages),
4146 (language_manager_activate), (language_manager_deactivate),
4147 (language_manager_dispose), (language_manager_instance_init),
4148 (language_manager_find_mime_type), (language_manager_find_string),
4149 (ilanguage_get_from_mime_type), (ilanguage_get_from_string),
4150 (ilanguage_get_name), (ilanguage_get_strings):
4152 Fixed various stupid bugs in language-manager plugin
4154 * plugins/symbol-db/symbol-db-engine.c:
4155 (sdb_engine_second_pass_update_scope_1):
4157 Add a g_return_if_fail to avoid a crash though still unsure
4160 2007-09-23 Johannes Schmid <jhs@gnome.org>
4162 * plugins/symbol-db/plugin.c: (on_project_element_added),
4163 (sources_array_free), (sources_array_add_foreach),
4164 (project_root_added):
4165 * plugins/symbol-db/symbol-db-engine.c:
4166 (symbol_db_engine_add_new_files):
4167 * plugins/symbol-db/symbol-db-engine.h:
4169 Added support for other languages than "C" to symbol-db. Now
4170 supports all languages listed by the language-manager.
4172 2007-09-23 Tom <tpgww@onepost.net>
4174 reviewed by: Johannes Schmid <jhs@gnome.org> (with small changes)
4177 Bumped GNOME_VFS_REQUIRED to 2.14 (this is two years ago now...)
4179 * libanjuta/anjuta-glue-factory.c: (load_plugin),
4180 (anjuta_glue_factory_get_object_type):
4181 * libanjuta/anjuta-status.c: (anjuta_status_set_title):
4182 * plugins/build-basic-autotools/build-basic-autotools.c:
4183 (value_added_current_editor):
4184 * plugins/debug-manager/breakpoints.c:
4185 (breakpoints_dbase_edit_breakpoint),
4186 (on_toggle_breakpoint_activate):
4187 * plugins/debug-manager/plugin.c:
4188 (on_run_to_cursor_action_activate):
4189 * plugins/debug-manager/stack_trace.c:
4190 (dma_thread_update_stack_trace):
4191 * plugins/gdb/plugin.c:
4192 * plugins/glade/plugin.c: (ifile_open):
4193 * plugins/profiler/gprof-call-graph-view.c:
4194 * plugins/profiler/gprof-flat-profile-view.c:
4195 * plugins/profiler/gprof-function-call-tree-view.c:
4196 * plugins/profiler/gprof-options.c: (setup_widgets):
4197 * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
4198 * plugins/search/search-replace_backend.c:
4199 (file_buffer_new_from_te):
4200 * plugins/sourceview/assist-tip.c: (assist_tip_move):
4201 * plugins/sourceview/assist-window.c: (assist_window_set_property),
4202 (assist_window_get_property), (assist_window_move):
4203 * plugins/symbol-browser/plugin.c: (update_editor_symbol_model),
4204 (value_added_current_editor):
4205 * plugins/symbol-db/plugin.c: (value_added_current_editor):
4206 * plugins/tools/variable.c: (atp_variable_get_editor_variable):
4207 * plugins/valgrind/vggeneralprefs.c: (general_prefs_get_argv):
4209 Many small code, warnings and leak fixes
4211 2007-09-23 Sebastien Granjoux <seb.sfo@free.fr>
4213 * (removed) plugins/debug-manager/debugger.c,
4214 (removed) plugins/debug-manager/debugger.h,
4215 (added) plugins/debug-manager/command.c,
4216 (added) plugins/debug-manager/command.h,
4217 (added) plugins/debug-manager/queue.c,
4218 (added) plugins/debug-manager/queue.h,
4219 plugins/debug-manager/breakpoints.c,
4220 plugins/debug-manager/debug_tree.c,
4221 plugins/debug-manager/debug_tree.h,
4222 plugins/debug-manager/disassemble.c,
4223 plugins/debug-manager/disassemble.h,
4224 plugins/debug-manager/locals.c,
4225 plugins/debug-manager/locals.h,
4226 plugins/debug-manager/memory.c,
4227 plugins/debug-manager/memory.h,
4228 plugins/debug-manager/plugin.c,
4229 plugins/debug-manager/plugin.h,
4230 plugins/debug-manager/registers.c,
4231 plugins/debug-manager/registers.h,
4232 plugins/debug-manager/sharedlib.c,
4233 plugins/debug-manager/sharedlib.h,
4234 plugins/debug-manager/signals.c,
4235 plugins/debug-manager/signals.h,
4236 plugins/debug-manager/stack_trace.c,
4237 plugins/debug-manager/stack_trace.h,
4238 plugins/debug-manager/start.h,
4239 plugins/debug-manager/start.c,
4240 plugins/debug-manager/threads.c,
4241 plugins/debug-manager/threads.h,
4242 plugins/debug-manager/watch.c,
4243 plugins/debug-manager/watch.h,
4244 plugins/debug-manager/Makefile.am,
4245 plugins/gdb/debugger.c,
4246 plugins/gdb/debugger.h,
4247 plugins/gdb/plugin.c,
4248 libanjuta/interfaces/libanjuta.idl:
4249 Split debug-manager/debugger.c into command.c and queue.c
4250 Clean up debugger queue
4251 DmaDebuggerQueue object does not implement IAnjutaDebugger
4253 2007-09-23 Johannes Schmid <jhs@gnome.org>
4256 Bumped version to 2.3.0 (to ensure bugzilla bugs are
4257 set correctly, etc.)
4259 * libanjuta/anjuta-glue-factory.c: (load_plugin):
4260 * libanjuta/anjuta-plugin-manager.c: (activate_plugin),
4261 (plugin_set_update):
4263 Show an error dialog instead of crashing when plugin loading fails
4265 * plugins/language-manager/Makefile.am:
4266 * plugins/language-manager/language-manager.plugin.in:
4267 * plugins/language-manager/languages.xml:
4268 * plugins/language-manager/plugin.c: (language_destroy),
4269 (load_languages), (language_manager_activate),
4270 (language_manager_deactivate), (language_manager_finalize),
4271 (language_manager_dispose), (language_manager_instance_init),
4272 (language_manager_class_init), (language_manager_find_mime_type),
4273 (language_manager_find_string), (ilanguage_get_from_mime_type),
4274 (ilanguage_get_from_string), (ilanguage_get_name),
4275 (ilanguage_get_strings), (ilanguage_iface_init):
4276 * plugins/language-manager/plugin.h:
4278 Added new language-manager plugin to have a better organisation for
4279 language names. The xml probabaly needs to be extended over time.
4281 * plugins/Makefile.am:
4282 * plugins/document-manager/plugin.c: (on_editor_changed):
4284 Adapted to new IAnjutaLanguage interface. Do not unload language-support
4285 because it does not really save memory but makes tab switching slow.
4287 * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin
4289 * plugins/language-support-cpp-java/plugin.c: (install_support),
4290 (uninstall_support), (cpp_java_plugin_deactivate_plugin):
4291 Adapted to new IAnjutaLanguage interface and fixed a Gtk-Critical while
4294 * plugins/language-support-cpp-java/cpp-java-assist.c:
4295 (cpp_java_assist_show_autocomplete):
4297 Fix autocomplete to only show valid completions
4299 * plugins/sourceview/assist-tip.c: (assist_tip_set_tips):
4300 Calltips always have correct size and position now
4302 2007-09-22 Johannes Schmid <jhs@gnome.org>
4304 * plugins/search/search-replace_backend.c: (get_next_match):
4305 Removed code introduced by accident that causes a crash.
4307 * plugins/sourceview/sourceview-tags.c:
4308 * plugins/sourceview/sourceview-tags.h:
4309 Removed ununsed files
4311 2007-09-22 Johannes Schmid <jhs@gnome.org>
4313 * plugins/language-support-cpp-java/cpp-java-assist.c:
4316 2007-09-21 Naba Kumar <naba.kumar@gnome.org>
4318 * plugins/language-support-cpp-java/cpp-java-assist.c:
4319 (cpp_java_assist_get_calltip_context), (on_editor_char_added):
4320 Increased matching brace search to 500 chars.
4322 2007-09-21 Johannes Schmid <jhs@gnome.org>
4324 * plugins/language-support-cpp-java/cpp-java-assist.c:
4325 (cpp_java_assist_get_pre_word),
4326 (cpp_java_assist_get_calltip_context), (cpp_java_assist_check):
4328 Added some profiling debug code
4330 * plugins/language-support-cpp-java/cpp-java-utils.c:
4331 (cpp_java_util_jump_to_matching_brace):
4332 * plugins/language-support-cpp-java/cpp-java-utils.h:
4333 * plugins/language-support-cpp-java/plugin.c:
4334 (get_line_indentation_base), (get_line_auto_indentation):
4336 Add the possiblity to pass a limit to cpp_java_util_jump_matching_brace to
4337 avoid looping over the whole file when using calltips which is too slow and
4340 * plugins/sourceview/assist-tip.c: (assist_tip_init),
4341 (assist_tip_set_tips), (assist_tip_get_coordinates),
4343 * plugins/sourceview/sourceview.c: (iassist_show_tips):
4345 Better calltips appearance (use theme now) and avoid jumping
4348 2007-09-21 Naba Kumar <naba.kumar@gnome.org>
4350 * plugins/document-manager/plugin.c:
4351 (update_editor_ui_interface_items):
4352 * plugins/language-support-cpp-java/plugin.c: (install_support),
4353 (uninstall_support): Moved autocomplete ui update code from
4354 document-manager to language-plugin.
4356 2007-09-21 Johannes Schmid <jhs@gnome.org>
4358 * libanjuta/interfaces/libanjuta.idl:
4360 Added IAnjutaLanguage interface (might still change...) for
4361 the upcoming language-manager plugin.
4363 * plugins/file-manager/Makefile.am:
4364 * plugins/file-manager/file-model.c:
4365 (file_model_cancel_expand_idle), (file_model_add_dummy),
4366 (file_model_expand_idle), (file_model_sort),
4367 (file_model_row_expanded), (file_model_row_collapsed),
4368 (file_model_init), (file_model_finalize),
4369 (file_model_set_property), (file_model_get_property),
4370 (file_model_class_init), (file_model_new), (file_model_refresh),
4371 (file_model_get_uri):
4372 * plugins/file-manager/file-model.h:
4373 * plugins/file-manager/file-view.c: (file_view_cancel_refresh),
4374 (file_view_expand_row_idle), (file_view_refresh),
4375 (file_view_get_selected), (file_view_button_press_event),
4376 (file_view_selection_changed), (file_view_init),
4377 (file_view_get_property), (file_view_set_property),
4378 (file_view_finalize), (file_view_class_init):
4380 Split up model/view as far as possible and fixed some file-manager
4381 bugs (popup-menu and incorrect project loading).
4383 * plugins/sourceview/assist-tip.c: (assist_tip_set_tips):
4384 Use monospace font for tips.
4386 * plugins/sourceview/sourceview-cell.c: (sourceview_cell_finalize),
4387 (sourceview_cell_new), (icell_get_character), (icell_get_length),
4388 (icell_get_attribute), (icell_style_get_font_description),
4389 (icell_style_get_color), (icell_style_get_background_color),
4390 (iiter_first), (iiter_next), (iiter_previous), (iiter_last),
4391 (iiter_foreach), (iiter_set_position), (iiter_get_position),
4392 (iiter_get_length), (iiter_clone), (iiter_assign):
4394 Use GtkTextIter only and do not use GtkTextMark at all in the sourceview-cell
4395 interface. This is way faster though it has the drawback to create invalid
4396 iterators if the buffer is changed.
4398 2007-09-21 Naba Kumar <naba.kumar@gnome.org>
4400 * libanjuta/interfaces/libanjuta.idl:
4401 * plugins/document-manager/action-callbacks.c:
4402 * plugins/document-manager/anjuta-document-manager.ui:
4403 * plugins/document-manager/plugin.c: (register_stock_icons):
4404 * plugins/editor/text_editor.c:
4405 * plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
4406 * plugins/language-support-cpp-java/cpp-java-assist.c:
4407 (cpp_java_assist_get_calltip_context):
4408 * plugins/language-support-cpp-java/plugin.c: (on_auto_complete),
4409 (register_stock_icons), (cpp_java_plugin_activate_plugin):
4411 Moved autocomplete menu action from document-manager to assist plugin
4412 and got rid of deprecated autocomplete interface.
4414 2007-09-20 Naba Kumar <naba.kumar@gnome.org>
4416 * libanjuta/interfaces/libanjuta.idl:
4417 * plugins/editor/text_editor.c: (iassist_iface_init):
4418 * plugins/language-support-cpp-java/cpp-java-assist.c:
4419 (cpp_java_assist_check), (on_assist_chosen):
4420 * plugins/sourceview/sourceview.c: (iassist_iface_init):
4421 Removed react() methods in both editors and assist interface. Assist
4422 plugin itself handles setting the autocomplete. Also fixed
4425 2007-09-20 Naba Kumar <naba.kumar@gnome.org>
4427 * plugins/file-manager/Makefile.am:
4428 * plugins/file-manager/file-view.c: (file_view_add_dummy),
4429 (file_view_expand_idle), (file_view_init):
4430 * plugins/file-manager/plugin.c: (on_file_manager_refresh),
4431 (file_manager_set_default_uri), (project_root_added),
4432 (on_file_view_current_uri_changed), (on_file_view_show_popup_menu),
4433 (file_manager_activate), (file_manager_deactivate),
4434 (file_manager_instance_init), (file_manager_class_init),
4435 (ifile_manager_set_root), (ifile_manager_set_selected),
4436 (ifile_manager_iface_init): Adjusted white spaces to match
4439 2007-09-19 Naba Kumar <naba@gnome.org>
4441 * libanjuta/interfaces/libanjuta.idl:
4442 * plugins/editor/text_editor.c: (text_editor_instance_init),
4443 (iassist_show_tips), (iassist_cancel_tips),
4444 (iassist_hide_suggestions), (iassist_iface_init):
4445 * plugins/editor/text_editor.h:
4446 * plugins/editor/text_editor_cbs.c:
4447 (on_text_editor_scintilla_notify):
4448 * plugins/language-support-cpp-java/cpp-java-assist.c:
4449 (is_scope_context_character), (is_word_character),
4450 (create_completion), (cpp_java_assist_get_scope_context),
4451 (cpp_java_assist_get_pre_word),
4452 (cpp_java_assist_get_scope_operator),
4453 (cpp_java_assist_destroy_completion_cache),
4454 (cpp_java_assist_create_scope_completion_cache),
4455 (cpp_java_assist_create_word_completion_cache),
4456 (cpp_java_assist_show_autocomplete),
4457 (cpp_java_assist_get_calltip_context),
4458 (cpp_java_assist_show_calltip), (cpp_java_assist_check),
4459 (on_editor_char_added), (on_assist_chosen),
4460 (cpp_java_assist_install), (cpp_java_assist_uninstall),
4461 (cpp_java_assist_init), (cpp_java_assist_finalize):
4462 * plugins/language-support-cpp-java/cpp-java-assist.h:
4463 * plugins/language-support-cpp-java/plugin.c:
4464 (initialize_indentation_params):
4465 * plugins/sourceview/assist-tip.c:
4466 * plugins/sourceview/assist-tip.h:
4467 * plugins/sourceview/sourceview-private.h:
4468 * plugins/sourceview/sourceview.c: (on_assist_window_destroyed),
4469 (on_assist_tip_destroyed), (on_assist_cancel),
4470 (on_document_char_added), (iassist_get_suggestions),
4471 (iassist_suggest), (iassist_show_tips), (iassist_iface_init):
4473 Implement state-less assistance so that assist can be evaluated
4474 any given time at any position. Changed IAnjutaEditorAssist interfance
4475 and implementations and removed any state management in editors.
4477 2007-09-18 Naba Kumar <naba.kumar@gnome.org>
4479 * plugins/language-support-cpp-java/cpp-java-assist.c: Improved
4480 completion items sorting and avoided unnecssary sorts.
4482 * plugins/text-editor.c: Fixed state.
4484 2007-09-17 Johannes Schmid <jhs@gnome.org>
4486 * plugins/language-support-cpp-java/cpp-java-assist.c:
4489 Fixed calltips in sourceview
4491 2007-09-17 Naba Kumar <naba.kumar@gnome.org>
4493 * plugins/language-support-cpp-java/cpp-java-assist.c: Improved
4494 completion items preparation time. Fixed a crash bug.
4496 * libanjuta/anjuta-launcher.c: (anjuta_launcher_fork):
4497 Set buffer size (From Massimo, required for symbol-db).
4499 * libanjuta/interfaces/libanjuta.idl: Also pass position information
4502 * plugins/sourceview/sourceview.c: (iassist_suggest): Fix for above
4505 * plugins/editor/aneditor-autocomplete.cxx,
4506 plugins/editor/aneditor.h, plugins/editor/aneditor-priv.h:
4507 Added ANE_GETWORDBEFORECARAT command.
4509 * plugins/editor/aneditor.cxx: Do not autocomplete. It's now done
4510 using assist interface.
4512 * plugins/editor/text_editor.c: (text_editor_instance_init),
4513 (text_editor_get_word_before_carat),
4514 (text_editor_get_current_word), (iassist_add_trigger),
4515 (iassist_remove_trigger), (on_assist_canceled),
4516 (iassist_init_suggestions), (iassist_suggest), (iassist_show_tips),
4517 (iassist_react), (iassist_hide_suggestions), (iassist_iface_init):
4518 * plugins/editor/text_editor.h:
4519 * plugins/editor/text_editor_cbs.c: (trigger_size),
4520 (max_trigger_size), (text_editor_check_assist),
4521 (on_text_editor_scintilla_notify): Implemented IAnjutaEditorAssist
4524 * plugins/language-support-cpp-java/Makefile.am:
4525 * plugins/language-support-cpp-java/plugin.c:
4526 (get_line_indentation_base), (get_line_auto_indentation),
4527 (install_support), (uninstall_support),
4528 (cpp_java_plugin_activate_plugin), (cpp_java_plugin_finalize),
4529 (cpp_java_plugin_instance_init):
4530 * plugins/language-support-cpp-java/plugin.h:
4531 * plugins/language-support-cpp-java/cpp-java-assist.[ch] (added),
4532 * plugins/language-support-cpp-java/cpp-java-utils.[ch] (added),
4533 Make assist a separate class.
4535 2007-09-14 Johannes Schmid <jhs@gnome.org>
4537 * plugins/sourceview/sourceview.c: (iassist_suggest):
4538 Fixed changed char_alignment paramter in language-support
4541 2007-09-14 Naba Kumar <naba@gnome.org>
4543 * plugins/language-support-cpp-java/plugin.c: Send the right
4544 'char_alignment' paramenter (needs fixing in sourceview).
4546 2007-09-13 Johannes Schmid <jhs@gnome.org>
4549 * plugins/project-wizard/templates/minimal/project.anjuta:
4550 Use IAnjutaSymbolManager instead of loading the plugin directly.
4551 (TODO: Think of a version to do this for older files...)
4554 * plugins/Makefile.am:
4555 * plugins/symbol-db/Makefile.am:
4557 Build symbol-db plugin if libgda-3.0 is found
4559 2007-09-13 Johannes Schmid <jhs@gnome.org>
4561 * plugins/sourceview/Makefile.am:
4562 * plugins/sourceview/anjuta-document.c: (anjuta_document_finalize),
4564 * plugins/sourceview/anjuta-document.h:
4565 Removed lots of dead code
4567 * plugins/sourceview/anjuta-languages-manager.c:
4568 * plugins/sourceview/anjuta-languages-manager.h:
4571 * plugins/sourceview/sourceview.c: (on_document_char_added),
4572 (on_document_loaded), (sourceview_instance_init),
4573 (iselect_get_start), (iselect_get_end),
4574 (ilanguage_get_supported_languages), (ilanguage_set_language):
4576 Fixed selection handling and make some adaptions for the changes
4579 2007-09-13 Johannes Schmid <jhs@gnome.org>
4581 * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
4582 * plugins/language-support-cpp-java/plugin.c: (on_assist_begin),
4585 Added preferences to language support completion/calltips
4587 * plugins/sourceview/assist-window.c: (assist_window_update):
4589 Always select first entry
4591 * plugins/sourceview/sourceview.glade:
4592 Removed old completion preferences
4594 2007-09-11 Naba Kumar <naba@gnome.org>
4596 * plugins/terminal/terminal.c: Fixed critical warning, memory leak
4597 and possible crash when pressing ctrl+d in terminal after preferences
4598 window has been shown once (no need for backport).
4600 * libanjuta/interfaces/anjuta-idl-compiler.pl: Create default method
4601 implementations to get warnings instead of crashes for unimplemented
4604 2007-09-11 Massimo Cora' <maxcvs@email.it>
4606 Reviewed by: Naba Kumar <naba@gnome.org>
4608 * libanjuta/anjuta-launcher.c: (anjuta_launcher_fork):
4609 * plugins/symbol-db/*:
4610 Added new symbol-database backend based on SQLite 3.
4611 (does not enabled for build currently).
4613 2007-09-10 Johannes Schmid <jhs@gnome.org>
4617 * libegg/egg-recent-model.c: (egg_recent_model_write_raw),
4618 (parse_info_init), (parse_info_free), (valid_element),
4619 (start_element_handler), (end_element_handler), (text_handler),
4620 (egg_recent_model_filter), (egg_recent_model_changed_timeout),
4621 (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
4622 (egg_recent_model_monitor), (egg_recent_model_read),
4623 (egg_recent_model_open_file), (egg_recent_model_lock_file),
4624 (egg_recent_model_unlock_file), (egg_recent_model_finalize),
4625 (egg_recent_model_set_property), (egg_recent_model_class_init),
4626 (egg_recent_model_init), (egg_recent_model_add_full),
4627 (egg_recent_model_delete), (egg_recent_model_get_list),
4628 (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
4629 (egg_recent_model_set_filter_mime_types),
4630 (egg_recent_model_clear_group_filter),
4631 (egg_recent_model_set_filter_groups),
4632 (egg_recent_model_clear_scheme_filter),
4633 (egg_recent_model_set_filter_uri_schemes),
4634 (egg_recent_model_remove_expired):
4636 Update EggRecent (#456465)
4638 2007-09-10 Johannes Schmid <jhs@gnome.org>
4640 * libanjuta/anjuta-plugin-manager.c: (get_plugin_loader_type),
4641 (anjuta_plugin_manager_get_plugin):
4642 * plugins/profiler/gprof-call-graph-view.c:
4643 (gprof_call_graph_view_create_columns):
4644 * plugins/profiler/gprof-flat-profile-view.c:
4645 (gprof_flat_profile_view_create_columns):
4646 * plugins/profiler/gprof-function-call-tree-view.c:
4647 (gprof_function_call_tree_view_create_columns):
4649 Fixed #466031 – Update of pieces of menus for Localization
4651 2007-09-10 Johannes Schmid <jhs@gnome.org>
4653 * libanjuta/anjuta-utils.c: (anjuta_util_parse_args_from_string):
4654 Bug 343522 – anjuta: Unable to execute commands that use options.
4656 2007-09-09 Johannes Schmid <jhs@gnome.org>
4658 * plugins/document-manager/anjuta-docman.c:
4659 (anjuta_docman_update_page_label):
4661 Fixed #458034 – Method of indicating unsaved changes breaks convention
4663 * plugins/document-manager/plugin.c: (update_title),
4664 (value_added_project_root_uri), (value_removed_project_root_uri),
4665 (on_editor_changed), (activate_plugin):
4666 * plugins/document-manager/plugin.h:
4667 * plugins/project-manager/plugin.c: (on_profile_scoped),
4668 (on_profile_descoped), (ifile_open):
4670 Fixed #427390 – Show path of item in currently focused editor window
4672 2007-09-09 Johannes Schmid <jhs@gnome.org>
4674 * plugins/search/plugin.c: (on_toolbar_find_clicked),
4675 (on_toolbar_find_incremental):
4676 Fix incremental search
4678 * plugins/sourceview/sourceview.c: (on_document_char_added),
4680 Fixed selection management
4682 2007-09-09 Johannes Schmid <jhs@gnome.org>
4684 * libanjuta/anjuta-ui.c: (anjuta_ui_remove_action_group):
4687 * libanjuta/interfaces/libanjuta.idl:
4688 Extended IAnjutaEditorAssist interface
4690 * plugins/language-support-cpp-java/plugin.c:
4691 (jump_to_matching_brace), (add_tags), (on_assist_begin),
4692 (assist_cleanup), (on_assist_chosen), (on_assist_update),
4693 (context_character), (get_context), (function_parser),
4694 (cpp_member_parser), (install_assist), (uninstall_assist),
4695 (get_line_indentation_base), (get_line_auto_indentation),
4696 (install_support), (uninstall_support),
4697 (on_value_added_current_editor), (on_value_removed_current_editor),
4698 (cpp_java_plugin_finalize), (cpp_java_plugin_instance_init):
4699 * plugins/language-support-cpp-java/plugin.h:
4701 Improved fixed editor assistance and added support for function/method
4702 tooltips. jumb_to_matching_brance => jump_to_matching_brace
4704 * plugins/message-view/anjuta-msgman.c: (on_message_view_destroy):
4707 * plugins/project-import/project-import.c: (on_import_next):
4708 Added a non-NULL check with could probably fix #474843 but not sure
4710 * plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl:
4711 Fixed anjuta-plugin project wizard
4713 * plugins/sourceview/Makefile.am:
4714 * plguins/sourceview/assist-tip.[ch]:
4715 * plugins/sourceview/anjuta-view.c: (anjuta_view_focus_out),
4716 (anjuta_view_key_press_event):
4717 * plugins/sourceview/assist-window.c: (assist_window_class_init),
4718 (assist_window_init), (assist_window_update), (assist_window_new):
4719 * plugins/sourceview/sourceview-private.h:
4720 * plugins/sourceview/sourceview.c: (on_assist_window_destroyed),
4721 (on_assist_tip_destroyed), (on_assist_chosen), (on_assist_cancel),
4722 (trigger_size), (max_trigger_size), (on_document_char_added),
4723 (sourceview_dispose), (ieditor_get_current_word),
4724 (iassist_add_trigger), (iassist_init_suggestions),
4725 (iassist_suggest), (iassist_hide_suggestions), (iassist_show_tips),
4726 (iassist_cancel_tips), (iassist_react), (iassist_iface_init):
4728 Big update on sourceview assist capabilites. Autocompletion should
4729 now work much better and function tooltips are finally supported!
4731 * plugins/sourceview/anjuta-document.h:
4732 * plugins/sourceview/anjuta-document.c: (wordcharacters_contains),
4733 (anjuta_document_get_current_word):
4734 Fixed get_current_word (inspired by aneditor.cxx implementation)
4736 * plugins/sourceview/sourceview-cell.c: (icell_get_char),
4737 (icell_get_attribute):
4738 Fixed get_attribute() to also detect character constants.
4739 Simplified get_char()
4741 * plugins/symbol-browser/plugin.c: (isymbol_manager_search),
4742 (isymbol_manager_get_members), (isymbol_manager_get_parents),
4743 (isymbol_manager_get_completions_at_position):
4745 Fixed IAnjutaSymbolManager interface (see 2.2.1 for details)
4747 2007-09-04 Naba Kumar <naba@gnome.org>
4749 * plugins/class-gen/plugin.c: Do not enable 'Add to project'
4750 projects that can not add sources.
4752 * plugins/file-wizard/file.c: Similarly for file wizard,
4753 Do not enable 'Add to project' projects that can not add sources.
4755 2007-09-04 Naba Kumar <naba@gnome.org>
4757 * configure.in: Bumped gnome-build requirement to 0.2.0
4758 for project capabilities support.
4760 * plugins/project-manager/plugin.c: Enable/disable project
4761 actions based on project capabilities. Fixes bug #433552:
4762 crash in Anjuta IDE: add file test.h in project on generic
4765 * libanjuta/interfaces/libanjuta.idl: Added method to query
4766 project capabilities.
4768 2007-09-03 Naba Kumar <naba@gnome.org>
4770 * plugins/file-manager/plugin.c: Set shadow type IN.
4771 * plugins/file-manager/file-view.c: Fixed code style.
4772 * plugins/file-manager/file-view.c: Fixed icons column to size
4775 * plugins/file-manager/plugin.[c,h]: Fixed code style.
4777 * plugins/file-manager/plugin.c: Fixed crash on closing project and
4778 unmonitors project-uri on file-manager deactivation.
4780 * TODO.tasks: Updated
4782 2007-09-02 Johannes Schmid <jhs@gnome.org>
4784 * libanjuta/anjuta-ui.c: (anjuta_ui_remove_action_group):
4787 * plugins/file-manager/file-view.c: (file_view_get_selected),
4788 (file_view_button_press_event), (file_view_finalize):
4789 * plugins/file-manager/plugin.c: (project_root_removed),
4790 (file_manager_deactivate):
4792 Fixed some small bugs I missed before
4794 2007-09-02 Johannes Schmid <jhs@gnome.org>
4796 * plugins/file-manager/*:
4797 Added new and file-manager
4799 2007-09-02 Johannes Schmid <jhs@gnome.org>
4801 * plugins/file-manager/*:
4802 Removed old file-manager
4804 2007-08-31 Johannes Schmid <jhs@gnome.org>
4806 * libanjuta/anjuta-plugin-manager.c: (anjuta_plugin_manager_new):
4807 * libanjuta/anjuta-ui.c: (anjuta_ui_add_action_group):
4809 Fixed some memory leaks
4811 * MAINTAINERS: Fixed
4813 2007-08-31 Johannes Schmid <jhs@gnome.org>
4815 * libanjuta/anjuta-preferences.c: (get_object_type_from_string),
4816 (get_property_value_as_string), (set_property_value_as_string),
4817 (register_callbacks), (preferences_foreach_callback),
4818 (anjuta_preferences_register_property_raw):
4819 * libanjuta/anjuta-preferences.h:
4820 * plugins/build-basic-autotools/build-basic-autotools.c:
4821 (on_build_mesg_format):
4822 * plugins/document-manager/anjuta-document-manager.glade:
4823 * plugins/message-view/anjuta-message-manager-plugin.glade:
4825 Use GtkComboBox instead of (deprecated) GtkOptionMenu and fixed
4826 broken message view preferences
4828 * plugins/message-view/message-view.c:
4829 (message_view_instance_init), (pref_change_color), (prefs_init),
4830 (imessage_view_append):
4831 Cleaned up message view (#458041)
4833 * src/shell.c: (on_preferences_activate),
4834 (anjuta_test_shell_instance_init),
4835 (anjuta_test_shell_get_plugin_manager), (anjuta_shell_iface_init):
4836 Fixed test shell to allow better debugging
4838 2007-08-31 Johannes Schmid <jhs@gnome.org>
4840 * plugins/gtodo/interface.c: (gtodo_get_hide_done),
4841 (gtodo_get_hide_nodate), (gtodo_get_hide_due):
4842 * plugins/gtodo/main.h:
4843 * plugins/gtodo/plugin.c: (activate_plugin):
4845 Fixed #423467 (View->Tasks menu items are not
4848 2007-08-31 Tobias Müller <gnome-bugs@auftrags-killer.org>
4850 reviewed by: Johannes Schmid <jhs@gnome.org>
4853 * data/welcome.txt.in:
4854 * launcher/anjuta_launcher.c:
4855 * libanjuta/anjuta-children.c:
4856 * libanjuta/anjuta-children.h:
4857 * libanjuta/anjuta-debug.h:
4858 * libanjuta/anjuta-encodings.c:
4859 * libanjuta/anjuta-encodings.h:
4860 * libanjuta/anjuta-glue-c.c:
4861 * libanjuta/anjuta-glue-c.h:
4862 * libanjuta/anjuta-plugin-description.c:
4863 * libanjuta/anjuta-plugin-description.h:
4864 * libanjuta/anjuta-plugin-handle.c:
4865 * libanjuta/anjuta-plugin-handle.h:
4866 * libanjuta/anjuta-plugin-manager.c:
4867 * libanjuta/anjuta-plugin-manager.h:
4868 * libanjuta/anjuta-plugin.c:
4869 * libanjuta/anjuta-plugin.h:
4870 * libanjuta/anjuta-preferences.c:
4871 * libanjuta/anjuta-preferences.h:
4872 * libanjuta/anjuta-profile-manager.c:
4873 * libanjuta/anjuta-profile-manager.h:
4874 * libanjuta/anjuta-profile.c:
4875 * libanjuta/anjuta-profile.h:
4876 * libanjuta/anjuta-save-prompt.c:
4877 * libanjuta/anjuta-save-prompt.h:
4878 * libanjuta/anjuta-serializer.c:
4879 * libanjuta/anjuta-serializer.h:
4880 * libanjuta/anjuta-session.c:
4881 * libanjuta/anjuta-session.h:
4882 * libanjuta/anjuta-shell.c:
4883 * libanjuta/anjuta-shell.h:
4884 * libanjuta/anjuta-status.c:
4885 * libanjuta/anjuta-status.h:
4886 * libanjuta/anjuta-ui.c:
4887 * libanjuta/anjuta-ui.h:
4888 * libanjuta/anjuta-utils-priv.h:
4889 * libanjuta/anjuta-utils.c:
4890 * libanjuta/anjuta-utils.h:
4891 * libanjuta/cell-renderer-captioned-image.c:
4892 * libanjuta/cell-renderer-captioned-image.h:
4893 * libanjuta/e-splash.c:
4894 * libanjuta/e-splash.h:
4895 * libanjuta/interfaces/anjuta-idl-compiler.pl:
4896 * libanjuta/interfaces/libanjuta.idl:
4897 * libanjuta/libanjuta.h:
4898 * libanjuta/resources.c:
4899 * libanjuta/resources.h:
4900 * libegg/egg-cell-renderer-text.c:
4901 * libegg/egg-combo-action.c:
4902 * libegg/egg-entry-action.c:
4903 * libegg/egg-recent-action.c:
4904 * libegg/egg-recent-files-module.c:
4905 * libegg/egg-recent-item.c:
4906 * libegg/egg-recent-model.c:
4907 * libegg/egg-recent-view-gtk.c:
4908 * libegg/egg-recent-view.c:
4909 * libegg/egg-submenu-action.c:
4910 * libegg/eggaccelerators.c:
4911 * libegg/eggcellrendererpopup.c:
4912 * libegg/eggcomboselect.c:
4913 * libegg/eggtreemodelfilter.c:
4914 * libegg/eggtreemultidnd.c:
4915 * libegg/gtkcellview.h:
4916 * libegg/treeviewutils/egg-cell-renderer-text.h:
4917 * libegg/treeviewutils/eggaccelerators.h:
4918 * libegg/treeviewutils/eggcellrendererkeys.h:
4919 * libegg/treeviewutils/eggcellrendererpopup.h:
4920 * libegg/treeviewutils/eggtreemodelfilter.h:
4921 * libegg/treeviewutils/eggtreemultidnd.h:
4922 * libegg/treeviewutils/eggtreeviewstate.h:
4923 * manuals/anjuta-faqs/C/anjuta-faqs.xml:
4924 * manuals/anjuta-faqs/Makefile.am:
4925 * manuals/anjuta-manual/C/anjuta-manual.xml:
4926 * manuals/anjuta-manual/C/license.xml:
4927 * manuals/anjuta-manual/es/es.po:
4928 * manuals/anjuta-manual/sv/sv.po:
4929 * manuals/old/C/anjuta-advanced-tutorial/anjuta-advanced-tutorial.x
4931 * manuals/old/C/anjuta-tutorial/anjuta-tutorial.xml:
4932 * manuals/old/de/anjuta-tutorial/anjuta-tutorial.xml:
4933 * manuals/old/ja/anjuta-faqs/anjuta-faqs.xml:
4934 * manuals/old/ja/anjuta-manual/anjuta-manual.xml:
4935 * manuals/old/ja/anjuta-manual/license.xml:
4936 * plugins/build-basic-autotools/build-basic-autotools.c:
4937 * plugins/build-basic-autotools/build-basic-autotools.h:
4938 * plugins/build-basic-autotools/executer.c:
4939 * plugins/build-basic-autotools/executer.h:
4940 * plugins/build/build_file.c:
4941 * plugins/build/build_file.h:
4942 * plugins/build/build_project.c:
4943 * plugins/build/build_project.h:
4944 * plugins/build/clean_project.c:
4945 * plugins/build/clean_project.h:
4946 * plugins/build/commands.c:
4947 * plugins/build/commands.h:
4948 * plugins/build/compile.c:
4949 * plugins/build/compile.h:
4950 * plugins/build/compiler_options.c:
4951 * plugins/build/compiler_options.h:
4952 * plugins/build/configurer.c:
4953 * plugins/build/configurer.h:
4954 * plugins/build/executer.c:
4955 * plugins/build/executer.h:
4956 * plugins/class-gen/cell-renderer-flags.c:
4957 * plugins/class-gen/cell-renderer-flags.h:
4958 * plugins/class-gen/combo-flags.c:
4959 * plugins/class-gen/combo-flags.h:
4960 * plugins/class-gen/element-editor.c:
4961 * plugins/class-gen/element-editor.h:
4962 * plugins/class-gen/generator.c:
4963 * plugins/class-gen/generator.h:
4964 * plugins/class-gen/plugin.c:
4965 * plugins/class-gen/plugin.h:
4966 * plugins/class-gen/transform.c:
4967 * plugins/class-gen/transform.h:
4968 * plugins/class-gen/validator.c:
4969 * plugins/class-gen/validator.h:
4970 * plugins/class-gen/window.c:
4971 * plugins/class-gen/window.h:
4972 * plugins/class-inheritance/class-callbacks.c:
4973 * plugins/class-inheritance/class-callbacks.h:
4974 * plugins/class-inheritance/class-inherit.c:
4975 * plugins/class-inheritance/class-inherit.h:
4976 * plugins/class-inheritance/plugin.c:
4977 * plugins/class-inheritance/plugin.h:
4978 * plugins/cvs-plugin/cvs-actions.c:
4979 * plugins/cvs-plugin/cvs-actions.h:
4980 * plugins/cvs-plugin/cvs-callbacks.c:
4981 * plugins/cvs-plugin/cvs-callbacks.h:
4982 * plugins/cvs-plugin/cvs-execute.c:
4983 * plugins/cvs-plugin/cvs-execute.h:
4984 * plugins/cvs-plugin/cvs-interface.c:
4985 * plugins/cvs-plugin/cvs-interface.h:
4986 * plugins/cvs-plugin/plugin.c:
4987 * plugins/cvs-plugin/plugin.h:
4988 * plugins/debug-manager/breakpoints.c:
4989 * plugins/debug-manager/breakpoints.h:
4990 * plugins/debug-manager/chunk_view.c:
4991 * plugins/debug-manager/chunk_view.h:
4992 * plugins/debug-manager/data_buffer.c:
4993 * plugins/debug-manager/data_buffer.h:
4994 * plugins/debug-manager/data_view.c:
4995 * plugins/debug-manager/data_view.h:
4996 * plugins/debug-manager/debug_tree.c:
4997 * plugins/debug-manager/debug_tree.h:
4998 * plugins/debug-manager/debugger.c:
4999 * plugins/debug-manager/debugger.h:
5000 * plugins/debug-manager/disassemble.c:
5001 * plugins/debug-manager/disassemble.h:
5002 * plugins/debug-manager/info.c:
5003 * plugins/debug-manager/info.h:
5004 * plugins/debug-manager/locals.c:
5005 * plugins/debug-manager/locals.h:
5006 * plugins/debug-manager/memory.c:
5007 * plugins/debug-manager/memory.h:
5008 * plugins/debug-manager/plugin.c:
5009 * plugins/debug-manager/plugin.h:
5010 * plugins/debug-manager/registers.c:
5011 * plugins/debug-manager/registers.h:
5012 * plugins/debug-manager/sexy-icon-entry.c:
5013 * plugins/debug-manager/sexy-icon-entry.h:
5014 * plugins/debug-manager/sharedlib.c:
5015 * plugins/debug-manager/sharedlib.h:
5016 * plugins/debug-manager/signals.c:
5017 * plugins/debug-manager/signals.h:
5018 * plugins/debug-manager/sparse_buffer.c:
5019 * plugins/debug-manager/sparse_buffer.h:
5020 * plugins/debug-manager/sparse_view.c:
5021 * plugins/debug-manager/sparse_view.h:
5022 * plugins/debug-manager/stack_trace.c:
5023 * plugins/debug-manager/stack_trace.h:
5024 * plugins/debug-manager/start.c:
5025 * plugins/debug-manager/start.h:
5026 * plugins/debug-manager/threads.c:
5027 * plugins/debug-manager/threads.h:
5028 * plugins/debug-manager/utilities.c:
5029 * plugins/debug-manager/utilities.h:
5030 * plugins/debug-manager/watch.c:
5031 * plugins/debug-manager/watch.h:
5032 * plugins/devhelp/htmlview.c:
5033 * plugins/devhelp/htmlview.h:
5034 * plugins/document-manager/action-callbacks.c:
5035 * plugins/document-manager/action-callbacks.h:
5036 * plugins/document-manager/anjuta-docman.c:
5037 * plugins/document-manager/anjuta-docman.h:
5038 * plugins/document-manager/editor-tooltips.c:
5039 * plugins/document-manager/editor-tooltips.h:
5040 * plugins/document-manager/file_history.c:
5041 * plugins/document-manager/file_history.h:
5042 * plugins/document-manager/indent-dialog.c:
5043 * plugins/document-manager/indent-dialog.h:
5044 * plugins/document-manager/indent-util.c:
5045 * plugins/document-manager/indent-util.h:
5046 * plugins/document-manager/plugin.c:
5047 * plugins/editor/aneditor-autocomplete.cxx:
5048 * plugins/editor/aneditor-calltip.cxx:
5049 * plugins/editor/aneditor-indent.cxx:
5050 * plugins/editor/aneditor-priv.h:
5051 * plugins/editor/aneditor.cxx:
5052 * plugins/editor/aneditor.h:
5053 * plugins/editor/lexer.h:
5054 * plugins/editor/plugin.c:
5055 * plugins/editor/plugin.h:
5056 * plugins/editor/print.c:
5057 * plugins/editor/print.h:
5058 * plugins/editor/properties.h:
5059 * plugins/editor/properties_cxx.h:
5060 * plugins/editor/style-editor.c:
5061 * plugins/editor/style-editor.h:
5062 * plugins/editor/text-editor-iterable.c:
5063 * plugins/editor/text-editor-iterable.h:
5064 * plugins/editor/text_editor.c:
5065 * plugins/editor/text_editor.h:
5066 * plugins/editor/text_editor_cbs.c:
5067 * plugins/editor/text_editor_cbs.h:
5068 * plugins/editor/text_editor_menu.c:
5069 * plugins/editor/text_editor_menu.h:
5070 * plugins/editor/text_editor_prefs.c:
5071 * plugins/editor/text_editor_prefs.h:
5072 * plugins/file-loader/dnd.c:
5073 * plugins/file-loader/dnd.h:
5074 * plugins/file-loader/plugin.c:
5075 * plugins/file-manager/an_file_view.c:
5076 * plugins/file-manager/plugin.c:
5077 * plugins/file-wizard/file.c:
5078 * plugins/file-wizard/file.h:
5079 * plugins/file-wizard/plugin.c:
5080 * plugins/file-wizard/plugin.h:
5081 * plugins/gdb/debugger.c:
5082 * plugins/gdb/debugger.h:
5083 * plugins/gdb/gdbmi-test.c:
5084 * plugins/gdb/gdbmi.c:
5085 * plugins/gdb/gdbmi.h:
5086 * plugins/gdb/global.h:
5087 * plugins/gdb/parser.c:
5088 * plugins/gdb/parser.h:
5089 * plugins/gdb/plugin.c:
5090 * plugins/gdb/plugin.h:
5091 * plugins/gdb/utilities.c:
5092 * plugins/gdb/utilities.h:
5093 * plugins/glade/plugin.c:
5094 * plugins/glade/plugin.h:
5095 * plugins/gtodo/egg-datetime.c:
5096 * plugins/gtodo/egg-datetime.h:
5097 * plugins/gtodo/eggtrayicon.c:
5098 * plugins/gtodo/eggtrayicon.h:
5099 * plugins/gtodo/plugin.c:
5100 * plugins/gvim/anjuta-vim.c:
5101 * plugins/gvim/anjuta-vim.h:
5102 * plugins/gvim/gtkvim.c:
5103 * plugins/gvim/gtkvim.h:
5104 * plugins/gvim/plugin.c:
5105 * plugins/gvim/plugin.h:
5106 * plugins/language-support-cpp-java/plugin.c:
5107 * plugins/language-support-cpp-java/plugin.h:
5108 * plugins/macro/macro-actions.c:
5109 * plugins/macro/macro-actions.h:
5110 * plugins/macro/macro-db.c:
5111 * plugins/macro/macro-db.h:
5112 * plugins/macro/macro-dialog.c:
5113 * plugins/macro/macro-dialog.h:
5114 * plugins/macro/macro-edit.c:
5115 * plugins/macro/macro-edit.h:
5116 * plugins/macro/macro-util.c:
5117 * plugins/macro/macro-util.h:
5118 * plugins/macro/plugin.c:
5119 * plugins/macro/plugin.h:
5120 * plugins/message-view/anjuta-msgman.c:
5121 * plugins/message-view/anjuta-msgman.h:
5122 * plugins/message-view/message-view.c:
5123 * plugins/message-view/message-view.h:
5124 * plugins/message-view/plugin.c:
5125 * plugins/message-view/plugin.h:
5126 * plugins/patch/patch-plugin.c:
5127 * plugins/patch/patch-plugin.h:
5128 * plugins/patch/plugin.c:
5129 * plugins/patch/plugin.h:
5130 * plugins/profiler/gprof-call-graph-block-entry.c:
5131 * plugins/profiler/gprof-call-graph-block-entry.h:
5132 * plugins/profiler/gprof-call-graph-block.c:
5133 * plugins/profiler/gprof-call-graph-block.h:
5134 * plugins/profiler/gprof-call-graph-view.c:
5135 * plugins/profiler/gprof-call-graph-view.h:
5136 * plugins/profiler/gprof-call-graph.c:
5137 * plugins/profiler/gprof-call-graph.h:
5138 * plugins/profiler/gprof-flat-profile-entry.c:
5139 * plugins/profiler/gprof-flat-profile-entry.h:
5140 * plugins/profiler/gprof-flat-profile-view.c:
5141 * plugins/profiler/gprof-flat-profile-view.h:
5142 * plugins/profiler/gprof-flat-profile.c:
5143 * plugins/profiler/gprof-flat-profile.h:
5144 * plugins/profiler/gprof-function-call-chart-view.c:
5145 * plugins/profiler/gprof-function-call-chart-view.h:
5146 * plugins/profiler/gprof-function-call-tree-view.c:
5147 * plugins/profiler/gprof-function-call-tree-view.h:
5148 * plugins/profiler/gprof-options.c:
5149 * plugins/profiler/gprof-options.h:
5150 * plugins/profiler/gprof-profile-data.c:
5151 * plugins/profiler/gprof-profile-data.h:
5152 * plugins/profiler/gprof-view-manager.c:
5153 * plugins/profiler/gprof-view-manager.h:
5154 * plugins/profiler/gprof-view.c:
5155 * plugins/profiler/gprof-view.h:
5156 * plugins/profiler/plugin.c:
5157 * plugins/profiler/plugin.h:
5158 * plugins/profiler/string-utils.c:
5159 * plugins/profiler/string-utils.h:
5160 * plugins/project-import/plugin.c:
5161 * plugins/project-import/plugin.h:
5162 * plugins/project-import/project-import.c:
5163 * plugins/project-import/project-import.h:
5164 * plugins/project-manager/plugin.c:
5165 * plugins/project-manager/plugin.h:
5166 * plugins/project-wizard/action.c:
5167 * plugins/project-wizard/action.h:
5168 * plugins/project-wizard/autogen.c:
5169 * plugins/project-wizard/autogen.h:
5170 * plugins/project-wizard/druid.c:
5171 * plugins/project-wizard/druid.h:
5172 * plugins/project-wizard/file.c:
5173 * plugins/project-wizard/file.h:
5174 * plugins/project-wizard/header.c:
5175 * plugins/project-wizard/header.h:
5176 * plugins/project-wizard/install.c:
5177 * plugins/project-wizard/install.h:
5178 * plugins/project-wizard/parser.c:
5179 * plugins/project-wizard/parser.h:
5180 * plugins/project-wizard/plugin.c:
5181 * plugins/project-wizard/plugin.h:
5182 * plugins/project-wizard/property.c:
5183 * plugins/project-wizard/property.h:
5184 * plugins/project-wizard/values.c:
5185 * plugins/project-wizard/values.h:
5186 * plugins/sample1/plugin.c:
5187 * plugins/search/plugin.c:
5188 * plugins/search/plugin.h:
5189 * plugins/search/search-replace_backend.c:
5190 * plugins/search/search-replace_backend.h:
5191 * plugins/search/search_preferences.c:
5192 * plugins/sourceview/anjuta-convert.c:
5193 * plugins/sourceview/anjuta-convert.h:
5194 * plugins/sourceview/anjuta-document-loader.c:
5195 * plugins/sourceview/anjuta-document-loader.h:
5196 * plugins/sourceview/anjuta-document-saver.c:
5197 * plugins/sourceview/anjuta-document-saver.h:
5198 * plugins/sourceview/anjuta-document.c:
5199 * plugins/sourceview/anjuta-document.h:
5200 * plugins/sourceview/anjuta-encodings.c:
5201 * plugins/sourceview/anjuta-encodings.h:
5202 * plugins/sourceview/anjuta-languages-manager.c:
5203 * plugins/sourceview/anjuta-languages-manager.h:
5204 * plugins/sourceview/anjuta-utils.c:
5205 * plugins/sourceview/anjuta-utils.h:
5206 * plugins/sourceview/anjuta-view.c:
5207 * plugins/sourceview/anjuta-view.h:
5208 * plugins/sourceview/assist-window.c:
5209 * plugins/sourceview/assist-window.h:
5210 * plugins/sourceview/sourceview-cell.c:
5211 * plugins/sourceview/sourceview-cell.h:
5212 * plugins/sourceview/sourceview-prefs.c:
5213 * plugins/sourceview/sourceview-prefs.h:
5214 * plugins/sourceview/sourceview-print.c:
5215 * plugins/sourceview/sourceview-print.h:
5216 * plugins/sourceview/sourceview-private.h:
5217 * plugins/sourceview/sourceview-tags.c:
5218 * plugins/sourceview/sourceview-tags.h:
5219 * plugins/sourceview/sourceview.c:
5220 * plugins/sourceview/sourceview.h:
5221 * plugins/subversion/plugin.c:
5222 * plugins/subversion/plugin.h:
5223 * plugins/subversion/subversion-actions.c:
5224 * plugins/subversion/subversion-actions.h:
5225 * plugins/subversion/subversion-callbacks.c:
5226 * plugins/subversion/subversion-callbacks.h:
5227 * plugins/subversion/svn-auth.c:
5228 * plugins/subversion/svn-auth.h:
5229 * plugins/subversion/svn-backend-priv.h:
5230 * plugins/subversion/svn-backend.c:
5231 * plugins/subversion/svn-backend.h:
5232 * plugins/subversion/svn-notify.c:
5233 * plugins/subversion/svn-notify.h:
5234 * plugins/subversion/svn-thread.c:
5235 * plugins/subversion/svn-thread.h:
5236 * plugins/symbol-browser/an_symbol.c:
5237 * plugins/symbol-browser/an_symbol.h:
5238 * plugins/symbol-browser/an_symbol_info.c:
5239 * plugins/symbol-browser/an_symbol_info.h:
5240 * plugins/symbol-browser/an_symbol_iter.c:
5241 * plugins/symbol-browser/an_symbol_iter.h:
5242 * plugins/symbol-browser/an_symbol_prefs.c:
5243 * plugins/symbol-browser/an_symbol_prefs.h:
5244 * plugins/symbol-browser/an_symbol_search.c:
5245 * plugins/symbol-browser/an_symbol_search.h:
5246 * plugins/symbol-browser/an_symbol_view.c:
5247 * plugins/symbol-browser/an_symbol_view.h:
5248 * plugins/symbol-browser/plugin.c:
5249 * plugins/symbol-browser/plugin.h:
5250 * plugins/terminal/terminal.c:
5251 * plugins/tools/dialog.c:
5252 * plugins/tools/dialog.h:
5253 * plugins/tools/editor.c:
5254 * plugins/tools/editor.h:
5255 * plugins/tools/execute.c:
5256 * plugins/tools/execute.h:
5257 * plugins/tools/fileop.c:
5258 * plugins/tools/fileop.h:
5259 * plugins/tools/plugin.c:
5260 * plugins/tools/plugin.h:
5261 * plugins/tools/scripts/find-fixmes.pl:
5262 * plugins/tools/scripts/translation-status.pl:
5263 * plugins/tools/tool.c:
5264 * plugins/tools/tool.h:
5265 * plugins/tools/variable.c:
5266 * plugins/tools/variable.h:
5267 * plugins/valgrind/ldd.c:
5268 * plugins/valgrind/ldd.h:
5269 * plugins/valgrind/list.c:
5270 * plugins/valgrind/list.h:
5271 * plugins/valgrind/menu-utils.c:
5272 * plugins/valgrind/menu-utils.h:
5273 * plugins/valgrind/parser.c:
5274 * plugins/valgrind/parser.h:
5275 * plugins/valgrind/plugin.c:
5276 * plugins/valgrind/plugin.h:
5277 * plugins/valgrind/preferences.c:
5278 * plugins/valgrind/preferences.h:
5279 * plugins/valgrind/process.c:
5280 * plugins/valgrind/process.h:
5281 * plugins/valgrind/symtab.c:
5282 * plugins/valgrind/symtab.h:
5283 * plugins/valgrind/vgactions.c:
5284 * plugins/valgrind/vgactions.h:
5285 * plugins/valgrind/vgcachegrindprefs.c:
5286 * plugins/valgrind/vgcachegrindprefs.h:
5287 * plugins/valgrind/vgdefaultview.c:
5288 * plugins/valgrind/vgdefaultview.h:
5289 * plugins/valgrind/vgerror.c:
5290 * plugins/valgrind/vgerror.h:
5291 * plugins/valgrind/vggeneralprefs.c:
5292 * plugins/valgrind/vggeneralprefs.h:
5293 * plugins/valgrind/vghelgrindprefs.c:
5294 * plugins/valgrind/vghelgrindprefs.h:
5295 * plugins/valgrind/vgio.c:
5296 * plugins/valgrind/vgio.h:
5297 * plugins/valgrind/vgmemcheckprefs.c:
5298 * plugins/valgrind/vgmemcheckprefs.h:
5299 * plugins/valgrind/vgrule-editor.c:
5300 * plugins/valgrind/vgrule-editor.h:
5301 * plugins/valgrind/vgrule-list.c:
5302 * plugins/valgrind/vgrule-list.h:
5303 * plugins/valgrind/vgrule.c:
5304 * plugins/valgrind/vgrule.h:
5305 * plugins/valgrind/vgrulepattern.c:
5306 * plugins/valgrind/vgrulepattern.h:
5307 * plugins/valgrind/vgsearchbar.c:
5308 * plugins/valgrind/vgsearchbar.h:
5309 * plugins/valgrind/vgstrpool.c:
5310 * plugins/valgrind/vgstrpool.h:
5311 * plugins/valgrind/vgtoolprefs.c:
5312 * plugins/valgrind/vgtoolprefs.h:
5313 * plugins/valgrind/vgtoolview.c:
5314 * plugins/valgrind/vgtoolview.h:
5317 * src/action-callbacks.c:
5318 * src/action-callbacks.h:
5319 * src/anjuta-actions.h:
5322 * src/anjuta-callbacks.c:
5323 * src/anjuta-callbacks.h:
5327 * src/bacon-message-connection.c:
5328 * src/bacon-message-connection.h:
5337 * tagmanager/options.c:
5339 Change the address of FSF in various files
5341 2007-08-30 Johannes Schmid <jhs@gnome.org>
5345 Removed because they are no longer in use
5347 * plugins/class-gen/anjuta-class-gen-plugin.glade:
5348 * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
5349 Marked some strings as not translatable
5351 * plugins/search/search-replace.c: (list_max_items):
5352 Fixed a possible memory corruption
5354 * src/anjuta-app.c: (anjuta_app_add_widget_full):
5355 Do not show menuitems for locked layout items
5357 * src/main.c: (main):
5358 Some minor style correction in gnome_init
5360 2007-08-25 Sebastien Granjoux <seb.sfo@free.fr>
5362 * plugins/debug-manager/debugger.c,
5363 plugins/debug-manager/breakpoints.c,
5364 plugins/gdb/plugin.c,
5365 plugins/gdb/debugger.c,
5366 libanjuta/interfaces/libanjuta.idl:
5367 Move all breakpoints functions from IAnjutaDebugger to a new
5368 IAnjutaBreakpointDebugger interface
5370 2007-07-28 Tom Lowe <tomlowe1@earthlink.net>
5372 Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
5373 * plugins/debug-manager/plugin.c,
5374 plugins/debug-manager/breakpoints.c,
5375 plugins/tools/execute.c,
5376 plugins/project-wizard/plugin.c,
5377 plugins/build-basic-autotools/executer.c,
5378 plugins/gdb/debugger.c,
5379 plugins/profiler/gprof-options.h,
5380 plugins/sourceview/assist-window.h,
5381 plugins/class-gen/transform.c,
5382 libanjuta/anjuta-plugin-description.c,
5383 libanjuta/anjuta-status.c,
5384 libanjuta/anjuta-glue-c.c,
5385 libanjuta/anjuta-glue-cpp.c,
5386 plugins/symbol-browser/an_symbol_prefs.c:
5387 Fix warnings mostly "dereferencing type-punned pointer"
5388 Fix two bugs in breakpoints.c and an_symbol_prefs.c
5390 2007-07-22 Sebastien Granjoux <seb.sfo@free.fr>
5392 * plugins/debug-manager/breakpoints.c,
5393 plugins/debug-manager/debugger.c:
5394 Avoid an endless loop if clearing all breakpoints while the programm
5397 2007-07-22 Tom Lowe <tomlowe1@earthlink.net>
5399 Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
5400 * plugins/debug-manager/plugin.c:
5401 Fix a segmentation fault added in the previous patch
5403 2007-07-21 Johannes Schmid <jhs@gnome.org>
5405 * plugins/build-basic-autotools/executer.c:
5406 (get_program_parameters):
5408 Show an error dialog if no targets are availible instead of
5411 2007-07-20 Johannes Schmid <jhs@gnome.org>
5413 * libanjuta/anjuta-shell.c: (on_widget_data_add),
5414 (anjuta_shell_add_widget), (anjuta_shell_add_widget_full):
5415 * libanjuta/anjuta-shell.h:
5416 * plugins/document-manager/plugin.c: (activate_plugin):
5417 * plugins/glade/anjuta-design-document.c:
5418 * plugins/glade/plugin.c: (glade_update_ui):
5419 * src/anjuta-app.c: (anjuta_app_add_widget_full),
5420 (anjuta_shell_iface_init):
5421 * src/shell.c: (anjuta_test_shell_add_widget),
5422 (anjuta_shell_iface_init):
5424 Make the document manager undockable (#458038)
5426 2007-07-20 Johannes Schmid <jhs@gnome.org>
5428 * plugins/document-manager/plugin.c: (on_editor_update_ui):
5429 * plugins/glade/anjuta-design-document.c:
5430 * plugins/glade/plugin.c: (glade_update_ui):
5432 Fixed some save/dirty status bug in glade
5434 2007-07-20 Johannes Schmid <jhs@gnome.org>
5436 * libanjuta/anjuta-status.c:
5437 Fixed crasher on shutdown
5439 2007-07-20 Johannes Schmid <jhs@gnome.org>
5442 Minimum glade requirement is 3.2 now. It was before
5443 but we did not check...
5445 * libanjuta/anjuta-glue-factory.c: (load_plugin):
5446 * libanjuta/anjuta-profile.c:
5447 (anjuta_profile_add_plugins_from_xml):
5448 * libanjuta/anjuta-status.c: (anjuta_status_dispose):
5449 * libanjuta/anjuta-ui.c: (iter_compare_func), (anjuta_ui_merge):
5450 * libegg/egg-recent-action.c: (on_recent_files_tooltip):
5451 * plugins/file-loader/plugin.c: (on_create_submenu):
5452 * plugins/file-manager/an_file_view.c: (compare_iter):
5453 * plugins/glade/plugin.c: (activate_plugin):
5454 * src/anjuta-app.c: (on_toolbar_view_toggled):
5455 * src/main.c: (main):
5457 Fixed lots of memory leaks (thansk valgrind)
5459 2007-07-19 Johannes Schmid <jhs@gnome.org>
5461 * plugins/debug-manager/plugin.c: (value_added_current_editor):
5462 * plugins/document-manager/anjuta-docman.c:
5463 (anjuta_docman_set_busy):
5464 * plugins/document-manager/plugin.c: (on_editor_changed):
5465 * plugins/glade/plugin.c: (activate_plugin):
5466 * plugins/language-support-cpp-java/plugin.c: (on_assist_begin),
5467 (on_value_removed_current_editor):
5469 Fixed remaining criticals with IAnjutaEditor -> IAnjutaDocument
5471 2007-07-18 Johannes Schmid <jhs.gnome.org>
5473 * plugins/build-basic-autotools/executer.c: (execute_program):
5474 Fixed some of the scratchbox stuff but the environment is
5477 2007-07-18 Johannes Schmid <jhs@gnome.org>
5479 * libanjuta/anjuta-plugin-manager.c: (on_plugin_activated),
5480 (on_plugin_deactivated), (get_plugin_loader_type):
5481 * plugins/glade/plugin.c: (on_close_activated), (on_shell_destroy),
5482 (activate_plugin), (deactivate_plugin),
5483 (glade_plugin_instance_init):
5485 Fixed glade plugin deactivation
5487 2007-07-18 Johannes Schmid <jhs@gnome.org>
5489 * plugins/document-manager/anjuta-docman.c:
5490 (anjuta_docman_add_document):
5491 * plugins/glade/anjuta-design-document.c: (ifile_get_uri):
5493 Fixed path display in document manager with glade files
5495 2007-07-17 Johannes Schmid <jhs@gnome.org>
5497 * libanjuta/interfaces/Makefile.am.iface:
5498 * pixmaps/Makefile.am:
5499 * plugins/cvs-plugin/plugin.c: (value_added_current_editor):
5500 * plugins/debug-manager/plugin.c: (value_added_current_editor),
5501 (value_removed_current_editor):
5502 * plugins/document-manager/anjuta-docman.c: (on_editor_save_point),
5503 (anjuta_docman_set_current_document):
5504 * plugins/document-manager/plugin.c: (on_editor_update_ui),
5505 (on_editor_added), (on_editor_changed):
5506 * plugins/glade/Makefile.am:
5507 * plugins/glade/anjuta-design-document.c:
5508 (anjuta_design_document_instance_init),
5509 (anjuta_design_document_set_property),
5510 (anjuta_design_document_get_property),
5511 (anjuta_design_document_class_init), (anjuta_design_document_new),
5512 (ifile_open), (ifile_get_uri), (ifile_iface_init):
5513 * plugins/glade/anjuta-design-document.h:
5514 * plugins/glade/anjuta-glade-notebook.c:
5515 * plugins/glade/anjuta-glade-notebook.h:
5516 * plugins/glade/plugin.c: (value_added_current_editor),
5517 (value_removed_current_editor), (glade_update_ui),
5518 (on_close_activated), (on_glade_project_changed),
5519 (glade_plugin_add_project), (activate_plugin), (deactivate_plugin),
5521 * plugins/language-support-cpp-java/plugin.c:
5522 (on_value_added_current_editor), (on_value_removed_current_editor):
5523 * plugins/macro/plugin.c: (value_added_current_editor):
5524 * plugins/project-manager/plugin.c: (value_added_current_editor):
5525 * plugins/subversion/plugin.c: (value_added_current_editor):
5526 * plugins/symbol-browser/plugin.c: (value_added_current_editor):
5528 Fixed lot of IAnjutaEditor stuff and completed glade integration
5529 with document manager
5531 * plugins/build-basic-autotools/build-basic-autotools.c:
5532 (value_added_current_editor):
5533 * plugins/build-basic-autotools/executer.c: (execute_program):
5535 Some initial code to execute projects inside scratchbox
5537 2007-07-13 Sebastien Granjoux <seb.sfo@free.fr>
5539 * plugins/project-import/project-import.c:
5540 Project import overwrites file on user request (bug #452579)
5542 2007-07-11 Sebastien Granjoux <seb.sfo@free.fr>
5544 * plugins/debug-manager/debugger.c,
5545 plugins/debug-manager/threads.c,
5546 plugins/debug-manager/plugin.c,
5547 plugins/debug-manager/registers.c,
5548 plugins/debug-manager/locals.c,
5549 plugins/debug-manager/stack_trace.c,
5550 plugins/gdb/plugin.c,
5551 plugins/gdb/debugger.c,
5552 plugins/gdb/debugger.h,
5553 libanjuta/interfaces/libanjuta.idl:
5554 Rename change-location to program-moved
5555 Store thread id as gint instead of guint
5556 Do not display registers list if not available
5557 Add intermediate debugger states if missing
5559 2007-07-11 Johannes Schmid <jhs@gnome.org>
5561 * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
5563 Reverted unnecessary changes (#455819)
5565 2007-07-10 Johannes Schmid <jhs@gnome.org>
5567 * plugins/glade/plugin.c:
5568 Fixed glade plugin with glade 3.2 and another crasher
5570 2007-07-09 Johannes Schmid <jhs@gnome.org>
5572 * libanjuta/interfaces/libanjuta.idl:
5573 * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
5575 * plugins/debug-manager/breakpoints.c:
5576 (breakpoint_item_update_in_ui),
5577 (breakpoints_dbase_edit_breakpoint),
5578 (on_toggle_breakpoint_activate):
5579 * plugins/debug-manager/plugin.c:
5580 (on_run_to_cursor_action_activate):
5581 * plugins/document-manager/action-callbacks.c:
5582 (on_editor_command_cut_activate),
5583 (on_editor_command_copy_activate),
5584 (on_editor_command_paste_activate),
5585 (on_editor_command_clear_activate):
5586 * plugins/document-manager/anjuta-docman.c:
5587 (on_text_editor_notebook_close_page), (anjuta_docman_add_editor),
5588 (anjuta_docman_add_document), (anjuta_docman_set_current_document),
5589 (anjuta_docman_goto_file_line_mark),
5590 (anjuta_docman_find_editor_with_path),
5591 (anjuta_docman_get_all_editors):
5592 * plugins/document-manager/anjuta-docman.h:
5593 * plugins/document-manager/plugin.c:
5594 (update_editor_ui_interface_items), (on_editor_update_ui),
5595 (on_editor_changed), (on_session_save), (on_docman_auto_save),
5596 (ianjuta_docman_add_document), (ianjuta_docman_remove_document),
5597 (ianjuta_document_manager_iface_init), (isaveable_save),
5598 (isavable_is_dirty):
5599 * plugins/editor/editor.glade:
5600 * plugins/editor/text_editor.c: (idocument_cut), (idocument_copy),
5601 (idocument_paste), (idocument_clear), (idocument_iface_init),
5602 (iselection_iface_init):
5603 * plugins/glade/Makefile.am:
5604 * plugins/glade/anjuta-glade-notebook.c:
5605 (anjuta_glade_notebook_instance_init),
5606 (anjuta_glade_notebook_set_property),
5607 (anjuta_glade_notebook_get_property),
5608 (anjuta_glade_notebook_class_init), (anjuta_glade_notebook_new),
5609 (ifile_open), (ifile_get_uri), (ifile_iface_init),
5610 (ifile_savable_save), (ifile_savable_save_as),
5611 (ifile_savable_set_dirty), (ifile_savable_is_dirty),
5612 (ifile_savable_iface_init), (idocument_can_redo),
5613 (idocument_can_undo), (idocument_begin_undo_action),
5614 (idocument_end_undo_action), (idocument_undo), (idocument_redo),
5615 (idocument_grab_focus), (idocument_get_filename), (idocument_cut),
5616 (idocument_copy), (idocument_paste), (idocument_clear),
5617 (idocument_iface_init):
5618 * plugins/language-support-cpp-java/plugin.c:
5619 (on_value_added_current_editor), (on_value_removed_current_editor):
5620 * plugins/macro/macro-util.c: (get_current_editor):
5621 * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
5622 * plugins/search/plugin.c: (on_enterselection), (on_prev_occur),
5623 (on_next_occur), (on_incremental_entry_key_press),
5624 (on_toolbar_find_clicked), (on_toolbar_find_start_over),
5625 (on_toolbar_find_incremental_start),
5626 (on_toolbar_find_incremental_end), (on_toolbar_find_incremental):
5627 * plugins/search/search-replace.c: (search_start_over),
5628 (search_update_combos), (replace_update_combos),
5629 (anjuta_search_replace_activate):
5630 * plugins/search/search-replace_backend.c: (create_search_entries):
5631 * plugins/sourceview/sourceview.c: (idocument_cut),
5632 (idocument_copy), (idocument_paste), (idocument_clear),
5633 (idocument_iface_init), (iselect_iface_init), (iassist_react):
5634 * plugins/tools/editor.c: (on_editor_response):
5635 * plugins/tools/execute.c: (get_current_editor),
5636 (atp_output_context_initialize), (atp_user_tool_execute):
5637 * plugins/tools/variable.c: (get_current_editor),
5638 (atp_variable_get_editor_variable):
5640 Some more IAnjutaEditor => IAnjutaDocument fixing!
5642 * plugins/glade/anjuta-glade-notebook.h:
5643 * plugins/glade/plugin.c: (glade_can_undo), (glade_can_redo),
5645 * plugins/glade/plugin.h:
5646 Integrate glade designer in document manager for GLADEUI_VERSION >= 303
5647 and get rid of the glade menu. The Edit/File menu and the toolbar can now
5648 be used for glade, too. It might still have some rough edges but already works.
5649 (Fixes #415547 – Glade usability problem)
5651 2007-07-07 Vincent Geddes <vgeddes@gnome.org>
5653 * plugins/glade/plugin.c: Ensure plugin compiles with glade 3.3.1
5654 development release (I updated version of glade3 svn to 3.3.2).
5656 2007-07-07 Naba Kumar <naba.kumar@gnome.org>
5658 * plugins/symbol-browser/an_symbol_view.c:
5659 (anjuta_symbol_view_dispose), (sv_get_type_of_token): Removed prints.
5661 2007-07-07 Naba Kumar <naba.kumar@gnome.org>
5663 * plugins/symbol-browser/an_symbol_prefs.c: (refresh_tags_list),
5664 (on_system_tags_update_finished), (on_update_global_clicked),
5665 (prefs_page_init), (on_gconf_notify_tags_list_changed),
5666 (symbol_browser_prefs_init),
5667 (symbol_browser_prefs_create_global_tags),
5668 (symbol_browser_load_global_tags):
5669 * plugins/symbol-browser/an_symbol_prefs.h:
5670 * plugins/symbol-browser/an_symbol_view.c:
5671 (anjuta_symbol_view_dispose), (anjuta_symbol_view_instance_init):
5672 * plugins/symbol-browser/an_symbol_view.h:
5673 * plugins/symbol-browser/plugin.c: (activate_plugin): Do not crash
5674 on global tags update because of delayed prefs merging. Happens when
5675 anjuta is first launched (i.e. no ~/.anjuta dir exists) and a file
5678 2007-07-07 Naba Kumar <naba.kumar@gnome.org>
5680 * scripts/build-schemas.mk: Tell gconfd-2 to update schemas
5681 after install/uninstall.
5683 Patch from James Liggett:
5684 * scripts/glade2schemas.pl: Fixed creating schemas for list
5687 2007-07-06 Vincent Geddes <vgeddes@gnome.org>
5689 * plugins/glade/plugin.c: Ensure plugin compiles with gladeui
5690 version 3.3.0 release. The plugin will not compile with the gladeui 3.3.1
5691 development release since glade svn version is also 3.3.1. In future, the
5692 solution would be for us to always increment the micro version when
5695 2007-07-05 Johannes Schmid <jhs@gnome.org>
5697 * libanjuta/interfaces/libanjuta.idl:
5698 * plugins/build-basic-autotools/build-basic-autotools.c:
5699 (on_build_mesg_format):
5700 * plugins/debug-manager/breakpoints.c:
5701 (breakpoint_item_update_in_ui),
5702 (breakpoints_dbase_edit_breakpoint),
5703 (on_toggle_breakpoint_activate):
5704 * plugins/debug-manager/plugin.c:
5705 (on_run_to_cursor_action_activate):
5706 * plugins/debug-manager/watch.c: (on_debug_tree_inspect):
5707 * plugins/document-manager/action-callbacks.c: (editor_autoformat),
5708 (get_current_editor), (on_save_activate), (on_save_as_activate),
5709 (on_save_prompt_save_editor), (on_close_file_activate),
5710 (on_close_all_file_activate), (on_reload_file_activate),
5711 (anjuta_print_cb), (anjuta_print_preview_cb),
5712 (on_editor_command_upper_case_activate),
5713 (on_editor_command_lower_case_activate),
5714 (on_editor_command_undo_activate),
5715 (on_editor_command_redo_activate),
5716 (on_editor_command_bookmark_toggle_activate), (on_comment_block),
5717 (on_comment_box), (on_comment_stream), (on_toolbar_goto_clicked),
5718 (on_goto_line_no1_activate), (on_goto_block_start1_activate),
5719 (on_goto_block_end1_activate), (on_zoom_in_text_activate),
5720 (on_zoom_out_text_activate), (on_force_hilite_activate),
5721 (on_indent1_activate), (on_swap_activate),
5722 (on_editor_add_view_activate), (on_editor_remove_view_activate):
5723 * plugins/document-manager/anjuta-docman.c:
5724 (on_text_editor_notebook_close_page), (editor_tab_widget_new),
5725 (anjuta_docman_save_document_as), (anjuta_docman_save_document),
5726 (anjuta_docman_dispose), (on_notebook_switch_page),
5727 (anjuta_docman_page_from_widget), (on_editor_destroy),
5728 (anjuta_docman_add_editor), (anjuta_docman_remove_document),
5729 (anjuta_docman_get_current_document),
5730 (anjuta_docman_set_current_document),
5731 (anjuta_docman_get_full_filename), (anjuta_docman_show_editor),
5732 (anjuta_docman_update_page_label),
5733 (anjuta_docman_get_document_from_path),
5734 (anjuta_docman_save_file_if_modified), (anjuta_docman_reload_file),
5735 (anjuta_docman_order_tabs):
5736 * plugins/document-manager/anjuta-docman.h:
5737 * plugins/document-manager/plugin.c: (update_editor_ui_save_items),
5738 (update_editor_ui_interface_items), (update_editor_ui),
5739 (on_editor_update_save_ui), (on_editor_update_ui),
5740 (on_editor_changed), (on_save_prompt_save_editor),
5741 (on_save_prompt), (ianjuta_docman_find_editor_with_path),
5742 (ianjuta_docman_get_current_document),
5743 (ianjuta_docman_set_current_document),
5744 (ianjuta_docman_remove_buffer),
5745 (ianjuta_document_manager_iface_init), (ifile_get_uri):
5746 * plugins/editor/text_editor.c: (itext_editor_iface_init),
5747 (idocument_get_filename), (idocument_can_undo),
5748 (idocument_can_redo), (idocument_undo),
5749 (idocument_begin_undo_action), (idocument_end_undo_action),
5750 (idocument_redo), (idocument_grab_focus), (idocument_iface_init):
5751 * plugins/language-support-cpp-java/plugin.c:
5752 (on_editor_char_inserted_cpp), (on_auto_indent):
5753 * plugins/macro/macro-util.c: (get_current_editor), (get_filename):
5754 * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
5755 * plugins/sample1/plugin.c: (on_sample_action_activate):
5756 * plugins/search/plugin.c: (on_enterselection), (on_prev_occur),
5757 (on_next_occur), (on_incremental_entry_key_press),
5758 (on_toolbar_find_clicked), (on_toolbar_find_start_over),
5759 (on_toolbar_find_incremental_start),
5760 (on_toolbar_find_incremental_end), (on_toolbar_find_incremental):
5761 * plugins/search/search-replace.c: (search_and_replace),
5762 (write_message_pane), (search_start_over), (search_update_combos),
5763 (replace_update_combos), (anjuta_search_replace_activate):
5764 * plugins/search/search-replace_backend.c:
5765 (file_buffer_new_from_path), (create_search_entries):
5766 * plugins/sourceview/sourceview-print.c: (create_print_job):
5767 * plugins/sourceview/sourceview.c:
5768 (on_sourceview_uri_changed_prompt), (ieditor_iface_init),
5769 (idocument_can_redo), (idocument_can_undo),
5770 (idocument_begin_undo_action), (idocument_end_undo_action),
5771 (idocument_undo), (idocument_redo), (idocument_grab_focus),
5772 (idocument_get_filename), (idocument_iface_init):
5773 * plugins/tools/editor.c: (on_editor_response):
5774 * plugins/tools/execute.c: (atp_output_context_initialize),
5775 (atp_user_tool_execute):
5776 * plugins/tools/variable.c: (atp_variable_get_editor_variable):
5778 Create IAnjutaDocument interface. This interface is a more general idea
5779 of documents being anything that can be modified, has undo/redo and
5780 may have operations like copy/paste.
5781 The primary goal is to integrate better by making it use the standard file
5782 and edit menu instead of it's own glade menu. Of course the downside is that
5783 you won't be able to view a source file and the designer at the same time. Anyway
5784 so many people have complained that they "can't save a glade file" that I think
5785 this is the much better solution.
5786 Work on the glade plugin is still to come but the most difficult things should be
5789 2007-07-02 Vincent Geddes <vgeddes@gnome.org>
5791 * plugins/glade/plugin.c: Ensure plugin builds with libgladeui
5794 2007-07-04 Naba Kumar <naba.kumar@gnome.org>
5796 * libanjuta/anjuta-plugin-manager.c:
5797 (anjuta_plugin_manager_get_plugins_page),
5798 (anjuta_plugin_manager_get_remembered_plugins_page):
5799 * libanjuta/anjuta-plugin-manager.h:
5800 * src/anjuta-app.c: (anjuta_app_install_preferences):
5801 * src/shell.c: (anjuta_test_shell_instance_init): Put installed plugins
5802 and remembered plugins preferences pages in separate pages (avoid
5805 2007-07-04 Naba Kumar <naba.kumar@gnome.org>
5807 Patch from James Liggett <jrliggett@cox.net>:
5808 * plugins/editor/Makefile.am, scripts/build-schemas.mk:
5809 Installed editor preferences schemas. Fixes bug #453463.
5811 2007-07-03 Naba Kumar <naba.kumar@gnome.org>
5813 * libanjuta/anjuta-preferences-dialog.c: (compare_pref_page_func),
5814 (anjuta_preferences_dialog_init): Sort preferences pages on title.
5816 2007-07-03 Naba Kumar <naba.kumar@gnome.org>
5818 * plugins/document-manager/anjuta-document-manager.ui:
5819 * plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
5820 * src/action-callbacks.c:
5821 * src/action-callbacks.h:
5822 * src/anjuta-actions.h:
5823 * src/anjuta-app.c: (anjuta_app_instance_init),
5824 (anjuta_app_install_preferences):
5826 * src/anjuta.ui: Moved plugins and shortcuts settings inside
5827 General preferences page. Move preferences menu from Settings to
5828 Edit submenu. And got rid of Settings submenu.
5830 2007-07-02 Vincent Geddes <vgeddes@gnome.org>
5832 * plugins/glade/plugin.c (on_close_activated): Update for glade3 svn trunk.
5834 2007-07-02 Naba Kumar <naba.kumar@gnome.org>
5836 * TODO.tasks: Increased bounty for on-demand preferences task to $150
5837 as discussed and agreed with James Liggett.
5839 Patch from James Liggett <jrliggett@cox.net>:
5842 * libanjuta/anjuta-plugin-manager.c:
5843 (on_activated_plugin_objects_foreach),
5844 (anjuta_plugin_manager_get_active_plugin_objects):
5845 * libanjuta/anjuta-plugin-manager.h:
5846 * libanjuta/anjuta-plugin.c: (anjuta_plugin_activate),
5847 (anjuta_plugin_deactivate):
5848 * libanjuta/anjuta-preferences-dialog.c:
5849 (anjuta_preferences_dialog_finalize),
5850 (anjuta_preferences_dialog_class_init), (add_category_columns),
5851 (anjuta_preferences_dialog_init), (anjuta_preferences_dialog_new),
5852 (anjuta_preferences_dialog_remove_page):
5853 * libanjuta/anjuta-preferences.c: (property_destroy),
5854 (unregister_preferences_key), (register_callbacks),
5855 (preferences_foreach_callback), (connect_prop_to_object),
5856 (anjuta_preferences_register_property_raw),
5857 (anjuta_preferences_register_property_custom),
5858 (anjuta_preferences_foreach), (anjuta_preferences_add_page),
5859 (anjuta_preferences_remove_page),
5860 (on_preferences_dialog_destroyed), (anjuta_preferences_get_dialog),
5861 (anjuta_preferences_get_type), (anjuta_preferences_dispose),
5862 (anjuta_preferences_instance_init), (anjuta_preferences_finalize),
5863 (anjuta_preferences_class_init), (anjuta_preferences_new):
5864 * libanjuta/anjuta-preferences.h:
5865 * plugins/build-basic-autotools/Makefile.am:
5866 * plugins/build-basic-autotools/build-basic-autotools.c:
5867 (ipreferences_unmerge):
5868 * plugins/cvs-plugin/Makefile.am:
5869 * plugins/cvs-plugin/plugin.c: (ipreferences_unmerge):
5870 * plugins/document-manager/Makefile.am:
5871 * plugins/document-manager/plugin.c: (ipreferences_unmerge):
5872 * plugins/editor/plugin.c: (ipreferences_unmerge):
5873 * plugins/file-manager/Makefile.am:
5874 * plugins/file-manager/plugin.c: (activate_plugin),
5875 (deactivate_plugin), (ipreferences_merge), (ipreferences_unmerge):
5876 * plugins/gtodo/plugin.c: (ipreferences_merge),
5877 (ipreferences_unmerge):
5878 * plugins/language-support-cpp-java/Makefile.am:
5879 * plugins/language-support-cpp-java/plugin.c:
5880 (ipreferences_unmerge):
5881 * plugins/message-view/Makefile.am:
5882 * plugins/message-view/plugin.c: (ipreferences_unmerge):
5883 * plugins/sourceview/Makefile.am:
5884 * plugins/sourceview/plugin.c: (ipreferences_unmerge):
5885 * plugins/symbol-browser/Makefile.am:
5886 * plugins/symbol-browser/an_symbol_prefs.c:
5887 (symbol_browser_prefs_finalize):
5888 * plugins/terminal/Makefile.am:
5889 * plugins/terminal/terminal.c: (ipreferences_unmerge):
5890 * plugins/valgrind/plugin.c: (ipreferences_merge),
5891 (ipreferences_unmerge):
5892 * scripts/Makefile.am:
5893 * scripts/glade2schema.pl, (added) scripts/build-schemas.mk:
5895 * src/action-callbacks.c: (on_set_preferences1_activate):
5896 * src/anjuta-app.c: (anjuta_app_instance_init),
5897 (anjuta_app_install_preferences):
5899 * src/shell.c: (anjuta_test_shell_instance_init): Completed bounty
5900 task: Bug #445314: On demand preferences widgets creation. Thanks
5901 James for this great work.
5903 2007-07-02 Naba Kumar <naba.kumar@gnome.org>
5905 * plugins/debug-manager/data_buffer.c,
5906 plugins/message-view/message-view.c: Fixed compiler warnings.
5908 2007-06-29 Naba Kumar <naba.kumar@gnome.org>
5910 * src/action-callbacks.c: (help_activate),
5911 (on_help_manual_activate), (on_help_tutorial_activate),
5912 (on_help_advanced_tutorial_activate), (on_help_faqs_activate):
5914 Fixed help activation (bug #451557).
5916 2007-06-28 Naba Kumar <naba.kumar@gnome.org>
5918 * AUTHORS: Added James Liggett. Forgot to add him before :(
5920 2007-06-28 Sebastien Granjoux <seb.sfo@free.fr>
5922 * plugins/debug-manager/debugger.c,
5923 plugins/debug-manager/plugin.c,
5924 plugins/gdb/debugger.c,
5925 libanjuta/interfaces/libanjuta.idl:
5926 Add a GError* parameter to debugger-stopped signal
5928 * (added) libanjuta/anjuta-error.c,
5929 (added) libanjuta/anjuta-error.h,
5930 libanjuta/Makefile.am:
5931 Register GError as a boxed type
5933 * libanjuta/interfaces/anjuta-idl-compiler.pl:
5934 Support GError* in signal, GError must be registered as a boxed type
5935 Accept NULL as strings
5937 === anjuta 2.2.0 ===
5939 2007-06-25 Naba Kumar <naba.kumar@gnome.org>
5941 * configure.in: Bumped version to 2.2.0
5942 * NEWS: Updated for 2.2.0 stable release.
5943 * plugins/file-manager/an_file_view.c: (fv_queue_node_expansion):
5944 Reduce the idle priority to make the UI update before anything else.
5946 2007-06-24 Naba Kumar <naba.kumar@gnome.org>
5948 * configure.in: Bumped version to 2.1.4 (RC1 for 2.2.0).
5950 * libanjuta/interfaces/libanjuta.idl:
5951 * plugins/document-manager/action-callbacks.c:
5952 (on_editor_command_complete_word_activate):
5953 * plugins/document-manager/plugin.c:
5954 (update_editor_ui_interface_items):
5955 * plugins/editor/text_editor.c: (iautocomplete_activate),
5956 (iautocomplete_iface_init):
5957 * plugins/sourceview/sourceview.c: (iassist_iface_init):
5959 Moved autocomplete() method away from IAnjutaEditorAssist into
5960 a new deprecated IAnjutaEditorAutocomplete. This restores scintilla
5961 autocomplete and does not crash with sourceview. Fixes Bug #449620
5962 – The auto completion functionality not work. Also sets menuitem
5963 insensitive when hiding them.
5965 * plugins/debug-manager/disassemble.c:
5966 (dma_disassembly_iter_refresh): Fixed compiler warnings for incorrect
5969 2007-06-22 Naba Kumar <naba.kumar@gnome.org>
5971 * pixmaps/anjuta_splash.png: Updated.
5973 * plugins/search/search-replace.c
5974 (anjuta_search_replace_activate): Fixed "Find in Files" to select
5975 the right target (project).
5976 * ChangeLog: Added missing log.
5978 2007-06-21 Naba Kumar <naba.kumar@gnome.org>
5980 * manuals/anjuta-faqs/C/anjuta-faqs.xml,
5981 manuals/anjuta-manual/C/fileoperations.xml,
5982 manuals/anjuta-manual/C/projects.xml: Fixd validation errors.
5984 * plugins/gtodo/libgtodo.h: Give a typedef for enum.
5986 * libanjuta/anjuta-children.c: Fixed a bad compile warning.
5988 2007-06-21 Naba Kumar <naba.kumar@gnome.org>
5990 * TODO.tasks: Added bounty for on-demand preferences.
5992 Patch from Thierry Moisan:
5993 * manuals/anjuta-manual/C/fileoperations.xml: Fixed typo
5996 2007-06-20 Naba Kumar <naba.kumar@gnome.org>
5998 Patch from tpgww@onepost.net:
6000 * libegg/egg-recent-files-module.c: (do_tell), (do_set_file_info):
6001 * libegg/test-actions.c:
6002 * libegg/test-multi-drag.c: (main):
6003 * plugins/debug-manager/memory.c: (read_memory_block):
6004 * tagmanager/tm_file_entry.c: (tm_file_entry_list):
6006 Fixes compile warnings. Fixes bug #427101.
6008 2007-06-20 Naba Kumar <naba.kumar@gnome.org>
6010 Patch from James Liggett:
6012 * plugins/profiler/gprof-options.c: (on_option_changed),
6014 * plugins/profiler/gprof-options.h:
6015 * plugins/profiler/gprof-profile-data.c:
6016 (gprof_profile_data_init_profile):
6017 * plugins/profiler/gprof-profile-data.h:
6018 * plugins/profiler/plugin.c: (profiler_get_data),
6019 (profiler_set_target), (register_options),
6020 (on_profile_data_browse_button_clicked),
6021 (on_profiling_options_button_clicked), (on_profiler_delete_data):
6022 * plugins/profiler/profiler.glade: implements independent targets.
6023 implements the ability to select arbitrary gmon.out files.
6024 Fixes bug #403502 – User should also be allowed to select an
6025 independent executable target.
6027 2007-06-20 Naba Kumar <naba.kumar@gnome.org>
6029 * plugins/tools/scripts/prepare-changelog.pl: Updated newer version.
6031 * manuals/anjuta-faqs/C/anjuta-faqs.xml: Updated.
6032 * plugins/tools/scripts/prepare-changelog.pl: Fixed opening file.
6034 2007-06-20 Sebastien Granjoux <seb.sfo@free.fr>
6036 * plugins/debug-manager/plugin.c,
6037 plugins/debug-manager/breakpoints.c:
6038 Remove weak pointers when owner is destroyed
6039 Remove all breakpoints before loading new one
6041 2007-06-20 Vincent Geddes <vincent.geddes@gmail.com>
6043 * plugins/glade/plugin.c: Update for API changes in glade 3.3.0 and above.
6045 2007-06-19 Naba Kumar <naba@gnome.org>
6047 * plugins/message-view/message-view.c: Wrap long lines (at 1000px)
6048 Bug #448491 Empty Lines Problem.
6050 * libanjuta/anjuta-utils.c: Return incompletly transformed text too.
6052 * data/default.profile, plugins/message-view/plugin.c: Do not
6053 restore session for messages.
6054 Fixes bug #377461 – don't create new message window for each
6057 * plugins/profiler/plugin.c: Disconnect session signals on deactivate.
6058 Fixes a crash on exit/project-close if profiler plugin is loaded.
6060 2007-06-17 Naba Kumar <naba@gnome.org>
6062 * plugins/class-gen/anjuta-class-gen-plugin.glade: Do not translate
6063 C keywords. Fixes bug #447655 – C keyword must NOT be localised.
6065 * plugins/file-loader/plugin.c: Fail on opening non existent files.
6066 Bug #448034 – Anjuta crashes on starting (when the last project
6067 directory was deleted).
6069 * plugins/document-manager/plugin.c: Set line markers for files
6070 opened via IAnjutaFile::open(). Fixes missing line markers while
6073 2007-06-17 Naba Kumar <naba@gnome.org>
6075 * plugins/sourceview/sourceview.glade: Set correct font
6076 default value and use monospace instead of sans. Fixes
6077 bug #448408 – crash in Anjuta IDE: Trying to change the
6080 2007-06-16 Sebastien Granjoux <seb.sfo@free.fr>
6082 * plugins/search/search-replace.c,
6083 plugins/search/search-replace.h,
6084 plugins/search/anjuta-search.glade:
6085 Replace deprecated GtkCombo by GtkComboBox or GtkComboBoxEntry
6088 2007-06-16 Sebastien Granjoux <seb.sfo@free.fr>
6090 * plugins/debug-manager/plugin.c,
6091 plugins/debug-manager/breakpoints.c:
6092 Add weak references, fixes bug #448053 ?
6094 2007-06-16 Naba Kumar <naba@gnome.org>
6096 * libanjuta/plugin-manager.c: Added remembered plugins page in plugins
6097 dialog to allow forgetting them if user chooses to select a different
6100 2007-06-13 Naba Kumar <naba@gnome.org>
6102 * plugins/sourceview/sourceview-prefs.c: Initialize font
6103 on startup correctly if use_theme is set.
6105 * plugins/sourceview/sourceview-prefs.c: Use desktop fixed font
6106 if available for default font. Fixes bug #447304.
6108 * plugins/sourceview/sourceview-prefs.c: Return value based
6109 on right data type. Fixes Bug #438878 – Using gtksourceview editor
6110 for the first time has black background
6112 * plugins/project-manager/plugin.c: Give a better error message
6113 when project could not be loaded.
6115 * libanjuta/anjuta-serializer.c: Added a comment.
6117 2007-06-13 Johannes Schmid <jhs@gnome.org>
6120 Use GNOME_COMPILE_WARNINGS(maximum) instead of hand-written macro. Show
6121 most warnings to avoid simple coding problems.
6123 * plugins/message-view/anjuta-msgman.c:
6124 (anjuta_msgman_append_view), (anjuta_msgman_set_current_view):
6125 * plugins/message-view/plugin.c: (on_view_changed),
6126 (ianjuta_msgman_add_view):
6128 Fixed #440866 by always presenting the message-manager when a tab is
6129 added because Gtk+ seems to have problems to add tabs to hidden widgets.
6131 * plugins/subversion/subversion-callbacks.c:
6132 (on_subversion_commit_response):
6133 Destroy dialog if user clicks "No"
6135 2007-06-12 Naba Kumar <naba@gnome.org>
6137 * tagmanager/tm_tag.c, tagmanager/tm_workspace.c: Fixes an invalid
6138 read and use of uninitialized variable.
6140 * Makefile.am, src/about.c: Install AUTHORS file in datadir also
6141 because it is used in credits listing and packaging could compress
6142 it in docdir. Fixes bug #397881: The credits are empty
6144 * tagmanager/tm_tag.c, tagmanager/include/tm_tag.h,
6145 tagmanager/include/tm_workspace.h, tagmanager/include/tm_symbol.h,
6146 tagmanager/tm_workspace.c, tagmanager/tm_symbol.c,
6147 plugins/symbol-browser/an_symbol_info.c,
6148 plugins/symbol-browser/plugin.c,
6149 plugins/symbol-browser/an_symbol_view.c,
6150 plugins/editor/aneditor-autocomplete.cxx:
6152 - Do not access TMTag
6153 member in TMSymbol when freeing it because by then the tags
6154 could have changed. Avoids dangerous memory corruptions by freeing
6155 someone else's memory (Could explain those random crashes when
6156 refreshing symbols or re-loading a different project or closing
6157 a project). Anything that tries to refresh symbols could trigger
6159 - Added a flag to also retrieve method definitions as part of
6160 the class's scope members. And used it to set both function prototype
6161 and definition in symbols. Fixes navigation to prototype and
6162 function definitions from symbol browser (bug #440370)
6164 * plugins/editor/text_editor.c: Avoid invalid reads beyond allocated
6165 memory. Could fix those bogus 'file changed' dialogs.
6167 * plugins/document-manager/anjuta-docman.c: Avoid runtime warning.
6169 2007-06-09 Sebastien Granjoux <seb.sfo@free.fr>
6171 * (added) libanjuta/anjuta-utils-priv.h,
6172 libanjuta/anjuta-utils.h,
6173 libanjuta/anjuta-launcher.c,
6174 libanjuta/Makefile.am:
6175 Fix bug #440801: do not use config.h in public include files
6177 2007-06-09 Sebastien Granjoux <seb.sfo@free.fr>
6179 * plugins/project-wizard/templates/mkfile.wiz:
6180 Fix bug #442038: missing project.sh file
6183 plugins/project-wizard/templates/Makefile.am,
6184 plugins/project-wizard/templates/translatable-strings.h,
6185 (added) plugins/project-wizard/templates/sdl.wiz,
6186 (added) plugins/project-wizard/templates/appwiz_sdl.png,
6187 (added) plugins/project-wizard/templates/sdl/configure.ac.tpl,
6188 (added) plugins/project-wizard/templates/sdl/acinclude.m4.tpl,
6189 (added) plugins/project-wizard/templates/sdl/Makefile.am,
6190 (added) plugins/project-wizard/templates/sdl/.cvsignore,
6191 (added) plugins/project-wizard/templates/sdl/src/main.c,
6192 (added) plugins/project-wizard/templates/sdl/src/Makefile.am.tpl,
6193 (added) plugins/project-wizard/templates/sdl/src/Makefile.am,
6194 (added) plugins/project-wizard/templates/sdl/src/.cvsignore,
6195 (added) plugins/project-wizard/templates/sdl/po/Makefile.am,
6196 (added) plugins/project-wizard/templates/sdl/po/POTFILES.in,
6197 (added) plugins/project-wizard/templates/sdl/po/.cvsignore:
6198 Fix bug #315635: add a SDL project wizard
6200 2007-06-09 Naba Kumar <naba.kumar@nokia.com>
6202 * libanjuta/anjuta-children.c: Avoid a race condition and deadlock
6203 when SIGCHLD is triggered when main loop context is locked. Dead lock
6204 happens when child_exited callback also accesses main loop context.
6205 Happens particularly badly in debug target exiting.
6207 2007-06-05 Sebastien Granjoux <seb.sfo@free.fr>
6209 * manuals/anjuta-manual/C/debugger.xml:
6210 First update of the debugger documentation
6212 2007-06-04 Naba Kumar <naba.kumar@nokia.com>
6214 * manuals/anjuta-manual/C/fileoperations.xml,
6215 manuals/anjuta-manual/C/projects.xml,
6216 manuals/anjuta-manual/C/anjuta-manual.xml,
6217 manuals/anjuta-manual/C/build.xml,
6218 manuals/anjuta-manual/C/execute.xml,
6219 manuals/anjuta-manual/Makefile.am: Updated more documentation.
6220 Added project properties documentation. Moved execution section
6221 inside project management. Removed dead documentation.
6223 2007-06-02 Naba Kumar <naba.kumar@nokia.com>
6225 * src/anjuta.c, plugins/symbol-browser/plugin.c,
6226 plugins/symbol-browser/plugin.h,
6227 plugins/symbol-browser/an_symbol_prefs.c,
6228 plugins/symbol-browser/anjuta-symbol-browser-plugin.glade,
6229 libanjuta/anjuta-status.c, libanjuta/anjuta-status.h: Use internal
6230 progress bar instead of separate window for system tags
6231 generation. Renamed AnjutaStatus methods to a proper ones.
6233 * plugins/symbol-browser/plugin.c,
6234 plugins/symbol-browser/plugin.h,
6235 plugins/symbol-browser/an_symbol_prefs.c,
6236 plugins/symbol-browser/anjuta-symbol-browser-plugin.glade,
6237 global-tags/create_global_tags.sh.in: Get rid of message window
6238 for showing global tags creation and use a small window with
6241 2007-05-30 Naba Kumar <naba@gnome.org>
6243 * plugins/build-basic-autotools/build-basic-autotools.c: Fixed
6244 Bug 442315 – After calling configure, the build menus are still insensitive,
6245 Bug 442314 – Autogeneration fails when there is no autogen.sh
6247 * plugins/project-manager/plugin.c: Fixed mem corruption when it
6248 fails to remove target/source/group. Fixes bug #440196 – crash in
6249 Anjuta IDE: removing a target
6251 2007-05-29 Naba Kumar <naba@gnome.org>
6253 * plugins/symbol-browser/an_symbol_view.c,
6254 plugins/symbol-browser/an_symbol_prefs.c: Fixed custom
6255 tags generation. Fixed runtime warning.
6257 2007-05-28 Naba Kumar <naba@gnome.org>
6259 Patch from James Liggett <jrliggett@cox.net>:
6260 * plugins/profiler/plugin.c, plugins/profiler/profiler.glade:
6261 Fixed bug #403502 – User should also be allowed to select an
6262 independent executable target.
6264 2007-05-27 Johannes Schmid <jhs@gnome.org>
6266 * plugins/build-basic-autotools/build-basic-autotools.c:
6267 (get_real_directory), (on_build_mesg_format):
6269 Find correct files for error messages inside scratchbox
6271 2007-05-27 Naba Kumar <naba@gnome.org>
6273 * manuals/anjuta-manual/C/projects.xml,
6274 manuals/anjuta-manual/C/projects.xml: Updated project
6275 management chapter more.
6277 2007-05-25 Johannes Schmid <jhs@gnome.org>
6279 * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade:
6280 * plugins/build-basic-autotools/build-basic-autotools.c:
6281 (on_sb_check_toggled), (build_execute_command),
6282 (ipreferences_merge), (ipreferences_unmerge):
6283 Added support for building inside scratchbox environment
6285 Patch from James Liggett <jrliggett@cox.net>:
6286 * plugins/message-view/anjuta-msgman.c: (anjuta_msgman_page_new),
6287 (anjuta_msgman_append_view):
6290 – Anjuta aborts with numerous assertion failures when adding a new message view tab
6292 2007-05-23 Naba Kumar <naba@gnome.org>
6294 * manuals/anjuta-manual/C/projects.xml: Updated project
6297 2007-05-22 Naba Kumar <naba@gnome.org>
6299 * manuals/anjuta-manual/C/projects.xml: More updates.
6301 * manuals/anjuta-manual/C/introduction.xml,
6302 manuals/anjuta-manual/C/projects.xml,
6303 manuals/anjuta-manual/C/interface.xml: Updated documentation.
6305 2007-05-22 Naba Kumar <naba@gnome.org>
6307 Patch from Étienne Bersac:
6308 * plugins/class-gen/templates/go-source.tpl: use G_TYPE_DEFINE parent
6309 class in generated class.
6311 2007-05-22 Naba Kumar <naba@gnome.org>
6313 * plugins/profiler/plugin.c: Fixed a compiler warning.
6314 * plugins/valgrind/Makefile.am: Added ldflags.
6316 Patch from James Liggett:
6317 * plugins/profiler/gprof-options.[ch], plugins/profiler/plugin.[ch],
6318 plugins/profiler/Makefile.am: Fixes bug #403503. Implemented target
6321 2007-05-18 Johannes Schmid <jhs@gnome.org>
6323 * plugins/editor/text_editor.c:
6324 * plugins/language-support-cpp-java/plugin.c:
6325 (on_editor_language_changed), (on_value_added_current_editor),
6326 (on_value_removed_current_editor):
6328 Remove IAnjutaEditorAssist from Scintilla for now as it is not supported
6329 Fix assist support in language-support-plugin.
6331 2007-05-17 Sebastien Granjoux <seb.sfo@free.fr>
6333 * libanjuta/interfaces/libanjuta.idl:
6334 Add a new interface allowing to implement plugin able
6335 to load other plugins (not written in C)
6337 * libanjuta/anjuta-plugin-handle.c,
6338 libanjuta/anjuta-plugin-handle.h:
6339 Add a language and a resident plugin properties
6341 * libanjuta/anjuta-glue-plugin.c,
6342 libanjuta/anjuta-glue-plugin.h,
6343 (added)libanjuta/anjuta-glue-c.c,
6344 (added)libanjuta/anjuta-glue-c.h,
6345 libanjuta/Makefile.am:
6346 Split code used to load a C plugin into a common part
6347 in anjuta-glue-plugin and a specific part in anjuta-glue-c
6349 * libanjuta/anjuta-glue-factory.c,
6350 libanjuta/anjuta-glue-factory.h,
6351 libanjuta/anjuta-plugin-manager.c:
6352 Allow to load plugin not written in C and search for the
6353 additional needed code in another plugin
6355 2007-05-17 Sebastien Granjoux <seb.sfo@free.fr>
6357 * plugins/editor/text_editor.c:
6358 Add an empty implementation of IAnjutaEditorAssist for scintilla,
6359 avoiding a crash if scintilla is used
6361 2007-05-14 Johannes Schmid <jhs@gnome.org>
6363 * libanjuta/interfaces/libanjuta.idl:
6364 * plugins/language-support-cpp-java/plugin.c: (on_assist_begin),
6365 (assist_cleanup), (on_assist_end), (on_assist_cancel),
6366 (on_assist_chosen), (on_assist_update), (get_context),
6367 (dot_member_parser), (pointer_member_parser), (cpp_member_parser),
6368 (install_assist), (uninstall_assist), (install_support),
6369 (on_editor_language_changed), (cpp_java_plugin_activate_plugin),
6370 (cpp_java_plugin_instance_init):
6371 * plugins/language-support-cpp-java/plugin.h:
6372 Use IAnjutaEditorAssist to show language specific suggestions
6374 * plugins/sourceview/Makefile.am:
6375 * plugins/sourceview/anjuta-view.c: (anjuta_view_new),
6376 (anjuta_view_key_press_event), (anjuta_view_button_press_event):
6377 * plugins/sourceview/anjuta-view.h:
6378 * plugins/sourceview/assist-window.c: (assist_window_expose),
6379 (assist_window_set_property), (assist_window_get_property),
6380 (assist_window_class_init), (assist_activated),
6381 (assist_window_init), (assist_window_finalize),
6382 (assist_window_select), (assist_window_first),
6383 (assist_window_last), (assist_window_up), (assist_window_down),
6384 (get_coordinates), (assist_window_move), (assist_window_update),
6385 (assist_window_filter_keypress), (assist_window_is_active),
6386 (assist_window_new), (assist_window_get_trigger),
6387 (assist_window_get_position):
6388 * plugins/sourceview/assist-window.h:
6389 * plugins/sourceview/sourceview-args.c (removed):
6390 * plugins/sourceview/sourceview-args.h (removed):
6391 * plugins/sourceview/sourceview-autocomplete.c (removed):
6392 * plugins/sourceview/sourceview-autocomplete.h (removed):
6393 * plugins/sourceview/sourceview-cell.c: (icell_get_attribute):
6394 * plugins/sourceview/sourceview-private.h:
6395 * plugins/sourceview/sourceview-scope.c(removed):
6396 * plugins/sourceview/sourceview-scope.h(removed):
6397 * plugins/sourceview/sourceview.c: (on_assist_chosen),
6398 (on_assist_cancel), (on_document_char_added),
6399 (on_reload_dialog_response), (sourceview_class_init),
6400 (sourceview_dispose), (sourceview_new), (iassist_add_trigger),
6401 (iassist_remove_trigger), (iassist_autocomplete),
6402 (iassist_get_suggestions), (iassist_suggest), (iassist_tip),
6403 (iassist_react), (iassist_iface_init):
6404 * plugins/sourceview/tag-window.c (moved to assist-window.c):
6405 * plugins/sourceview/tag-window.h (moved to assist-window.c):
6407 - Implemented IAnjutaEditorAssist for sourceview editor (without tooltips)
6408 - Mark files dirty if reload dialog is canceled.
6410 2007-05-12 Naba Kumar <naba@gnome.org>
6412 * libanjuta/anjuta-launcher.h: Corrected include file.
6414 2007-05-12 Sebastien Granjoux <seb.sfo@free.fr>
6416 * libanjuta/anjuta-glue-plugin.c,
6417 libanjuta/anjuta-glue-plugin.h,
6418 libanjuta/anjuta-glue-factory.c,
6419 libanjuta/anjuta-glue-factory.h,
6420 ibanjuta/anjuta-plugin-manager.c:
6421 Move code used to load a C plugin from glue-factory to glue-plugin
6422 So loading a plugin written in another language could be done by
6423 just using another object derived from AnjutaGluePlugin
6425 * libanjuta/libanjuta.h:
6426 Remove anjuta-plugin-handle header, it's not installed as libanjuta
6429 === anjuta 2.1.3 ===
6431 2007-05-11 Naba Kumar <naba@gnome.org>
6433 * configure.in: Bumped version to 2.1.3
6436 * plugins/glade/plugin.c: Fixed build with glade-3 == 3.1.4
6438 2007-05-11 Naba Kumar <naba@gnome.org>
6441 * plugins/glade/plugin.c: (glade_update_ui), (glade_save):
6442 Fixed glade plugin compilation for glade3 svn version (> 3.3.0)
6443 based on patch from Jaap Versteegh <j_r_versteegh@hotmail.com>.
6445 2007-05-10 Johannes Schmid <jhs@gnome.org>
6447 * plugins/search/plugin.c:
6448 Make incremental search behave less annoying
6450 2007-05-09 Sebastien Granjoux <seb.sfo@free.fr>
6452 * plugins/macro/macro-util.c:
6453 Fix bug #419008 and bug #419036
6454 When creating new header file, use name and email set in
6455 preferences and replace invalid C character by underscore
6458 2007-05-08 Sebastien Granjoux <seb.sfo@free.fr>
6460 * plugins/search/search-replace.c,
6461 plugins/search/search-replace_backend.c:
6462 Disable search button if search expression is empty (bug #378193)
6464 2007-05-08 Naba Kumar <naba@gnome.org>
6466 * plugins/project-wizard/templates/minimal/Makefile.am: Fixed
6469 2007-05-07 Naba Kumar <naba@gnome.org>
6472 * plugins/project-wizard/templates/Makefile.am:
6473 * plugins/project-wizard/templates/minimal.wiz:
6474 * plugins/project-wizard/templates/minimal/.cvsignore:
6475 * plugins/project-wizard/templates/minimal/Makefile.am:
6476 * plugins/project-wizard/templates/minimal/Makefile.am.tpl:
6477 * plugins/project-wizard/templates/minimal/autogen.sh:
6478 * plugins/project-wizard/templates/minimal/configure.ac.tpl:
6479 * plugins/project-wizard/templates/minimal/project.anjuta:
6480 Added 'minimal', a generic and flat, project template.
6482 2007-05-05 Naba Kumar <naba@gnome.org>
6484 Patch from Cygwin Ports maintainer <yselkowitz@users.sourceforge.net>:
6486 * configure.in: Define GNOME_CANVAS and fix GRAPHVIZ and SVN cflags/libs.
6487 * libanjuta/anjuta-launcher.c: Cygwin does not have B460800 or ECHOPRT.
6488 * libanjuta/interfaces/Makefile.am.iface: Fixed a typo.
6489 * libanjuta/interfaces/anjuta-idl-compiler.pl: Make a convenience library
6490 instead of a real one, fixes interdependency with libanjuta.
6491 * plugins/gdb/gdbmi.c: G_MODULE_EXPORT for gdbmi-test linking on Cygwin.
6492 * libanjuta/Makefile.am:
6493 * libegg/Makefile.am:
6494 * plugins/build-basic-autotools/Makefile.am:
6495 * plugins/class-gen/Makefile.am:
6496 * plugins/class-inheritance/Makefile.am:
6497 * plugins/cvs-plugin/Makefile.am:
6498 * plugins/debug-manager/Makefile.am:
6499 * plugins/devhelp/Makefile.am:
6500 * plugins/document-manager/Makefile.am:
6501 * plugins/editor/Makefile.am:
6502 * plugins/file-loader/Makefile.am:
6503 * plugins/file-manager/Makefile.am:
6504 * plugins/file-wizard/Makefile.am:
6505 * plugins/gdb/Makefile.am:
6506 * plugins/glade/Makefile.am:
6507 * plugins/gtodo/Makefile.am:
6508 * plugins/language-support-cpp-java/Makefile.am:
6509 * plugins/macro/Makefile.am:
6510 * plugins/message-view/Makefile.am:
6511 * plugins/patch/Makefile.am:
6512 * plugins/profiler/Makefile.am:
6513 * plugins/project-import/Makefile.am:
6514 * plugins/project-manager/Makefile.am:
6515 * plugins/project-wizard/Makefile.am:
6516 * plugins/sample1/Makefile.am:
6517 * plugins/search/Makefile.am:
6518 * plugins/sourceview/Makefile.am:
6519 * plugins/subversion/Makefile.am:
6520 * plugins/symbol-browser/Makefile.am:
6521 * plugins/terminal/Makefile.am:
6522 * plugins/tools/Makefile.am:
6523 * tagmanager/Makefile.am: Properly define LDFLAGS and LIBADD.
6525 2007-05-05 Vincent Geddes <vincent.geddes@gmail.com>
6527 * plugins/glade/anjuta-glade-plugin.png: Update Glade icon.
6529 2007-04-21 Sebastien Granjoux <seb.sfo@free.fr>
6531 * libanjuta/anjuta-launcher.c,
6532 libanjuta/anjuta-launcher.h:
6533 Add some missing implementation
6535 2007-04-26 Brian Pepple <bpepple@fedoraproject.org>
6537 Reviewed by Naba Kumar <naba@gnome.org>:
6538 * pixmaps/Makefile.am (update-icon-cache): fix gtk-update-icon-cache
6541 2007-04-26 Jason Switzer <jswitzer@gmail.com>
6543 Reviewed by Naba Kumar <naba@gnome.org>:
6544 * plugins/editor/text_editor.c: Large memory addresses were being
6545 truncated, switched to glong (bug #422143).
6547 2007-04-24 Naba Kumar <naba@gnome.org>
6549 * plugins/document-manager/plugin.c: (prefs_finalize):
6550 * plugins/editor/aneditor-autocomplete.cxx:
6551 * plugins/editor/text_editor_menu.c:
6552 * plugins/editor/text_editor_prefs.c: (text_editor_prefs_finalize):
6553 * plugins/file-loader/plugin.c: (open_file_with),
6554 (create_open_with_submenu):
6555 * plugins/file-manager/plugin.c: (prefs_finalize):
6556 * plugins/terminal/terminal.c: (prefs_finalize): Fixed int to
6557 pointer type castings.
6559 2007-04-24 Naba Kumar <naba@gnome.org>
6561 Patch from s|s <supreet.sethi@gmail.com>:
6562 * (added) plugins/project-wizard/templates/django-logo.png:
6563 * (added) plugins/project-wizard/templates/django.wiz:
6564 * plugins/project-wizard/templates/Makefile.am:
6565 * plugins/project-wizard/templates/translatable-strings.h: Added
6566 django project template. http://www.djangoproject.com/
6568 2007-04-24 Naba Kumar <naba@gnome.org>
6570 * plugins/subversion/anjuta-subversion.glade: Set expansion for
6571 the log entry widget and made the dialog little larger.
6573 2007-04-24 Naba Kumar <naba@gnome.org>
6575 Patch from Halton Huo:
6577 * plugins/project-wizard/property.c:
6578 * plugins/subversion/svn-auth.c:
6579 * plugins/subversion/svn-backend-priv.h:
6580 * plugins/subversion/svn-backend.c:
6581 * plugins/subversion/svn-backend.h:
6582 * plugins/subversion/svn-notify.h: Proper use of subversion
6583 headers. Fixes build issues in solaris (bug #426701).
6585 2007-04-24 Naba Kumar <naba@gnome.org>
6587 * libanjuta/Makefile.am: Removed bogus newlines at the end of file.
6589 * plugins/project-wizard/templates/cpp.wiz:
6590 * plugins/project-wizard/templates/gcj.wiz:
6591 * plugins/project-wizard/templates/gnome.wiz:
6592 * plugins/project-wizard/templates/gtk.wiz:
6593 * plugins/project-wizard/templates/gtkmm.wiz:
6594 * plugins/project-wizard/templates/java.wiz:
6595 * plugins/project-wizard/templates/python.wiz:
6596 * plugins/project-wizard/templates/terminal.wiz:
6597 * plugins/project-wizard/templates/wxwin.wiz:
6598 * plugins/project-wizard/templates/xlib-dock.wiz:
6599 * plugins/project-wizard/templates/xlib.wiz: Enabled shared library
6600 project option and set it ON by default (since gnome-build, can't
6601 enabled configure shared lib support later when a sharedlib target
6604 2007-04-21 Sebastien Granjoux <seb.sfo@free.fr>
6606 * plugins/debug-manager/stack_trace.c:
6607 Fix a missing case in the previous changes
6609 2007-04-21 Sebastien Granjoux <seb.sfo@free.fr>
6611 * plugins/debug-manager/plugin.c:
6614 * plugins/debug-manager/breakpoints.c,
6615 plugins/gdb/plugin.c:
6616 Fix adding breakpoint on a function
6618 * plugins/debug-manager/stack_trace.c:
6619 Highlight changed stack frame
6621 2007-04-18 Naba Kumar <naba@gnome.org>
6623 * plugins/document-manager/anjuta-docman.c:
6624 (anjuta_docman_dispose), (on_editor_destroy),
6625 (anjuta_docman_remove_editor): Remove the editor widget from
6626 the parent container before calling destroy, otherwise container
6627 removal happens after TextEditor is disposed resulting in call
6628 to value-remove for a TextEditor which is half-dead (crash).
6630 2007-04-11 Sebastien Granjoux <seb.sfo@free.fr>
6632 * plugins/debug-manager/data_buffer.c
6633 plugins/debug-manager/data_view.c,
6634 plugins/debug-manager/memory.c:
6635 Fixes for bug #418523, bug #427090 and bug #428174
6637 2007-04-11 Halton Huo <halton.huo@sun.com>
6639 reviewed by: <jhs@gnome.org>
6642 * libanjuta/Makefile.am:
6643 * libanjuta/anjuta-utils.c:
6644 * libanjuta/anjuta-utils.h:
6645 * manuals/reference/libanjuta/Makefile.am:
6647 Fixed compilation on sun by deploying the libutil methods
6648 in anjuta-utils.h and building them on condition.
6650 2007-04-11 Johannes Schmid <jhs@gnome.org>
6652 * plugins/document-manager/anjuta-docman.c: (on_editor_destroy),
6653 (anjuta_docman_add_editor):
6654 Hold a reference on the editor as long as we use it.
6656 * plugins/document-manager/plugin.c: (on_editor_changed):
6657 Destroy GValue to fix a memoery leak.
6659 2007-04-11 Johannes Schmid <jhs@gnome.org>
6661 * plugins/document-manager/plugin.c: (on_editor_changed):
6662 Fixed reference counting for editor by using g_value_take_object instead
6663 of g_value_set_object. The editors are now correctly finalized and thus
6664 we do not lack so much memory anymore.
6666 * plugins/sourceview/anjuta-view.c: (anjuta_view_init),
6667 (anjuta_view_finalize), (anjuta_view_focus_out),
6668 (anjuta_view_key_press_event), (anjuta_view_button_press_event):
6669 * plugins/sourceview/anjuta-view.h:
6670 * plugins/sourceview/plugin.c: (ieditor_factory_new_editor):
6671 * plugins/sourceview/sourceview-prefs.c:
6672 (on_gconf_notify_tab_size), (sourceview_prefs_destroy):
6673 * plugins/sourceview/sourceview-prefs.h:
6674 * plugins/sourceview/sourceview-private.h:
6675 * plugins/sourceview/sourceview.c: (on_document_loaded),
6676 (timeout_unref), (on_document_saved), (sourceview_finalize),
6677 (sourceview_new), (ifile_open), (ifile_savable_save),
6678 (ifile_savable_save_as):
6680 Several changes to fix things when the editor is correctly destroyed.
6681 Fixed preferences (which led me to the refcounting issue, #409412)
6682 and removed deprecated completition code that will be replace by
6683 IAnjutaAssist interface soon.
6685 2007-04-11 Johannes Schmid <jhs@gnome.org>
6687 * libanjuta/anjuta-launcher.c:
6688 (anjuta_launcher_execution_done_cleanup),
6689 (anjuta_launcher_child_terminated):
6690 Possible fix for #428363 and added a g_return_if_fail
6692 * plugins/message-view/plugin.c: (activate_plugin):
6693 Fixed a Gtk/Gdl-Critical
6695 Patches from Étienne Bersac <bersace03@laposte.net>
6696 * plugins/class-gen/templates/go-source.tpl:
6697 * plugins/macro/macros.xml:
6698 Use better template for GObjects (#417875 and #417918)
6700 Patches from Halton Huo <halton.huo@sun.com>
6701 * libanjuta/anjuta-launcher.h:
6702 * libanjuta/anjuta-preferences.c:
6703 * libanjuta/anjuta-utils.c:
6704 * plugins/class-gen/window.c: (cg_window_set_add_to_project),
6705 (cg_window_set_add_to_repository):
6706 * plugins/class-inheritance/class-inherit.c:
6707 Fix build with suncc (#423727, #423730, #423733, #423768, #423772)
6709 2007-04-09 Johannes Schmid <jhs@gnome.org>
6711 * plugins/editor/print.c: (anjuta_print_show_header):
6712 * plugins/file-manager/anjuta-file-manager-plugin.glade:
6713 * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
6715 Some string changes (#427395 and #427399)
6717 2007-04-06 Johannes Schmid <jhs@gnome.org>
6719 * plugins/build-basic-autotools/build-basic-autotools.c:
6720 (on_build_mesg_format), (on_build_mesg_parse):
6721 Fixed full path detection
6723 2007-04-05 Naba Kumar <naba@gnome.org>
6725 Patch from Halton Huo:
6726 * libanjuta/Makefile.am:
6727 * libanjuta/anjuta-glue-cpp.c: (anjuta_glue_cpp_load_plugin):
6728 * libanjuta/anjuta-glue-cpp.h:
6729 * libanjuta/anjuta-glue-factory.c: (anjuta_glue_factory_get_type),
6730 (anjuta_glue_factory_class_init), (anjuta_glue_factory_init),
6731 (anjuta_glue_factory_new), (anjuta_glue_factory_add_path),
6732 (anjuta_glue_factory_get_path), (get_already_loaded_module),
6733 (load_plugin), (anjuta_glue_factory_get_object_type):
6734 * libanjuta/anjuta-glue-factory.h:
6735 * libanjuta/anjuta-glue-plugin.c: (anjuta_glue_plugin_get_type),
6736 (anjuta_glue_plugin_load), (anjuta_glue_plugin_unload),
6737 (anjuta_glue_plugin_class_init), (anjuta_glue_plugin_init),
6738 (anjuta_glue_plugin_new):
6739 * libanjuta/anjuta-glue-plugin.h:
6740 * libanjuta/anjuta-plugin-manager.c: (activate_plugin),
6741 (anjuta_plugin_manager_finalize), (anjuta_plugin_manager_new):
6742 * libanjuta/anjuta-plugin.h:
6743 * libanjuta/glue-cpp.c:
6744 * libanjuta/glue-cpp.h:
6745 * libanjuta/glue-factory.c:
6746 * libanjuta/glue-factory.h:
6747 * libanjuta/glue-plugin.c:
6748 * libanjuta/glue-plugin.h:
6749 * plugins/build-basic-autotools/build-basic-autotools.h:
6750 * plugins/class-gen/plugin.h:
6751 * plugins/class-inheritance/plugin.h:
6752 * plugins/cvs-plugin/plugin.h:
6753 * plugins/debug-manager/plugin.h:
6754 * plugins/devhelp/plugin.h:
6755 * plugins/document-manager/plugin.h:
6756 * plugins/editor/plugin.h:
6757 * plugins/file-loader/plugin.h:
6758 * plugins/file-manager/plugin.h:
6759 * plugins/file-wizard/plugin.h:
6760 * plugins/gdb/plugin.h:
6761 * plugins/glade/plugin.h:
6762 * plugins/gtodo/plugin.h:
6763 * plugins/language-support-cpp-java/plugin.h:
6764 * plugins/macro/plugin.h:
6765 * plugins/message-view/plugin.h:
6766 * plugins/patch/plugin.h:
6767 * plugins/profiler/plugin.h:
6768 * plugins/project-import/plugin.h:
6769 * plugins/project-manager/plugin.h:
6770 * plugins/project-wizard/plugin.h:
6771 * plugins/sample1/plugin.h:
6772 * plugins/search/plugin.h:
6773 * plugins/sourceview/plugin.h:
6774 * plugins/subversion/plugin.h:
6775 * plugins/symbol-browser/plugin.h:
6776 * plugins/terminal/terminal.c:
6777 * plugins/tools/plugin.h:
6778 * plugins/tools/scripts/tools-2.xml.in:
6779 * plugins/valgrind/plugin.h:
6781 Renamed Glue to AnjutaGlue to avoid namespace conflicts.
6783 2007-04-05 Naba Kumar <naba@gnome.org>
6785 * anjuta.spec.in, configure.in: Removed dead codes.
6787 Patch from Jos Dehaes:
6788 * configure.in, plugins/project-wizard/templates/Makefile.am,
6789 plugins/project-wizard/templates/mkfile.wiz,
6790 plugins/project-wizard/templates/translatable-strings.h: Enabled
6791 makefile-based project creation and import. Fixes bug #355145
6793 2007-04-04 Sebastien Granjoux <seb.sfo@free.fr>
6795 * plugins/debug-manager/debugger.c,
6796 plugins/debug-manager/plugin.c,
6797 plugins/gdb/anjuta-gdb.plugin.in:
6798 Code cleaning (remove unused code, rename this into self)
6799 Add information about supported format in debugger plugin
6800 Activate debugger plugin according to the target format
6802 2007-04-01 Naba Kumar <naba@gnome.org>
6804 * plugins/message-view/message-view.c:
6805 (message_view_instance_init): Fixed message icons to appear.
6807 2007-03-31 Johannes Schmid <jhs@gnome.org>
6809 * plugins/message-view/anjuta-msgman.c:
6810 (anjuta_msgman_append_view):
6811 * plugins/message-view/plugin.c: (on_view_changed),
6812 (ianjuta_msgman_add_view), (ianjuta_msgman_set_current_view):
6816 2007-03-31 Johannes Schmid <jhs@gnome.org>
6818 * plugins/message-view/message-view.c:
6819 (message_view_instance_init), (imessage_view_append):
6820 Show nice icons beside the messages for info, warning and error. This is a completly
6821 cosmetic change so if someone dislikes it he is free to remove it.
6823 2007-03-31 Johannes Schmid <jhs@gnome.org>
6825 * plugins/message-view/anjuta-msgman.c: (on_notebook_switch_page),
6826 (anjuta_msgman_class_init), (anjuta_msgman_append_view),
6827 (anjuta_msgman_remove_view), (anjuta_msgman_set_current_view):
6828 * plugins/message-view/anjuta-msgman.h:
6829 * plugins/message-view/message-view.h:
6830 * plugins/message-view/plugin.c: (on_view_changed),
6832 Fixed #359399 and made next/previous insensitive when not availible
6834 * plugins/sourceview/anjuta-languages-manager.c: (color_to_string),
6835 (tag_style_to_string):
6836 Fixed namespace Problem with gdk >= 2.11
6838 * plugins/sourceview/sourceview-autocomplete.c:
6839 (sourceview_autocomplete_init):
6840 Removed structure, follow-up of #423682
6842 2007-03-29 Sebastien Granjoux <seb.sfo@free.fr>
6844 * plugins/debug-manager/debug_tree.c,
6845 plugins/debug-manager/debug_tree.h,
6846 plugins/debug-manager/watch.c,
6847 plugins/debug-manager/anjuta-debug-manager.glade:
6848 Inspect variable at cursor
6849 Fix buttons in inspect dialog
6851 2007-03-27 Halton Huo <halton.huo@sun.com>
6853 Reviewed by Sebastien Granjoux <seb.sfo@free.fr>:
6855 * plugins/sourceview/sourceview-autocomplete.c
6856 plugins/debug-manager/disassemble.c,
6857 libanjuta/interfaces/libanjuta.idl:
6858 Remove array with 0 size and empty structure as it is not
6859 supported by sun cc, Fixes bug #423682
6861 * plugins/debug-manager/debugger.c:
6862 Remove anonymous union as it is not supported by sun cc,
6865 === anjuta 2.1.2 ===
6867 2007-03-28 Naba Kumar <naba@gnome.org>
6869 * configure.in: Bumped version to 2.1.2
6870 * NEWS: Updated for release.
6872 * plugins/editor/bookmark.xpm, plugins/sourceview/bookmark.png:
6873 Improved breakpoint marker icon.
6875 * plugins/editor/anjuta-editor.plugin.in,
6876 plugins/sourceview/sourceview.plugin.in: Made editor plugins
6877 non user activable since they are now remembered properly.
6879 2007-03-27 Sebastien Granjoux <seb.sfo@free.fr>
6881 * plugins/tools/editor.c:
6884 2007-03-27 Naba Kumar <naba@gnome.org>
6886 * plugins/editor/aneditor-autocomplete.cxx: Replace the complete
6887 word when autocompleting without leaving any trailing part of
6890 2007-03-27 Kamil Páral <ripper42@gmail.com>
6892 Reviewed by Naba Kumar <naba@gnome.org>:
6893 * anjuta.desktop.in.in: Remove "Application" category from desktop
6894 file and add "GNOME". GNOME Goal #3 (fixes bug #417612).
6896 2007-03-27 Naba Kumar <naba@gnome.org>
6898 * configure.in, plugins/document-manager/anjuta-docman.c:
6899 (anjuta_docman_add_editor): Conditionally compile notebook tab
6900 reordering feature for gtk >= 2.10. Reduced dependency on gtk to 2.8.0
6902 Patch from Halton Huo:
6903 * configure.in, global-tags/Makefile.am: Do not pass -Wall to
6904 non gcc compiler flags. Fixes bug #423089.
6906 2007-03-26 Naba Kumar <naba@gnome.org>
6908 * AUTHORS, NEWS, TODO.tasks: Updated.
6910 * plugins/project-manager/plugin.c: (update_ui): Do not insensitise
6913 * plugins/symbol-browser/plugin.c: (on_editor_saved),
6914 (update_editor_symbol_model), (iter_matches),
6915 (on_editor_update_ui), (value_added_current_editor),
6916 (activate_plugin), (dispose),
6917 (symbol_browser_plugin_instance_init):
6918 * plugins/symbol-browser/plugin.h: update line on editor save
6919 and editor change. Code clean up and fixed warnings.
6921 2007-03-26 Naba Kumar <naba@gnome.org>
6923 * plugins/project-wizard/templates/java/project.anjuta,
6924 plugins/project-wizard/templates/python/project.anjuta,
6925 plugins/project-wizard/templates/python/project.anjuta:
6926 Removed version control plugins from default selection.
6928 * plugins/tools/scripts/prepare-changelog.pl,
6929 plugins/tools/scripts/tools-2.xml.in: Updated prepare changelog
6930 script to a better one (that works on both cvs and svn).
6932 2007-03-26 Naba Kumar <naba@gnome.org>
6934 * (added) plugins/project-wizard/templates/translatable-strings.pl,
6935 Makefile.am: Added the generated translatable file (required for
6936 translations for svn checkouts).
6939 plugins/project-wizard/templates/extract-translatable-strings.pl
6940 plugins/project-wizard/templates/Makefile.am, Makefile.am,
6941 po/POTFILES.in: Generated translatable strings for .wiz files and
6942 added them in POTFILES.in for translation. Fixes bug #398035
6944 2007-03-25 Naba Kumar <naba@gnome.org>
6946 * plugins/language-support-cpp-java/plugin.c: Fixed modeline parsing.
6948 * src/anjuta-app.c: Removed dead codes.
6950 * plugins/symbol-browser/an_symbol_prefs.c: Show message view when
6951 global tags generation starts.
6953 * plugins/debug-manager/chunk_view.c,
6954 plugins/debug-manager/start.h,
6955 plugins/debug-manager/chunk_view.h,
6956 plugins/debug-manager/utilities.c,
6957 plugins/debug-manager/utilities.h,
6958 plugins/debug-manager/debugger.c,
6959 plugins/debug-manager/threads.c,
6960 plugins/debug-manager/disassemble.c,
6961 plugins/debug-manager/info.c,
6962 plugins/debug-manager/sharedlib.c,
6963 plugins/debug-manager/threads.h,
6964 plugins/debug-manager/disassemble.h,
6965 plugins/debug-manager/signals.c,
6966 plugins/debug-manager/info.h,
6967 plugins/debug-manager/sharedlib.h,
6968 plugins/debug-manager/data_buffer.c,
6969 plugins/debug-manager/data_view.c,
6970 plugins/debug-manager/signals.h,
6971 plugins/debug-manager/debug_tree.c,
6972 plugins/debug-manager/watch.c,
6973 plugins/debug-manager/registers.c,
6974 plugins/debug-manager/data_buffer.h,
6975 plugins/debug-manager/data_view.h,
6976 plugins/debug-manager/memory.c,
6977 plugins/debug-manager/debug_tree.h,
6978 plugins/debug-manager/watch.h,
6979 plugins/debug-manager/registers.h,
6980 plugins/debug-manager/memory.h,
6981 plugins/debug-manager/locals.c,
6982 plugins/debug-manager/sexy-icon-entry.c,
6983 plugins/debug-manager/breakpoints.c,
6984 plugins/debug-manager/locals.h,
6985 plugins/debug-manager/sexy-icon-entry.h,
6986 plugins/debug-manager/stack_trace.c,
6987 plugins/debug-manager/breakpoints.h,
6988 plugins/debug-manager/sparse_buffer.c,
6989 plugins/debug-manager/sparse_view.c,
6990 plugins/debug-manager/stack_trace.h,
6991 plugins/debug-manager/sparse_buffer.h,
6992 plugins/debug-manager/sparse_view.h,
6993 plugins/debug-manager/start.c,
6994 plugins/gdb/utilities.c,
6995 plugins/gdb/utilities.h,
6996 plugins/gdb/debugger.c,
6997 plugins/gdb/debugger.h: Added indentation modeline for easy indentation
7000 2007-03-24 Sebastien Granjoux <seb.sfo@free.fr>
7002 * plugins/gdb/debugger.c:
7003 Avoid empty debugger log window by limiting line to 90 characters
7005 2007-03-24 Sebastien Granjoux <seb.sfo@free.fr>
7007 * plugins/debug-manager/plugin.c,
7008 plugins/debug-manager/plugin.h,
7009 plugins/debug-manager/threads.c,
7010 plugins/debug-manager/threads.h,
7011 plugins/debug-manager/breakpoints.c,
7012 plugins/debug-manager/breakpoints.h,
7013 plugins/debug-manager/stack_trace.c,
7014 plugins/debug-manager/stack_trace.h:
7015 View code action now changes location in disassembly view too
7017 * plugins/debug-manager/anjuta-debug-manager.ui:
7018 Rename breakpoint actions
7020 2007-03-24 Naba Kumar <naba@gnome.org>
7022 * configure.in, src/anjuta-app.c: Use the new docking algorithm
7023 in gdl 0.7.3 (svn trunk).
7024 * src/anjuta-app.c: Removed dead codes and fixed compiler warnings.
7026 2007-03-24 Sebastien Granjoux <seb.sfo@free.fr>
7028 * plugins/debug-manager/threads.c,
7029 plugins/debug-manager/debug_tree.c,
7030 plugins/debug-manager/debug_tree.h,
7031 plugins/debug-manager/locals.c,
7032 plugins/debug-manager/registers.c,
7033 plugins/debug-manager/stack_trace.c:
7034 Allow to change current thread updating register, stack and locals
7035 Allow to change current stack frame updating locals
7037 * plugins/gdb/debugger.c:
7038 Read argument of selected stack frame
7040 * plugins/debug-manager/data_view.c:
7041 Fix an unrelated bug
7043 2007-03-23 Naba Kumar <naba@gnome.org>
7045 * plugins/document-manager/anjuta-docman.c,
7046 plugins/document-manager/plugin.c: Fixed many memory leaks.
7047 (ianjuta_file_get_uri() returns a new string).
7049 * plugins/document-manager/action-callbacks.c: Use AnjutaSavePrompt
7050 widget for save dialogs.
7052 * tagmanager/tm_tag.c, tagmanager/entry.h: Restored entry.h from
7053 svn and fixed to get function/prototype/member args list. Call tips
7056 2007-03-22 Naba Kumar <naba@gnome.org>
7058 * tagmanager/c.c: Enabled 'prototype' tags so that autocomplete
7059 and calltips would work again for functions from global tags (Needs
7060 regenerating global tags).
7062 * tagmanager/c.c, plugins/symbol-browser/plugin.c: Restored c.c to
7063 ctags svn version and reopened bug #395362. Fixes tags parsing that
7064 seemed to have stopped working recently.
7066 2007-03-21 Naba Kumar <naba@gnome.org>
7068 * tagmanager/tm_source_file.c, tagmanager/options.c,
7069 global-tags/create_global_tags.sh.in: Fixed c++ parsing (to some
7070 extend .. more needs to be investigated and fixed). Enabled some
7073 2007-03-16 Naba Kumar <naba@gnome.org>
7075 * src/anjuta.c: Fixed project loading from command line.
7077 2007-03-16 Naba Kumar <naba@gnome.org>
7079 Patch from James Liggett <jrliggett@cox.net>:
7080 plugins/profiler/gprof-profile-data.c: Fixed a crash.
7082 2007-03-15 Naba Kumar <naba@gnome.org>
7084 * libanjuta/anjuta-profile-manager.c,
7085 libanjuta/anjuta-profile-manager.h: Added method to get current
7088 * libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h: Added "exiting"
7089 signal and anjuta_shell_notify_exit(). Signal is emitted when anjuta
7092 * libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h,
7093 plugins/file-loader/plugin.c: Moved to functions as utility functions.
7094 Also, not load project files in session load in loader plugin.
7096 * plugins/project-manager/plugin.c, src/anjuta.c:
7097 Emit "exiting" signal in shell when exiting anjuta. project manager
7098 listens to exiting signal and saves session. anjuta.c saves session
7099 only when current projfile is 'user'. Load project saved in session
7100 differently then the rest of the session. This should fix all the
7101 session restoration bugs.
7103 src/main.c: Present anjuta window when becon message is received.
7105 2007-03-14 Naba Kumar <naba@gnome.org>
7107 * libanjuta/anjuta-profile.c: Fixed a bug where some plugins would
7108 not randomly save (it was a wrong looping).
7110 2007-03-12 Naba Kumar <naba@gnome.org>
7112 * libanjuta/interfaces/libanjuta.idl: Added more API section headers.
7114 2007-03-12 Sebastien Granjoux <seb.sfo@free.fr>
7116 * plugins/debug-manager/anjuta-debug-manager.ui,
7117 libanjuta/interfaces/libanjuta.idl,
7118 plugins/debug-manager/debugger.c,
7119 (added) plugins/debug-manager/threads.c,
7120 (added) plugins/debug-manager/threads.h,
7121 plugins/debug-manager/plugin.c,
7122 plugins/debug-manager/Makefile.am,
7123 plugins/gdb/plugin.c,
7124 plugins/gdb/debugger.c,
7125 plugins/gdb/debugger.h:
7126 Add a window displaying all threads
7127 Add needed functions
7128 Switching to a different thread is still not done
7130 * plugins/debug-manager/debug_tree.c,
7131 plugins/debug-manager/locals.c,
7132 plugins/debug-manager/stack_trace.c:
7133 Small cosmetic changes
7135 * plugins/gdb/gdbmi.c:
7136 Keep all elements in gdbmi hash
7137 Even if using the same key like in -threads-list-ids
7139 2007-03-11 Naba Kumar <naba@gnome.org>
7141 * libanjuta/interfaces/anjuta-idl-compiler.pl: Generate class comments.
7143 * libanjuta/interfaces/libanjuta.idl: Fixed and added API docs.
7145 * manuals/reference/libanjuta/libanjuta-docs.sgml,
7146 manuals/reference/libanjuta/libanjuta-sections.txt,
7147 manuals/reference/libanjuta/libanjuta.types: Updated to contain latest
7150 2007-03-11 Naba Kumar <naba@gnome.org>
7152 * configure.in, manuals/reference/libanjuta/Makefile.am: Fixed to use
7153 gtk-doc properly. Bumped gtk-doc requirement to 1.4
7155 * manuals/reference/libanjuta/libanjuta-docs.sgml,
7156 manuals/reference/libanjuta/libanjuta.types,
7157 manuals/reference/libanjuta/libanjuta-sections.txt,
7158 manuals/reference/libanjuta/.cvsignore,
7159 (removed) manuals/reference/libanjuta/tmpl/*: Updated API docs
7160 infrastructure. Got rid of tmpl/ directory and moved all section
7161 documenation to source code (requires gtk-doc >= 1.4).
7163 * libanjuta/anjuta-plugin-description.c,
7164 libanjuta/interfaces/libanjuta.idl, libanjuta/anjuta-status.c,
7165 libanjuta/cell-renderer-captioned-image.c,
7166 libanjuta/anjuta-plugin-handle.c, libanjuta/resources.c,
7167 libanjuta/anjuta-debug.h, libanjuta/glue-cpp.c,
7168 libanjuta/e-splash.c, libanjuta/anjuta-plugin.c,
7169 libanjuta/anjuta-preferences-dialog.c, libanjuta/libanjuta.h,
7170 libanjuta/anjuta-plugin-manager.c, libanjuta/anjuta-shell.c,
7171 libanjuta/glue-plugin.c, libanjuta/anjuta-encodings.c,
7172 libanjuta/anjuta-save-prompt.c, libanjuta/glue-factory.c,
7173 libanjuta/anjuta-session.c, libanjuta/anjuta-children.c,
7174 libanjuta/anjuta-utils.c, libanjuta/anjuta-profile.c,
7175 libanjuta/anjuta-preferences.c, libanjuta/anjuta-launcher.c,
7176 libanjuta/anjuta-profile-manager.c, libanjuta/anjuta-serializer.c,
7177 libanjuta/anjuta-ui.c: Added inline API documentation. Moved section
7178 documentation from templates to source code.
7180 2007-03-10 Johannes Schmid <jhs@gnome.org>
7182 * libanjuta/anjuta-profile.c: (anjuta_profile_to_xml):
7183 Added some debug output but could not figure out why
7184 some plugins are not kept.
7186 * libanjuta/interfaces/libanjuta.idl:
7187 * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml:
7188 * manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
7189 Added IAnjutaEditorGoto::matching_brace
7191 * plugins/document-manager/action-callbacks.c:
7192 (on_editor_command_match_brace_activate):
7193 * plugins/document-manager/plugin.c:
7194 (update_editor_ui_interface_items):
7195 * plugins/editor/text_editor.c: (igoto_matching_brace),
7197 * plugins/sourceview/sourceview.c: (ieditor_iface_init):
7198 Fixed #355155 (matching brace for scintilla, disabled for sourceview)
7200 2007-03-09 Johannes Schmid <jhs@gnome.org>
7202 * plugins/file-manager/an_file_view.c: (fv_add_tree_entry):
7205 * plugins/sourceview/sourceview-private.h:
7206 * plugins/sourceview/sourceview.c: (on_reload_dialog_response),
7207 (on_sourceview_uri_changed_prompt), (on_sourceview_uri_changed),
7208 (sourceview_new), (ifile_savable_save_as):
7209 Tweaked vfs monitoring
7211 2007-03-09 Johannes Schmid <jhs@gnome.org>
7213 * libanjuta/interfaces/Makefile.am.iface:
7214 Fixed installtion of header files
7216 * plugins/sourceview/sourceview.c: (set_select):
7217 do not scroll to much in interactive search
7219 2007-03-09 Naba Kumar <naba@gnome.org>
7221 * src/anjuta.c: Fixed session restoration.
7223 * plugins/symbol-browser/plugin.c: Fixed crashes due to dangling
7224 signal handlers after symbol browser plugin is deactivated.
7226 * plugins/editor/editor.glade,
7227 plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
7228 Fixed indentation confustion in preferences.
7230 2007-03-08 Johannes Schmid <jhs@gnome.org>
7232 * plugins/search/search-replace.c: (search_set_combo),
7233 (search_set_action), (search_set_target), (search_set_direction),
7234 (create_dialog), (search_disconnect_set_toggle_connect),
7235 (on_search_match_whole_word_toggled),
7236 (on_search_match_whole_line_toggled),
7237 (on_search_match_word_start_toggled),
7238 (search_set_toggle_direction):
7239 Use GCallback instead of GSignalFunc! We need to fix this code anyway,
7240 it's somehow ugly and uses many deprecated widgets
7242 Patch from Ritesh Khadgaray <baby.linux@gmail.com>:
7243 * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
7246 2007-03-07 Naba Kumar <naba@gnome.org>
7248 * src/anjuta.c: Make launching projects work from command line. Also
7249 fixes gnome session restart command.
7251 2007-03-07 Johannes Schmid <jhs@gnome.org>
7253 Patch from Lucas Mazzardo Veloso <lmveloso@gmail.com>
7254 * plugins/class-gen/plugin.c: (iwizard_activate):
7257 * plugins/cvs-plugin/cvs-callbacks.c: (on_cvs_import_response):
7260 * plugins/file-manager/an_file_view.c: (fv_add_tree_entry):
7261 Fixed #377483 (It's not possible to know if directories have
7262 a version in CVS. Show version column only if there are version
7263 informations availible
7265 * plugins/sourceview/sourceview-cell.c: (icell_get_attribute):
7268 2007-03-07 Johannes Schmid <jhs@gnome.org>
7270 * plugins/sourceview/sourceview-prefs.c: (get_bool):
7272 * plugins/symbol-browser/an_symbol_prefs.c:
7273 (on_update_global_clicked):
7276 2007-03-07 Johannes Schmid <jhs@gnome.org>
7278 * libanjuta/anjuta-save-prompt.c: (anjuta_save_prompt_init),
7279 (anjuta_save_prompt_new):
7280 * plugins/project-import/project-import.c:
7281 (project_import_finalize):
7282 Fixed Gtk-Criticals (maybe #409408)
7284 2007-03-07 Naba Kumar <naba@gnome.org>
7286 * plugins/language-support-cpp-java/plugin.c: Fixed indentation anomaly
7287 when we are at just beginning of string or comment. Fixes bug #397981.
7289 2007-03-07 Johannes Schmid <jhs@gnome.org>
7291 * plugins/language-support-cpp-java/plugin.c:
7292 (initialize_indentation_params):
7293 Removed annoying DEBUG_PRINT
7295 * plugins/sourceview/sourceview-cell.c:
7296 (sourceview_cell_instance_init), (icell_get_character),
7297 (icell_get_length), (icell_get_char), (icell_get_attribute):
7298 Improved code to be faster
7299 Implemented attribute handling so that indentation really works in any case
7301 2007-03-06 Johannes Schmid <jhs@gnome.org>
7304 GTK_REQUIRED = 2.10.0 (required for GtkRecent and Docman tabs)
7306 * plugins/document-manager/anjuta-docman.c:
7307 (anjuta_docman_instance_init), (anjuta_docman_add_editor):
7308 Removed old and ugly tab drag&drop code and use built-in gtk stuff
7309 instead (required GTK >= 2.10)
7311 * plugins/sourceview/sourceview-private.h:
7312 * plugins/sourceview/sourceview.c:
7313 (on_sourceview_uri_changed_prompt), (on_sourceview_uri_changed),
7314 (sourceview_finalize), (sourceview_new), (imark_mark),
7315 (imark_unmark), (imark_is_marker_set),
7316 (imark_location_from_handle), (imark_delete_all_markers):
7317 Fixed marker handling and worked a bit more on vfs monitoring
7319 2007-03-05 Johannes Schmid <jhs@gnome.org>
7321 * libegg/egg-combo-action.c: (egg_combo_action_set_active_iter):
7322 Added method to select specific iter
7324 * plugins/sourceview/sourceview-private.h:
7325 * plugins/sourceview/sourceview.c: (on_reload_dialog_response),
7326 (on_sourceview_uri_changed_prompt), (on_sourceview_uri_changed),
7327 (sourceview_add_monitor), (on_document_saved),
7328 (sourceview_finalize), (sourceview_new), (ifile_savable_save_as):
7329 Fixed vfs monitoring (mostly ported code from text_editor.c)
7331 * plugins/symbol-browser/an_symbol_view.c:
7332 * plugins/symbol-browser/an_symbol_view.h:
7333 * plugins/symbol-browser/plugin.c: (iter_matches),
7334 (on_editor_update_ui), (value_added_current_editor):
7335 Select the current tag in locals window and symbol toolbar. If there
7336 is no tag at the current line, reserve backward for the next tag. This will
7337 select the correct tag if inside a function.
7339 2007-03-05 Naba Kumar <naba@gnome.org>
7341 * src/anjuta-app.c: Fixes gtk-critical messages at shutdown.
7342 * plugins/editor/text_editor.c: Disabled DEBUG_PRINTs and fixed
7344 * plugins/editor/text_editor.c: Fixes a crash on 64 bit arch
7347 2007-03-04 Johannes Schmid <jhs@gnome.org>
7351 Fixed distcheck (well, partly)
7353 2007-03-04 Johannes Schmid <jhs@gnome.org>
7355 * plugins/document-manager/anjuta-document-manager.ui:
7356 Move "Swap .c/.h from Main to Browser toolbar
7358 Modified Patch from Yang Hong <yanghong@ccoss.com.cn>:
7359 * plugins/file-manager/an_file_view.c: (fv_prefs_new),
7360 (fv_prefs_free), (fv_add_tree_entry):
7361 * plugins/file-manager/anjuta-file-manager-plugin.glade:
7362 * plugins/file-manager/plugin.c: (prefs_init):
7364 Bug 387208 – [Patch] Add custom file-manager ignore pattern support
7366 2007-03-04 Naba Kumar <naba@gnome.org>
7368 * data/default.proflie, data/Makefile.am, src/anjuta.c,
7369 plugins/project-manager/plugin.c:
7370 Restored default profile and renamed it from "default.anjuta" to
7373 2007-03-03 Sebastien Granjoux <seb.sfo@free.fr>
7375 * plugins/debug-manager/debugger.c,
7376 plugins/debug-manager/plugin.c,
7377 plugins/gdb/debugger.c,
7378 libanjuta/interfaces/libanjuta.idl,
7379 plugins/debug-manager/stack_trace.c:
7380 Add a dialog box when a signal is received (except SIGINT)
7381 Display stack frame even if arguments are not available
7383 2007-03-03 Naba Kumar <naba@gnome.org>
7385 * TODO.tasks: Icons bounty added.
7387 * libanjuta/anjuta-plugin-manager.[ch]: Implemented remember plugin
7390 * libanjuta/anjuta-profile-manager.[ch]: Implemented profile scoping
7393 * configure.in, src/anjuta.c, plugins/project-manager/plugin.[ch],
7394 plugins/Makefile.am, (removed) plugins/profile-default/*,
7395 plugins/project-manager/anjuta-project-manager.plugin.in,
7396 plugins/project-manager/anjuta-project-manager.ui: Use the new plugins
7397 profile implementation to load user profile and projects. Store and
7398 restore remembered plugins. Use profile scoping and descoping for
7399 saving and loading sesstions.
7401 * libanjuta/anjuta-plugin-handle.c, libanjuta/anjuta-plugin-manager.c,
7402 libanjuta/anjuta-shell.c, libanjuta/anjuta-preferences.c,
7403 libanjuta/anjuta-profile-manager.c, libanjuta/anjuta-ui.c: Disabled
7406 2007-03-03 Sebastien Granjoux <seb.sfo@free.fr>
7408 * plugins/debug-manager/debug_tree.c
7409 plugins/debug-manager/debug_tree.h:
7410 Bug fix, deleting wrong variable
7412 * plugins/gdb/debugger.c:
7413 Bug fix, remove forgotten debugging code
7415 2007-03-02 Johannes Schmid <jhs@gnome.org>
7417 * plugins/document-manager/anjuta-document-manager.ui:
7418 * plugins/search/anjuta-search.ui:
7419 * plugins/symbol-browser/anjuta-symbol-browser-plugin.ui:
7420 Break toolbars into smaller peaces: ToolbarBookmark, ToolbarSymbols,
7423 * src/anjuta-app.c: (on_toolbar_view_toggled),
7424 (on_add_merge_widget), (on_session_save), (on_widget_remove):
7425 Save toolbar positions, don't use fixed toolbar style
7427 All in all this will allow more complex toolbar configurations and
7428 might gain some space on smaller displays because the user can disable
7429 toolbar parts he does not use. Also allows to use any toolbar style
7430 without looking too ugly.
7432 2007-03-01 Naba Kumasr <naba@gnome.org>
7434 * TODO.tasks: Added a bounty for creating icons.
7436 * libanjuta/anjuta-profile.c, libanjuta/anjuta-profile-manager.c,
7437 libanjuta/anjuta-profile-manager.h: Fixed infinite loop. Added
7438 profile-changed signal. Do not sync non-user-activatable plugins.
7440 2007-02-29 Sebastien Granjoux <seb.sfo@free.fr>
7442 * plugins/debug-manager/disassemble.c,
7443 plugins/debug-manager/sparse_view.c,
7444 plugins/gdb/debugger.c,
7445 libanjuta/interfaces/libanjuta.idl:
7446 Display function name in disassembly view
7448 2007-02-28 Sebastien Granjoux <seb.sfo@free.fr>
7450 * (added) plugins/debug-manager/bookmark.png,
7451 (added) plugins/debug-manager/breakpoint-disabled.png,
7452 (added) plugins/debug-manager/breakpoint-enabled.png,
7453 (added) plugins/debug-manager/program-counter.png,
7454 (added) plugins/debug-manager/linemarker.png,
7455 plugins/debug-manager/Makefile.am,
7456 plugins/debug-manager/disassemble.c,
7457 plugins/debug-manager/disassemble.h,
7458 plugins/debug-manager/sparse_buffer.c,
7459 plugins/debug-manager/sparse_buffer.h,
7460 plugins/debug-manager/sparse_view.c,
7461 plugins/debug-manager/sparse_view.h,
7462 plugins/debug-manager/plugin.c,
7463 plugins/debug-manager/breakpoints.c,
7464 libanjuta/interfaces/libanjuta.idl:
7465 Add markers in the disassembly view
7466 Display program counter and breakpoints in disassembly view
7468 * plugins/gdb/debugger.c:
7469 Fix a bug added with my previous patch, setting and clearing
7470 breakpoints was not working
7472 2007-02-28 Johannes Schmid <jhs@gnome.org>
7474 * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml:
7475 * manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml:
7476 * manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml:
7477 * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml:
7478 * manuals/reference/libanjuta/tmpl/ianjuta-file-manager.sgml:
7479 * manuals/reference/libanjuta/tmpl/ianjuta-file-savable.sgml:
7480 * manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml:
7481 * manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml:
7482 * manuals/reference/libanjuta/tmpl/ianjuta-project-manager.sgml:
7483 * manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
7484 Updated (why do they need to be under version control?)
7486 * plugins/message-view/anjuta-msgman.c: (on_msgman_close_all),
7487 (create_tab_popup_menu), (on_msgman_popup_menu),
7488 (on_tab_button_press_event), (anjuta_msgman_page_new),
7489 (anjuta_msgman_finalize), (anjuta_msgman_instance_init):
7490 Added "Close all message tabs" popup menu
7492 2007-02-26 Naba Kumar <naba@gnome.org>
7494 * plugins/profiler/gprof-flat-profile-entry.c,
7495 plugins/profiler/gprof-flat-profile.c,
7496 plugins/profiler/gprof-flat-profile-entry.h,
7497 plugins/profiler/gprof-flat-profile.h,
7498 plugins/profiler/gprof-flat-profile-view.c,
7499 plugins/profiler/gprof-flat-profile-view.h,
7500 plugins/profiler/gprof-call-graph-block-entry.c,
7501 plugins/profiler/gprof-call-graph-block.c,
7502 plugins/profiler/gprof-function-call-chart-view.c,
7503 plugins/profiler/gprof-call-graph-block-entry.h,
7504 plugins/profiler/gprof-profile-data.c,
7505 plugins/profiler/gprof-call-graph-block.h,
7506 plugins/profiler/gprof-view.c,
7507 plugins/profiler/gprof-call-graph.c,
7508 plugins/profiler/gprof-function-call-chart-view.h,
7509 plugins/profiler/gprof-profile-data.h,
7510 plugins/profiler/gprof-call-graph.h,
7511 plugins/profiler/gprof-view.h,
7512 plugins/profiler/gprof-view-manager.c,
7513 plugins/profiler/gprof-call-graph-view.c,
7514 plugins/profiler/plugin.c,
7515 plugins/profiler/gprof-view-manager.h,
7516 plugins/profiler/gprof-call-graph-view.h,
7517 plugins/profiler/gprof-function-call-tree-view.c,
7518 plugins/profiler/gprof-function-call-tree-view.h,
7519 plugins/profiler/Makefile.am: Fix compiler warnings and link with
7520 gnome-vfs. Fixes bug #411377.
7522 2007-02-26 Naba Kumar <naba@gnome.org>
7524 * plugins/profiler/gprof-profile-data.c: Fixes bug #411623,
7526 Patch from James Liggett <jrliggett@cox.net>:
7527 * plugins/profiler/gprof-flat-profile-view.c,
7528 plugins/profiler/gprof-flat-profile-view.h,
7529 plugins/profiler/gprof-function-call-chart-view.c,
7530 plugins/profiler/gprof-function-call-chart-view.h,
7531 plugins/profiler/gprof-view.c,
7532 plugins/profiler/gprof-view.h,
7533 plugins/profiler/gprof-call-graph-view.c,
7534 plugins/profiler/plugin.c,
7535 plugins/profiler/gprof-call-graph-view.h,
7536 plugins/profiler/gprof-function-call-tree-view.c,
7537 plugins/profiler/gprof-function-call-tree-view.h: Implements
7538 double click navigation. Fixes bug #403514.
7540 2007-02-25 Naba Kumar <naba@gnome.org>
7542 * libanjuta/anjuta-plugin-manager.c,
7543 libanjuta/anjuta-plugin-handle.[ch],
7544 plugins/build-basic-autotools/build-basic-autotools.c: Removed the use of
7545 g_hash_table_remove_all (introduced in glib 2.12) to stay the
7546 dependency on glib 2.8. Fixes bug #411623.
7548 2007-02-24 Naba kumar <naba@gnome.org>
7550 * libanjuta/interfaces/Makefile.am.iface: Added log domain.
7552 * libanjuta/anjuta-marshal.list, libanjuta/anjuta-plugin-manager.c,
7553 libanjuta/anjuta-plugin-manager.h, libanjuta/anjuta-profile.c,
7554 libanjuta/anjuta-profile.h, libanjuta/Makefile.am,
7555 (added) libanjuta/anjuta-profile-manager.c,
7556 (added) libanjuta/anjuta-profile-manager.h: Implemented profile
7558 Implemented profile pushing and popping. Implemented profile xml
7559 synchronization. Implemented error handling in profiles. Implemented
7560 activation and deactivation signals in plugin manager.
7562 * libanjuta/Makefile.am: Added libanjuta log domain.
7564 * libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
7565 src/anjuta-app.c, src/anjuta-app.h: Added get_profile_manager()
7566 in AnjutaShell interface and implemented it in AnjutaApp.
7568 * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml: Updated.
7570 2007-02-23 Naba kumar <naba@gnome.org>
7572 src/main.c: Fixed missing end quote.
7574 2007-02-20 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
7576 * plugins/debug-manager/breakpoints.c: Enabled/Disabled breakpoints.
7579 2007-02-20 Naba Kumar <naba@gnome.org>
7581 * plugins/subversion/plugin.c: Added "..." menuitems.
7582 * ROADMAP, README: Updated.
7583 * libanjuta/anjuta-profile.c: Fixed bugs.
7585 * (removed)plugins/gtodo/gtodo.c, (removed)plugins/gtodo/main.c,
7586 plugins/gtodo/Makefile.am: Removed dead code.
7588 Patch from Antoine Cailliau <a.cailliau@ac-graphic.net>:
7589 * plugins/gtodo/interface.c, plugins/gtodo/preferences.c,
7590 plugins/gtodo/notification.c, plugins/gtodo/add_edit_item.c,
7591 plugins/gtodo/list_tooltip.c,
7592 plugins/document-manager/goto_line.c, plugins/glade/plugin.c,
7593 libanjuta/anjuta-save-prompt.c: Fixed translatable strings to
7594 not contain markups. Fixes Bug #360462.
7596 2007-02-16 Naba Kumar <naba@gnome.org>
7598 * manuals/reference/libanjuta/project-wizard-format.sgml: Removed
7599 unnecessary sub-sections.
7601 2007-02-15 Naba Kumar <naba@gnome.org>
7603 * (removed) plugins/document-manager/bookmark-prev-16.png,
7604 plugins/document-manager/bookmark-last.png,
7605 (removed)plugins/document-manager/bookmark-first-16.png,
7606 plugins/document-manager/bookmark-prev.png,
7607 (added) plugins/document-manager/bookmark-toggle.png,
7608 (removed)plugins/document-manager/bookmark_toggle.xpm,
7609 (removed)plugins/document-manager/bookmark-last-16.png,
7610 plugins/document-manager/plugin.c,
7611 plugins/document-manager/anjuta-document-manager.ui,
7612 (removed)plugins/document-manager/bookmark-next-16.png,
7613 plugins/document-manager/bookmark-next.png,
7614 plugins/document-manager/Makefile.am,
7615 (added) plugins/document-manager/bookmark-clear.png,
7616 plugins/document-manager/bookmark-first.png: Upgraded bookmark
7617 icons (stolen from monodevelop). Added clear bookmarks toolbar
7620 * plugins/document-manager/plugin.c,
7621 (added) plugins/document-manager/swap.png,
7622 (removed) plugins/document-manager/undock.png,
7623 plugins/document-manager/Makefile.am: Fixed swap icon.
7625 2007-02-13 Naba Kumar <naba@gnome.org>
7627 * plugins/class-gen/element-editor.c: Fixed typo.
7629 * libanjuta/anjuta-plugin-manager.c, libanjuta/anjuta-plugin-manager.h,
7630 libanjuta/anjuta-profile.c, libanjuta/anjuta-profile.h:
7631 Implementing plugin profiles loading.
7633 2007-02-13 Naba Kumar <naba@gnome.org>
7635 * pixmaps/*.xpm, pixmaps/Makefile.am: Removed old icons.
7636 * pixmaps/Makefile.am, pixmaps/appwiz*.png,
7637 pixmaps/applogo.png, pixmaps/anjuta_logo.png,
7638 pixmaps/open_project.png, pixmaps/close_project.png:
7639 Removed more old icons.
7640 * pixmaps/anjuta_logo2.png, pixmaps/anjuta_logo.png,
7641 pixmaps/Makefile.am, src/about.c: Renmaed anjuta_logo2.png to
7644 2007-02-13 Naba Kumar <naba@gnome.org>
7646 * plugins/class-gen/element-editor.c: Included missing headers to
7647 prevent build failures in some cases.
7649 2007-02-13 Sebastien Granjoux <seb.sfo@free.fr>
7651 * plugins/debug-manager/stack_trace.c:
7654 * plugins/debug-manager/watch.c,
7655 plugins/debug-manager/breakpoints.c:
7656 Same bug than above, wrong use of gtk_ui_manager_get_widget
7658 === anjuta 2.1.1 ===
7660 2007-02-11 Naba Kumar <naba@gnome.org>
7662 * cofigure.in: Bumped version to 2.1.1
7663 * NEWS: Updated for 2.1.1 release.
7665 2007-02-10 Sebastien Granjoux <seb.sfo@free.fr>
7667 * plugins/debug-manager/plugin.c,
7668 plugins/debug-manager/sparse_view.c,
7669 plugins/debug-manager/sparse_view.h:
7672 * plugins/gdb/debugger.c,
7673 plugins/debug-manager/debugger.c,
7674 plugins/debug-manager/memory.c,
7675 plugins/debug-manager/sparse_buffer.c
7676 plugins/gdb/debugger.h,
7677 libanjuta/interfaces/libanjuta.idl:
7678 Clean up, remove some warnings
7679 Use guint everywhere for addresses
7680 Rewrite code parsing position in debugger
7682 2007-02-10 Sebastien Granjoux <seb.sfo@free.fr>
7684 * plugins/debug-manager/debug_tree.c:
7685 Use GtkTreeRowReference instead of GtkTreeIter as callback data
7688 2007-02-08 Naba Kumar <naba@gnome.org>
7690 * plugins/editor/text_editor.h, plugins/editor/text_editor.c:
7691 Delay showing the 'file modified on disk' dialog for one sec
7692 from the last notification to insure multiple notifications for
7693 the same file are treated as one. Do not same multiple dialogs
7694 for the same file. Make sure to destory the dialog if later
7695 the conent is no longer different.
7697 2007-02-08 Naba Kumar <naba@gnome.org>
7699 * plugins/editor/text_editor.h, plugins/editor/text_editor.c:
7700 Prevented spurious 'file modified' dialogs in scintilla editor
7701 when the file is saved.
7703 2007-02-09 Johannes Schmid <jhs@gnome.org>
7705 * scripts/glade2schema.pl:
7706 Added script to convert glade preferences into gconf schema files.
7709 2007-02-08 Naba Kumar <naba@gnome.org>
7711 * src/anjuta-app.c: Destroy toolbar menuitem when the toolbar
7712 itself is destroyed. Fixes bug #355160.
7714 2007-02-08 Johannes Schmid <jhs@gnome.org>
7716 * plugins/profiler/profiler.plugin:
7717 removed from version control (only .in file needed)
7719 * plugins/sourceview/anjuta-view.c: (anjuta_view_init):
7720 * plugins/sourceview/sourceview.c: (sourceview_new):
7723 * plugins/subversion/svn-thread.c: (svn_thread_start):
7724 * src/main.c: (main):
7726 Fixed #395875 about initialisation of threads too late
7728 2007-02-07 Armin Burgmeier <armin@arbur.net>
7730 Reviewed by Naba Kumar <naba@gnome.org>:
7731 * plugins/class-gen/plugin.c:
7732 * plugins/class-gen/window.c: Removed browse button related code, load
7733 generated output directly into new buffers when not adding to project.
7735 * plugins/class-gen/anjuta-class-gen-plugin.glade: Removed browse
7736 buttons from user interface.
7738 2007-02-07 Naba Kumar <naba@gnome.org>
7740 * po/POTFILES.in: Fixed distcheck.
7742 2007-02-07 Daniel Nylander <po@danielnylander.se>
7744 * manuals/anjuta-manual/sv/sv.po: Added initial Swedish translation.
7746 2007-02-07 Johannes Schmid <jhs@gnome.org>
7748 * anjuta.desktop.in.in:
7751 2007-02-07 Johannes Schmid <jhs@gnome.org>
7754 * manuals/anjuta-manual/*
7755 * manuals/anjuta-faqs/*:
7756 #398991 – Anjuta manuals does not use the gnome-doc-utils format
7758 * plugins/document-manager/anjuta-document-manager.plugin.in:
7759 Removed duplicate application-xml mime-type (review patches properly ;-)
7761 2007-02-06 Sebastien Granjoux <seb.sfo@free.fr>
7763 * plugins/gdb/debugger.c,
7764 libanjuta/interfaces/libanjuta.idl:
7766 Fix handling of missing source file
7768 2007-02-06 Naba Kumar <naba@gnome.org>
7770 Patch from James Liggett <jrliggett@cox.net>:
7771 * plugins/profiler/gprof-flat-profile.c,
7772 plugins/profiler/gprof-profile-data.c,
7773 plugins/profiler/gprof-call-graph.c,
7774 plugins/profiler/gprof-profile-data.h,
7775 plugins/profiler/plugin.c: Fixed infinite loop bug #403501,
7776 Show profiler view when target selected bug #403515.
7778 2007-02-05 Naba Kumar <naba@gnome.org>
7780 * configure.in: Enabled devhelp plugin by default now that
7783 Patch from parmigio@2ainfo.it:
7784 * plugins/document-manager/anjuta-document-manager.plugin.in:
7785 Added xml file type in supported mime types list.
7787 2007-02-04 Sebastien Granjoux <seb.sfo@free.fr>
7789 * plugins/debug-manager/debugger.c,
7790 plugins/debug-manager/plugin.c:
7791 Add a field in status bar displaying debugger state
7792 Change cursor shape when debugger is busy
7795 * plugins/debug-manager/watch.c,
7796 plugins/debug-manager/locals.c,
7797 libanjuta/interfaces/libanjuta.idl:
7798 Clean up, remove debugging messages and unused signals
7800 2007-02-03 Johannes Schmid <jhs@gnome.org>
7803 Fixed AC_INIT and seperated version to major, minor, micro
7806 Load Subversion instead of CVS
7808 * anjuta.desktop.in.in:
7809 Fixed bug-buddy component
7811 Original patch from Rob Bradfort <robster@debian.org>:
7812 * src/main.c: (get_command_line_args), (main):
7813 Bug #335981 – Migration from popt to GOption
7815 2007-02-03 Naba Kumar <naba@gnome.org>
7817 * configure.in: Depend on devhelp 0.13 and fixed gecko home
7818 path variable. Fixed bug #341170.
7819 * plugins/profiler/Makefile.am: Fixed indentation.
7821 2007-02-02 Sebastien Granjoux <seb.sfo@free.fr>
7823 * libanjuta/interfaces/libanjuta.idl,
7824 plugins/sourceview/sourceview.c,
7825 plugins/editor/text-editor.c,
7826 plugins/symbol-browser/plugin.c,
7827 plugins/search/search-replace.c,
7828 plugins/document-manager/goto_line.c,
7829 plugins/document-manager/action-callbacks.c,
7830 plugins/document-manager/anjuta-docman.c:
7831 Rename markers of anjuta interface
7832 IANJUTA_MARKABLE_NONE has been removed
7833 IANJUTA_MARKABLE_BASIC renamed in IANJUTA_MARKABLE_LINEMARKER
7834 IANJUTA_MARKABLE_LIGHT renamed in IANJUTA_MARKABLE_BOOKMARK
7835 IANJUTA_MARKABLE_ATTENTIVE renamed in
7836 IANJUTA_MARKABLE_BREAKPOINT_DISABLED
7837 IANJUTA_MARKABLE_INTENSE renamed in
7838 IANJUTA_MARKABLE_BREAKPOINT_ENABLED
7839 IANJUTA_MARKABLE_PROGRAM_COUNTER has been created
7841 * (removed) plugins/sourceview/marker-light.png,
7842 (removed) plugins/sourceview/marker-basic.png,
7843 (removed) plugins/sourceview/marker-attentive.png,
7844 (removed) plugins/sourceview/marker-intense.png,
7845 plugins/sourceview/bookmark.png,
7846 (added) plugins/sourceview/breakpoint-disabled.png,
7847 (added) plugins/sourceview/breakpoint-enabled.png,
7848 (added) plugins/sourceview/program-counter.png,
7849 (added) plugins/sourceview/linemarker.png,
7850 plugins/sourceview/Makefile.am,
7851 (added) plugins/editor/bookmark.xpm,
7852 (added) plugins/editor/breakpoint-disabled.xpm,
7853 (added) plugins/editor/breakpoint-enabled.xpm,
7854 (added) plugins/editor/program-counter.xpm,
7855 (added) plugins/editor/linemarker.xpm,
7856 plugins/editor/Makefile.am:
7857 Add or change marker pixmaps in scintilla and sourceview editor
7859 * plugins/document-manager/plugin.c,
7860 libanjuta/interfaces/libanjuta.idl,
7861 plugins/debug-manager/plugin.c,
7862 plugins/debug-manager/breakpoints.c
7863 plugins/gdb/debugger.c:
7864 Fix bug #376404, program counter marker is not displayed when debugger
7865 Return the selected editor or NULL (if file does not exist) with
7866 ianjuta_document_manager_goto_file_line* functions
7867 Emit a change-location signal even if the program counter is in an
7870 2007-02-02 Naba Kumar <naba@gnome.org>
7872 * TODO.tasks: Marked bounty bug #359478 completed. And checked
7873 older bounties 'Done'.
7875 2007-02-02 Naba Kumar <naba@gnome.org>
7877 * TODO.tasks: Fixed typop.
7879 Patch from James Liggett <jrliggett@cox.net>:
7880 * plugins/profiler/*, plugins/class-inheritance/Makefile.am,
7881 plugins/Makefile.am, configure.in, libanjuta/Makefile.am: gprof
7882 profiler plugin by James Liggett. Completes bounty bug #359478
7883 'Gprof performance profiler plugin'
7885 2007-02-01 Naba Kumar <naba@gnome.org>
7887 * src/main.c: Renamed option name.
7889 * TODO.tasks: Marked "Test and fix all project wizards templates"
7892 2007-01-29 Johannes Schmid <jhs@gnome.org>
7894 * plugins/document-manager/plugin.c: (on_editor_changed):
7895 Added DEBUG_PRINT(...)
7896 * plugins/editor/text_editor.c: (itext_editor_set_auto_indent):
7898 * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin.in:
7899 Fix language support plugin for sourceview editor (add some new
7902 * plugins/sourceview/sourceview.c: (iindic_clear):
7903 Clear all indicators
7905 2007-01-29 Johannes Schmid <jhs@gnome.org>
7908 Minor task currentions
7910 * libanjuta/interfaces/libanjuta.idl:
7911 * plugins/editor/text_editor.c: (itext_editor_set_auto_indent),
7912 (itext_editor_iface_init):
7913 * plugins/language-support-cpp-java/plugin.c: (install_support):
7914 * plugins/sourceview/sourceview.c: (ieditor_set_auto_indent),
7915 (ieditor_get_attributes), (ieditor_iface_init):
7916 Added ianjuta_editor_set_auto_indent to disable auto-indent from language support
7919 * plugins/sourceview/sourceview.glade:
7920 Fixed sourceview preference window
7922 2007-01-28 Naba Kumar <naba@gnome.org>
7924 * src/anjuta.glade, src/anjuta.c, src/main.c, src/anjuta.h:
7925 Implemented --no-files and --no-session command line options and
7926 corresponding preferernces checkboxes in General tab.
7928 2007-01-28 Johannes Schmid <jhs@gnome.org>
7930 * plugins/subversion/plugin.c:
7931 * plugins/subversion/plugin.h:
7932 * plugins/subversion/svn-notify.c: (svn_show_info),
7933 (show_svn_error), (on_svn_notify):
7934 * plugins/subversion/svn-notify.h:
7935 * plugins/subversion/svn-thread.c: (create_message_view),
7937 Fixed error handling and fixed #394216 – No indication of subversion commands running
7939 * plugins/tools/execute.c: (atp_output_context_print):
7940 Show name of tool in message pane
7942 2007-01-28 Naba Kumar <naba@gnome.org>
7944 * configure.in, plugins/glade/plugin.c: Make it work with
7945 glade svn. Based on patch from Vincent Geddes. Fixes bug #400833.
7947 * configure.in, src/Makefile.am: Cleaned up dead codes. Added ldflags
7948 from devhelp (won't work untill devhelp is fixed: bug #341170).
7950 * plugins/symbol-browser/an_symbol_prefs.c: Code cleanup.
7952 2007-01-26 Sebastien Granjoux <seb.sfo@free.fr>
7954 Reviewed by Naba Kumar <naba@gnome.org>:
7955 * libanjuta/interfaces/libanjuta.idl,
7956 plugins/debug-manager/debugger.c,
7957 plugins/debug-manager/start.c,
7958 plugins/gdb/plugin.c,
7959 plugins/gdb/debugger.c,
7960 plugins/gdb/debugger.h:
7961 Fix a bug when launching gdb
7962 Set the terminal for the debugged program on the command line.
7964 2007-01-26 Johannes Schmid <jhs@gnome.org>
7966 * plugins/sourceview/anjuta-document-saver.c:
7967 (anjuta_document_saver_save):
7968 * plugins/sourceview/anjuta-document.c: (document_saver_saving):
7969 * plugins/sourceview/sourceview.c: (save_if_modified),
7970 (on_document_saved), (ifile_savable_save), (ifile_savable_save_as):
7971 Proper error handling, for example if a file was modified externally. Use backup files
7972 to avoid data-loss on disk full.
7974 2007-01-24 Naba Kumar <naba@gnome.org>
7976 * plugins/devhelp/htmlview.c: Fixed crash during project load.
7977 Fixed mem leak and source leak.
7979 2007-01-24 Sebastien Granjoux <seb.sfo@free.fr>
7981 Reviewed by Naba Kumar <naba@gnome.org>:
7982 * plugins/debug-manager/debug_tree.c,
7983 plugins/debug-manager/debug_tree.h,
7984 plugins/debug-manager/watch.c:
7985 Partial rewrite of the variable object code, find and fix a few bugs
7986 Fix bug #395808: gdb can still crash but children are listed
7987 on request only so you can avoid the crash
7989 2007-01-24 Naba Kumar <naba@gnome.org>
7991 * (added) plugins/symbol-browser/anjuta-symbol-locals.c,
7992 (added) plugins/symbol-browser/anjuta-symbol-locals.h,
7993 plugins/symbol-browser/plugin.h,
7994 plugins/symbol-browser/plugin.c,
7995 plugins/symbol-browser/Makefile.am: Added current file (local)
7996 symbols view (Seriously getting bored with the browse toolbar).
7998 2007-01-22 Naba Kumar <naba@gnome.org>
8000 Patch from Gabor Kelemen:
8001 * po/POTFILES.in: Added .plugin.in files.
8003 2007-01-21 Yang Hong <yanghong@ccoss.com.cn>
8005 Reviewed by Naba Kumar <naba@gnome.org>:
8006 * plugins/document-manager/anjuta-docman.c,
8007 plugins/message-view/anjuta-msgman.c
8008 Set right alignment to the label widget in the tab title.
8010 2007-01-21 Naba Kumar <naba@gnome.org>
8012 * libegg/egg-combo-action.c: Fixed mode line.
8013 * manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
8014 manuals/reference/libanjuta/tmpl/plugins.sgml: Updated.
8016 2007-01-21 Armin Burgmeier <armin@arbur.net>
8018 Reviewed by Naba Kumar <naba@gnome.org>:
8019 * plugins/class-gen/plugin.c: Prompt for target before actually
8020 generating the class files. This ensures that the files are created in
8021 the correct directory. Fixes bug #397406.
8023 * plugins/class-gen/window.c: Set browse buttons to insensitive when
8024 the class is added to the project.
8026 2007-01-21 Naba Kumar <naba@gnome.org>
8028 * libanjuta/anjuta-plugin-description.c,
8029 libanjuta/anjuta-ui.h,
8030 libanjuta/anjuta-status.c,
8031 libanjuta/anjuta-plugin-description.h,
8032 libanjuta/cell-renderer-captioned-image.c,
8033 libanjuta/anjuta-plugin-handle.c,
8034 libanjuta/anjuta-status.h,
8035 libanjuta/resources.c,
8036 libanjuta/cell-renderer-captioned-image.h,
8037 libanjuta/glue-cpp.c,
8038 libanjuta/anjuta-plugin-handle.h,
8039 libanjuta/anjuta-plugin.c,
8040 libanjuta/anjuta-preferences-dialog.c,
8041 libanjuta/libanjuta.h,
8042 libanjuta/resources.h,
8043 libanjuta/glue-cpp.h,
8044 libanjuta/anjuta-plugin.h,
8045 libanjuta/anjuta-preferences-dialog.h,
8046 libanjuta/anjuta-plugin-manager.c,
8047 libanjuta/anjuta-shell.c,
8048 libanjuta/anjuta-plugin-manager.h,
8049 libanjuta/anjuta-shell.h,
8050 libanjuta/anjuta-save-prompt.c,
8051 libanjuta/anjuta-save-prompt.h,
8052 libanjuta/anjuta-children.c,
8053 libanjuta/anjuta-utils.c,
8054 libanjuta/anjuta-profile.c,
8055 libanjuta/anjuta-preferences.c,
8056 libanjuta/anjuta-launcher.c,
8057 libanjuta/anjuta-utils.h,
8058 libanjuta/anjuta-profile.h,
8059 libanjuta/anjuta-launcher.h,
8060 libanjuta/anjuta-ui.c: Updated file headers.
8062 * po/POTFILES.in: Updated.
8064 * libanjuta/anjuta-marshal.list,
8065 (added) libanjuta/anjuta-plugin-handle.c,
8066 (added) libanjuta/anjuta-plugin-handle.h,
8067 (added) libanjuta/anjuta-plugin-manager.c,
8068 (added) libanjuta/anjuta-plugin-manager.h,
8069 libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
8070 (added) libanjuta/anjuta-profile.c,
8071 (added) libanjuta/anjuta-profile.h,
8072 (renamed) libanjuta/plugins.c, (renamed) libanjuta/plugins.h,
8073 libanjuta/Makefile.am, src/anjuta-app.c, src/anjuta-app.h,
8074 src/shell.c, src/about.c, src/shell.h, src/anjuta.c, src/main.c,
8075 src/action-callbacks.c: Implemented AnjutaPluginManager
8076 class based on old plugins.[ch]. Implemented AnjutaProfile as
8077 prelimanary profiles implementation. Implemented AnjutaPluginHandle
8078 class to represent plugins (not to be confused with plugin objects).
8079 Added a method anjuta_shell_get_plugin_manager() in AnjutaShell and
8080 implemented it in AnjutaApp and AnjutaTestShell.
8081 De-globalized plugin management and several clean ups.
8083 * plugins/file-loader/plugin.c, plugins/symbol-browser/plugin.c,
8084 plugins/debug-manager/debugger.c, plugins/debug-manager/plugin.c,
8085 plugins/search/search-replace.c, plugins/terminal/terminal.c,
8086 plugins/project-import/project-import.c,
8087 plugins/profile-default/plugin.c, plugins/profile-default/plugin.h,
8088 plugins/document-manager/plugin.c, plugins/file-manager/plugin.c:
8089 Fixed plugins for the change in API.
8091 * libanjuta/anjuta-utils.c: Fixed a crash bug when saving an empty
8094 * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml: Updated.
8096 2007-01-19 Sebastien Granjoux <seb.sfo@free.fr>
8098 Reviewed by Naba Kumar <naba@gnome.org>:
8099 * libanjuta/anjuta-launcher.c,
8100 libanjuta/anjuta-launcher.h:
8101 Add a new function anjuta_set_terminate_on_exit to close the i/o
8102 channel when the child exit
8103 Return directly the status and not the exit code in child-exited
8106 * plugins/gdb/debugger.c:
8107 Use new function in debugger plugin
8109 2007-01-18 Johannes Schmid <jhs@gnome.org>
8111 * src/about.c: Do not show empty license information instead hide the button (#397883)
8113 2007-01-15 Johannes Schmid <jhs@gnome.org>
8115 * plugins/project-manager/plugin.c:
8116 * plugins/project-wizard/templates/python.wiz
8117 * plugins/project-wizard/templates/python/src/Makefile.am.tpl:
8119 Fixed #335235 python programs are not executeable/ do not start when pressing F3
8120 You will also need latest gnome-build svn
8122 === anjuta 2.1.0 ===
8124 2007-01-14 Naba Kumar <naba@gnome.org>
8126 * configure.in: Removed reference of mkfile project
8127 template to fix distcheck build error.
8130 * configure.in: Bumped version to 2.1.0 for beta release.
8131 * plugins/symbol-browser/an_symbol_view.c: Fixed Bug #396571: Anjuta
8132 crashes as soon as editing starts in normal text files.
8134 2007-01-14 Johannes Schmid <jhs@gnome.org>
8138 Applied http://live.gnome.org/GnomeGoals/PoLinguas
8141 Patch from Massimo Cora' to hopefully fix #395362
8143 * plugins/project-wizard/templates/*:
8145 Fixed and tested all project-wizards. Deactivated mkfile project because
8146 it was totally broken and I don't see any real use for it.
8147 Applied http://live.gnome.org/GnomeGoals/PoLinguas to all projects
8149 2007-01-14 Naba Kumar <naba@gnome.org>
8151 * NEWS: Updated for release.
8153 * libanjuta/anjuta-launcher.c: Fixed a possible timer leak.
8155 * libanjuta/interfaces/libanjuta.idl,
8156 plugins/editor/text_editor_cbs.c,
8157 plugins/editor/text_editor.c: Added 'changed' signal in IAnjutaEditor
8158 interface and implemented it for scintilla.
8160 * plugins/editor/text-editor.c: Fixed highlighing issues when
8161 used with indicators (particularly when the file is just opened).
8162 Fixes bug #377477 – when debugging, scintilla editor grays out all
8163 lines before current line.
8165 * plugins/build-basic-autotools/build-basic-autotools.[ch]:
8166 Maintain a separate list of indicated edtitors for separate contexts.
8167 Fixes bug 342717 - Build errors redisplayed AFTER a successful build.
8169 2007-01-12 Sebastien Granjoux <seb.sfo@free.fr>
8171 Reviewed by Naba Kumar <naba@gnome.org>:
8172 * plugins/debug-manager/plugin.c:
8173 Bug fix: breakpoints cannot be added after stopping the debugger
8175 2007-01-13 Naba Kumar <naba@gnome.org>
8177 * NEWS: Updated for release.
8179 2007-01-12 Johannes Schmid <jhs@gnome.org>
8181 * plugins/project-wizard/anjuta-plugin/src/Makefile.am.tpl:
8182 * plugins/project-wizard/cpp/src/Makefile.am.tpl:
8183 * plugins/project-wizard/gcj/src/Makefile.am.tpl:
8184 * plugins/project-wizard/gnome/src/Makefile.am.tpl:
8185 * plugins/project-wizard/gtk/src/Makefile.am.tpl:
8186 * plugins/project-wizard/gtkmm/src/Makefile.am.tpl:
8187 * plugins/project-wizard/terminal/src/Makefile.am.tpl:
8188 * plugins/project-wizard/wxwin/src/Makefile.am.tpl:
8189 * plugins/project-wizard/xlib/src/Makefile.am.tpl:
8190 * plugins/project-wizard/xlib-dock/src/Makefile.am.tpl:
8192 Fixed #395767: Changed PACKAGE_LIBS and PACKAGE_CFLAGS to
8193 [+NameCUpper+]_CFLAGS/LIBS in Makefile.am.tpl
8195 * plugins/sourceview/sourceview.c:
8196 Use gtk_text_buffer_get_slice() instead of gtk_text_buffer_get_text because we rely
8197 on character positions.
8199 2007-01-12 Naba Kumar <naba@gnome.org>
8202 plugins/project-manager/plugin.c,
8203 plugins/profile-default/plugin.c,
8204 libanjuta/anjuta-status.c,
8205 libanjuta/anjuta-status.h: Introduced an API for application title
8206 in AnjutaStatus. Set application title to project name.
8208 2007-01-11 Massimo Cora' <maxcvs@email.i>
8210 Reviewed by Naba Kumar <naba@gnome.org>:
8211 * tagmanager/Makefile.am,
8212 plugins/symbol-browser/Makefile.am: removed installation for
8215 2007-01-11 Sebastien Granjoux <seb.sfo@free.fr>
8217 Reviewed by Naba Kumar <naba@gnome.org>:
8218 * plugins/debug-manager/start.h,
8219 plugins/debug-manager/start.c,
8220 plugins/debug-manager/anjuta-debug-manager.ui,
8221 plugins/debug-manager/plugin.c:
8222 Partial fix for bug #392537
8224 * plugins/debug-manager/disassemble.c:
8227 2007-01-11 Naba Kumar <naba@gnome.org>
8229 * src/anjuta.c: Load project seperately from session,
8230 so that project session is also loaded.
8232 * plugins/profile-default/plugin.c: Load project in new
8233 anjuta if there already is one loaded currently (disabled
8236 * plugins/editor/aneditor.cxx: Disconnect focus in/out
8237 signals when editor is destroyed. Fixes a crash bug.
8239 * plugins/editor/text_editor.c: Do not mark line in
8240 ianjuta_editor_goto_line() implementation.
8242 * plugins/search/search-replace.c: Always check for markable
8243 interface availablility because its optional for an editor.
8245 * plugins/document-manager/goto_line.c,
8246 plugins/document-manager/action-callbacks.c: Mark lines for
8247 goto line commands (from dialog and from menu entry box).
8249 * plugins/file-manager/plugin.c, plugins/file-manager/plugin.h,
8250 plugins/file-manager/an_file_view.c: Expand file manager
8251 nodes in idle loop, one at a time. Did as a possible work
8252 around for bug #361763, but it didn't make any difference.
8253 However, it could still be useful in situations where there
8256 * libanjuta/anjuta-serializer.c: Avoid an unnecessary warning.
8258 2007-01-11 Naba Kumar <naba@gnome.org>
8260 * plugins/editor/scintilla/LineMarker.h,
8261 plugins/editor/scintilla/LexBasic.cxx,
8262 plugins/editor/scintilla/LexHTML.cxx,
8263 plugins/editor/scintilla/include/SciLexer.h,
8264 plugins/editor/scintilla/include/Scintilla.h,
8265 plugins/editor/scintilla/include/Scintilla.iface,
8266 plugins/editor/scintilla/include/ScintillaWidget.h,
8267 plugins/editor/scintilla/LexBash.cxx,
8268 plugins/editor/scintilla/PlatGTK.cxx,
8269 plugins/editor/scintilla/ViewStyle.h,
8270 plugins/editor/scintilla/Editor.cxx,
8271 plugins/editor/scintilla/StyleContext.h,
8272 plugins/editor/scintilla/LexCPP.cxx,
8273 plugins/editor/scintilla/Converter.h,
8274 plugins/editor/scintilla/LexAU3.cxx,
8275 plugins/editor/scintilla/Editor.h,
8276 plugins/editor/scintilla/LexPerl.cxx,
8277 plugins/editor/scintilla/LexVB.cxx,
8278 plugins/editor/scintilla/ScintillaGTK.cxx,
8279 plugins/editor/scintilla/ViewStyle.cxx,
8280 plugins/editor/scintilla/PropSet.cxx,
8281 plugins/editor/scintilla/LexSQL.cxx,
8282 plugins/editor/scintilla/ScintillaBase.cxx: Updated scintilla to
8285 2007-01-11 Armin Burgmeier <armin@arbur.net>
8287 Reviewed by Naba Kumar <naba@gnome.org>:
8288 * plugins/class-gen/element-editor.c: Scroll to a cell if it is
8289 selected for editing. This fixes bug #394218.
8291 * plugins/class-gen/plugin.c: Do not use project's root URI as project
8292 name if said URI is not known.
8294 * plugins/class-gen/window.c: When stripping function prefix away,
8295 include the trailing underscore because it is already set by the
8298 * plugins/class-gen/transform.c: Include "const char*" and "const
8299 gchar*" in the list for transforming a default C type to a GType.
8300 Don't access invalid memory when writing pointer_str in
8301 cg_transform_first_argument.
8303 2007-01-11 Naba Kumar <naba@gnome.org>
8305 * pixmaps/anjuta.png, (renamed) pixmaps/anjuta_icon.svg
8306 pixmaps/anjuta.svg, pixmaps/Makefile.am,
8307 (renamed) pixmaps/anjuta_icon.png, src/main.c,
8308 libegg/test-actions.c, anjuta.desktop.in.in,
8309 anjuta.prj: Renamed application icon to 'anjuta.png' from
8310 'anjuta_icon.png'. Added more fields in desktop file.
8312 * mime/anjuta.xml: Added magic section.
8314 * (removed) mime/anjuta.applications,
8315 (removed) mime/anjuta.mime, mime/Makefile.am,
8316 (removed) mime/anjuta.keys,
8317 mime/gnome-mime-application-x-anjuta.svg: Removed deprecated mime
8318 registeration and added scalable icon. Also fixes bug #393680
8320 2007-01-09 Curtis Magyar <curtm4n@gmail.com>
8322 Reviewed by Naba Kumar <naba@gnome.org>:
8323 * libanjuta/anjuta-status.c: fixed anjuta_status_progress_tick()
8324 and anjuta_status_progress_add_ticks() to check for progressbar
8325 being realized before trying to update it.
8327 2007-01-10 Naba Kumar <naba@gnome.org>
8329 * tagmanager/tm_workspace.c,
8331 plugins/debug-manager/Makefile.am,
8332 plugins/tools/scripts/Makefile.am,
8333 plugins/class-gen/plugin.c,
8334 plugins/class-gen/Makefile.am,
8335 global-tags/Makefile.am: Fixed make distcheck.
8337 * plugins/debug-manager/attach_process.c,
8338 plugins/debug-manager/attach_process.h,
8339 plugins/class-gen/action-callbacks.h,
8340 plugins/class-gen/action-callbacks.c,
8341 plugins/class-gen/class_gen.h,
8342 plugins/class-gen/class_gen.c: Deleted unused/old files.
8344 * (removed) scintilla, (added) plugins/editor/scintilla,
8345 plugins/editor/scintilla/lexers.make,
8346 plugins/editor/scintilla/Makefile.am,
8347 plugins/editor/Makefile.am
8348 configure.in, manuals/reference/libanjuta/Makefile.am
8349 Makefile.am: Moved scintilla to its right place.
8351 2007-01-09 Naba Kumar <naba@gnome.org>
8353 * plugins/profile-default/plugin.c: Save project session before
8354 a new one is opened.
8356 * plugins/project-manager/plugin.c,
8357 plugins/project-manager/plugin.h,
8358 plugins/project-manager/anjuta-project-manager.ui,
8359 plugins/profile-default/plugin.c,
8360 plugins/profile-default/plugin.h,
8361 plugins/profile-default/Makefile.am,
8362 (added) plugins/profile-default/anjuta-default-profile.ui,
8363 manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
8364 libanjuta/interfaces/libanjuta.idl: Reverted back incomplete
8365 multiple projects support.
8367 2007-01-06 Armin Burgmeier <armin@arbur.net>
8369 Reviewed by Naba Kumar <naba@gnome.org>
8370 * plugins/class-gen/combo-flags.h:
8371 * plugins/class-gen/combo-flags.c: Added CgComboFlagsSelectionType
8372 enum, added a type parameter to selected signal. Select highlighted
8373 entry when pressing enter (but not unselect it if it was already
8374 selected) before closing the popup. Also accept input when clicking
8377 * plugins/class-gen/cell-renderer-flags.c: Do appropriate action
8378 according to selection type.
8380 * libanjuta/anjuta-marshal.list: Changed VOID:BOXED marshaller to
8383 2007-01-08 Johannes Schmid <jhs@gnome.org>
8385 * plugins/project-wizard/templates/gtkmm/configure.in.tpl
8386 * plugins/project-wizard/templates/gtkmm/Makefile.am
8387 * plugins/project-wizard/templates/python/configure.ac.tpl
8388 * plugins/project-wizard/templates/python/configure.in.tpl
8389 * plugins/project-wizard/templates/python/Makefile.am
8390 * plugins/project-wizard/templates/cpp/configure.ac.tpl
8391 * plugins/project-wizard/templates/cpp/configure.in.tpl
8392 * plugins/project-wizard/templates/cpp/Makefile.am
8393 * plugins/project-wizard/templates/terminal.wiz
8394 * plugins/project-wizard/templates/xlib-dock.wiz
8395 * plugins/project-wizard/templates/wxwin.wiz
8396 * plugins/project-wizard/templates/java.wiz
8397 * plugins/project-wizard/templates/xlib/configure.ac.tpl
8398 * plugins/project-wizard/templates/xlib/configure.in.tpl
8399 * plugins/project-wizard/templates/xlib/Makefile.am
8400 * plugins/project-wizard/templates/gcj/configure.ac.tpl
8401 * plugins/project-wizard/templates/gcj/configure.in.tpl
8402 * plugins/project-wizard/templates/gcj/Makefile.am
8403 * plugins/project-wizard/templates/terminal/configure.ac.tpl
8404 * plugins/project-wizard/templates/terminal/configure.in.tpl
8405 * plugins/project-wizard/templates/terminal/Makefile.am
8406 * plugins/project-wizard/templates/terminal/autogen.sh
8407 * plugins/project-wizard/templates/wxwin/configure.ac.tpl
8408 * plugins/project-wizard/templates/wxwin/configure.in.tpl
8409 * plugins/project-wizard/templates/wxwin/Makefile.am
8410 * plugins/project-wizard/templates/gnome.wiz
8411 * plugins/project-wizard/templates/java/configure.ac.tpl
8412 * plugins/project-wizard/templates/java/configure.in.tpl
8413 * plugins/project-wizard/templates/java/Makefile.am
8414 * plugins/project-wizard/templates/anjuta-plugin.wiz
8415 * plugins/project-wizard/templates/gtkmm.wiz
8416 * plugins/project-wizard/templates/python.wiz
8417 * plugins/project-wizard/templates/cpp.wiz
8418 * plugins/project-wizard/templates/gtk.wiz
8419 * plugins/project-wizard/templates/gcj.wiz
8420 * plugins/project-wizard/templates/anjuta-plugin/configure.ac.tpl
8421 * plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl
8422 * plugins/project-wizard/templates/anjuta-plugin/Makefile.am:
8424 Starting fixing of all project wizards:
8425 - rename configure.in to configure.ac
8426 - use proper names for PKG_CONFIG_PATH variables instead of just 'PACKAGE'
8427 - fix AC_INIT and AM_INIT_AUTOMAKE to use the correct project names
8430 * TODO.task: Added bug number to bounty
8432 2007-01-07 Johannes Schmid <jhs@gnome.org>
8434 * plugins/build-basic-autotools.c:
8435 Fixed #392290 – Missed install as root option in project manager
8437 2007-01-07 Johannes Schmid <jhs@gnome.org>
8439 * plugins/sourceview/sourceview.c:
8440 Fixed #388731 – Odd editor behaviour after performing block-text operations
8441 Fixed #388727 – Block-tab does not work
8443 * plugins/sourceview/anjuta-document.h/c:
8444 Removed deprecated has_selection() method which is now in Gtk (>= 2.10)
8447 Require Gtk+ >= 2.10 for sourceview plugin
8449 2007-01-06 Curtis Magyar <curtm4n@gmail.com>
8451 * libanjuta/anjuta-status.c:
8452 Replaced deprecated gtk_widget_draw() with gtk_widget_queue_draw()
8454 2007-01-05 Sebastien Granjoux <seb.sfo@free.fr>
8457 plugins/terminal/terminal.c:
8459 remove support for VTE < 0.9
8461 2007-01-06 Naba Kumar <naba@gnome.org>
8463 * po/POTFILES.in: Updated
8465 2007-01-05 Adam Dingle <adam@medovina.org>
8467 Reviewed by Naba Kumar <naba@gnome.org>:
8468 * plugins/message-view/anjuta-message-manager-plugin.glade:
8469 Fixed bug #377903 (improve message color defaults).
8471 2007-01-05 Naba Kumar <naba@gnome.org>
8473 * TODO.tasks: Completed Bounty bug #359862, Improve class wizard.
8475 2007-01-03 Armin Burgmeier <armin@arbur.net>
8477 Reviewed by Naba Kumar <naba@gnome.org>:
8478 * plugins/symbol-browser/test-class.h: Fixed block ends.
8480 * libanjuta/anjuta-plugin.c: Changed a C++-style-//-comment to a
8481 C-style-block comment.
8483 * plugins/project-wizard/autogen.c: (Hopefully) temporary hack to
8484 allow lists when writing autogen definition files. This is required
8485 for the new class generator. Also fixed a wrong return value in
8486 npw_autogen_write_definition_file and set a GError in
8487 npw_autogen_execute when the output file could not be opened.
8489 * plugins/class-gen/anjuta-class-gen-plugin.glade: New class generator
8492 * plugins/class-gen/Makefile.am: Added templates subdir, removed
8493 goc_template_header and goc_template_source, added top_srcdir to
8494 includes, link against project wizard (also hopefully temporarily),
8495 removed class_gen.h, class_gen.c, action-callbacks.h,
8498 * libanjuta/anjuta-marshal.list: Added VOID:BOXED marshaller.
8500 * plugins/class-gen/cell-renderer-flags.h:
8501 * plugins/class-gen/cell-renderer-flags.c:
8502 * plugins/class-gen/combo-flags.h:
8503 * plugins/class-gen/combo-flags.c:
8504 * plugins/class-gen/element-editor.c:
8505 * plugins/class-gen/element-editor.h:
8506 * plugins/class-gen/generator.c:
8507 * plugins/class-gen/generator.h:
8508 * plugins/class-gen/plugin.h:
8509 * plugins/class-gen/plugin.c:
8510 * plugins/class-gen/transform.c:
8511 * plugins/class-gen/transform.h:
8512 * plugins/class-gen/validator.c:
8513 * plugins/class-gen/validator.h:
8514 * plugins/class-gen/window.c:
8515 * plugins/class-gen/window.h: Rewrote class generator, it now allows
8516 adding of several class elements and uses autogen.
8518 * plugins/class-gen/templates/cc-header.tpl:
8519 * plugins/class-gen/templates/cc-source.tpl:
8520 * plugins/class-gen/templates/go-header.tpl:
8521 * plugins/class-gen/templates/go-source.tpl:
8522 * plugins/class-gen/templates/Makefile.am: Added Autogen templates
8523 for the class generator.
8525 * configure.in: Added plugins/class-gen/templates/Makefile to output.
8527 2007-01-04 Naba Kumar <naba@gnome.org>
8529 Patch from Nick Treleaven:
8530 * tagmanager/tm-tag.c: Fixes Bug #389764 – Tags search do not retrieve
8531 all matching symbols.
8533 Patches from Maik Beckmann and Sébastien Granjoux:
8534 * plugins/profile-default/plugin.c,
8535 plugins/project-manager/plugin.c: Unescape project name. Fixes
8538 2007-01-04 Naba Kumar <naba@gnome.org>
8540 * plugins/glade/plugin.c: Fixed compilation with
8541 older glade-3 version.
8543 Patch from Roland Illig:
8544 libanjuta/anjuta-children.c, libanjuta/anjuta-launcher.c,
8545 plugins/sourceview/anjuta-document-saver.c,
8546 plugins/terminal/terminal.c, src/main.c: Fixed Bug 392699 Some patches
8547 are necessary to build anjuta on NetBSD 3.0
8549 Patch from Sebastien Granjoux <seb.sfo@free.fr>:
8550 * src/anjuta-app.c: Fixed Bug #377767 – resize crashes
8551 window manager in gnome.
8553 2007-01-02 Naba Kumar <naba@gnome.org>
8555 * plugins/glade/plugin.c: Make it work with glade-3 svn.
8557 2006-12-31 Sebastien Granjoux <seb.sfo@free.fr>
8559 Reviewed by Naba Kumar <naba@gnome.org>:
8560 * libanjuta/interfaces/libanjuta.idl,
8561 plugins/debug-manager/Makefile.am,
8562 plugins/debug-manager/anjuta-marshal.list,
8563 plugins/debug-manager/debugger.c,
8564 plugins/debug-manager/sparse_buffer.c,
8565 plugins/debug-manager/sparse_buffer.h,
8566 plugins/debug-manager/sparse_view.c,
8567 plugins/debug-manager/sparse_view.h,
8568 plugins/debug-manager/disassemble.h,
8569 plugins/debug-manager/disassemble.c,
8570 plugins/debug-manager/anjuta-marshal.list,
8571 plugins/debug-manager/plugin.c,
8572 plugins/gdb/debugger.c,
8573 plugins/gdb/debugger.h,
8574 plugins/gdb/plugin.c:
8575 Add a disassembly view window
8577 * plugins/debug-manager/breakpoints.c,
8578 plugins/debug-manager/chunk_view.c,
8579 plugins/debug-manager/locals.c,
8580 plugins/debug-manager/memory.c,
8581 plugins/debug-manager/registers.c,
8582 plugins/debug-manager/stack_trace.c:
8583 Add some debugging information
8585 2006-12-18 Naba Kumar <naba@gnome.org>
8587 * configure.in, plugins/glade/plugin.c: Allow building against both
8588 glade == 3.0.2 and glade > 3.0.2 (~ cvs).
8590 2006-12-03 Naba Kumar <naba@gnome.org>
8592 * TODO.tasks: Marked a bounty completed.
8594 2006-11-24 Adam Dingle <adam@medovina.org>
8596 Reviewed by Naba Kumar <naba@gnome.org>:
8597 * plugins/build-basic-autotools/build-basic-autotools.c,
8598 plugins/debug-manager/watch.c,
8599 plugins/document-manager/plugin.c,
8600 plugins/patch/plugin.c,
8601 plugins/project-manager/plugin.c:
8602 Fixed bug #378879 (several command names need ellipses).
8604 2006-11-22 Sylvain Defresne <sdefresne@gmail.com>
8606 Reviewed by: Naba Kumar <naba@gnome.org>
8607 * plugins/*/*.[ch]: Corrected warnings occuring when compiling with
8608 GCC 4.1.2 (there are only two warnings remaining now when compiling
8611 * plugins/*/*.[ch]: Use class macro for type casting (ANJUTA_PLUGIN_*).
8613 * libanjuta/anjuta-plugin.h: Modification of the ANJUTA_PLUGIN_BEGIN
8614 macro so that the generated function support a NULL plugin parameter.
8616 * plugins/debug-manager/debug_tree.c: Fix an incorrect call to gfree
8617 in debug_tree_find_expression by freeing memory returned by the call
8618 to gtk_tree_model_get instead of the parameter string.
8620 2006-11-26 Sebastien Granjoux <seb.sfo@free.fr>
8622 * plugins/debug-manager/breakpoints.c:
8625 * plugins/debug-manager/anjuta-debug-manager.ui,
8626 plugins/debug-manager/debugger.c,
8627 plugins/debug-manager/plugin.c:
8630 2006-11-21 Sebastien Granjoux <seb.sfo@free.fr>
8632 * libanjuta/anjuta-launcher.c,
8633 plugins/gdb/debugger.c:
8636 2006-11-21 Naba Kumar <naba@gnome.org>
8638 * plugins/search/search_preferences.c: Fixed build break.
8640 2006-11-20 Naba Kumar <naba@gnome.org>
8642 Patch from Kjartan Maraas:
8643 * plugins/cvs-plugin/cvs-interface.c,
8644 plugins/document-manager/plugin.c,
8645 plugins/gtodo/interface.c,
8646 plugins/gtodo/libgtodo.h,
8647 plugins/message-view/anjuta-msgman.c,
8648 plugins/project-wizard/druid.c,
8649 plugins/search/search_preferences.c,
8650 plugins/sourceview/sourceview-prefs.c,
8651 plugins/terminal/terminal.c,
8652 src/start-with.c: Fix a bunch of memory leaks. Fixes bug #377115.
8654 Patch from Przemysław Grzegorczyk:
8655 * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
8656 plugins/subversion/anjuta-subversion.glade: Enable files in
8657 fileselection dialog. Fixes bug #376031.
8659 2006-11-17 Adam Dingle <adam@medovina.org>
8661 Reviewed by: Naba Kumar <naba@gnome.org>
8662 * plugins/build-basic-autotools/build-basic-autotools.c
8663 * plugins/class-gen/anjuta-class-gen.plugin.in
8664 * plugins/debug-manager/breakpoints.c
8665 * plugins/debug-manager/plugin.c
8666 * plugins/devhelp/plugin.c
8667 * plugins/document-manager/plugin.c
8668 * plugins/gdb/debugger.c
8669 * plugins/glade/anjuta-glade.plugin.in
8670 * plugins/gtodo/plugin.c
8671 * plugins/language-support-cpp-java/plugin.c
8672 * plugins/message-view/plugin.c
8673 * plugins/project-import/anjuta-project-import.glade
8674 * plugins/project-import/anjuta-project-import.plugin.in
8675 * plugins/search/plugin.c
8676 * plugins/tools/scripts/tools-2.xml.in
8677 * plugins/valgrind/plugin.c
8678 * src/anjuta-actions.h:
8679 Fixed bug #376335 "menu items should be capitalized". Minor
8682 2006-11-20 Naba Kumar <naba@gnome.org>
8684 * configure.in: Fixed build.
8686 Patch from: Arjan Timmerman
8687 *configure.in: Make subvesion plugin build for apr 1.x.
8690 2006-11-20 Johannes Schmid <jhs@gnome.org>
8694 Removed patches from Sylvain and Günther. They caused not problems but
8695 Naba was against them.
8697 2006-11-20 Johannes Schmid <jhs@gnome.org>
8699 * Removed me from MAINTAINERS
8701 2006-11-14 Günther Brammer <GBrammer@gmx.de>
8704 Use apr-1 instead of apr-0
8706 2006-11-14 Sylvain Defresne <sdefresne@gmail.com>
8708 * global-tags/create_global_tags.sh.in: Correct a bug when environment
8709 variable $PKG_CONFIG_PATH point to an empty or non-existent directory,
8710 and another bug occuring when parsing .pc file containing quotes.
8712 2006-11-13 Sylvain Defresne <sdefresne@gmail.com>
8714 * plugins/*/*.[ch]: Use class macro for type casting.
8716 * plugins/*/*.[ch]: Corrected warnings occuring when compiling with
8717 GCC 4.1.2 (there are only two warnings remaining now when compiling
8720 * plugins/debug-manager/debug_tree.c: corrected a invalid free and
8721 a memory leak in debug_tree_find_expression; g_free was called on
8722 the parameter instead of the memory allocated by gtk_tree_model_get.
8724 * libanjuta/anjuta-plugin.h: updated the ANJUTA_PLUGIN_BEGIN macro
8725 to declare and initialize the global type variable of the plugin.
8727 2006-10-31 Naba Kumar <naba@gnome.org>
8729 * global-tags/create_global_tags.sh.in: Added an end message.
8731 * libanjuta/anjuta-launcher.h: Fixed indentation.
8733 * plugins/symbol-browser/an_symbol_prefs.c: Fixed system tags
8734 creation to a) append the messages in right way, b) Connect signals
8735 to the view properly and c) Recreate the system-tags.cache at the
8736 end of the generation.
8738 * plugins/symbol-browser: Fixed action path (double
8739 click on sysmbols was not working).
8741 * libanjuta/anjuta-session.[ch], libanjuta/anjuta-serializer.c:
8742 Fixed typedef and removed dead code.
8744 * tagmanager/c.c: Took the latest version from ctags source
8745 repository, because the one we had (from ctags 5.6) was broken.
8747 * global_tags/create_global_tags.sh.in: Reverted the patch from
8748 Sylvain because it was not right fix (and added a helpful comment).
8749 Used /bin/bash to fix the bashism and generated separate log files
8750 for each tag files in the same directory.
8752 2006-10-29 Naba Kumar <naba@gnome.org>
8754 * plugins/editor/text_editor.c: Use a temporary file
8755 to save the editor and move it at the end to original
8756 file. This will prevent data corruption if file save
8757 failed for any reason. Also report proper errors when
8758 file save fails. Fixes bug #346575.
8760 2006-10-26 Naba Kumar <naba@gnome.org>
8762 * plugins/document-manager/anjuta-docman.c: Do not load
8763 the same files with different path more than once (happens
8764 with symlinked files). Fixes Bug #323591.
8766 2006-10-25 Naba Kumar <naba@gnome.org>
8768 * plugins/valgrind/vgactions.c: Fixed a warning.
8770 2006-10-25 Sylvain Defresne <sdefresne@gmail.com>
8772 Reviewed by Naba Kumar <naba@gnome.org>:
8774 * plugins/valgrind/vgtoolview.c:
8775 Correct memory leaks in vg_tool_view_set_{argv,srcdir}.
8777 * plugins/valgrind/bugged-prg-test.c:
8778 No more warning during compilation with GCC 4.1.
8779 Program is still buggy in order to be used as a test of the
8782 * plugins/valgrind/ldd.c plugins/valgrind/parser.c
8783 plugins/valgrind/preferences.c plugins/valgrind/symtab.c
8784 plugins/valgrind/vgdefaultview.c plugins/valgrind/vgerror.c
8785 plugins/valgrind/vgrule.c:
8786 No more warning during compilation with GCC 4.1.
8788 * plugins/valgrind/plugin.c:
8789 Correct call to vg_tool_view_set_{argv,srcdir} to conform to
8790 prototype (was missing from previous patch).
8792 2006-10-24 Naba Kumar <naba@gnome.org>
8794 * plugins/glade/plugin.c: Show glade tree view, not list view.
8796 * plugins/glade/plugin.c: Fixed crash when Anjuta is
8797 exited with glade plugin still loaded. Fixes Bug #364755.
8799 * plugins/document-manager/anjuta-document-manager.plugin.in:
8800 Added application/x-reject in accepted mime-types.
8802 * Changelog: Fixed changelog alignments.
8804 2006-10-24 Sylvain Defresne <sdefresne@gmail.com>
8806 Reviewed by: Naba Kumar <naba@gnome.org>
8808 * plugins/valgrind/menu-utils.c plugins/valgrind/plugin.c
8809 plugins/valgrind/plugin.h plugins/valgrind/preferences.c
8810 plugins/valgrind/vgactions.c plugins/valgrind/vgcachegrindprefs.c
8811 plugins/valgrind/vgdefaultview.c plugins/valgrind/vggeneralprefs.c
8812 plugins/valgrind/vghelgrindprefs.c plugins/valgrind/vgmemcheckprefs.c
8813 plugins/valgrind/vgrule-editor.c plugins/valgrind/vgrule-list.c
8814 plugins/valgrind/vgsearchbar.c:
8815 Use class macro for type casting.
8817 * plugins/valgrind/plugin.h:
8818 Don't force cast a GtkActionGroup to a GtkAction.
8820 * plugins/valgrind/plugin.c:
8821 Use correct API to get path of the preoject root when building
8822 the list of targets for the run action.
8823 Correct ordering of the construction of the preferences widgets.
8824 Only remove the valgrind widget if it is currently displayed.
8826 * plugins/valgrind/vgactions.c plugins/valgrind/vgactions.h:
8827 Return if check_valgrind_binary() fails.
8828 The ValgrindPluginPrefs object is initialized after the call to
8829 vg_action_new. Take a handle to the location of the pointer to
8832 2006-10-24 Naba Kumar <naba@gnome.org>
8834 * HACKING: Updated coding sample.
8836 Patch from: Armin Burgmeier <armin@arbur.net>
8837 * plugins/symbol-browser/test-class.h,
8838 plugins/editor/aneditor-autocomplete.cxx: Fixed block ends.
8840 2006-10-22 Sylvain Defresne <sdefresne@gmail.com>
8842 * plugins/valgrind/plugin.c plugins/valgrind/vgtoolview.c
8843 * plugins/valgrind/vgtoolview.h:
8844 Correctly handle the argv / srcdir of vg_tool_view object. Do
8845 not leak memory associated with those arrays.
8847 * plugins/symbol-browser/an_symbol_prefs.c:
8848 Support unloading / reloading of the module (for example when
8849 closing a project and opening another one).
8851 * plugins/project-manager/plugin.c:
8852 Remove plugin widget before removing plugin itself, preventing
8853 a crash with valgrind plugin.
8855 * libanjuta/anjuta-preferences-dialog.c:
8856 Do not use the page_num returned by gtk_notebook_append_page to
8857 remove the page as it cause bugs when pages removal is not done
8860 * plugins/document-manager/anjuta-docman.c:
8861 Fix some GTK+ warnings.
8863 * global-tags/create_global_tags.sh.in:
8864 Rewrite script to remove bash-ism and use pkg-config directly
8865 instead of parsing the *.pc file by hand. This solve problems
8866 that occurred when one of the directory in PKG_CONFIG_PATH is
8869 2006-10-22 Arjan Timmermann <arjan@southfly.nl>
8871 * plugins/glade/plugin.c: Fix build (#363884)
8873 2006-10-22 Johannes Schmid <jhs@gnome.org>
8875 * plugins/file-manager/an_file_view.c:
8876 * plugins/file-manager/plugin.c:
8877 * plugins/file-manager/plugin.h:
8878 Fix possible crasher when changing project-root uri when we try to restore open nodes
8881 2006-10-19 Naba Kumar <naba@gnome.org>
8883 Patch from: Juan Pablo Ugarte
8884 * plugins/glade/plugin.c: Include glade header
8887 2006-10-15 Sebastien Granjoux <seb.sfo@free.fr>
8889 * plugins/debug-manager/Makefile.am,
8890 plugins/debug-manager/sexy-icon-entry.h,
8891 plugins/debug-manager/sexy-icon-entry.c,
8892 plugins/debug-manager/dataview.c:
8893 Fix bug #358134 (Goto memory prompt)
8894 Use sexy-icon-entry from libsexy 0.1.10
8896 * plugins/debug-manager/debugger.c,
8897 plugins/debug-manager/plugin.c,
8898 plugins/debug-manager/start.c,
8899 plugins/gdb/debugger.c,
8900 plugins/gdb/plugin.c:
8901 Better error handling when starting and stopping debugger
8903 2006-10-13 Maik Beckmann <maik@eigenco.de>
8905 * src/action_callbacks.c:
8906 Fixed bug #361830 (AboutDialog does not close) which is caused
8907 due to a change in Gtk+ 2.10
8909 2006-10-12 Adam Dingle <adam@medovina.org>
8911 * libanjuta/plugins.c: Fixed bug #357537 (allow double click in plugin selection dialog).
8913 * plugins/search/search-replace.c:
8914 Fixed bug #358068 (indicate when Find in Files is complete)
8916 * src/action-callbacks.c: fixed bug #357542 (plugins window is too narrow)
8918 * plugins/sourceview/sourceview-prefs.c:
8919 * plugins/sourceview/sourceview.glade:
8920 Fixed bug #359663 (make line highlighting optional in GtkSourceView editor).
8922 * manuals/xmldocs.make: fixed bug #359730 (Anjuta can't launch help files).
8924 * plugins/devhelp/plugin.c:
8925 * plugins/search/plugin.c:
8926 Fixed bug #359750 (fix find/replace shortcut keys).
8928 * plugins/document-manager/plugin.c: fixed bug #351387 (don't
8929 use Alt+key for shortcuts)
8931 * plugins/debug-manager/debug_tree.c:
8932 * plugins/debug-manager/debugger.c:
8933 Fixed bug #359317 (can't load debug manager)
8935 * /plugins/document-manager/plugin.c:
8936 Fixed bug #359259 (highlight modes listed in reverse
8937 alphabetical order).
8939 2006-10-10 Johannes Schmid <jhs@gnome.org>
8941 * plugins/glade/plugin.c:
8942 Add scrollbars to glade project window
8944 2006-10-10 Johannes Schmid <jhs@gnome.org>
8946 * libanjuta/interfaces/Makefile.am.iface:
8947 Fixed Makefile with broke build
8949 2006-10-07 Johannes Schmid <jhs@gnome.org>
8951 * libanjuta/interfaces/anjuta-idl-compiler.pl:
8952 * libanjuta/interfaces/Makefile.iface.am:
8953 Fixed enum types generation
8955 * libanjuta/interfaces/libanjuta.idl:
8956 Fixed some strange typo
8958 2006-10-06 Johannes Schmid <jhs@gnome.org>
8960 * libanjuta/interfaces/Makefile.iface.am:
8961 Fixed enum-types.h generation
8962 * libanjuta/interfaces/libanjuta.idl:
8964 IAnjutaTODO::load should take const gchar* argument
8965 Remove include to libanjuta/e-splash.h which is not installed as header file
8966 Disable get_attributes for now
8968 * pluings/sourceview/sourceview.c: Disabled get_attributes
8970 * plugins/gtodo/plugin.c: itodo_load now with const gchar* argument
8972 2006-10-05 Naba Kumar <naba@gnome.org>
8974 * TODO.tasks: Set 'Improve class widzard' task to assigned.
8975 Set bug id for 'Profiler plugin' task.
8977 2006-10-03 Naba Kumar <naba@gnome.org>
8979 * TODO.tasks: Set 'Profiler plugin' task to assigned. Added new
8980 tasks 'Automated tests for Anjuta' and 'Bug fixing batch #1'
8982 * libanjuta/interfaces/libanjuta.idl, plugins/document-manager/plugin.c,
8983 plugins/project-manager/plugin.c: Added a new API in
8984 IAnjutaDocumentManager called ianjuta_document_manager_remove_editor().
8985 Added some documentation. On project close, close all editors that
8986 has files opened for the project.
8988 * plugins/glade/plugin.c, src/anjuta-app.c: Remove client widgets
8989 from the containers on anjuta_shell_remove_widget(). Do not destroy
8990 glade widgets once created.
8992 2006-10-03 Johannes Schmid <jhs@gnome.org>
8994 * libanjuta/interfaces/anjuta-idl-compiler.pl:
8995 * libanjuta/interfaces/libanjuta.idl:
8996 const-List<> => const List<>
8997 List-free<> => List<>
8999 * Makefile.am: Reenabled launcher
9001 2006-10-03 Johannes Schmid <jhs@gnome.org>
9003 * libanjuta/interfaces/Makefile.am.iface:
9004 Install libanjuta.idl
9006 2006-10-02 Adam Dingle <adam@medovina.org>
9008 * src/action-callbacks.c: fixed bug #357542 (plugins window is too narrow)
9010 2006-10-02 Adam Dingle <adam@medovina.org>
9012 * plugins/editor/style-editor.c: fixed bug #357534
9013 * plugins/gdb/utilities.h: removed 2 unused declarations
9015 2006-10-02 Johannes Schmid <jhs@gnome.org>
9017 * Makefile.am: disabled anjuta-launcher
9018 * libanjuta/Makefile.am:
9020 * libanjuta/anjuta-plugin.c: (anjuta_plugin_class_init):
9021 * libanjuta/glue-factory.c: (glue_factory_add_path),
9022 (glue_factory_get_path):
9023 * libanjuta/plugins.c: (activate_tool), (tool_set_update):
9024 * libanjuta/glue-factory.h:
9025 * libanjuta/glue-cpp.h:
9026 * libanjuta/glue-cpp.c:
9027 Added support for C++ plugins. Those have a Language=C++ tag in their .plugin file
9029 * libanjuta/interfaces/Makefile.am.iface:
9030 * libanjuta/interfaces/anjuta-idl-compiler.pl:
9031 * libanjuta/interfaces/libanjuta.idl:
9032 Add a new features to idl compiler:
9033 List<Type> => List of Type
9034 List-free<Type> => List of Type, it is up to the caller to free items and list
9035 const-List(-free)<Type> = const List of Types
9036 These three all wrap to GList* in C but will be handled differently in C++, Python, etc.
9038 * plugins/class-gen/class_gen.c: (gobject_class_create_code),
9039 (generic_cpp_class_create_code):
9040 Adapted to new project_manager interface
9042 * plugins/gdb/plugin.c: (ivariable_debugger_iface_init):
9043 * plugins/debug-manager/debugger.c:
9044 (ivariable_debugger_iface_init):
9045 Do not use C++ keyword "delete" for interface name
9047 * plugins/document-manager/anjuta-document-manager.plugin.in:
9048 Added m4 to mime-types
9050 * plugins/project-manager/plugin.c:
9051 (iproject_manager_add_source_multi):
9052 Changed interface to use GList instead of GList* (needs new gnome-build CVS)
9054 2006-10-01 Naba Kumar <naba@gnome.org>
9056 * plugins/devhelp/anjuta-devhelp-simple.ui: Added a simple
9057 UI file used when out-of-process devhelp is used instead of
9060 * configure.in, plugins/Makefile.am, plugins/devhelp/Makefile.am,
9061 plugins/devhelp/plugin.c, plugins/devhelp/plugin.h,
9062 plugins/profile-default/default.anjuta: Build devhelp plugin,
9063 but use out-of-process devhelp if devhelp plugin is disabled
9064 (either by user or devhelp is not installed). Disabled devhelp
9065 plugin by default. Added it in default profile.
9067 2006-10-01 Naba Kumar <naba@gnome.org>
9069 * plguins/project-manager/plugin.c: Possible fix for crash
9072 * configure.in, plugins/Makefile.am: Enabled glade plugin and
9073 set dep to last version 3.0.2.
9075 * plugins/cvs-plugin/plugin.c, plugins/file-loader/plugin.c,
9076 plugins/file-loader/plugin.h, plugins/subversion/plugin.c,
9077 plugins/symbol-browser/plugin.c: Use the right action group
9078 for getting popup actions (Fixes lots of assertion failures).
9080 * plugins/project-manager/plugin.c,
9081 plugins/project-manager/plugin.h: use separate action group
9084 * plugins/message-view/plugin.c: Disconnect session load
9085 signal on plugin deactivation (fixes a crash).
9087 2006-09-30 Naba Kumar <naba@gnome.org>
9089 * TODO.tasks: Added a few debugger tasks from Sebastien (two bounties).
9090 * TODO.tasks: Assigned a bounty to Massimo.
9092 2006-09-29 Naba Kumar <naba@gnome.org>
9094 * src/anjuta-app.c, src/shell.c: Fixed build errors.
9096 2006-09-30 Sebastien Granjoux <seb.sfo@free.fr>
9098 * plugins/debug-manager/debugger.c,
9099 plugins/debug-manager/plugin.c,
9100 libanjuta/interfaces/libanjuta.idl:
9101 Add a new abort command to quit debugger without waiting
9103 * plugins/gdb/debugger.c,
9104 plugins/gdb/debugger.h,
9105 plugins/gdb/plugin.c:
9106 Send a signal directly to the debugged program
9107 Implement abort command
9109 * plugins/debug-manager/debug_tree.c:
9112 * plugins/debug-manager/stack-trace.c:
9115 2006-09-29 Naba Kumar <naba@gnome.org>
9117 * TODO.tasks: Updated.
9119 * plugins/gtodo/add_edit_item.c: Fixed text wrapping and item edit
9122 * TODO.tasks: Added more tasks and bounties. Marked a few completed.
9124 * TODO.tasks: Updated in light of the word wrapping fix
9125 in Tasks Manager. Added a test bounty entry.
9127 * TODO.tasks: Added four bounties.
9129 2006-09-28 Naba Kumar <naba@gnome.org>
9131 * libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h:
9132 Added 'customizable' parameter to
9133 anjuta_ui_add_action_group_entries() and similar functions to
9134 allow user configuration of the actions. Filter out actions that
9135 are not configurable items (such as submenu items). Now the
9136 'Customize shortcuts' dialog is much better listed.
9138 * plugins/build-basic-autotools/build-basic-autotools.c,
9139 plugins/build-basic-autotools/build-basic-autotools.h,
9140 plugins/cvs-plugin/plugin.c,
9141 plugins/cvs-plugin/plugin.h,
9142 plugins/debug-manager/breakpoints.c,
9143 plugins/debug-manager/plugin.c,
9144 plugins/debug-manager/stack_trace.c,
9145 plugins/debug-manager/watch.c,
9146 plugins/devhelp/plugin.c,
9147 plugins/document-manager/plugin.c,
9148 plugins/file-loader/plugin.c,
9149 plugins/file-manager/plugin.c,
9150 plugins/glade/plugin.c,
9151 plugins/gtodo/interface.c,
9152 plugins/gtodo/plugin.c,
9153 plugins/language-support-cpp-java/plugin.c,
9154 plugins/macro/plugin.c,
9155 plugins/macro/plugin.h,
9156 plugins/message-view/plugin.c,
9157 plugins/patch/plugin.c,
9158 plugins/profile-default/default.anjuta,
9159 plugins/project-manager/plugin.c,
9160 plugins/project-manager/plugin.h,
9161 plugins/sample1/plugin.c,
9162 plugins/search/plugin.c,
9163 plugins/subversion/plugin.c,
9164 plugins/subversion/plugin.h,
9165 plugins/symbol-browser/plugin.c,
9166 plugins/symbol-browser/plugin.h,
9167 plugins/tools/plugin.c,
9168 plugins/valgrind/plugin.c,
9169 plugins/valgrind/plugin.h: Fixed to take care of above change
9170 in API of AnjutaUI. Properly added/removed action groups in some
9171 plugins. Split action groups into customization and non-customizable
9172 groups and added them separately.
9174 * plugins/document-manager/plugin.c: Close files belonging to
9175 project when project is closed (not complete).
9177 * plugins/gtodo/plugin.c: Enabled wrapping of tasks texts and
9178 vertical aligned cell entries.
9180 * src/anjuta-app.c: Define macros for the placeholder names.
9181 Set default widths and heights of the default placeholders,
9182 so that newly docked widgets are correclty sized.
9184 * plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
9185 plugins/project-wizard/templates/anjuta-plugin/src/plugin.h:
9186 Fixed to generated correct actions addition/removal code.
9188 2006-09-25 Naba Kumar <naba@gnome.org>
9190 * libanjuta/Makefile.am, libanjuta/libanjuta.h,
9191 libanjuta/anjuta-serializer.[ch]: Implemented serialization
9194 * plugins/message-view/anjuta-msgman.c,
9195 plugins/message-view/anjuta-msgman.h,
9196 plugins/message-view/message-view.c,
9197 plugins/message-view/message-view.h,
9198 plugins/message-view/plugin.c: Serialize messages panes in
9199 session save and deserialize them in session load so that
9200 build messages persistant.
9202 2006-09-24 Johannes Schmid <jhs@gnome.org>
9204 * libanjuta/anjuta-utils.c:
9205 * plugins/message-view/message-view.c:
9206 Really fixed #355407
9208 2006-09-23 Sebastien Granjoux <seb.sfo@free.fr>
9210 * libanjuta/interfaces/libanjuta.idl:
9211 Change one variable sign
9213 * plugins/debug-manager/anjuta-debug-manager.glade,
9214 plugins/debug-manager/anjuta-debug-manager.ui:
9215 Few small interface changes
9217 * plugins/debug-manager/debug_tree.h,
9218 plugins/debug-manager/watch.c,
9219 plugins/debug-manager/debugger.c,
9220 plugins/debug-manager/plugin.c
9221 plugins/gdb/debugger.c,
9222 plugins/gdb/plugin.c:
9223 Big rewrite of debugger queue
9224 Allow to cancel command
9226 * plugins/debug-manager/memory.c:
9227 Fix a bug if a command is cancelled
9229 2006-09-23 Bursig Rafal <Bursig_Rafal@mentor.com>
9231 * plugins/gdb/debugger.c,
9232 plugins/debug-manager/debug_tree.c,
9233 plugins/debug-manager/locals.c:
9234 Restore tree representation for local variable
9235 Add argument in local variable list
9236 Use gdb variable object to get all informations
9238 2006-09-19 Naba Kumar <naba@gnome.org>
9240 * libanjuta/anjuta-save-prompt.[c,h]: Added missing files
9241 that implements AnjutaSavePrompt class.
9243 * ChangeLog: Fixed indentation.
9245 * libanjuta/Makefile.am,
9246 libanjuta/anjuta-marshal.list,
9247 libanjuta/anjuta-shell.c,
9248 libanjuta/anjuta-shell.h,
9249 plugins/document-manager/action-callbacks.c,
9250 plugins/document-manager/action-callbacks.h,
9251 plugins/document-manager/anjuta-docman.c,
9252 plugins/document-manager/anjuta-docman.h,
9253 plugins/document-manager/plugin.c,
9254 src/anjuta.c: Impletemnted save prompt dialog to prompt for
9255 unsaved items during exit. A new signal is added in shell
9256 interface called 'save-prompt' to collect all unsaved items.
9257 Create AnjutaSavePrompt class (dialog) to process unsaved items.
9258 Fixed document manager to use the new save-prompt signal in shell
9259 and AnjutaSavePrompt object for unsaved files. Cleaned up
9260 AnjutaDocman to synchronously save new files. Fixed function
9263 2006-09-18 Johannes Schmid <jhs@gnome.org>
9265 * configure.in: Added gdl-gnome-1.0 to depencies and bumped
9266 gdl requirement to 0.7.0
9268 2006-09-18 Johannes Schmid <jhs@gnome.org>
9270 * global-tags/.cvsignore:
9271 * global-tags/Makefile.am:
9272 * global-tags/create_global_tags.sh (removed):
9273 * global-tags/create_global_tags.sh.in (added):
9276 * libanjuta/anjuta-launcher.c:
9279 * plugins/project-manager/plugin.c:
9280 (project_manager_plugin_close_project):
9283 * plugins/symbol-browser/plugin.c: (update_editor_symbol_model):
9286 * src/anjuta-app.c: (on_add_merge_widget), (on_widget_remove):
9287 More reasonable toolbar creation/deletition though it does
9290 2006-09-15 Johannes Schmid <jhs@gnome.org>
9292 * libanjuta/anjuta-utils.c/.h:
9295 2006-09-13 Curtis Magyar <curtm4n@gmail.com>
9297 * scintilla/ScintillaGTK.cxx
9298 Fixed doulbe freeing in Scintilla
9300 2006-09-12 Johannes Schmid <jhs@gnome.org>
9302 * plugins/symbol-browser/an_symbol_prefs.c:
9303 Support unloading / reloading of the module (for example when
9304 closing a project and opening another one).
9306 * plugins/project-manager/plugin.c:
9307 Really fixed #355148 (Show project name in title bar)
9309 2006-09-09 Johannes Schmid <jhs@gnome.org>
9311 * libanjuta/plugins.c:
9312 Fixed #355156 (Show plugins in alphabetical order)
9314 2006-09-09 Johannes Schmid <jhs@gnome.org>
9316 * plugins/project-manager/plugin.c:
9317 Fixed #355148 (Show project name in title bar)
9319 2006-09-09 Johannes Schmid <jhs@gnome.org>
9321 * plugins/project-manager/plugin.c:
9322 (value_removed_project_root_uri):
9323 Fixed crasher if project cannot be opened
9325 2006-08-30 Naba Kumar <naba@gnome.org>
9327 * plugins/language-support-cpp-java/plugin.[c,h],
9328 plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
9329 Impletemnted UI for auto indent.
9331 2006-08-28 Naba Kumar <naba@gnome.org>
9333 * plugins/gvim/.cvsignore,
9334 plugins/gvim/Makefile.am,
9335 plugins/gvim/anjuta-vim-plugin.png,
9336 plugins/gvim/anjuta-vim.c,
9337 plugins/gvim/anjuta-vim.h,
9338 plugins/gvim/anjuta-vim.plugin.in,
9339 plugins/gvim/gtkvim.c,
9340 plugins/gvim/gtkvim.h,
9341 plugins/gvim/plugin.c,
9342 plugins/gvim/plugin.h: Added gvim anjuta plugin. Not included
9345 2006-08-28 Naba Kumar <naba@gnome.org>
9347 Patch from: Massimo Corà <maxcvs@email.it>
9348 * tagmanager/tm_source_file.c, tagmanager/tm_workspace.c: Fixed
9349 possible infinite loop.
9351 2006-08-22 Adam Dingle <adam@medovina.org>
9353 * plugins/editor/editor.glade: Fixed bug 346775 ("no highlight styles
9354 to edit are shown in the preferences dialog in anjuta").
9355 Removed unused widgets from the style editor dialog.
9357 2006-08-21 Johannes Schmid <jhs@gnome.org>
9359 * plugins/symbol-browser/test-class.[cpp/h]
9362 2006-08-18 Naba Kumar <naba@gnome.org>
9364 * plugins/sourceview/sourceview.c: Emit language-changed signal at the
9365 end of document loading.
9367 * plugins/language-support-cpp-java/plugin.c,
9368 plugins/sourceview/sourceview.c: Fixed plugin loading.
9370 2006-08-17 Naba Kumar <naba@gnome.org>
9372 * plugins/language-support-cpp-java/plugin.c,
9373 plugins/language-support-cpp-java/plugin.h: Implemented emacs-style
9374 mode line parsing. Indentation parameters initialized based on
9375 mode line parameters.
9377 2006-08-16 Naba Kumar <naba@gnome.org>
9379 * Makefile.am, plugins/editor/text_editor.c,
9380 plugins/language-support-cpp-java/plugin.c: Fixed indentation in
9383 2006-08-16 Naba Kumar <naba@gnome.org>
9385 Patch from Massimo Cora' <maxcvs@email.it>:
9387 * plugins/editor/aneditor-autocomplete.cxx,
9388 plugins/editor/aneditor-calltip.cxx,
9389 plugins/symbol-browser/Makefile.am,
9390 plugins/symbol-browser/an_symbol.c,
9391 plugins/symbol-browser/an_symbol_view.c,
9392 plugins/symbol-browser/plugin.c,
9393 tagmanager/Makefile.am, tagmanager/acconfig.h, tagmanager/args.c,
9394 tagmanager/args.h, tagmanager/asm.c, tagmanager/asp.c,
9395 tagmanager/awk.c, tagmanager/beta.c, tagmanager/c.c,
9396 tagmanager/cobol.c, tagmanager/ctags.c, tagmanager/ctags.h,
9397 tagmanager/debug.c, tagmanager/debug.h, tagmanager/eiffel.c,
9398 tagmanager/entry.c, tagmanager/entry.h, tagmanager/erlang.c,
9399 tagmanager/fortran.c, tagmanager/general.h, tagmanager/get.c,
9400 tagmanager/get.h, tagmanager/html.c,
9401 tagmanager/include/tm_source_file.h,
9402 tagmanager/include/tm_tag.h,
9403 tagmanager/include/tm_workspace.h,
9404 tagmanager/jscript.c, tagmanager/keyword.c,
9405 tagmanager/keyword.h, tagmanager/lisp.c,
9406 tagmanager/lregex.c, tagmanager/lua.c,
9407 tagmanager/main.h, tagmanager/make.c,
9408 tagmanager/options.c, tagmanager/options.h,
9409 tagmanager/parse.c, tagmanager/parse.h,
9410 tagmanager/parsers.h, tagmanager/pascal.c,
9411 tagmanager/perl.c, tagmanager/php.c,
9412 tagmanager/python.c, tagmanager/read.c,
9413 tagmanager/read.h, tagmanager/readtags.c,
9414 tagmanager/readtags.h, tagmanager/rexx.c,
9415 tagmanager/routines.c, tagmanager/routines.h,
9416 tagmanager/ruby.c, tagmanager/scheme.c,
9417 tagmanager/sh.c, tagmanager/slang.c,
9418 tagmanager/sml.c, tagmanager/sort.c,
9419 tagmanager/sort.h, tagmanager/sql.c,
9420 tagmanager/strlist.c, tagmanager/strlist.h,
9421 tagmanager/tcl.c, tagmanager/tm_source_file.c,
9422 tagmanager/tm_symbol.c, tagmanager/tm_tag.c,
9423 tagmanager/tm_workspace.c, tagmanager/verilog.c,
9424 tagmanager/vim.c, tagmanager/vstring.c,
9425 tagmanager/vstring.h, tagmanager/yacc.c: Updated ctags to version
9426 5.6 and namespace completion fixed.
9428 * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
9429 manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml: Updated.
9431 2006-08-15 Naba Kumar <naba@gnome.org>
9433 * libanjuta/interfaces/libanjuta.idl,
9434 plugins/editor/text-editor-iterable.c,
9435 plugins/editor/text_editor.c,
9436 plugins/sourceview/sourceview-cell.c,
9437 plugins/sourceview/sourceview.c: Implemented ianjuta_iterable_clone(),
9438 ianjuta_iterable_assign(), ianjuta_editor_begin_action (),
9439 ianjuta_editor_end_action().
9441 * plugins/language-support-cpp-java/plugin.c: Improved auto-indentation.
9443 2006-08-13 Naba Kumar <naba@gnome.org>
9445 * plugins/debug-manager/breakpoints.c,
9446 plugins/debug-manager/memory.c,
9447 plugins/debug-manager/registers.c,
9448 src/layout.xml: Fixed debugger widgets layout.
9450 2006-08-12 Naba Kumar <naba@gnome.org>
9452 * plugins/editor/aneditor-indent.cxx, plugins/editor/aneditor-priv.h,
9453 plugins/editor/aneditor.cxx, plugins/editor/aneditor.h,
9454 plugins/editor/editor.glade, plugins/editor/text_editor.h,
9455 plugins/editor/text_editor_prefs.c: Disabled automatic indentation
9456 codes and dead codes. Removed automatic indentation prefs.
9458 2006-08-12 Johannes Schmid <jhs@gnome.org>
9460 * libanjuta/Makefile.am:
9461 * libanjuta/anjuta-launcher.c:
9462 * libanjuta/anjuta-launcher.h:
9463 * libanjuta/anjuta-plugin.c:
9464 * libanjuta/anjuta-plugin.h:
9465 * libanjuta/anjuta-preferences.c:
9466 * libanjuta/anjuta-preferences.h:
9467 * libanjuta/anjuta-shell.c:
9468 * libanjuta/anjuta-shell.h:
9469 * libanjuta/libanjuta.h:
9471 Made wrapper friendly:
9472 - no inline in header files (preferences_set/get)
9473 - correct signal names
9474 - correct GError** argument in anjuta_shell_freeze/thaw
9475 - include correct files in libanjuta.h
9477 * plugins/project-manager/plugin.c:
9480 2006-08-11 Naba Kumar <naba@gnome.org>
9482 * plugins/editor/aneditor-priv.h,
9483 plugins/editor/aneditor.cxx: Disabled inbuilt autoindentation.
9485 * plugins/editor/text_editor_cbs.c,
9486 plugins/sourceview/anjuta-view.c: Pass the right position for char
9489 * plugins/sourceview/anjuta-view.c: Emit char-added signal for tab.
9491 * plugins/language-support-cpp-java/plugin.c: Fixed memory corruption.
9493 2006-08-11 Naba Kumar <naba@gnome.org>
9495 * plugins/sourceview/sourceview-cell.c: Fixed get_character () to
9496 return the right character at the iter position and get_char() to
9499 * plugins/sourceview/sourceview.c: Fixed get_line_begin_position()
9500 to set to character offset and not byte index.
9502 * plugins/language-support-cpp-java/plugin.c: Improved
9503 auto-indentation login. Indents opening and closing braces correctly.
9505 2006-08-10 Johannes Schmid <jhs@gnome.org>
9509 Required automake = 1.9
9511 * libanjuta/anjuta-children.c:
9512 * libanjuta/anjuta-children.h:
9513 * libanjuta/anjuta-encodings.h:
9514 * libanjuta/anjuta-launcher.h:
9515 * libanjuta/anjuta-plugin-description.h:
9516 * libanjuta/anjuta-preferences-dialog.h:
9517 * libanjuta/anjuta-preferences.h:
9518 * libanjuta/anjuta-session.h:
9519 * libanjuta/anjuta-status.h:
9520 * libanjuta/anjuta-ui.h:
9521 * libanjuta/anjuta-utils.c:
9522 * libanjuta/anjuta-utils.h:
9523 * libanjuta/e-splash.h:
9524 * libanjuta/glue-factory.h:
9525 * libanjuta/glue-plugin.h:
9526 * libanjuta/plugins.h:
9527 * libanjuta/resources.h:
9528 Fixed libanjuta to be able to wrap it
9529 - G_BEGIN_DECLS, G_END_DECLS
9530 - include all necessary files in libanjuta.h
9532 * plugins/gtodo/tray-icon.c:
9533 * plugins/terminal/terminal.c:
9534 Some build fixes for freebsd
9536 * plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
9537 * plugins/sourceview/sourceview.glade:
9538 Remove auto-indent feature as it is now in language-support
9540 2006-08-09 Naba Kumar <naba@gnome.org>
9542 * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade,
9543 plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
9544 Added missing files.
9546 * plugins/sourceview/sourceview.c: Implemented get_tabsize(),
9547 get_use_spaces(), set_tabsize() and set_use_spaces().
9549 2006-08-09 Naba Kumar <naba@gnome.org>
9551 * libanjuta/anjuta-plugin.c: Only merge preferences if the plugin
9552 succeeded in activating.
9554 * plugins/document-manager/plugin.c: Added debug message.
9556 * libanjuta/interfaces/libanjuta.idl,
9557 plugins/editor/text_editor.c: Implemented get_tabsize(),
9558 get_use_spaces(), set_tabsize() and set_use_spaces().
9560 * plugins/language-support-cpp-java/Makefile.am,
9561 plugins/language-support-cpp-java/plugin.c,
9562 plugins/language-support-cpp-java/plugin.h: Used editor parameters
9563 for indentation. Added preferences page for paramenters.
9565 * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml: Updated.
9567 2006-08-08 Naba Kumar <naba@gnome.org>
9569 * libanjuta/interfaces/libanjuta.idl,
9570 manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
9571 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
9572 plugins/editor/text_editor.c,
9573 plugins/sourceview/sourceview.c: Added grab_focus() in IAnjutaEditor
9574 and implemented it for both scintilla and sourceview.
9576 * plugins/search/plugin.c: Use the new grab_focus() to transfer
9577 focus back to editor (happens when pressing esc in incremental
9580 2006-08-08 Naba Kumar <naba@gnome.org>
9582 * libanjuta/interfaces/libanjuta.idl,
9583 plugins/editor/text_editor.c,
9584 plugins/editor/text_editor.h,
9585 plugins/editor/text-editor-iterable.c,
9586 plugins/sourceview/sourceview-cell.c,
9587 plugins/sourceview/sourceview.c: Implemented editor attributes
9590 * plugins/editor/aneditor.cxx: Disabled old indentation code.
9591 plugins/language-support-cpp-java/plugin.c: Implemented indentation
9592 code (not complete yet).
9594 * manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
9595 manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
9596 manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
9597 manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
9598 manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
9599 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
9601 2006-08-04 Naba Kumar <naba@gnome.org>
9603 * plugins/sourceview/sourceview.c: Fixed ieditor_goto_position
9606 2006-08-03 Johannes Schmid <jhs@gnome.org>
9608 * configure.in: Add a more informative text to valgrind plugin
9611 Modified Preferences tasl
9612 * libanjuta/anjuta-plugin.c:
9613 * libanjuta/anjuta-preferences-dialog.c:
9614 * libanjuta/anjuta-preferences-dialog.h:
9615 * libanjuta/anjuta-preferences.c:
9616 * libanjuta/anjuta-preferences.h:
9617 * libanjuta/interfaces/Makefile.am.iface:
9618 * libanjuta/interfaces/libanjuta.idl:
9619 Added IAnjutaPreferences interface which every plugin that has preferences should
9620 implement. Call merge() and unmerge() at plugin activation/deactivation.
9621 Fixed preferences_page_remove()
9623 * plugins/build-basic-autotools/build-basic-autotools.c:
9624 * plugins/cvs-plugin/plugin.c:
9625 * plugins/document-manager/plugin.c:
9626 * plugins/editor/plugin.c:
9627 * plugins/editor/plugin.h:
9628 * plugins/file-manager/plugin.c:
9629 * plugins/gtodo/main.h:
9630 * plugins/gtodo/plugin.c:
9631 * plugins/gtodo/preferences.c:
9632 * plugins/message-view/anjuta-msgman.c:
9633 * plugins/message-view/anjuta-msgman.h:
9634 * plugins/message-view/plugin.c:
9635 * plugins/sourceview/plugin.c:
9636 * plugins/sourceview/plugin.h:
9637 * plugins/symbol-browser/an_symbol_prefs.c:
9638 * plugins/symbol-browser/plugin.c:
9639 * plugins/terminal/terminal.c:
9640 * plugins/valgrind/plugin.c
9643 Updated preference loading/unloading for all plugins
9645 2006-08-03 Guenther Brammer <gbrammer@gmx.de>
9647 * configure.in, libanjuta/Makefile.am, libegg/Makefile.am,
9648 src/Makefile.am, plugins/tools/scripts/Makefile.am:
9649 - Do not define PACKAGE_*_DIR in config.h, use -D compiler arguments instead as
9650 recommended by the autoconf manual.
9651 - Fixes compiling with autoconf 2.60.
9653 * libanjuta/libanjuta-1.0.pc.in: Silence a warning about datarootdir
9655 2006-08-02 Johanes Schmid <jhs@gnome.org>
9657 * plugins/profile-default/plugin.c:
9658 Fixed session handling
9660 2006-08-01 Johannes Schmid <jhs@gnome.org>
9663 * plugins/Makefile.am:
9664 Disabled devhelp and glade for now as they do not work (#341073
9667 * plugins/profile-default/anjuta-default-profile.ui (removed):
9668 * plugins/profile-default/plugin.c:
9669 * plugins/profile-default/plugin.h:
9670 * plugins/project-manager/anjuta-project-manager.ui:
9671 * plugins/project-manager/plugin.c:
9672 * plugins/project-manager/plugin.h:
9673 Limted multiple project support #315043
9675 * libanjuta/interfaces/libanjuta.idl:
9676 Added ianjuta_profile_unload
9678 2006-07-31 Naba Kumar <naba@gnome.org>
9680 * libanjuta/interfaces/libanjuta.idl,
9681 plugins/editor/text-editor-iterable.c,
9682 plugins/editor/text_editor.c,
9683 plugins/sourceview/anjuta-view.c,
9684 plugins/sourceview/anjuta-view.h,
9685 plugins/sourceview/sourceview.c: Fixed text iteration and
9686 IAnjutaEditor implementations in both scintilla
9687 and sourceview. Cleand up libanjuta API: Removed redundant
9688 erase_range() method from IAnjutaEditor interface, fixed
9689 ianjuta_editor_get_text to take length instead of range (consistency).
9690 autoindentation in both sourceview and scintilla more or less works,
9691 but still disabled for now because there are still some anomalies
9694 * plugins/language-support-cpp-java/plugin.c: Fixed indentation code.
9696 * plugins/symbol-browser/plugin.c, plugins/tools/execute.c: Fixed
9699 2006-07-30 Johannes Schmid <jhs@gnome.org>
9701 * plugins/sourceview/anjuta-document.c:
9702 * plugins/sourceview/anjuta-document.h:
9703 * plugins/sourceview/anjuta-view.c:
9704 * plugins/sourceview/sourceview.c:
9705 Wrote a new "char_added" implementation, I hope this one is good
9707 * plugins/sourceview/sourceview-cell.c:
9708 Fixed typo: "text_iter" instead of "iter"
9710 2006-07-30 Naba Kumar <naba@gnome.org>
9712 * plugins/sourceview/sourceview-cell.c: Fixed iter navigation.
9714 2006-07-30 Johannes Schmid <jhs@gnome.org>
9716 * autogen.sh: use gnome-autogen.sh from gnome-coomen
9718 * plugins/debug-manager/plugin.c:
9719 * plugins/patch/plugin.c:
9720 Use IAnjutaIndicable to mark debugger position
9722 * plugins/sourceview/sourceview.c:
9723 Define colors for IAnjutaIndicable
9725 2006-07-29 Johannes Schmid <jhs@gnome.org>
9727 * plugins/debug-manager/anjuta-debug-manager.ui:
9728 * plugins/debug-manager/breakpoints.c:
9729 * plugins/debug-manager/images/Makefile.am:
9730 * plugins/debug-manager/images/run-to-cursor.png:
9731 * plugins/debug-manager/plugin.c:
9732 Added toolbar and some icons
9734 * plugins/patch/anjuta-patch.ui:
9735 * plugins/patch/patch-plugin.c:
9736 * plugins/patch/patch-plugin.glade:
9737 * plugins/patch/plugin.c:
9738 * plugins/patch/plugin.h:
9739 Improved patch plugin (GUI and function)
9741 * plugins/sourceview/sourceview.c:
9742 Fixed another Gtk-Critical
9744 * plugins/tools/anjuta-tools.ui:
9745 * plugins/tools/plugin.h:
9746 Put Patch plugin in tools menu and changed ui file
9748 2006-07-29 Johannes Schmid <jhs@gnome.org>
9750 * plugins/document-manager/plugin.c:
9751 Fixed accelator Gtk-Warning
9753 * plugins/message-view/anjuta-msgman.c:
9756 * plugins/sourceview/anjuta-document.c:
9757 * plugins/sourceview/anjuta-document.h:
9758 * plugins/sourceview/anjuta-marshal.list:
9759 Wrote a better emitter for the char-added signal
9761 * plugins/sourceview/sourceview.c:
9762 Fixed Redo/Undo to void Gtk-Criticals
9764 * plugins/sourceview/sourceview-args.c:
9765 * plugins/sourceview/sourceview-cell.c:
9766 * plugins/sourceview/sourceview-scope.c:
9767 * plugins/sourceview/sourceview-tags.c:
9768 Adapted to new IAnjutaIterator API
9770 2006-07-28 Naba Kumar <naba@gnome.org>
9772 * libanjuta/interfaces/libanjuta.idl: More accurate comments.
9774 * plugins/symbol-browser/an_symbol.c,
9775 plugins/symbol-browser/an_symbol_iter.c,
9776 plugins/symbol-browser/an_symbol_iter.h: AnjutaSymbolIter is now
9777 subclass of AnjutaSymbol so that the symbol is accessible from
9778 the iter in light of changes in IAnjutaIterable.
9780 * plugins/class-inheritance/class-inherit.c: Fixed based on changes
9781 implementation of IAnjutaIterable.
9783 2006-07-28 Naba Kumar <naba@gnome.org>
9785 * libanjuta/interfaces/libanjuta.idl: Removed get data methods in
9786 IAnjutaIterable. They were kind of useless since the interface is
9787 defined on the data object itself. Added set_position() method
9788 in IAnjutaIterable to allow setting arbitrary current index to the
9790 Added erase() and erase_range() in IAnjutaEditor.
9792 * plugins/editor/text-editor-iterable.c: Fixed
9793 plugins/editor/text_editor.c: Implemented erase() and erase_range()
9794 methods in editor. Fixed get_line_from_position() method.
9796 * plugins/language-support-cpp-java/plugin.c: Fixed indentation
9797 code. It's disabled for now.
9799 * plugins/sourceview/sourceview-cell.c,
9800 plugins/symbol-browser/an_symbol_iter.c: Fixed IAnjutaIterable
9803 2006-07-27 Johannes Schmid <jhs@gnome.org>
9805 * plugins/sourceview/sourceview-cell.c:
9806 Fixed IAnjutaEditorCell to work only on a single line
9807 Fixed crasher in finalize
9809 * plugins/symbol-browser/an_symbol_prefs.c:
9810 * global-tags/Makefile.am:
9811 Philip van Hoof pointed out that it is a bad idea to depend on PATH for
9814 2006-07-26 Naba Kumar <naba@gnome.org>
9816 * libanjuta/interfaces/libanjuta.idl: Fixed IAnjutaEditorCell and
9817 IAnjutaEditorCellStyle interfaces to not inherit IAnjutaEditor.
9819 * manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml: Updated.
9821 * plugins/document-manager/plugin.c: Fixed dynamic loading of
9824 * plugins/editor/text-editor-iterable.c,
9825 plugins/editor/text_editor.c,
9826 plugins/editor/text_editor_cbs.c: Fixed ianjuta_editor_get_text
9827 method to work correctly, it was ignoring start and end parameters.
9828 Fixed TextEditorCell implementation. Fixed 'char-added' signal
9831 * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin.in,
9832 plugins/language-support-cpp-java/plugin.c: Fixed indentation engine.
9834 2006-07-24 Massimo Cora' <maxcvs@email.it>
9836 * plugins/symbol-browser/an_symbol_view.c,
9837 plugins/symbol-browser/an_symbol_view.h,
9838 plugins/symbol-browser/plugin.c:
9839 fix a matching case into sv_extract_type_qualifier_from_expr ()
9840 and some minor issues.
9842 2006-07-26 Johannes Schmid <jhs@gnome.org>
9844 * plugins/language-support-cpp-java/plugin.c:
9845 Fixed to work kind of with sourceview editor
9846 * plugins/sourceview/anjuta-document.c:
9847 * plugins/sourceview/anjuta-view.c:
9848 * plugins/sourceview/sourceview-cell.c:
9849 * plugins/sourceview/sourceview.c:
9850 Fixed IAnjutaEditorCell and "char-added" signal
9852 2006-07-24 Naba Kumar <naba@gnome.org>
9854 * plugins/document-manager/plugin.c,
9855 plugins/document-manager/plugin.h: Initial implementedion for loading
9858 * plugins/editor/text_editor.c: Fixed IAnjutaEditorLanguage
9861 * plugins/editor/text_editor.c: Fixed syntax highlighting when
9862 indicators are cleared (that leaved grey texts).
9864 2006-07-14 Sebastien Granjoux <seb.sfo@free.fr>
9866 * libanjuta/interfaces/libanjuta.idl,
9867 plugins/debug-manager/breakpoints.c,
9868 plugins/debug-manager/memory.c,
9869 plugins/debug-manager/registers.c,
9870 plugins/debug-manager/debug_tree.c,
9871 plugins/debug-manager/debugger.c,
9872 plugins/gdb/debugger.c,
9873 plugins/gdb/debugger.h,
9874 plugins/gdb/plugin.c:
9875 Add a parameter for reporting error
9876 Add a new interface for using gdb variable object
9877 Allow to cancel commands
9878 Rewrite handling of debugger state
9880 * plugins/debug-manager/plugin.c,
9881 plugins/debug-manager/locals.c,
9882 plugins/debug-manager/locals.h,
9883 plugins/debug-manager/register.c,
9884 plugins/debug-manager/stack_trace.c,
9885 plugins/debug-manager/stack_trace.h:
9886 Create and destroy local and stack trace windows when needed
9888 2006-07-20 Johannes Schmid <jhs@cvs.gnome.org>
9890 * plugins/document-manager/plugin.c:
9891 Fixed "Automatic" highlighting
9893 2006-07-20 Johannes Schmid <jhs@cvs.gnome.org>
9895 * plugins/sourceview/sourceview.c: Added support for IAnjutaEditorLanguage
9897 * plugins/sourceview/anjuta-view.c:
9898 Patch from Fredrik Axelsson <fraxbe@gmail.com> to fix a popup-menu issue
9900 2006-07-14 Johannes Schmid <jhs@cvs.gnome.org>
9902 * configure.in: Check for C/C++-Compiler correctly
9904 2006-07-14 Fredrik Axelsson <fraxbe@gmail.com>
9906 reviewed by: Johannes Schmid <jhs@cvs.gnome.org>
9908 * plugins/debug-manager/stack_trace.c:
9909 Destroy stack window when debuuger is disabled (#347414)
9911 * plugins/sourceview/anjuta-view.c:
9912 Fix a crash with popup-menu (#347412)
9914 2006-07-13 Naba Kumar <naba@gnome.org>
9916 * plugins/editor/Makefile.am,
9917 plugins/editor/text_editor.h,
9918 plugins/editor/text-editor-iterable.h,
9919 plugins/editor/text-editor-iterable.c: Implemented text iterator (not
9922 * plugins/language-support-cpp-java/plugin.c: Preliminary indentation
9925 * plugins/sourceview/sourceview-cell.c: Fixed a leak.
9927 2006-07-03 Johannes Schmid <jhs@cvs.gnome.org>
9929 * plugins/editor/text_editor.c: (convert_to_utf8_from_charset):
9932 2006-07-03 Fredrik Axelsson <fraxbe@gmail.com>
9934 reviewed by: Johannes Schmid <jhs@cvs.gnome.org>
9936 * libanjuta/anjuta-preferences-dialog.c:
9937 Do not use the page_num returned by gtk_notebook_append_page to
9938 remove the page as it cause bugs when pages removal is not done
9941 * plugins/document-manager/anjuta-docman.c:
9943 makes Anjuta display dock_items which have previously been hidden
9945 2006-07-03 Fredrik Axelsson <fraxbe@gmail.com>
9947 reviewed by: Johannes Schmid <jhs@cvs.gnome.org>
9949 * plugins/debug-manager/breakpoints.c: (on_clear_all_breakpoints):
9950 * plugins/sourceview/sourceview.c: (imark_unmark):
9952 Patches for bugs #346450 and #346295
9954 * AUTHORS: Added Fredrik
9956 2006-06-18 Johannes Schmid <jhs@cvs.gnome.org>
9958 * plugins/message-view/anjuta-msgman.c:
9959 Fixed close button/icon size (like in docman)
9961 2006-06-10 Naba Kumar <naba@gnome.org>
9963 * plugins/editor/text_editor.c: Fixed goto line to mark the line
9966 2006-06-10 Sebastien Granjoux <seb.sfo@free.fr>
9968 * libanjuta/interfaces/libanjuta.idl:
9969 Move inspect_memory function in IAnjutaCpuDebugger interface
9970 Rename Boolean type to State
9972 * plugins/debug-manager/breakpoint.c:
9973 Rename Boolean type to State
9975 * plugins/debug-manager/Makefile.am,
9976 plugins/debug-manager/anjuta-marshal.list,
9977 plugins/debug-manager/data_view.c,
9978 plugins/debug-manager/data_view.h,
9979 plugins/debug-manager/data_buffer.c,
9980 plugins/debug-manager/data_buffer.h,
9981 plugins/debug-manager/chunk_view.c,
9982 plugins/debug-manager/chunk_view.h,
9983 plugins/debug-manager/anjuta-debug-manager.ui,
9984 plugins/debug-manager/debugger.c,
9985 plugins/debug-manager/memory.c,
9986 plugins/debug-manager/memory.h,
9987 plugins/debug-manager/plugin.c,
9988 plugins/gdb/debugger.c,
9989 plugins/gdb/debugger.h,
9990 plugins/gdb/plugin.c:
9991 Rewrite memory window using a special widget
9992 Rename Boolean type to State
9994 2006-06-08 Naba Kumar <naba@gnome.org>
9996 * plugins/editor/text_editor.c (itext_editor_get_current_word):
9997 Do not return garbage characters and return NULL when there is no
10000 * plugins/search/plugin.c: Fixed next occurance and prev occurance to
10003 * plugins/search/search-replace.c: Fixed a mem leak.
10005 2006-06-08 Johannes Schmid <jhs@cvs.gnome.org>
10007 * libanjuta/anjuta-launcher.c:
10008 Added debug message (see #343522)
10010 * plugins/build-basic-autotools/build-basic-autotools.c:
10011 Patch from Günther Brammer to fix #344015
10013 * plugins/sourceview/sourceview.c:
10014 Implemented IAnjutaEditor->get_begin/end_line_position (crashed
10015 automatic highlight of build messages)
10017 2006-06-06 Naba Kumar <naba@gnome.org>
10020 libanjuta/interfaces/libanjuta.idl,
10021 manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
10022 plugins/Makefile.am,
10023 plugins/document-manager/action-callbacks.c,
10024 plugins/document-manager/plugin.c,
10025 plugins/editor/text_editor.c: Implemented IAnjutaEditorLanguage
10026 interface for language highlight selection and langauge change
10029 * plugins/language-support-cpp-java: Added language support
10030 plugin for cpp and java.
10032 2006-05-27 Naba Kumar <naba@gnome.org>
10034 * libanjuta/interfaces/libanjuta.idl, plugins/gdb/*,
10035 plugins/debug-manager/*, data/Makefile.am,
10036 manuals/reference/libanjuta/libanjuta.types,
10037 manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
10038 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
10039 merged anjuta-new-debugger branch into trunck.
10040 (cvs -z3 up -j anjuta-merged-from-trunk-to-new-debugger -j anjuta-new-debugger)
10042 2006-05-06 Sebastien Granjoux <seb.sfo@free.fr>
10044 * libanjuta/interfaces/libanjuta.idl,
10045 plugins/debug-manager/debugger.c,
10046 plugins/debug-manager/debugger.h,
10047 plugins/gdb/anjuta-gdb.plugin.in,
10048 plugins/gdb/debugger.c,
10049 plugins/gdb/debugger.h,
10050 plugins/gdb/plugin.c:
10051 Add new IAnjutaCpuDebugger interface to access cpu register
10052 Run gdb instead of /usr/local/bin/gdb
10054 * plugins/debug-manager/plugin.c,
10055 plugins/debug-manager/registers.c,
10056 plugins/debug-manager/registers.h:
10057 Rewrite register window
10058 Rename Load target menu item to Run target
10060 2006-05-07 Naba Kumar <naba@gnome.org>
10064 2006-05-01 Sebastien Granjoux <seb.sfo@free.fr>
10066 * plugins/debug-manager/watch.c,
10067 plugins/debug-manager/breakpoint.c,
10068 plugins/debug-manager/breakpoint.h:
10069 Fix crash: disconnect save and load session signals
10071 2006-04-30 Sebastien Granjoux <seb.sfo@free.fr>
10073 * libanjuta/interface/libanjuta.idl,
10074 plugins/debug-manager/debugger.c,
10075 plugins/gdb/plugin.c:
10076 Add a value parameter for evaluate command
10078 * plugins/debug-manager/anjuta-debug-manager.glade:
10079 Create new dialog box for watches using glade
10081 * plugins/debug-manager/anjuta-debug-manager.ui:
10082 Move watch menu items near the end
10083 Move breakpoint menu items outside the sub menu
10085 * plugins/debug-manager/debug_tree.c,
10086 plugins/debug-manager/debug_tree.h,
10087 plugins/debug-manager/debug_tree.h,
10088 plugins/debug-manager/watch.c:
10089 Move all GUI code from watch.c to debug_tree.c
10090 Add an auto update property to watches
10092 * plugins/debug-manager/locals.c,
10093 plugins/debug-manager/locals.h,
10094 plugins/debug-manager/stack_trace.c,
10095 plugins/debug-manager/stack_trace.h,
10096 plugins/debug-manager/plugin.c:
10097 Register actions before starting debugger
10099 * plugins/gdb/debugger.c:
10100 Do not call callback function if not present
10102 2006-04-02 Sebastien Granjoux <seb.sfo@free.fr>
10104 * libanjuta/interfaces/libanjuta.idl,
10105 plugins/debug-manager/stack_trace.c,
10106 plugins/debug-manager/stack_trace.h,
10107 plugins/debug-manager/anjuta-debug-manager.ui,
10108 plugins/gdb/debugger.c:
10109 Add a popup menu in stack frame window
10110 Add a new frame-changed event
10111 Use MI command for getting stack informations
10112 Get filename with full path (need gdb > 6.3)
10114 * libanjuta/interfaces/libanjuta.idl,
10115 plugins/debug-manager/debug_tree.c,
10116 plugins/debug-manager/debugger.c,
10117 plugins/debug-manager/locals.c,
10118 plugins/debug-manager/locals.h,
10119 plugins/debug-manager/plugin.c,
10120 plugins/gdb/debugger.c,
10121 plugins/gdb/debugger.h,
10122 plugins/gdb/parser.c,
10123 plugins/gdb/parser.h,
10124 plugins/gdb/plugin.c,
10125 plugins/gdb/Makefile.am:
10126 Pass watch data with string instead of Watch structures
10127 Use debug_tree in local window
10131 * plugins/debug-manager/breakpoints.c,
10132 plugins/debug-manager/utilities.c,
10133 plugins/debug-manager/utilities.h:
10134 Use a GtkListStore instead of a GtkTreeStore
10135 move goto_location_in_editor in utilities.c
10137 2006-03-26 Sebastien Granjoux <seb.sfo@free.fr>
10139 * libanjuta/interfaces/libanjuta.idl,
10140 plugins/debug-manager/anjuta-debug-manager.ui,
10141 plugins/debug-manager/breakpoints.c,
10142 plugins/debug-manager/plugin.c,
10143 plugins/gdb/debugger.c:
10144 Add a breakpoint type
10145 Add new popup menu in breakpoint window
10146 Add toggle breakpoint in editor popup menu
10147 Save and restore breakpoint enable
10148 Fix bug in clear all breakpoints
10149 Remove old useless code
10151 * plugins/debug-manager/debugger.c:
10152 Fix some problem with debugger states
10154 * manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml:
10155 Update documentation
10157 2006-03-25 Sebastien Granjoux <seb.sfo@free.fr>
10159 * data/Makefile.am,
10160 plugins/gdb/Makefile.am,
10161 plugins/gdb/gdb.init:
10162 Move gdb.init crom data to plugins/gdb
10164 * plugins/gdb/gdb.init,
10165 libanjuta/interfaces/libanjuta.idl,
10166 plugins/debug-manager/breakpoints.c,
10167 plugins/debug-manager/debugger.c,
10168 plugins/debug-manager/plugin.c,
10169 plugins/gdb/debugger.c,
10170 plugins/gdb/plugin.c:
10171 Support pending breakpoints
10172 Rewrite debugger states
10173 Split ianjuta_debugger_log into _enable_log and _disable_log
10175 * plugins/debug-manager/start.c,
10176 plugins/debug-manager/debug_tree.c,
10177 plugins/gdb/parser.c:
10178 Remove some useless lines
10180 * manuals/reference/libanjuta/tmpl/ianjuta-debugger-manager.sgml,
10181 manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
10182 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
10183 Update documentation
10185 2006-03-12 Naba Kumar <naba@gnome.org>
10187 * manuals/references/libanjuta/libanjuta.types: Fixed
10188 debug-manager name.
10190 2006-03-12 Sebastien Granjoux <seb.sfo@free.fr>
10192 * libanjuta/anjuta-debugger.c,
10193 libanjuta/anjuta-debugger.h:
10196 * libanjuta/interfaces/libanjuta.idl,
10197 plugins/debug-mananger/breakpoints.c,
10198 plugins/debug-manager/debug_tree.c,
10199 plugins/debug-manager/debugger.c,
10200 plugins/debug-manager/plugin.c,
10201 plugins/debug-manager/registers.c,
10202 plugins/debug-manager/sharedlib.c,
10203 plugins/debug-manager/signal.c,
10204 plugins/debug-manager/stack_trace.c,
10205 plugins/debug-manager/start.c,
10206 plugins/debug-manager/watch.c,
10207 plugins/gdb/debugger.c,
10208 plugins/gdb/debugger.h,
10209 plugins/gdb/parser.c,
10210 plugins/gdb/parser.h,
10211 plugins/gdb/plugin.c:
10212 Move types definitions from libanjuta/anjuta-debugger.{ch}
10213 Rename types from AnjutaDebugger* to IAnjutaDebugger*
10215 * plugins/gdb/Makefile.am:
10216 Remove user interface from gdb plugin
10218 2006-03-12 Naba Kumar <naba@gnome.org>
10220 * merged from trunk (tag: anjuta-merged-from-trunk-to-new-debugger)
10222 2006-05-21 Johannes Schmid <jhs@cvs.gnome.org>
10224 Modified Patch from Marc Maurer <uwog@uwog.net>:
10225 * libegg/egg-entry-action.c: (entry_focus_in), (entry_focus_out):
10228 * plugins/sourceview/Makefile.am:
10229 * plugins/sourceview/sourceview-cell.c:
10230 * plugins/sourceview/sourceview-cell.h:
10231 * plugins/sourceview/sourceview.c:
10233 Implemented IAnjutaEditorCell
10235 2006-05-21 Naba Kumar <naba@gnome.org>
10237 * libanjuta/interfaces/libanjuta.idl,
10238 plugins/document-manager/action-callbacks.c,
10239 plugins/document-manager/plugin.c,
10240 plugins/editor/print.c, plugins/editor/text_editor.c,
10241 plugins/editor/text_editor.h, plugins/editor/text_editor_prefs.c:
10242 Fixed zooming and added icons and shortcuts for zoom menu items.
10244 2006-05-21 Naba Kumar <naba@gnome.org>
10246 * libanjuta/interfaces/libanjuta.idl: Fixed api documentation and
10249 2006-05-20 Johannes Schmid <jhs@cvs.gnome.org>
10251 * plugins/document-manager/anjuta-docman.c:
10252 Fixed close button reaction by setting the correct current editor
10254 2006-05-20 Johannes Schmid <jhs@cvs.gnome.org>
10256 Patch from Yang Hong <yanghong@ccoss.com.cn>:
10257 * plugins/document-manager/anjuta-docman.c
10258 - Fix close button, you can close any tab as you wish now.
10259 - Fadeout mime icon as the same as close image
10261 2006-05-20 Johannes Schmid <jhs@cvs.gnome.org>
10263 Patch from Marc Maurer <uwog@uwog.net>
10264 * main.c: Compile fix when NLS is enabled
10266 AUTHORS: Added Marc
10268 2006-05-20 Naba Kumar <naba@gnome.org>
10270 * tagmanager/tm_symbol.c: Prevent infinite recursive (detected
10271 while loading abiword-2.4.4/abi project).
10273 2006-05-18 Naba Kumar <naba@gnome.org>
10275 * libanjuta/interfaces/libanjuta.idl,
10276 plugins/document-manager/action-callbacks.c,
10277 plugins/editor/print.c,
10278 plugins/editor/text_editor.c,
10279 plugins/editor/text_editor.h,
10280 plugins/editor/text_editor_prefs.c: Fixed zooming.
10282 * libanjuta/interfaces/libanjuta.idl: Defined IAnjutaEditorCell
10283 interface for character iteration and IAnjutaEditorAssist interface
10284 for autocompletions and editor tips.
10286 2006-05-18 Johannes Schmid <jhs@cvs.gnome.org>
10288 Patch from Günther Brammer <GBrammer@gmx.de>:
10289 * plugins/document-manager/anjuta-docman.c:
10290 Make tabs smaller but keep nice closing icon
10292 * plugins/document-manager/anjuta-docman.c:
10293 * plugins/document-manager/Makefile.am:
10295 Added nice mime-icons to the editor tabs
10297 2006-05-17 Johannes Schmid <jhs@cvs.gnome.org>
10299 * configure.in: Bumped version to 2.0.3 (pre-release increment)
10301 * plugins/symbol-browser/an_symbol_view.c:
10303 - Fixed symbol searching (Yang Hong (#341997))
10305 * plugins/devhelp/htmlview.c:
10306 Fixed devhelp plugin
10308 * plugins/build-basic-autotools/build-basic-autotools.c:
10309 * plugins/search/search-replace.c:
10310 * plugins/document-manager/anjuta-docman.c:
10312 Only add a marker to a line where it makes sense!
10314 === anjuta 2.0.2 ===
10316 2006-05-15 Naba Kumar <naba@gnome.org>
10318 * configure.in: set required versions for
10321 2006-05-15 Johannes Schmid <jhs@cvs.gnome.org>
10323 * plugins/glade/plugin.c:
10324 Fixed signal connection for "gtk-doc-search"
10326 2006-05-15 Johannes Schmid <jhs@cvs.gnome.org>
10328 * NEWS: Set release date, add known issues
10330 * libanjuta/anjuta-shell.c:
10331 Use DEBUG_PRINT instead of g_warning (to be able to pass --g-fatal-warnings
10332 and debug other gtk-warnings/criticals)
10334 * plugins/build-basic-autotools/build-basic-autotools.c:
10335 Fixed gtk-critical (gtk_hash_table_destroy(NULL))
10337 * plugins/sourceview/anjuta-view.c:
10338 * plugins/sourceview/sourceview-args.c:
10339 * plugins/sourceview/sourceview-scope.c:
10340 * plugins/sourceview/sourceview-tags.c:
10341 Fixed gtk-criticals (gtk_source_language_get_mime_types)
10343 2006-05-13 Johannes Schmid <jhs@cvs.gnome.org>
10345 * pixmaps/Makefile.am:
10346 Add preferences_general.png
10348 * plugins/devhelp/plugin.c:
10349 Fixed some more realise things
10351 * plugins/message-view/anjuta-msgman.c:
10352 Support stock icons for message panes
10354 * plugins/search/search-replace.c:
10355 Use GTK_STOCK_FIND_AND_REPLACE instead of anjuta_icon
10357 * plugins/search/search-replace_backend.c:
10360 * plugins/sourceview/anjuta-document.c:
10361 * plugins/sourceview/sourceview.c:
10362 Fixed finalise and tag completion
10364 * src/anjuta-app.c:
10365 Use preferences_general icon
10367 2006-05-13 Johannes Schmid <jhs@cvs.gnome.org>
10369 * pixmaps/Makefile.am:
10372 2006-05-13 Johannes Schmid <jhs@cvs.gnome.org>
10374 * plugins/sourceview/sourceview-prefs.c:
10375 Fixed font & color handling
10377 * plugins/symbol-browser/an_symbol_view.c:
10380 2006-05-13 Johannes Schmid <jhs@cvs.gnome.org>
10382 * plugins/macro/macros.xml:
10383 Fixed bug #341583 (Address of FSF)
10385 2006-05-12 Johannes Schmid <jhs@cvs.gnome.org>
10388 Added "--no-client" option to start a new instance of anjuta instead of connecting to an old one.
10389 Update: Do it the cool way...
10391 2006-05-08 Johannes Schmid <jhs@cvs.gnome.org>
10393 * plugins/glade/plugin.c: (on_api_help), (activate_plugin):
10394 Implement gtk-api-help signals of glade3
10395 * configure.in: Bump to glade3 2.91.2
10397 * plugins/devhelp/plugin.c:
10398 Fixed some realize stuff in the devhelp plugin
10400 * plugins/sourceview/anjuta-document.c:
10401 fixed bug with scope completion
10403 2006-05-08 Johannes Schmid <jhs@cvs.gnome.org>
10405 * plugins/symbol-browser/an_symbol_view.c
10406 * plugins/symbol-browser/an_symbol_prefs.c
10407 * plugins/symbol-browser/an_symbol_prefs.h
10408 * global_tags/create_global_tags.sh:
10410 Automaticly create global tags on first startup
10412 2006-05-08 Massimo Cora' <maxcvs@email.it>
10415 * plugins/project-wizard/templates/Makefile.am:
10416 * (added) plugins/project-wizard/templates/cpp-logo.png:
10417 * (added) plugins/project-wizard/templates/cpp.wiz:
10418 * (added) plugins/project-wizard/templates/cpp/*:
10420 Added a generic c++ template. It's a simple hello world.
10422 2006-05-07 Massimo Cora' <maxcvs@email.it>
10424 * plugins/symbol-browser/an_symbol_view.c:
10425 fixed a stupid crasher.
10427 2006-05-05 Johannes Schmid <jhs@cvs.gnome.org>
10429 * plugins/project-wizard/templates/wxwin/configure.in.tpl
10430 * plugins/project-wizard/templates/wxwin/src/Makefile.am:
10432 Fixed WxWidgets project type
10434 2006-05-04 Johannes Schmid <jhs@cvs.gnome.org>
10436 * plugins/devhelp/htmlview.c:
10437 * plugins/devhelp/plugin.c:
10438 Maybe I fixed the crash this time! I could at least not reproduce anymore!
10440 * plugins/project-wizard/install.c:
10441 Don't set a message - thanks to seb
10443 2006-05-04 Johannes Schmid <jhs@cvs.gnome.org>
10445 * plugins/devhelp/htmlview.c:
10446 * plugins/symbol-browser/an_symbol_view.c:
10448 There is a weird crash in gtk_idle which I still did not completly fix!
10450 * plugins/project-wizard/install.c:
10451 Default to success instead of failure
10453 2006-05-03 Johannes Schmid <jhs@cvs.gnome.org>
10455 * plugins/devhelp/htmlview.c:
10456 * plugins/devhelp/plugin.c:
10457 Fixed bug and libdevhelp issue!
10459 * plugins/project-wizard/install.c:
10460 Fixed message string!
10462 2006-05-03 Massimo Cora' <maxcvs@email.it>
10464 * plugins/symbol-browser/an_symbol_view.c:
10465 Avoiding to get keywords from sv_extract_type_qualifier_from_expr()
10467 2006-05-01 Johannes Schmid <jhs@cvs.gnome.org>
10469 * pixmaps/Makefile.am:
10471 * anjuta.desktop.in.in
10473 GNOME Goal #2.1: Install theme-friendly icons
10475 2006-05-01 Johannes Schmid <jhs@cvs.gnome.org>
10477 * plugins/devhelp/htmlview.c: Reload page on reparent
10478 * plugins/document-manager/anjuta-docman.c:
10479 Present document-manager when document is selected in file-manager
10481 2006-05-01 Johannes Schmid <jhs@cvs.gnome.org>
10483 * plugins/symbol-broser/an_symbol_view.c:
10484 Fixed crasher in namespace exploration
10486 2006-05-01 Massimo Cora' <maxcvs@email.it>
10489 * plugins/valgrind/Makefile.am:
10491 Optional compiling of Valgrind plugin
10493 2006-05-01 Massimo Cora' <maxcvs@email.it>
10495 * plugins/symbol-browser/an_symbol_view.c:
10496 - modularized code. Marked with FIXME the parts which need improvement.
10498 - Added basic namespace completion for Gtkmm type project:
10499 - namespace1::MyClass *class;
10500 - class-> [display]
10501 - Namespaces must be anyway improved.
10503 2006-05-01 Johannes Schmid <jhs@cvs.gnome.org>
10505 * plugins/devhelp/plugin.c:
10506 Fixed up plugin unloading and show html widget on link selected
10510 2006-05-01 Johannes Schmid <jhs@cvs.gnome.org>
10512 * plugins/devhelp/Makefile.am:
10513 * plugins/devhelp/anjuta-devhelp.plugin.in:
10514 * plugins/devhelp/htmlview.c:
10515 * plugins/devhelp/htmlview.h:
10516 * plugins/devhelp/plugin.c:
10517 * plugins/devhelp/plugin.h:
10518 Reimplemeted devhelp plugin from scratch
10520 * plugins/symbol-browser/an_symbol_view.c: (sv_get_type_of_token):
10523 2006-04-30 Johannes Schmid <jhs@cvs.gnome.org>
10525 * plugins/sourceview/sourceview-tags.c:
10526 complete some more tag types
10528 * plugins/valgrind/plugin.c:
10529 * plugins/valgrind/preferences.c:
10530 * plugins/valgrind/vggeneralprefs.c:
10532 Fixed lots of gtk warnings
10534 2006-04-29 Johannes Schmid <jhs@cvs.gnome.org>
10536 * plugins/sourceview/sourceview-scope.c:
10537 Implemented type-ahead for scope completion
10539 2006-04-28 Johannes Schmid <jhs@cvs.gnome.org>
10541 * manuals/C/Makefile.am:
10542 * manuals/Makefile.am:
10543 * plugins/document-manager/Makefile.am:
10544 * plugins/project-wizard/templates/anjuta-plugin/Makefile.am:
10545 * plugins/sourceview/Makefile.am:
10550 * plugins/class-gen/goc_template_header: G_END_DECLS
10552 2006-05-27 Naba Kumar <naba@gnome.org>
10554 * (added) scintilla/LexSpice.cxx, scintilla/Editor.cxx,
10555 scintilla/KeyWords.cxx, scintilla/LexSQL.cxx, scintilla/LexTCL.cxx,
10556 scintilla/Makefile.am, scintilla/PlatGTK.cxx, scintilla/lexers.make,
10557 scintilla/include/HFacer.py, scintilla/include/SciLexer.h,
10558 scintilla/include/Scintilla.iface,
10559 (remove) scintilla/patches/pango-1.8.patch: Updated scintilla from
10560 cvs. Fixed compile flags. Removed outdated patches.
10562 2006-04-27 Johannes Schmid <jhs@cvs.gnome.org>
10564 * configure.in: Require libgladeui 2.91.1 (for glade3 plugin)
10566 * plugins/sourceview/anjuta-document.c:
10567 * plugins/sourceview/sourceview-args.c:
10568 * plugins/sourceview/sourceview-scope.c:
10570 Add End/Home keypresses and support completion if symbol start with '!' for example
10573 2006-04-27 Massimo Cora' <maxcvs@email.it>
10575 * libanjuta/interfaces/libanjuta.idl:
10577 * plugins/sourceview/sourceview-scope.c:
10578 * plugins/sourceview/tag-window.c:
10579 * plugins/sourceview/tag-window.h:
10580 * plugins/symbol-browser/an_symbol_view.c:
10581 * plugins/symbol-browser/an_symbol_view.h:
10582 * plugins/symbol-browser/plugin.c:
10584 added and implemented IAnjutaSymbolManager -> get_completions_at_position ()
10586 Code and ideas for C/C++ new completion engine comes from IComplete written by
10587 Martin Stubenschrott <stubenschrott@gmx.net>.
10588 Currently the interface works only with GtkSourceView plugin.
10590 * tagmanager/Makefile.am:
10592 * tagmanager/entry.h:
10593 * tagmanager/get.c:
10594 * tagmanager/get.h:
10595 * tagmanager/include/tm_file_entry.h:
10596 * tagmanager/include/tm_project.h:
10597 * tagmanager/include/tm_source_file.h:
10598 * tagmanager/include/tm_symbol.h:
10599 * tagmanager/include/tm_tagmanager.h:
10600 * tagmanager/include/tm_work_object.h:
10601 * tagmanager/include/tm_workspace.h:
10602 * tagmanager/parse.c:
10603 * tagmanager/read.c:
10604 * tagmanager/read.h:
10605 * tagmanager/tm_project.c:
10606 * tagmanager/tm_source_file.c:
10607 * tagmanager/tm_workspace.c:
10609 Tagmanager can now parse a memory buffer and generate/update
10610 tags into tm_workspace/tm_project on the fly, without using files.
10611 C/C++ is supported now.
10613 2006-04-26 Johannes Schmid <jhs@cvs.gnome.org>
10615 * plugins/sourceview/anjuta-document.c:
10616 * plugins/sourceview/sourceview-args.c:
10617 * plugins/sourceview/sourceview-scope.c:
10618 * plugins/sourceview/sourceview.c:
10620 Fixed some memory leaks and argument completion
10622 2006-04-25 Johannes Schmid <jhs@cvs.gnome.org>
10624 * plugins/glade/plugin.c:
10626 Fixed glade plugin build because of API changes in glade3
10628 2006-04-25 Johannes Schmid <jhs@cvs.gnome.org>
10630 * manuals/C/anjuta-faqs/anjuta-faqs.xml:
10631 Updated editor section
10633 * manuals/C/anjuta-manual/interface.xml:
10634 * manuals/C/anjuta-manual/preferences.xml:
10635 * manuals/C/anjuta-manual/projects.xml:
10638 * plugins/editor/anjuta-editor.plugin.in:
10641 2006-04-23 Johannes Schmid <jhs@cvs.gnome.org>
10644 * plugins/editor/anjuta-editor.plugin.in:
10645 * plugins/sourceview/sourceview.plugin.in:
10647 Build both editors and let the user decide a runtime!
10649 * plugins/sourceview/sourceview-scope.c:
10650 Fixed bug in regex to allow test()-> completions
10652 2006-04-23 Johannes Schmid <jhs@cvs.gnome.org>
10654 * plugins/sourceview/anjuta-document.c:
10655 * plugins/sourceview/sourceview-args.c:
10656 * plugins/sourceview/sourceview-scope.c:
10657 * plugins/sourceview/sourceview-tags.c:
10658 * plugins/sourceview/tag-window.c:
10660 Improved callltip windows
10662 2006-04-22 Johannes Schmid <jhs@cvs.gnome.org>
10664 * src/anjuta-app.c: (on_session_save):
10665 Fixed bug in toolbar saving. Thanks to Ricardo Jose Ferrari
10666 <ricardo.jose.ferrari@gmail.com> for pointing this out!
10668 2006-04-22 Johannes Schmid <jhs@cvs.gnome.org>
10670 * libanjuta/anjuta-utils.c:
10671 * plugins/cvs-plugin/cvs-execute.c:
10674 * scintilla/LexInno.cxx:
10675 * scintilla/LexOpal.cxx:
10676 * scintilla/LexTCL.cxx:
10678 Added missing files from scintilla-update
10680 2006-04-22 Johannes Schmid <jhs@cvs.gnome.org>
10683 * manuals/C/Makefile.am:
10684 * manuals/C/anjuta-faqs/anjuta-faqs.xml:
10685 * manuals/C/anjuta-manual/Makefile.am:
10686 * manuals/C/anjuta-manual/anjuta-manual.xml:
10687 * manuals/C/anjuta-manual/build.xml:
10688 * manuals/C/anjuta-manual/debugger.xml:
10689 * manuals/C/anjuta-manual/execute.xml:
10690 * manuals/C/anjuta-manual/figures/anjuta-in-action.png:
10691 * manuals/C/anjuta-manual/figures/arguments.png:
10692 * manuals/C/anjuta-manual/figures/configure_dlg.png:
10693 * manuals/C/anjuta-manual/figures/file_menu.png:
10694 * manuals/C/anjuta-manual/figures/menu_main.png:
10695 * manuals/C/anjuta-manual/figures/menubar.png:
10696 * manuals/C/anjuta-manual/figures/new_file_wizard.png:
10697 * manuals/C/anjuta-manual/figures/project_info.png:
10698 * manuals/C/anjuta-manual/figures/scrshot.png:
10699 * manuals/C/anjuta-manual/figures/symbol_browser.png:
10700 * manuals/C/anjuta-manual/figures/tool-editor.png:
10701 * manuals/C/anjuta-manual/figures/toolbar_browser.png:
10702 * manuals/C/anjuta-manual/figures/toolbar_ext.png:
10703 * manuals/C/anjuta-manual/figures/toolbar_format.png:
10704 * manuals/C/anjuta-manual/figures/toolbar_main.png:
10705 * manuals/C/anjuta-manual/figures/toolbar_tags.png:
10706 * manuals/C/anjuta-manual/fileoperations.xml:
10707 * manuals/C/anjuta-manual/interface.xml:
10708 * manuals/C/anjuta-manual/introduction.xml:
10709 * manuals/C/anjuta-manual/preferences.xml:
10710 * manuals/C/anjuta-manual/projects.xml:
10711 * manuals/C/anjuta-manual/tools.xml:
10712 * manuals/Makefile.am:
10714 Updated manual and faq
10716 * scintilla/CallTip.cxx:
10717 * scintilla/CallTip.h:
10718 * scintilla/CellBuffer.cxx:
10719 * scintilla/CellBuffer.h:
10720 * scintilla/ContractionState.cxx:
10721 * scintilla/Document.cxx:
10722 * scintilla/Document.h:
10723 * scintilla/DocumentAccessor.cxx:
10724 * scintilla/Editor.cxx:
10725 * scintilla/Editor.h:
10726 * scintilla/ExternalLexer.cxx:
10727 * scintilla/Indicator.cxx:
10728 * scintilla/KeyMap.cxx:
10729 * scintilla/KeyWords.cxx:
10730 * scintilla/LexAU3.cxx:
10731 * scintilla/LexBash.cxx:
10732 * scintilla/LexCPP.cxx:
10733 * scintilla/LexCaml.cxx:
10734 * scintilla/LexCsound.cxx:
10735 * scintilla/LexEiffel.cxx:
10736 * scintilla/LexGui4Cli.cxx:
10737 * scintilla/LexHTML.cxx:
10738 * scintilla/LexLua.cxx:
10739 * scintilla/LexMSSQL.cxx:
10740 * scintilla/LexOthers.cxx:
10741 * scintilla/LexPOV.cxx:
10742 * scintilla/LexPython.cxx:
10743 * scintilla/LexRuby.cxx:
10744 * scintilla/LexSQL.cxx:
10745 * scintilla/LexVB.cxx:
10746 * scintilla/Makefile.am:
10747 * scintilla/PlatGTK.cxx:
10748 * scintilla/PropSet.cxx:
10749 * scintilla/RESearch.cxx:
10750 * scintilla/RESearch.h:
10751 * scintilla/ScintillaBase.cxx:
10752 * scintilla/ScintillaGTK.cxx:
10753 * scintilla/StyleContext.h:
10754 * scintilla/ViewStyle.cxx:
10755 * scintilla/ViewStyle.h:
10756 * scintilla/XPM.cxx:
10757 * scintilla/include/KeyWords.h:
10758 * scintilla/include/Platform.h:
10759 * scintilla/include/PropSet.h:
10760 * scintilla/include/SciLexer.h:
10761 * scintilla/include/Scintilla.h:
10762 * scintilla/include/Scintilla.iface:
10763 * scintilla/include/ScintillaWidget.h:
10764 * scintilla/lexers.make:
10766 Update to scintilla 1.68
10768 * src/anjuta-app.c:
10769 Only show help items which are really availible
10771 * plugins/cvs-plugin/cvs-callbacks.c
10772 * plugins/cvs-plugin/cvs-execute.c
10773 * plugins/cvs-plugin/subversion-callbacks.c:
10774 * libanjuta/anjuta-utils.c:
10775 Fixed utf-8 issues and fixed a crasher (yes, strings tend to be longer than 2048...)
10777 2005-04-22 Sebastien Granjoux <seb.sfo@free.fr>
10779 * plugins/project-wizard/install.c,
10780 * plugins/project-wizard/autogen.c:
10781 Add error messages if using a read only directory
10782 Improve fix for bug #339296
10784 2006-04-22 Johannes Schmid <jhs@cvs.gnome.org>
10786 * libanjuta/interfaces/libanjuta.idl:
10787 * plugins/document-manager/action-callbacks.c:
10788 * plugins/document-manager/plugin.c:
10789 * plugins/editor/text_editor.c:
10790 Added IAnjutaEditorGoto
10792 * plugins/editor/aneditor.cxx:
10793 * plugins/editor/aneditor.h:
10794 * plugins/editor/text_editor.h:
10795 * plugins/editor/text_editor_prefs.c:
10799 2006-04-21 Johannes Schmid <jhs@cvs.gnome.org>
10801 * libanjuta/interfaces/libanjuta.idl:
10802 * plugins/document-manager/action-callbacks.c:
10803 * plugins/document-manager/anjuta-docman.c:
10804 * plugins/document-manager/plugin.c:
10805 * plugins/editor/text_editor.c:
10806 Added and implemented IAnjutaEditorComment and IAnjutaEditorZoom
10808 * plugins/sourceview/sourceview.c:
10809 * plugins/sourceview/sourceview.glade:
10810 Fixed some uft-8 issues and added a preference option
10811 to enable/disable gnome-vfs monitoring
10813 * scintilla/Makefile.am:
10814 * scintilla/include/Makefile.am:
10817 2006-04-20 Massimo Cora' <maxcvs@email.it>
10819 * libanjuta/interfaces/libanjuta.idl:
10820 Remove get_current_pos () because we have get_position()
10822 2006-04-20 Johannes Schmid <jhs@cvs.gnome.org>
10825 * plugins/sourceview/tag-window.c:
10826 Don't close window on PageUp/PageDown
10828 2006-04-20 Johannes Schmid <jhs@cvs.gnome.org>
10830 * data/Makefile.am:
10831 * manuals/reference/libanjuta/Makefile.am:
10836 * src/bacon-message-connection.c:
10837 * src/bacon-message-connection.h: (both from gedit)
10840 Fixed #312319 (Opening files when Anjuta is already open)
10842 2006-04-18 Johannes Schmid <jhs@cvs.gnome.org>
10844 * TODO.tasks: Updated
10845 * plugins/sourceview/anjuta-view.c:
10846 * plugins/sourceview/anjuta-view.h:
10847 * plugins/sourceview/sourceview.c:
10849 * configure.in: Fix --enable-plugin-scintilla
10851 Added char_added signal
10853 2006-04-18 Johannes Schmid <jhs@cvs.gnome.org>
10855 * libanjuta/anjuta-utils.c: (anjuta_util_diff):
10857 Fixed diff for utf8
10859 * plugins/sourceview/sourceview.c:
10860 Fixed VFS monitoring (still a bit buggy)
10862 * plugins/sourceview/sourceview-args.c:
10863 * plugins/sourceview/tag-window.c:
10865 Better sizing for the popup-window
10867 2006-04-17 Johannes Schmid <jhs@cvs.gnome.org>
10869 * plugins/project-wizard/templates/gnome/src/main.c:
10870 * plugins/project-wizard/templates/gnome/src/project.glade:
10871 * plugins/project-wizard/templates/gtk/src/main.c:
10872 * plugins/project-wizard/templates/gtk/src/project.glade:
10873 * plugins/project-wizard/templates/gtkmm/src/main.cc:
10875 Fixed up GLADE_FILE definition in project types and fixed bug #334546
10877 2006-04-17 Kjartan Maraas <kmaraas@gnome.org>
10879 * configure.in: More removal of obsoleteness.
10882 2006-04-12 Johannes Schmid <jhs@cvs.gnome.org>
10885 * libanjuta/anjuta-preferences.c:
10886 * libanjuta/anjuta-utils.c:
10887 * libanjuta/anjuta-utils.h:
10888 * plugins/message-view/message-view.c:
10890 Changed color functions and moved convert_color to anjuta-utils.h
10892 * plugins/message-view/anjuta-message-manager-plugin.glade:
10893 GnomeColorPicker -> GtkColorButton (bug #309154)
10895 * plugins/sourceview/plugin.c:
10896 * plugins/sourceview/sourceview-prefs.c:
10897 * plugins/sourceview/sourceview.glade:
10898 Added color and font preferences
10900 * plugins/sourceview/sourceview-tags.c:
10901 Only show as much choices as configured in preferences
10903 2006-04-11 Johannes Schmid <jhs@cvs.gnome.org>
10905 * ROADMAP, NEWS: Updated (we are far behind ;-)
10906 * plugins/document-manager/plugin.c: Hide Folding menu items if not supported
10908 2006-04-11 Johannes Schmid <jhs@cvs.gnome.org>
10911 * plugins/editor/Makefile.am:
10912 * scintilla/Makefile.am
10914 Build sourceview on 2.14, scintilla on 2.12 and make it user configurable at build time
10916 * global-tags/Makefile.am:
10917 * global-tags/create_global_tags.sh:
10918 * plugins/symbol-browser/an_symbol_prefs.c:
10919 * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
10920 * plugins/symbol-browser/plugin.h:
10921 * tagmanager/include/tm_workspace.h:
10922 * tagmanager/tm_workspace.c:
10924 Fixed symbol-browser prefs and move global tags generation from installtion to
10925 preferences to make the life easier for distributers and to allow updates after installtion
10927 * plugins/document-manager/action-callbacks.c:
10928 * plugins/document-manager/action-callbacks.h:
10929 * plugins/document-manager/anjuta-document-manager.ui:
10930 * plugins/document-manager/indent-util.c:
10931 * plugins/document-manager/plugin.c:
10932 * plugins/editor/text_editor.c:
10934 Moved indent stuff to document-manager
10936 * plugins/sourceview/anjuta-view.c:
10937 * plugins/sourceview/sourceview-args.c:
10938 * plugins/sourceview/sourceview-scope.c:
10939 * plugins/sourceview/sourceview-tags.c:
10940 * plugins/sourceview/sourceview.c:
10944 * plugins/sourceview/sourceview.plugin (removed):
10945 * plugins/sourceview/sourceview.plugin.in:
10946 Editor is not user-activatible
10948 * plugins/sourceview/sourceview.png:
10951 2006-04-08 Johannes Schmid <jhs@cvs.gnome.org>
10953 * src/anjuta-app.c: Fixed crasher on plugin unloading
10955 2006-04-06 Johannes Schmid <jhs@cvs.gnome.org>
10957 * plugins/sourceview/sourceview.c
10958 * plugins/sourceview/sourceview-args.c
10959 * plugins/sourceview/sourceview-args.h:
10961 Polished argument completion
10963 2006-04-05 Johannes Schmid <jhs@cvs,gnome.org>
10965 * plugins/message-view/anjuta-msgman.c:
10966 * plugins/message-view/plugin.c: (ianjuta_msgman_set_current_view):
10968 Show message pane on switch (does not work, anjuta_shell needs a fix)
10970 * plugins/sourceview/Makefile.am:
10971 * plugins/sourceview/anjuta-view.c: (find_tag_window),
10972 * plugins/sourceview/sourceview-args.c:
10973 * plugins/sourceview/sourceview-args.h:
10974 * plugins/sourceview/sourceview-private.h:
10975 * plugins/sourceview/sourceview-scope.c:
10976 (sourceview_scope_update), (sourceview_scope_filter_keypress):
10977 * plugins/sourceview/sourceview-tags.c:
10978 * plugins/sourceview/sourceview.c:
10979 * plugins/sourceview/tag-window.c:
10980 * plugins/sourceview/tag-window.h:
10982 Added scope and argument completion
10984 2006-04-03 Johannes Schmid <jhs@gnome.org>
10987 * src/anjuta-app.c: (on_add_merge_widget), (on_session_save),
10988 (on_widget_remove):
10991 * plugins/sourceview/sourceview.c: (iselect_clear):
10992 Make "Delete"-key working
10994 * configure.in: #336389
10996 2006-04-03 Johannes Schmid <jhs@gnome.org>
10998 * plugins/sourceview/Makefile.am:
10999 * plugins/sourceview/anjuta-view.c:
11000 * plugins/sourceview/plugin.c:
11001 * plugins/sourceview/sourceview-private.h:
11002 * plugins/sourceview/sourceview-scope.c:
11003 * plugins/sourceview/sourceview-scope.h:
11004 * plugins/sourceview/sourceview-tags.c:
11005 * plugins/sourceview/sourceview-tags.h:
11006 * plugins/sourceview/sourceview.c:
11007 * plugins/sourceview/sourceview.h:
11008 * plugins/sourceview/tag-window.c:
11010 - fixed goto_file_line
11011 - scroll to cursor on undo/redo
11012 - show correct popup-menu
11013 - scope completion (not ready yet)
11015 2006-04-03 Johannes Schmid <jhs@gnome.org>
11017 * plugins/sourceview/plugin.c:
11018 * plugins/sourceview/sourceview-tags.c:
11019 * plugins/sourceview/sourceview.c:
11020 * plugins/sourceview/sourceview.h:
11021 * plugins/sourceview/tag-window.c:
11023 Fixed some GObject stuff and use proper AnjutaSymbolManager interface
11025 2006-04-03 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11027 * plugins/sourceview/sourceview.c:
11028 Fixed next/previous bookmark.
11029 Toggled bookmark (set/unset).
11031 2006-04-03 Johannes Schmid <jhs@gnome.org>
11033 * plugins/document-manager/action-callbacks.c:
11034 Fixed Gtk-Warning in goto_line
11036 * plugins/sourceview/Makefile.am:
11037 * plugins/sourceview/anjuta-document.c:
11038 * plugins/sourceview/anjuta-view.c:
11039 * plugins/sourceview/anjuta-view.h:
11040 * plugins/sourceview/sourceview-autocomplete.c:
11041 * plugins/sourceview/sourceview-autocomplete.h:
11042 * plugins/sourceview/sourceview-private.h:
11043 * plugins/sourceview/sourceview-tags.c:
11044 * plugins/sourceview/sourceview-tags.h:
11045 * plugins/sourceview/sourceview.c:
11046 * plugins/sourceview/tag-window.c:
11047 * plugins/sourceview/tag-window.h:
11048 Created a nice API for tag and completion windows
11050 * plugins/sourceview/sourceview-print.h:
11051 * plugins/sourceview/sourceview-print.c:
11054 2006-04-02 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11056 * plugins/sourceview/sourceview.c:
11057 Fixed typo (Sort bookmarks).
11059 2006-04-01 Johannes Schmid <jhs@gnome.org>
11061 * plugins/sourceview/anjuta-document.c:
11062 * plugins/sourceview/anjuta-document.h:
11063 * plugins/sourceview/anjuta-view.c:
11064 * plugins/sourceview/anjuta-view.h:
11065 * plugins/sourceview/sourceview-autocomplete.c:
11066 * plugins/sourceview/sourceview-autocomplete.h:
11067 * plugins/sourceview/sourceview-prefs.c:
11068 * plugins/sourceview/sourceview-prefs.h:
11069 * plugins/sourceview/sourceview-private.h:
11070 * plugins/sourceview/sourceview-tags.c:
11071 * plugins/sourceview/sourceview-tags.h:
11072 * plugins/sourceview/sourceview.c:
11073 * plugins/sourceview/sourceview.glade:
11074 * plugins/sourceview/tag-window.c:
11075 * plugins/sourceview/tag-window.h:
11077 Improved code complete and autocomplete
11079 2006-04-01 Johannes Schmid <jhs@gnome.org>
11081 * plugins/sourceview/Makefile.am:
11082 * plugins/sourceview/bookmark.png:
11083 * plugins/sourceview/marker-attentive.png:
11084 * plugins/sourceview/marker-basic.png:
11085 * plugins/sourceview/marker-intense.png:
11086 * plugins/sourceview/marker-light.png:
11087 * plugins/sourceview/sourceview.c:
11089 Added pixmaps for all marker types and show bookmarks
11092 * plugins/sourceview/Makefile.am:
11093 Build sourceview on 2.14 only
11095 2006-03-31 Johannes Schmid <jhs@gnome.org>
11097 * plugins/sourceview/Makefile.am:
11098 * plugins/sourceview/anjuta-document.c:
11099 * plugins/sourceview/anjuta-view.c:
11100 * plugins/sourceview/anjuta-view.h:
11101 * plugins/sourceview/sourceview-autocomplete.c:
11102 * plugins/sourceview/sourceview-private.h:
11103 * plugins/sourceview/sourceview-tags.c:
11104 * plugins/sourceview/sourceview-tags.h:
11105 * plugins/sourceview/sourceview.c:
11106 * plugins/sourceview/tag-window.c:
11107 * plugins/sourceview/tag-window.h:
11109 Added code completion with tag manager to the editor and fixed a save_as bug
11111 2006-03-31 Johannes Schmid <jhs@gnome.org>
11113 * src/main.c: Revert patch from Rob to allow building with
11115 * configure.in: Require at least 2.12 libraries
11117 2006-03-29 Yang Hong <yanghong@ccoss.com.cn>
11119 reviewed by: Johannes Schmid <jhs@gnome.org> (fixed typo)
11121 * plugins/project-wizard/templates/anjuta-plugin/Makefile.am:
11122 Improve anjuta-plugin project template: Added missed files dist tarball
11125 * plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade: Fixed
11128 2006-03-28 Yang Hong <yanghong@ccoss.com.cn>
11130 reviewed by: Johannes Schmid <jhs@gnome.org>
11132 * plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl
11133 plugins/project-wizard/templates/anjuta-plugin/po/POTFILES.in
11134 plugins/project-wizard/templates/anjuta-plugin/src/plugin.c
11135 plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade:
11137 Improve anjuta-plugin project template. Also fix for #322744
11139 2006-03-27 Johannes Schmid <jhs@gnome.org>
11141 * plugins/sourceview/sourceview-private.h:
11142 plugins/sourceview/sourceview.c:
11144 Added basic bookmark support
11146 2006-03-27 Johannes Schmid <jhs@gnome.org>
11151 Patch from Rob Bradfort <robster@debian.org>:
11152 * src/main.c: (get_command_line_args), (main):
11153 Migration from popt to GOption
11155 2006-03-26 Naba Kumar <naba@gnome.org>
11157 * plugins/document-manager/anjuta-docman.c: Fixed close icon button
11158 size to scale itself with theme.
11160 2006-03-26 Naba Kumar <naba@gnome.org>
11162 * plugins/file-manager/an_file_view.c,
11163 plugins/symbol-browser/an_symbol_view.c: Destroy tooltip timers
11164 when symbolview and fileview objects are destroyed to avoid crashes
11165 after the plugins are disabled.
11167 2006-03-26 Naba Kumar <naba@gnome.org>
11169 * Makefile.am, po/POTFILES.skip, (removed) anjuta_dialogs_strings.h:
11170 Deleted unused file.
11172 * plugins/glade/plugin.c: Be able to close glade plugin when there
11173 there is no glade project loaded.
11175 * plugins/sourceview/sourceview.plugin,
11176 plugins/sourceview/sourceview.plugin.in: Give a better plugin name.
11178 2006-03-23 Naba Kumar <naba@gnome.org>
11180 * plugins/editor/print.c: Fixed a bug where some sections of
11181 printed/previewed text is not highlighted.
11183 2006-03-20 Johannes Schmid <jhs@gnome.org>
11185 * libanjuta/interfaces/libanjuta.idl:
11187 * plugins/devhelp/plugin.c: Work with any devhelp version (hopefully)
11188 as we do not use private apis. Show help window and startup because it does
11191 * plugins/document-manager/action-callbacks.c:
11192 plugins/editor/Makefile.am:
11193 plugins/editor/text_editor.c:
11194 plugins/editor/print.c:
11195 plugins/editor/print.h:
11197 Fixed printing (nobody has missed it BTW ;-)
11199 * plugins/sourceview/sourceview.c:
11202 2006-03-20 Naba Kumar <naba@gnome.org>
11204 * configure.in, plugins/devhelp/plugin.c: Be able to build with
11205 devhelp >= 0.9 < 0.11 versions.
11207 2006-03-20 Johannes Schmid <jhs@gnome.org>
11209 * plugins/sourceview/anjuta-document-loader.c
11210 plugins/sourceview/sourceview.c:
11212 Fixed encoding bugs
11214 2006-03-20 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11216 * plugins/sourceview/sourceview.c, plugins/search/search-replace_backend.c :
11217 Fixed bug (line position)
11218 Give the good line position whatever the active editor.
11220 2006-03-19 Ilkka Tuohela <hile@iki.fi>
11222 * configure.in: Added fi to ALL_LINGUAS
11224 2006-03-19 Johannes Schmid <jhs@gnome.org>
11226 * plugins/sourceview/anjuta-document-loader.c:
11227 replace gnome_vfs_get_mime_type_for_name_and data
11229 * plugins/build-basic-autotools/build-basic-autotools.c:
11232 2006-03-17 Johannes Schmid <jhs@gnome.org>
11234 * plugins/editor/editor.glade:
11235 Added style-editor again after it got lost somehow
11237 2006-03-17 Johannes Schmid <jhs@gnome.org>
11239 * plugins/devhelp/plugin.c: Updated to work with devhelp-0.11
11240 configure.in: require devhelp 0.11
11242 Post 0.11 devhelp versions (CVS) do not work because of an API change...
11244 plugins/build-basic-autotools/build-basic-autotools.c:
11245 forgot a an installtion callback for the "install as root"-feature
11247 2006-03-17 Massimo Cora' <maxcvs@email.it>
11249 reviewed by: Johannes Schmid <jhs@gnome.org>
11251 * plugins/class-gen/anjuta-class-gen-plugin.glade
11252 plugins/class-gen/class_gen.c
11253 plugins/class-gen/goc_template_header
11254 plugins/class-gen/goc_template_source
11258 2006-03-16 Johannes Schmid <jhs@gnome.org>
11260 * plugins/sourceview/sourceview.c:
11261 Fixed "save-point" signal for undo actions
11263 2006-03-16 Massimo Cora' <maxcvs@email.it>
11265 reviewed by: Johannes Schmid <jhs@gnome.org>
11267 * plugins/document-manager/anjuta-docman.c:
11268 Implement tab drag and drop
11270 2006-03-16 Johannes Schmid <jhs@gnome.org>
11272 * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade:
11273 plugins/build-basic-autotools/build-basic-autotools.c:
11275 Implemented "install as root"-feature (#321455)
11277 2006-03-16 Johannes Schmid <jhs@gnome.org>
11280 plugins/sourceview/.cvsignore
11281 plugins/tools/scripts/.cvsignore:
11282 Added/extended .cvsignore files
11284 * plugins/sourceview/sourceview-autocomplete.c:
11285 plugins/sourceview/sourceview-autocomplete.h:
11286 plugins/sourceview/sourceview-prefs.c:
11287 plugins/sourceview/sourceview-private.h:
11288 plugins/sourceview/sourceview.glade:
11289 Autcomplete just works(tm) now and respects preferences
11291 * plugins/sourceview/sourceview.c: (ieditor_get_current_word):
11292 Use better algorithm from autocomplete
11294 2006-03-15 Johannes Schmid <jhs@gnome.org>
11296 * src/anjuta-app.c:
11299 2006-03-15 Johannes Schmid <jhs@gnome.org>
11301 * libanjuta/interfaces/libanjuta.idl:
11302 plugins/class-gen/class_gen.c:
11303 plugins/file-wizard/file.c: (on_new_file_okbutton_clicked):
11304 plugins/project-manager/plugin.c:
11306 Allow to add multiple source files (#320191)
11308 * configure.in: Require gnome-build 0.1.3
11310 2006-03-14 Johannes Schmid <jhs@gnome.org>
11312 * plugins/macro/macro-utils.c: Fixed bug #333606
11313 * plugins/file-wizard/file.c: Fixed bug #333601
11315 2006-03-13 Johannes Schmid <jhs@gnome.org>
11317 * plugins/sourceview/sourceview_autocomplete.c
11318 plugins/sourceview/sourceview_autocomplete.h
11319 plugins/sourceview/sourceview.c
11320 plugins/sourceview/sourceview-private.h
11321 plugins/sourceview/sourceview-prefs.c:
11323 Cleaned up and fixed several issues
11325 2006-03-13 Johannes Schmid <jhs@gnome.org>
11327 * plugins/sourceview/Makefile.am:
11328 plugins/sourceview/sourceview-autocomplete.c
11329 plugins/sourceview/sourceview-autocomplete.h:
11330 plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
11331 plugins/sourceview/sourceview-private.h:
11332 plugins/sourceview/sourceview.c:
11334 Added (buggy) autocomplete feature to sourceview
11336 2006-03-12 Naba Kumar <naba@gnome.org>
11338 * libanjuta/anjuta-preferences.c, libanjuta/anjuta-preferences.h,
11339 libanjuta/anjuta-session.c: Added API docs.
11341 2006-03-12 Naba Kumar <naba@gnome.org>
11343 * TODO.tasks: Added couple of tasks.
11344 * libanjuta/interfaces/anjuta-idl-compiler.pl: Delay type normalization,
11345 Register private class as early as possible so that members could
11346 point to self class. Code clean up.
11348 2006-03-12 Naba Kumar <naba@gnome.org>
11350 * po/POTFILES.in, po/POTFILES.skip: Updated.
11352 2006-03-11 Naba Kumar <naba@gnome.org>
11354 * libanjuta/anjuta-shell.c,
11355 plugins/document-manager/anjuta-docman.c,
11356 plugins/document-manager/plugin.c,
11357 plugins/symbol-browser/an_symbol_search.c,
11358 plugins/valgrind/vgrule-list.c: Use correct signal names while
11361 * libanjuta/interfaces/anjuta-idl-compiler.pl: Generate correct
11362 signal names and fixed enum IANJUTA_TYPE_* macro.
11364 2006-03-08 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11366 * plugins/sourceview/sourceview.c, plugins/sourceview/sourceview-private.h,
11367 plugins/search/search-replace.c :
11368 Fixed bug (Bookmark the good line).
11369 Search & Replace (Mark all matched strings).
11371 2006-03-09 Johannes Schmid <jhs@gnome.org>
11373 * libanjuta/anjuta-encodings.c: (anjuta_encodings_init):
11374 Completed changes from yesterday
11376 * plugins/document-manager/anjuta-document-manager.glade:
11377 plugins/editor/editor.glade
11378 plugins/editor/plugin.c: (activate_plugin)
11379 plugins/editor/text_editor.c
11380 plugins/sourceview/Makefile.am
11381 plugins/sourceview/plugin.c: (sourceview_plugin_activate)
11382 plugins/sourceview/sourceview.glade:
11383 Completed preference changes
11385 2006-03-08 Johannes Schmid <jhs@gnome.org>
11387 * libanjuta/anjuta-encodings.c: (anjuta_encodings_init)
11388 plugins/search/plugin.c: (activate_plugin):
11390 Removed Gtk-Criticals
11392 * plugins/document-manager/anjuta-document-manager.glade:
11393 plugins/document-manager/plugin.c: (on_docman_auto_save),
11394 (on_gconf_notify_timer), (prefs_init):
11395 plugins/document-manager/plugin.h:
11396 plugins/editor/text_editor.c: (text_editor_instance_init),
11397 (text_editor_dispose):
11398 plugins/editor/text_editor.h:
11399 plugins/editor/text_editor_cbs.c:
11400 plugins/editor/text_editor_cbs.h:
11401 plugins/editor/text_editor_prefs.c: (text_editor_prefs_init):
11402 plugins/glade/plugin.c: (activate_plugin):
11403 plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
11404 plugins/sourceview/sourceview-private.h:
11405 plugins/sourceview/sourceview.c: (on_menu_popup),
11406 (sourceview_new), (ifile_open), (ifile_savable_save),
11407 (ifile_savable_save_as), (ieditor_set_popup_menu),
11408 (ieditor_get_filename), (imark_mark):
11410 Moved autosave from editor to document manager and fixed some things in
11413 2006-03-08 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11415 * plugins/search/anjuta-search.glade :
11416 New order's buttons - Renamed "Forward" to "Find" (bug #306970)
11417 plugins/search/search-replace_bachend.c: Fixed a crash bug.
11418 plugins/search/search-replace.c : Fixed bug.
11420 2006-03-08 Johannes Schmid <jhs@gnome.org>
11422 * plugins/search/anjuta-search.glade
11423 Fixed widget names (glade is a bit stupid on copying widgets to other files)
11425 2006-03-07 Johannes Schmid <jhs@gnome.org>
11427 * plugins/document-manager/action-callbacks.c
11428 plugins/document-manager/anjuta-document-manager.glade
11429 plugins/document-manager/plugin.c: (prefs_init),
11431 plugins/editor/Makefile.am:
11432 plugins/editor/editor.glade:
11433 plugins/editor/plugin.c: (on_style_button_clicked),
11434 (activate_plugin), (dispose):
11435 plugins/editor/style-editor.c:
11437 Startet to seperate document-manager and editor preferences
11439 * plugins/search/Makefile.am:
11440 plugins/search/anjuta-search.glade:
11441 plugins/search/search-replace.c:
11443 Moved search GUI to search-plugin
11445 * plugins/sourceview/sourceview-prefs.c:
11446 plugins/sourceview/sourceview-prefs.h:
11447 plugins/sourceview/sourceview-private.h:
11448 plugins/sourceview/sourceview.c:
11449 plugins/sourceview/sourceview.h:
11450 plugins/sourceview/Makefile.am:
11451 plugins/sourceview/anjuta-document.h:
11452 plugins/sourceview/anjuta-view.c: (anjuta_view_init):
11453 plugins/sourceview/plugin.c:
11455 Added some preferences to sourceview and fixed vfs_monitor
11457 * tagmanager/c.c: (parseParens):
11458 Removed annoying debug message
11460 * libanjuta/interfaces/libanjuta.idl:
11461 Removed IAnjutaEditorFactory::create_style_editor()
11463 2006-03-07 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11465 * plugins/sourceview/sourceview.c, plugins/search/search-replace.c :
11466 Search : Bookmark all matched lines.
11468 2006-03-06 Johannes Schmid <jhs@gnome.org>
11470 * plugins/class-gen/anjuta-class-gen.plugin.in
11471 plugins/file-loader/plugin.c: (sort_wizards)
11472 (on_create_submenu), (activate_plugin)
11473 plugins/file-wizard/anjuta-file-wizard.plugin.in
11474 plugins/glade/anjuta-glade.plugin.in
11475 plugins/project-import/anjuta-project-import.plugin.in
11476 plugins/project-wizard/anjuta-project-wizard.plugin.in:
11478 Changed File->Wizard to File->New and changed some wizard titles. Wizards are
11479 sorted alphabeticly
11481 * plugins/project-wizard/templates/mkfile.wiz:
11482 Use configured project directory instead of ~/myproject
11484 * plugins/sourceview/sourceview.c: (sourceview_apply_prefs),
11486 Show markers (again) and monitor uri
11488 2006-03-06 Naba Kumar <naba@gnome.org>
11490 * libanjuta/interfaces/anjuta-idl-compiler.pl: Generate struct
11491 typedefs separately so that forward linking would work.
11492 e.g: typedef sturct _Foo Foo; struct _Foo { Foo *prev };
11494 2006-03-05 Naba Kumar <naba@gnome.org>
11496 * libanjuta/interfaces/anjuta-idl-compiler.pl: Added support for
11497 passing Enums and Structs in signals. Define struct _Name in
11498 generated code, so that forward referencing.
11499 e.g: typedef sturct _Foo { strutct _Foo *prev } Foo;
11501 * libanjuta/interfaces/libanjuta.idl: Fixed typo.
11503 2006-03-05 Naba Kumar <naba@gnome.org>
11505 * libanjuta/interfaces/anjuta-idl-compiler.pl: Added typedef
11506 support. Generate GType definitions for enums in generated codes
11507 so that enums could be passed as signal params.
11509 2006-03-04 Naba Kumar <naba@gnome.org>
11511 * plugins/document-manager/*, plugins/print/*, plugins/search/*:
11512 Restored cvs-moved revision files. They were originally marked
11513 deleted at their older locations. Now they are restored at
11514 their new locations. The changeset is one that was committed
11515 as part of document-manager, editor, search and print plugins
11516 separation from editor plugin.
11518 2006-03-03 Johannes Schmid <jhs@gnome.org>
11520 * plugins/sourceview/*:
11521 Reimplemented sourceview plugin reusing much code from gedit. Thanks to Paolo Borelli & Maggi for
11524 2006-03-04 Naba Kumar <naba@gnome.org>
11526 * plugins/gdb/*: Deleted removed files (see previous changlog
11527 entry for files list).
11529 2005-03-01 Sebastien Granjoux <seb.sfo@free.fr>
11531 * plugins/debug-mananger/breakpoints.c,
11532 plugins/debug-manager/breakpoints.h,
11533 plugins/debug-manager/debug_tree.c,
11534 plugins/debug-manager/debug_tree.h,
11535 plugins/debug-manager/info.c,
11536 plugins/debug-manager/info.h,
11537 plugins/debug-manager/locals.c,
11538 plugins/debug-manager/locals.h,
11539 plugins/debug-manager/memory.c,
11540 plugins/debug-manager/memory.h,
11541 plugins/debug-manager/registers.c,
11542 plugins/debug-manager/registers.h,
11543 plugins/debug-manager/sharedlib.c,
11544 plugins/debug-manager/sharedlib.h,
11545 plugins/debug-manager/signal.c,
11546 plugins/debug-manager/signal.h,
11547 plugins/debug-manager/stack_trace.c,
11548 plugins/debug-manager/stack_trace.h,
11549 plugins/debug-manager/watch.c,
11550 plugins/debug-manager/watch.h,
11551 plugins/debug-manager/Makefile.am:
11552 Move from gdb plugin to debug manager plugin
11554 * plugins/debug-manager/anjuta-debug-manager.glade,
11555 plugins/debug-manager/anjuta-debug-manager.ui:
11556 Move all user interface from gdb to debug manager
11558 * plugins/debug-manager/utilities.c,
11559 plugins/debug-manager/utilities.h:
11560 Remove some unused code
11561 Add useful code from gdb plugin
11563 * plugins/debug-manager/start.c,
11564 plugins/debug-manager/start.h:
11565 Include code of attach_process
11566 Add more code to start the debugger
11568 * plugins/debug-manager/plugin.c,
11569 plugins/debug-manager/plugin.h,
11570 plugins/debug-manager/anjuta-debug-manager.plugin.in:
11571 Rename IAnjutaDebuggerManager to IAnjutaDebugManager
11573 * plugins/debug-manager/debugger.c,
11574 plugins/debug-manager/debugger.h:
11575 Implement a queue of debugger command
11577 * plugins/gdb/actions.c,
11578 plugins/gdb/actions.h,
11579 plugins/gdb/watch_cbs.c,
11580 plugins/gdb/watch_cbs.h,
11581 plugins/gdb/watch_gui.c,
11582 plugins/gdb/watch_gui.h:
11585 * plugins/gdb/debugger.c,
11586 plugins/gdb/debugger.h,
11587 plugins/gdb/gdbmi.c,
11588 plugins/gdb/gdbmi.h,
11589 plugins/gdb/utilities.c,
11590 plugins/gdb/utilities.h,
11591 plugins/gdb/Makefile.am,
11592 plugins/gdb/anjuta-gdb.plugin.in:
11593 Implement necessary functions
11595 * plugins/gdb/parser.c,
11596 plugins/gdb/parser.h:
11597 Code for parsing variable previously in debug_tree.c
11599 * plugins/gdb/anjuta-gdb.glade,
11600 plugins/gdb/anjuta-gdb.ui:
11601 Remove user interface
11603 * plugins/gdb/gdbmi-test.c:
11606 * plugins/gdb/anjuta-gdb.plugin.png:
11607 Try an improved icon for gdb (archer fish)
11609 * libanjuta/anjuta-debugger.c,
11610 libanjuta/anjuta-debugger.h,
11611 libanjuta/interfaces/libanjuta.idl,
11612 libanjuta/interfaces/anjuta-idl-compiler.pl,
11613 libanjuta/Makefile.am:
11614 Add declaration used in new IAnjutaDebugger interface
11616 * manuals/reference/libanjuta.types,
11617 manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml
11618 manuals/referecen/libanjuta/tmpl/libanjuta-unused.sgml:
11619 Update documentation
11621 2006-03-02 Naba Kumar <naba@gnome.org>
11623 * manuals/reference/libanjuta/Makefile.am,
11624 manuals/reference/libanjuta/libanjuta-docs.sgml,
11625 manuals/reference/libanjuta/libanjuta-sections.txt,
11626 manuals/reference/libanjuta/libanjuta.types,
11627 manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
11628 manuals/reference/libanjuta/tmpl/anjuta-launcher.sgml,
11629 manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
11630 manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
11631 manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
11632 manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
11633 manuals/reference/libanjuta/tmpl/anjuta-session.sgml,
11634 manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
11635 manuals/reference/libanjuta/tmpl/anjuta-status.sgml,
11636 manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
11637 manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
11638 manuals/reference/libanjuta/tmpl/cell-renderer-captioned-image.sgml,
11639 manuals/reference/libanjuta/tmpl/e-splash.sgml,
11640 manuals/reference/libanjuta/tmpl/glue-factory.sgml,
11641 manuals/reference/libanjuta/tmpl/glue-plugin.sgml,
11642 manuals/reference/libanjuta/tmpl/ianjuta-bookmark.sgml,
11643 manuals/reference/libanjuta/tmpl/ianjuta-buildable.sgml,
11644 manuals/reference/libanjuta/tmpl/ianjuta-debugger-manager.sgml,
11645 manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
11646 manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
11647 manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml,
11648 manuals/reference/libanjuta/tmpl/ianjuta-editor-convert.sgml,
11649 manuals/reference/libanjuta/tmpl/ianjuta-editor-edit.sgml,
11650 manuals/reference/libanjuta/tmpl/ianjuta-editor-factory.sgml,
11651 manuals/reference/libanjuta/tmpl/ianjuta-editor-folds.sgml,
11652 manuals/reference/libanjuta/tmpl/ianjuta-editor-line-mode.sgml,
11653 manuals/reference/libanjuta/tmpl/ianjuta-editor-selection.sgml,
11654 manuals/reference/libanjuta/tmpl/ianjuta-editor-view.sgml,
11655 manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
11656 manuals/reference/libanjuta/tmpl/ianjuta-file.sgml,
11657 manuals/reference/libanjuta/tmpl/ianjuta-indicable.sgml,
11658 manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
11659 manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
11660 manuals/reference/libanjuta/tmpl/ianjuta-macro.sgml,
11661 manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml,
11662 manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml,
11663 manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml,
11664 manuals/reference/libanjuta/tmpl/ianjuta-project-manager.sgml,
11665 manuals/reference/libanjuta/tmpl/ianjuta-symbol-manager.sgml,
11666 manuals/reference/libanjuta/tmpl/ianjuta-symbol.sgml,
11667 manuals/reference/libanjuta/tmpl/ianjuta-vcs.sgml,
11668 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
11669 manuals/reference/libanjuta/tmpl/plugins.sgml,
11670 (added) manuals/reference/libanjuta/tmpl/anjuta-session.sgml,
11671 (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml,
11672 (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-convert.sgml,
11673 (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-edit.sgml,
11674 (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-factory.sgml,
11675 (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-folds.sgml,
11676 (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-line-mode.sgml,
11677 (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-selection.sgml,
11678 (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-view.sgml,
11679 (added) manuals/reference/libanjuta/tmpl/ianjuta-indicable.sgml,
11680 (added) manuals/reference/libanjuta/tmpl/ianjuta-macro.sgml,
11681 (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol-manager.sgml,
11682 (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol.sgml,
11683 (added) manuals/reference/libanjuta/tmpl/ianjuta-vcs.sgml: Updated
11686 2006-02-28 Naba Kumar <naba@gnome.org>
11688 (added) manuals/reference/libanjuta/tmpl/anjuta-session.sgml,
11689 (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml
11690 (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-convert.sgml
11691 (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-edit.sgml
11692 (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-factory.sgml
11693 (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-folds.sgml
11694 (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-line-mode.sgml
11695 (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-selection.sgml
11696 (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-view.sgml
11697 (added) manuals/reference/libanjuta/tmpl/ianjuta-indicable.sgml
11698 (added) manuals/reference/libanjuta/tmpl/ianjuta-macro.sgml
11699 (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol-manager.sgml
11700 (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol.sgml
11701 (added) manuals/reference/libanjuta/tmpl/ianjuta-vcs.sgml
11703 2006-03-02 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11705 * plugins/sourceview/sourceview.c:
11706 Select to brace, select block.
11708 2006-02-28 Johannes Schmid <jhs@gnome.org>
11710 * plugins/file-wizard/Makefile.am
11711 plugins/file-wizard/action-callbacks.c (removed)
11712 plugins/file-wizard/action-callbacks.h (removed)
11713 plugins/file-wizard/anjuta-file-wizard.ui
11714 plugins/file-wizard/plugin.c: (activate_plugin),
11715 (deactivate_plugin)
11716 plugins/file-wizard/plugin.h:
11717 Removed Edit->Insert Text submenu (replace by macros plugin)
11719 * plugins/sourceview/sourceview.c: (sourceview_new),
11720 (ieditor_set_popup_menu):
11721 Fixed some more bugs
11723 * plugins/subversion/svn-threat.h (removed): Removed ununsed file
11725 2006-02-28 Naba Kumar <naba@gnome.org>
11727 * plugins/file-manager/an_file_view.c,
11728 plugins/symbol-browser/an_symbol_view.c: Show tooltips for unselected
11729 rows also and with delay 1 sec (the color and timout value should
11730 probably be picked up from some system wide preference key).
11732 2006-02-28 Naba Kumar <naba@gnome.org>
11734 * libanjuta/interfaces/libanjuta.idl,
11735 plugins/document-manager/action-callbacks.c,
11736 plugins/document-manager/plugin.c,
11737 plugins/editor/text_editor.c: Renamed IAnjutaEditorView to
11738 IAnjutaEditorFolds and implemented IAnjutaEditorView as editor views.
11739 Added interface checks in document manager and enable/disable
11740 menus based on supported interface.
11742 * plugins/project-import/anjuta-project-import.glade: Set some
11743 resonable size for the import dialog.
11745 2006-02-27 Naba Kumar <naba@gnome.org>
11747 * libanjuta/interfaces/libanjuta.idl,
11748 plugins/document-manager/action-callbacks.c,
11749 plugins/editor/text_editor.c: Fixed IAnjutaEditorLineMode interface
11750 and eol conversion actions.
11752 2006-02-27 Johannes Schmid <jhs@gnome.org>
11754 * plugins/sourceview/sourceview.c: Implemented markers and fixed several crashers
11755 * plugins/file-manager/an_file_view.c
11756 plugins/file-manager/plugin.h: Added tooltips
11757 * plugins/symbol-browser/an_symbol_view.h: Added tooltips
11759 2006-02-26 Naba Kumar <naba@gnome.org>
11761 * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade,
11762 plugins/build-basic-autotools/build-basic-autotools.c,
11763 plugins/build-basic-autotools/build-basic-autotools.h,
11764 plugins/build-basic-autotools/executer.c,
11765 plugins/message-view/anjuta-message-manager-plugin.glade: Moved enable/
11766 disable indicator highlights preferences from message manager to
11767 build plugin. Implemented message indicator highlights in build tool.
11769 * plugins/editor/text_editor.c: Fixed indicators.
11771 2006-02-26 Johannes Schmid <jhs@gnome.org>
11773 * plugins/sourceview/sourceview.c:
11776 * plugins/subversion/svn_auth.c:
11777 Fixed username/password authentification but there might be a memory corruption
11779 2006-02-26 Naba Kumar <naba@gnome.org>
11781 Patch from Anjuta Khongbantabam <k_anjuta@yahoo.com>:
11782 * libanjuta/anjuta-encodings.c, libanjuta/anjuta-launcher.c,
11783 libanjuta/anjuta-launcher.h: Added documentation.
11785 2006-02-24 Naba Kumar <naba@gnome.org>
11787 * plugins/editor/text_editor.c: Fixed change in API in
11788 IAnjutaEditorSelection::set().
11790 2006-02-24 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11792 * plugins/sourceview/sourceview.c, plugins/search/plugin.c,
11793 plugins/search/search-replace.c, plugins/search/search-replace_backend.c,
11794 libanjuta/interfaces/libanjuta.idl :
11795 Search in sourceview editor (Select in buffer).
11798 2006-02-23 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11800 * plugins/sourceview/sourceview.c :
11801 Fixed Replace, to_upper, to_lower.
11803 * plugins/search/search-replace_backend.c :
11804 Renamed header name.
11806 2006-02-22 Naba Kumar <naba@gnome.org>
11808 * libanjuta/anjuta-plugin-description.c,
11809 libanjuta/anjuta-plugin-description.h, libanjuta/anjuta-shell.c,
11810 libanjuta/anjuta-shell.h, libanjuta/interfaces/libanjuta.idl,
11811 manuals/reference/libanjuta/tmpl/anjuta-plugin-description.sgml,
11812 manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
11813 manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml: Fixed API docs.
11815 Patch from Anjuta Khongbantabam <k_anjuta@yahoo.com>:
11816 * libanjuta/interfaces/libanjuta.idl: Added more API documentation stubs.
11818 2006-02-21 Naba Kumar <naba@gnome.org>
11820 * libanjuta/interfaces/libanjuta.idl,
11821 plugins/editor/text_editor.c, plugins/editor/text_editor.h,
11822 plugins/editor/text_editor_cbs.c: Implemanted IAnjutaIndicable
11823 interface for editor.
11825 2006-02-21 Naba Kumar <naba@gnome.org>
11827 * plugins/editor/text_editor.c: Fixed a crash bug on copy operation.
11829 Patch from Anjuta Khongbantabam <k_anjuta@yahoo.com>:
11830 * libanjuta/interfaces/libanjuta.idl: Added API documentation stubs.
11832 2006-02-21 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11834 * GTKSOURCEVIEW EDITOR
11835 plugins/sourceview/sourceview.c :
11836 Fixed copy and Goto Line.
11838 plugins/macro/macro-actions.c plugins/macro/macro-dialog.c
11839 plugins/macro/plugin.c :
11840 Fixed Insert key word and Insert macro.
11842 2006-02-19 Johannes Schmid <jhs@cvs.gnome.org>
11844 * plugins/document-manager/anjuta-docman.c:
11845 (on_open_filesel_response): Fixed useless g_slist statement (thanks gcc for complaining)
11848 plugins/Makefile.am:
11849 plugins/sourceview/.cvsignore:
11850 plugins/sourceview/Makefile.am:
11851 plugins/sourceview/plugin.c: :
11852 plugins/sourceview/plugin.h:
11853 plugins/sourceview/sourceview.c:
11854 plugins/sourceview/sourceview.h:
11855 plugins/sourceview/sourceview.plugin:
11856 plugins/sourceview/sourceview.plugin.in:
11857 plugins/sourceview/sourceview.png:
11859 Added sourceview editor plugin
11861 2006-02-19 Naba Kumar <naba@gnome.org>
11863 * libanjuta/interfaces/libanjuta.idl,
11864 manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
11865 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
11866 plugins/cvs-plugin/cvs-interface.c,
11867 plugins/document-manager/action-callbacks.c,
11868 plugins/document-manager/action-callbacks.h,
11869 plugins/editor/text_editor.c, plugins/macro/macro-actions.c,
11870 plugins/search/plugin.c, plugins/search/search-replace.c,
11871 plugins/search/search-replace_backend.c,
11872 plugins/subversion/subversion-actions.c,
11873 plugins/subversion/subversion-callbacks.c,
11874 plugins/tools/editor.c, plugins/tools/execute.c,
11875 plugins/tools/variable.c: Defined proper editor interfaces and fixed
11876 few fatal warnings.
11878 2006-02-15 Naba Kumar <naba@gnome.org>
11880 * libanjuta/anjuta-shell.c: Added a warning when a session is loaded
11883 * libanjuta/interfaces/libanjuta.idl,
11884 plugins/document-manager/anjuta-docman.c,
11885 plugins/document-manager/plugin.c,
11886 plugins/editor/plugin.c, plugins/editor/text_editor.c: Removed
11887 unnecessary parameters from IAnjutaEditor interface and used proper
11888 types instead of 'gpointer'. Fixed various compiler warnings.
11890 * (removed) plugins/valgrind/main.c, po/POTFILES.in: Deleted useless
11893 2006-02-12 Naba Kumar <naba@gnome.org>
11895 * po/POTFILES.in: Updated.
11897 2006-02-11 Naba Kumar <naba@gnome.org>
11899 * plugins/editor/properties.[cxx,h],
11900 plugins/editor/text_editor.c, plugins/editor/style-editor.c,
11901 plugins/editor/text_editor_prefs.c: Renamed prop_*() functions
11902 to sci_prop_*(), because they were conflicting with external
11903 functions (in some ssl library).
11905 2006-02-08 Naba Kumar <naba@gnome.org>
11907 Patch from Massimo Cora <maxcvs@email.it>:
11908 * plugins/valgrind/anjuta-valgrind.schemas,
11909 plugins/valgrind/plugin.c, plugins/valgrind/plugin.h,
11910 plugins/valgrind/preferences.c, plugins/valgrind/vgactions.c,
11911 plugins/valgrind/vgactions.h, plugins/valgrind/vgdefaultview.c,
11912 plugins/valgrind/vgdefaultview.h, plugins/valgrind/vggeneralprefs.c,
11913 plugins/valgrind/vggeneralprefs.h, plugins/valgrind/vgmemcheckprefs.c,
11914 plugins/valgrind/vgtoolview.c,
11915 plugins/valgrind/vgtoolview.h: It checks for the valgrind binary
11916 before running the debugging session. I've added also a
11917 preference in Anjuta Preferences where you can specify
11918 the path to the valgrind binary. The default is /usr/bin/valgrind.
11919 Now it displays a dialog with the error. [it can be -program
11920 exited- or -file loaded or end of input-]. Some valgrind 3.x
11923 2006-01-29 Naba Kumar <naba@gnome.org>
11925 Patch from Massimo Cora <maxcvs@email.it>:
11926 * configure.in, plugins/Makefile.am,
11927 plugins/valgrind/*: Valgrind plugin (requires
11928 binutils-dev and valgrind to be installed.
11930 2005-01-24 Johannes Schmid <jhs@gnome.org>
11932 * Patch from Eric Greveson <ejg45@cam.ac.uk>
11933 plugins/tools/variables.c:
11934 Added current directory to possible variables
11936 * Patch from Günther Brammer <gbrammer@gmx.de>
11937 plugins/document-manager/anjuta-docman.c:
11938 Fix a crash on opening a file
11940 AUTHORS: Added Günther Brammer
11942 2005-12-17 Sebastien Granjoux <seb.sfo@free.fr>
11944 * libanjuta/anjuta-launcher.c:
11945 Fix a bug in AnjutaLauncher when output is bigger than buffer
11946 Probably fix bug #315188 and #305134
11948 2005-12-28 Johannes Schmid <jhs@gnome.org>
11950 * configure: Changed required gtk to 2.6.0, bumped VERSION to 2.02cvs
11951 * src/about.c: Use new gtk about dialog
11952 * plugins/project-wizard/templates/anjuta-plugin/src/plugin.c:
11953 Updated anjuta_ui_add_action_group_entries call
11955 Patch from Jean Breford <jean.breford@normalesup.org>
11956 and Markus Habermehl <bmh1980de@yahoo.de>:
11958 * libanjuta/anjuta-encodings.c: Fix crash in a much more nice way
11959 * AUTHORS: Added Jean and Markus
11961 2005-12-23 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11962 * plugins/search/search-replace.c :
11963 Bookmark all matched lines.
11964 * plugins/search/search-replace_backend.c :
11965 Fixed bug (Search in all project files).
11967 2005-12-21 Johannes Schmid <jhs@gnome.org>
11969 * plugins/search/plugin.c:
11971 * libanjuta/anjuta-encodings.c: Don't crash if uninitialized. Further
11972 investigation needed.
11974 AUTHORS: Added Ross Goldner
11976 2005-12-19 Ross Golder <ross@golder.org>
11978 * plugins/document-manager/anjuta-document-manager.plugin.in: Added
11979 application/xml MIME type.
11981 2005-12-18 Johannes Schmid <jhs@gnome.org>
11983 po/POTFILES.in: Updated files after directory changes
11984 HACKING: Removed outdated section 3 (anoncvs)
11986 2005-12-15 Sebastien Granjoux <seb.sfo@free.fr>
11988 * plugins/build-basic-autotools/build-basic-autotools.c:
11989 Save all files in editor before running a command
11991 * plugins/tools/execute.c:
11992 Use document manager plugin instead of each editor for
11995 2005-12-15 Johannes Schmid <jhs@gnome.org>
11997 * plugins/document-manager/action-callbacks.c:
11998 (on_save_all1_activate), (on_swap_activate)
11999 plugins/document-manager/anjuta-docman.c:
12000 (on_save_as_filesel_response), (on_notebook_switch_page):
12002 Fixed some remaining issues in document-manger
12004 2005-12-15 Johannes Schmid <jhs@gnome.org>
12006 * plugins/profile-default/default.anjuta:
12007 Load Search plugin and Message Manager by default
12009 2005-12-14 Johannes Schmid <jhs@gnome.org>
12011 * plugins/editor/text_editor.c
12012 libanjuta/anjuta-utils.c:
12014 Check if files differ when gnome-vfs monitoring is used.
12017 2005-12-13 Johannes Schmid <jhs@gnome.org>
12019 * plugins/document-manager/plugin.c:
12020 Only save modified files in ianjuta_file_savable_save() for document-manager
12021 as discussed on mailing list.
12023 * plugins/cvs-plugin/cvs-callbacks.c:
12024 Fixed dialog handling for empty log message
12026 2005-12-13 Johannes Schmid <jhs@gnome.org>
12028 * plugins/search/plugin.c: Fixed search toolbar (FIXME: Wrapping);
12030 * plugins/project-manager/* Removed ununsed files
12032 * plugins/symbol-browser/an_symbol_iter.c
12033 plugins/build-basic-autotools/build-basic-autotools.c
12034 plugins/build-basic-autotools/executer.c
12035 plugins/class-gen/class_gen.c
12036 plugins/class-inheritance/class-inherit.c
12037 plugins/cvs-plugin/cvs-actions.c
12038 plugins/cvs-plugin/cvs-interface.c
12039 plugins/debug-manager/attach_process.
12040 plugins/devhelp/plugin.c
12041 plugins/document-manager/plugin.c
12042 plugins/document-manager/indent_util.c
12043 plugins/editor/properties.cxx
12044 plugins/editor/aneditor.cxx
12045 plugins/editor/style-editor.c
12046 plugins/editor/text_editor.c
12047 plugins/macro/macro_db.c
12050 Use DEBUG_PRINT for debug messages
12052 libanjuta/anjuta-debug.h: Include config.h
12054 HACKING: Updated (BTW: does anyone read this?)
12056 2005-12-12 Johannes Schmid <jhs@gnome.org>
12058 Patch from Johan Ersvik <jersvik@fastmail.fm>:
12059 * plugins/gdb/debugger.c
12061 Fix a crasher in gdb plugin
12063 * plugins/gtodo/plugin.c
12064 plugins/search/plugin.c
12068 * plugins/document-manager/anjuta-docman.c:
12070 Fixed error markers
12072 * AUTHORS: Added Rafał Bursig <bursig@poczta.fm>
12074 Patch from Rafał Bursig <bursig@poczta.fm> (#320338 and #320341):
12076 * plugins/document-manager/anjuta-docman.c:
12077 highlight changed files in docman popup-menu
12078 * plugins/gdb/debug-tree.c:
12079 plugins/gdb/debugger.c
12080 Do not corupt entire "locals" tree when variable pointer have
12081 additional info and arrays/strucs/unions correctly.
12084 2005-12-11 Johannes Schmid <jhs@gnome.org>
12086 * plugins/document-manager/anjuta-docman.c
12087 plugins/document-manager/plugin.c
12088 plugins/editor/text_editor.c:
12090 AUTHORS: Added Johan Ersvik
12092 Fixed "is-dirty" bug and tab ordering
12094 2005-12-11 Johan Ersvik <jersvik@fastmail.fm>
12096 * plugins/editor/aneditor-autocomplete.cxx
12097 plugins/editor/aneditor-calltip.cxx
12098 plugins/editor/aneditor-priv.h
12099 plugins/symbol-browser/an_symbol.c
12100 plugins/symbol-browser/an_symbol_view.c
12102 tagmanager/tm_symbol.c
12103 tagmanager/tm_tag.c
12104 tagmanager/include/tm_symbol.h
12105 tagmanager/include/tm_tag.h
12108 Better pointer recognition in tagmanager and symbol browser
12110 2005-12-11 Johannes Schmid <jhs@gnome.org>
12112 * plugins/search/*: New search plugin derived from search code in old editor
12115 * plugins/document-manager/*: new document-manger which is now seperated from
12116 editor to allow implementation of other editor widgets. Code is mostly derived
12117 from old editor plugin
12119 * plugins/print/* new print plugin which is not fully implemented in the
12122 * plugins/editor/text_editor.c: Added lots of interface code
12124 * libanjuta/interfaces/libanjuta.idl: Added IAnjutaEditorEdit, IAnjutaEditorView,
12125 IAnjutaEditorFactory and extended IAnjutaEditor
12127 * configure.in, plugins/Makefile.am updated build system for new
12130 This is a huge commit which might still contain some bugs and also has
12131 some fixmes. Things that are not working are the search toolbar because it
12132 does not use the same backend as any other searching function and printing
12133 (easy to fix) because it did not yet implement IAnjutaPrintable.
12135 2005-11-26 Sebastien Granjoux <seb.sfo@free.fr>
12137 * plugins/project-wizard/property.c:
12138 Use newer GtkFileChooser instead of GtkFileSelection with
12139 GnomeFileEntry to avoid a bug
12141 * plugins/project-wizard/install.c:
12142 Avoid an endless loop if project directory is not writable
12144 * plugins/project-wizard/druid.c:
12145 Allow creating project in empty directory without a
12148 2005-11-25 Johannes Schmid <jhs@cvs.gnome.org>
12150 Patch from Massimo Cora <maxcvs@email.it>
12151 * plugins/class-inheritence/class-inherit.c
12152 plugins/class-inheritence/plugin.c
12153 plugins/class-inheritence/plugin.h
12156 Update plugin to use new API from graphviz 2.6. Version 2.2 is
12157 no longer supported!
12159 2005-11-23 Johannes Schmid <jhs@cvs.gnome.org>
12161 Patch from Johan Ersvik <jersvik@fastmail.fm>
12162 * plugins/message-view/message-view.c
12163 plugins/build-basic-autotools/build-basic-autotools.c
12164 plugins/build-basic-autotools/automake-c.filters
12166 This patch correct regex-filters for newer automake
12169 2005-11-19 Sebastien Granjoux <seb.sfo@free.fr>
12171 * plugins/tools/execute.c:
12172 Detect variables inside a word
12174 2005-11-08 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12176 * libanjuta/anjuta-status.[ch],
12177 plugins/editor/text_editor.[ch], plugins/editor/text_editor_cbs.c,
12178 plugins/editor/anjuta-docman.c :
12179 New anjuta-status procedure.
12181 2005-10-28 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12184 libanjuta/anjuta-preferences.c libanjuta/anjuta-preferences.h
12185 plugins/editor/Makefile.am
12186 plugins/editor/anjuta-document-manager.glade
12187 plugins/editor/plugin.c plugins/editor/plugin.h
12188 plugins/editor/text_editor.c plugins/editor/text_editor.h
12190 plugins/editor/indent-dialog.c plugins/editor/indent-dialog.h
12191 plugins/editor/indent-util.c plugins/editor/indent-util.h
12192 plugins/editor/indent_test.c :
12193 Set and Preview indent preferences parameters.
12194 Saved indent user parameters.
12196 2005-10-27 Naba Kumar <naba@gnome.org>
12198 Patch from Flavio daCosta <flavio.dacosta@gmail.com>
12199 * plugins/editor/anjuta-docman.c: Restore tab color to normal
12200 theme color for saved documents.
12202 2005-10-26 Naba Kumar <naba@gnome.org>
12204 * libanjuta/anjuta-encodings.c: Save changed supported encodings
12205 list. Fixed bug #316731.
12207 2005-10-23 Sebastien Granjoux <seb.sfo@free.fr>
12209 * tagmanager/tm_symbol.c: Fixed bug #315218
12211 2005-10-23 Adam Weinberger <adamw@gnome.org>
12213 * plugins/build/build_file.c
12214 plugins/build-basic-autotools/build-basic-autotools.c
12215 plugins/tools/execute.c
12216 plugins/build/compile.c
12217 plugins/build/configurer.c
12218 plugins/debug-manager/plugin.c
12219 plugins/editor/plugin.c
12220 plugins/editor/print.c
12221 plugins/editor/text_editor.c
12222 plugins/file-loader/plugin.c
12223 plugins/file-manager/an_file_view.c
12224 plugins/symbol-browser/an_symbol_view.c
12225 plugins/gdb/debugger.c
12226 plugins/gdb/plugin.c
12227 plugins/glade/plugin.c
12228 plugins/macro/macro-actions.c
12229 plugins/macro/plugin.c
12230 plugins/profile-default/plugin.c
12231 plugins/project-manager/plugin.c
12232 plugins/project-manager/project_import.c
12233 plugins/symbol-browser/plugin.c
12234 plugins/tools/execute.c
12236 src/anjuta-actions.h
12238 Correct spacing errors before and after "...".
12240 2005-10-20 Naba Kumar <naba@gnome.org>
12242 * plugins/gdb/debugger.c: Fixed attach/detach process to
12243 updated UI properly.
12245 2005-10-18 Naba Kumar <naba@gnome.org>
12247 * plugins/editor/aneditor.cxx: Fixed bug #172442 (and possibly
12250 2005-10-13 Naba Kumar <naba@gnome.org>
12252 * plugins/project-mkfile-import/*: Removed separate import wizard for
12253 makefile based projects (because single widzard handles all wizards).
12255 * plugins/project-import/project-import.c: Made wizard window
12256 transient to main window.
12258 Patch from: Eric Greveson <ejg45@cam.ac.uk>
12260 * AUTHORS: Added Eric's name in contributors list.
12262 * configure.in, plugins/Makefile.am,
12263 plugins/project-import/Makefile.am,
12264 plugins/project-import/anjuta-project-import.glade,
12265 plugins/project-import/project-import.c,
12266 plugins/project-import/project-import.h: Import wizard now detects
12267 both makefile and automake projects together instead of separate wizard.
12269 * plugins/project-wizard/templates/java/project.anjuta,
12270 plugins/project-wizard/templates/mkfile/project.anjuta,
12271 plugins/project-wizard/templates/python/project.anjuta,
12272 plugins/project-wizard/templates/terminal/project.anjuta: Renamed plugin
12273 name to make it appropriate.
12275 2005-10-11 Naba Kumar <naba@gnome.org>
12277 * configure.in: Fixed glade3 version requirement.
12279 2005-09-29 Alexander Shopov <ash@contact.bg>
12281 * configure.in: Added "bg" (Bulgarian) to ALL_LINGUAS
12283 2005-09-26 Johannes Schmid <jhs@cvs.gnome.org>
12285 * plugins/subversion/svn_auth.c
12286 plugins/subversion/anjuta_subversion.glade:
12287 Implemented svn_auth_ssl_server_trust_prompt_func_cb (untested)
12289 2005-09-22 Naba Kumar <naba@gnome.org>
12291 Patch from: Eric Greveson <ejg45@cam.ac.uk>:
12293 * configure.in, plugins/Makefile.am
12294 plugins/project-manager/anjuta-project-manager.plugin.in,
12295 plugins/project-manager/plugin.c,
12296 (added) plugins/project-mkfile-import/.cvsignore,
12297 (added) plugins/project-mkfile-import/Makefile.am,
12298 (added) plugins/project-mkfile-import/
12299 anjuta-project-mkfile-import-plugin.png,
12300 (added) plugins/project-mkfile-import/
12301 anjuta-project-mkfile-import.glade,
12302 (added) plugins/project-mkfile-import/
12303 anjuta-project-mkfile-import.plugin.in,
12304 (added) plugins/project-mkfile-import/plugin.c,
12305 (added) plugins/project-mkfile-import/plugin.h,
12306 (added) plugins/project-mkfile-import/project-mkfile-import.c,
12307 (added) plugins/project-mkfile-import/project-mkfile-import.h,
12308 plugins/project-wizard/templates/Makefile.am,
12309 (added) plugins/project-wizard/templates/mkfile-logo.png,
12310 (added) plugins/project-wizard/templates/mkfile.wiz,
12311 (added) plugins/project-wizard/templates/mkfile/.cvsignore,
12312 (added) plugins/project-wizard/templates/mkfile/Makefile.am,
12313 (added) plugins/project-wizard/templates/mkfile/project.anjuta,
12314 (added) plugins/project-wizard/templates/mkfile/po/.cvsignore,
12315 (added) plugins/project-wizard/templates/mkfile/po/ChangeLog,
12316 (added) plugins/project-wizard/templates/mkfile/po/Makefile.am,
12317 (added) plugins/project-wizard/templates/mkfile/po/POTFILES.in,
12318 (added) plugins/project-wizard/templates/mkfile/src/.cvsignore,
12319 (added) plugins/project-wizard/templates/mkfile/src/Makefile.am,
12320 (added) plugins/project-wizard/templates/mkfile/src/Makefile.tpl,
12321 (added) plugins/project-wizard/templates/mkfile/src/main.c:
12322 Added makefile based project import wizard and wizard template.
12324 2005-09-12 Johannes Schmid <jhs@cvs.gnome.org>
12326 * libanjuta/anjuta-launcher.c: Reduced false password detections
12328 2005-09-09 Johannes Schmid <jhs@cvs.gnome.org>
12330 * plugins/cvs-plugin/cvs-interface.c: Handle empty log
12331 messages correctly.a
12333 2005-09-09 Johannes Schmid <jhs@cvs.gnome.org>
12335 * scintilla/Makefile.am: Changed scintilla library to noinst
12336 * pixmaps/Makefile.am: Install password.png
12337 * libanjuta/anjuta-launcher.c: Changed password detection
12338 to be able to access GNOME CVS with ssh.
12340 2005-08-31 Naba Kumar <naba@gnome.org>
12342 * plugins/glade/plugin.c: Set transient window for the widget
12345 2005-08-21 Jens Seidel <jseidel@cvs.gnome.org>
12347 * plugins/gtodo/main.c: Typo fix: s/occured/occurred/.
12349 2005-08-10 Naba Kumar <naba@gnome.org>
12351 * plugins/build-basic-autotools/build-basic-autotools.c: Added F3
12352 as shortcut key for execute.
12354 * src/about.c: Clean up.
12356 Patch from: Jochen Baier Jochen.Baier@stud.uni-karlsruhe.de
12357 * plugins/editor/action-callbacks.c: Fixed edit shortcuts for
12360 2005-08-09 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12362 * plugins/editor/search-replace_backend.c :
12363 Fixed search in File Patterns.
12365 2005-08-09 Philip Van Hoof <pvanhoof@gnome.org>
12367 * plugins/gdb/Makefile.am: Fixed a make -j x bug
12369 2005-08-04 Naba Kumar <naba@gnome.org>
12371 * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Better fix
12372 for pango-1.8 rendering bug.
12374 2005-08-03 Naba Kumar <naba@gnome.org>
12376 * plugins/glade/plugin.c: Proper names for plugin widgets.
12378 * plugins/subversion/anjuta-subversion.glade,
12379 plugins/subversion/svn-auth.c: Fixed authentication dialog and
12380 string allocations. Use passed default values when available.
12381 Set proper focus and dialog default response. Destroy dialog after use.
12382 Return error when appropriate.
12384 2005-08-02 Naba Kumar <naba@gnome.org>
12386 * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Better fix
12387 for pango-1.8 rendering bug.
12389 2005-08-02 Philip Van Hoof <pvanhoof@gnome.org>
12391 * scintilla/Makefile.am: Fixed a make -j x bug
12393 2005-08-02 Johannes Schmid <jhs@gnome.org>
12395 * plugins/subversion/svn-auth.c: Added username/password
12398 2005-08-01 Naba Kumar <naba@gnome.org>
12400 * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Added index bound
12401 checks for character width calculations.
12403 2005-07-31 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12405 * plugins/gdb/debug_tree.c : Inspect memory from locals window.
12407 2005-07-31 Naba Kumar <naba@gnome.org>
12409 * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Fixed text rendering
12410 messup with pango 1.8. Fixed bug #311846.
12412 2005-07-30 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12414 * plugins/gdb/memory.c : Fixed bug 305082.
12416 * plugins/project-wizard/templates/anjuta-plugin.wiz,
12417 plugins/project-wizard/templates/gcj.wiz,
12418 plugins/project-wizard/templates/gnome.wiz,
12419 plugins/project-wizard/templates/gtk.wiz,
12420 plugins/project-wizard/templates/java.wiz,
12421 plugins/project-wizard/templates/python.wiz,
12422 plugins/project-wizard/templates/wxwin.wiz,
12423 plugins/project-wizard/templates/xlib-dock.wiz : Spelling fixes.
12425 2005-07-27 Sebastien Granjoux <seb.sfo@free.fr>
12427 * plugins/tools/execute.c:
12428 Correct a crash if editor is closed while a tool still use it.
12430 2005-07-28 Naba Kumar <naba@gnome.org>
12432 * scintilla/*: Updated scintilla from their latest CVS.
12434 2005-07-27 Naba Kumar <naba@gnome.org>
12436 * libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h,
12437 plugins/build-basic-autotools/build-basic-autotools.c,
12438 plugins/cvs-plugin/plugin.c, plugins/debug-manager/plugin.c,
12439 plugins/devhelp/plugin.c, plugins/editor/plugin.c,
12440 plugins/file-loader/plugin.c, plugins/file-manager/plugin.c,
12441 plugins/file-wizard/plugin.c, plugins/gdb/plugin.c,
12442 plugins/glade/plugin.c, plugins/gtodo/plugin.c, plugins/macro/plugin.c,
12443 plugins/message-view/plugin.c, plugins/patch/plugin.c,
12444 plugins/profile-default/plugin.c, plugins/project-manager/plugin.c,
12445 plugins/sample1/plugin.c, plugins/subversion/plugin.c,
12446 plugins/symbol-browser/plugin.c, plugins/tools/plugin.c,
12447 src/anjuta-app.c, src/main.c, src/shell.c: Added 'translation_domain'
12448 argument to anjuta_ui_add_action_group_entries() and
12449 anjuta_ui_add_toggle_action_group_entries() and set the translation domain.
12450 Fixed all plugins to pass translation domain. This fixes untranslated
12453 2005-07-27 Naba Kumar <naba@gnome.org>
12455 * plugins/class-inheritance/class-callbacks.c,
12456 plugins/class-inheritance/class-inherit.c: Fixed color scheme to use
12457 proper system colors.
12459 2005-07-26 Naba Kumar <naba@gnome.org>
12461 * ROADMAP: Updated and added more tasks.
12463 2005-07-25 Naba Kumar <naba@gnome.org>
12465 * ROADMAP: Updated and added more tasks.
12467 2005-07-24 Naba Kumar <naba@gnome.org>
12469 * HACKING: Fixed format.
12471 2005-07-24 Naba Kumar <naba@gnome.org>
12473 * ROADMAP: Fixed format.
12474 * plugins/tools/scripts/prepare-changelog.pl: Fixed month figure.
12476 2005-07-24 Naba Kumar <naba@gnome.org>
12478 * HACKING, ROADMAP: Fixed format and add some tasks to do in ROADMAP.
12479 * data/properties/cpp.properties: Added *.c++ as file extension for c++
12481 2005-07-24 Sebastien Granjoux <seb.sfo@free.fr>
12483 * plugins/tools/dialog.c, plugins/tools/dialog.h:
12484 Correct wrong sensitivity setting
12486 * plugins/tools/tool.c: Correct a crash when removing overridden tool
12488 * plugins/tools/variable.c: Add variables for project manager
12490 2005-07-23 Naba Kumar <naba@gnome.org>
12492 * ROADMAP: updated.
12494 2005-07-23 Naba Kumar <naba@gnome.org>
12496 * plugins/subversion/Makefile.am,
12497 plugins/subversion/svn-auth.c,
12498 plugins/subversion/svn-auth.h: Added subversion authentication code
12501 * plugins/subversion/subversion-callbacks.c,
12502 plugins/subversion/subversion-callbacks.h,
12503 plugins/subversion/svn-backend-priv.h,
12504 plugins/subversion/svn-backend.c, plugins/subversion/svn-backend.h,
12505 plugins/subversion/svn-notify.c, plugins/subversion/svn-notify.h,
12506 plugins/subversion/svn-thread.c, plugins/subversion/svn-thread.h:
12507 Added file mode line.
12509 2005-07-22 Ignacio Casal Quinteiro <nacho.resa@gmail.com>
12511 * configure.in: Added 'gl' to ALL_LINGUAS.
12513 2005-07-21 Naba Kumar <naba@gnome.org>
12515 * libanjuta/anjuta-launcher.c: Fixed dispose method to neatly close
12516 the active sources and kill the running process without emitting
12517 signals (which could be fatal because the object is being destroyed).
12518 Incidentally, fixed the crash that happens when stopping an active
12519 debugger session. Disabled debug prints and code clean up.
12522 * plugins/cvs-plugin/cvs-execute.c: Removed signal disconnections from
12523 message view object, because that prevents many unprocessed outputs
12524 from the cvs command from being appended in view. Does not set NULL
12525 to mesg_view private member (not required) so that any pending outputs
12526 to view is processed.Fixed bug #172666.
12528 * plugins/editor/anjuta-document-manager.plugin.in: Added ruby mime
12529 type in supported list.
12531 2005-07-18 Adam Weinberger <adamw@gnome.org>
12533 * plugins/file-manager/anjuta-file-manager-plugin.glade:
12534 grammar/spelling fixes.
12536 2005-07-17 Naba Kumar <naba@gnome.org>
12538 * (new) plugins/project-wizard/templates/terminal/cvsignore,
12539 (new) plugins/project-wizard/templates/terminal/po/cvsignore,
12540 (new) plugins/project-wizard/templates/terminal/src/cvsignore,
12541 plugins/project-wizard/templates/anjuta-plugin.wiz,
12542 plugins/project-wizard/templates/gcj.wiz,
12543 plugins/project-wizard/templates/gnome.wiz,
12544 plugins/project-wizard/templates/gtk.wiz,
12545 plugins/project-wizard/templates/gtkmm.wiz,
12546 plugins/project-wizard/templates/java.wiz,
12547 plugins/project-wizard/templates/python.wiz,
12548 plugins/project-wizard/templates/terminal.wiz,
12549 plugins/project-wizard/templates/terminal/Makefile.am,
12550 plugins/project-wizard/templates/terminal/po/Makefile.am,
12551 plugins/project-wizard/templates/terminal/src/Makefile.am,
12552 plugins/project-wizard/templates/wxwin.wiz,
12553 plugins/project-wizard/templates/xlib-dock.wiz,
12554 plugins/project-wizard/templates/xlib.wiz: Added cvsignore files for
12555 wizards and updated .wiz files to install them in newly created
12558 2005-07-16 Naba Kumar <naba@gnome.org>
12560 * plugins/editor/anjuta-document-manager.plugin.in: Added mime types.
12562 * plugins/file-manager/an_file_view.c,
12563 plugins/file-manager/plugin.c: Added file manager preferences to
12564 show/hide files ignored by version control (e.g. cvsignore).
12566 * plugins/editor/text_editor.c: Initialize vfs info struct.
12568 * .cvsignore, global-tags/.cvsignore, libanjuta/.cvsignore,
12569 libanjuta/interfaces/.cvsignore, libegg/.cvsignore,
12570 libegg/menu/.cvsignore, libegg/recent-files/.cvsignore,
12571 libegg/treeviewutils/.cvsignore, libegg/util/.cvsignore,
12572 omf-install/.cvsignore, pixmaps/.cvsignore,
12573 plugins/file-manager/anjuta-file-manager-plugin.glade,
12574 scintilla/.cvsignore, scintilla/include/.cvsignore,
12575 scripts/.cvsignore, src/.cvsignore, tagmanager/.cvsignore,
12576 tagmanager/python.c: Updated.
12578 2005-07-16 Naba Kumar <naba@gnome.org>
12580 * tagmanager/parse.c, tagmanager/parse.h, tagmanager/python.c:
12581 Fixed python parser to parser class methods.
12583 2005-07-15 Naba Kumar <naba@gnome.org>
12585 * plugins/project-wizard/property.c: Used parenthesis to remove
12588 * plugins/project-wizard/templates/anjuta-plugin.wiz,
12589 plugins/project-wizard/templates/gcj.wiz,
12590 plugins/project-wizard/templates/gnome.wiz,
12591 plugins/project-wizard/templates/gtk.wiz,
12592 plugins/project-wizard/templates/gtkmm.wiz,
12593 plugins/project-wizard/templates/java.wiz,
12594 plugins/project-wizard/templates/python.wiz,
12595 plugins/project-wizard/templates/terminal.wiz,
12596 plugins/project-wizard/templates/wxwin.wiz,
12597 plugins/project-wizard/templates/xlib-dock.wiz,
12598 plugins/project-wizard/templates/xlib.wiz: Fixed wizard descriptions
12601 2005-07-15 Naba Kumar <naba@gnome.org>
12603 * plugins/project-wizard/templates/java.wiz,
12604 plugins/project-wizard/templates/java/Makefile.am,
12605 plugins/project-wizard/templates/java/project.anjuta,
12606 plugins/project-wizard/templates/python.wiz,
12607 plugins/project-wizard/templates/python/Makefile.am,
12608 plugins/project-wizard/templates/python/project.anjuta: Use different
12609 project files for java and python module where debugger is not
12610 included in the list of plugins.
12612 2005-07-15 Naba Kumar <naba@gnome.org>
12614 * configure.in, plugins/project-wizard/templates/Makefile.am,
12615 plugins/project-wizard/templates/gcj-logo.png,
12616 plugins/project-wizard/templates/gcj.wiz,
12617 plugins/project-wizard/templates/gcj/.cvsignore,
12618 plugins/project-wizard/templates/gcj/Makefile.am,
12619 plugins/project-wizard/templates/gcj/configure.in.tpl,
12620 plugins/project-wizard/templates/gcj/src/.cvsignore,
12621 plugins/project-wizard/templates/gcj/src/Makefile.am,
12622 plugins/project-wizard/templates/gcj/src/Makefile.am.tpl,
12623 plugins/project-wizard/templates/java-logo.png,
12624 plugins/project-wizard/templates/java.wiz,
12625 plugins/project-wizard/templates/java/configure.in.tpl,
12626 plugins/project-wizard/templates/java/po/Makefile.am,
12627 plugins/project-wizard/templates/java/po/POTFILES.in,
12628 plugins/project-wizard/templates/java/src/Makefile.am.tpl,
12629 plugins/project-wizard/templates/java/src/main.java,
12630 plugins/project-wizard/templates/python-logo.png,
12631 plugins/project-wizard/templates/python.wiz,
12632 plugins/project-wizard/templates/python/.cvsignore,
12633 plugins/project-wizard/templates/python/Makefile.am,
12634 plugins/project-wizard/templates/python/configure.in.tpl,
12635 plugins/project-wizard/templates/python/po/.cvsignore,
12636 plugins/project-wizard/templates/python/po/Makefile.am,
12637 plugins/project-wizard/templates/python/po/POTFILES.in,
12638 plugins/project-wizard/templates/python/src/.cvsignore,
12639 plugins/project-wizard/templates/python/src/Makefile.am,
12640 plugins/project-wizard/templates/python/src/Makefile.am.tpl,
12641 plugins/project-wizard/templates/python/src/main.py: Added Generic
12642 gcj and python project wizards. Fixed Generic java project to
12643 use _JAVA primary. Update gnome-build from cvs for them to work
12646 2005-07-12 Naba Kumar <naba@gnome.org>
12648 * plugins/project-manager/plugin.c: Automatically determine
12649 project backend by probing.
12651 2005-07-04 Naba Kumar <naba@gnome.org>
12653 * Makefile.am: Do not install old anjuta.glade file which conflicts
12654 with newer src/anjuta.glade.
12656 2005-07-03 Johannes Schmid <jhs@cvs.gnome.org>
12658 * plugins/an_symbol_prefs.c:
12659 Sort list of available symbol files
12661 2005-07-02 Johannes Schmid <jhs@cvs.gnome.org>
12663 * plugins/build-basic-autotools.c:
12666 * plugins/gtodo/libgtodo.c:
12667 Possible fix for #307800
12669 * libanjuta/anjuta-encodings.c
12670 libanjuta/anjuta-launcher.c
12671 libanjuta/anjuta-preference-dialog.c
12672 libanjuta/anjuta-preferences.c
12673 libanjuta/anjuta-ui.c
12674 libanjuta/anjuta-util.c
12675 libanjuta/cell-renderer-captioned-image.c
12676 libanjuta/plugin.c:
12678 Patch from de_lupus@pandora.be (Kristof Vansant):
12679 Replaced deprecated gnome-i18n.h
12682 2005-07-01 Johannes Schmid <jhs@cvs.gnome.org>
12684 * plugins/subversion/anjuta-subversion.glade
12685 plugins/subversion/anjuta-subversion.ui
12686 plugins/subversion/plugin.c
12687 plugins/subversion/subversion-actions.c
12688 plugins/subversion/subversion-callbacks.h
12689 plugins/subversion/subversion-callbacks.c
12690 plugins/subversion/svn-backend-priv.h
12691 plugins/subversion/svn-backend.h
12692 plugins/subversion/svn-backend.c
12693 plugins/subversion/svn-thread.h
12694 plugins/subversion/svn-thread.c:
12696 Implemented Subversion diff
12698 2005-06-30 Johannes Schmid <jhs@cvs.gnome.org>
12700 * plugins/build-basic-autotools/build-basic-autotools.c:
12701 Fixed crash bug! Might be useful to release 2.0.2 soon
12702 because this bug will crash any build which produces errors
12705 === Anjuta 2.0.1 ===
12707 2005-06-27 Naba Kumar <naba@gnome.org>
12709 * plugins/tools/execute.c: Formated code.
12711 2005-06-26 Sebastien Granjoux <seb.sfo@free.fr>
12713 * plugins/build-basic-autotools/build-basic-autotools.c:
12714 Remove two memory leaks
12715 Check command output versus untranslated strings too
12717 * plugins/tools/execute.c:
12718 Remove two memory leaks
12719 Check command output versus untranslated strings too
12720 Remove description message
12722 * plugins/tools/fileop.c:
12723 Escape tool name in xml configuration file
12725 2005-05-26 Naba Kumar <naba@gnome.org>
12727 * configure.in: Bumped version to 2.0.1
12728 * plugins/tools/scripts/Makefile.am: Fixed make checkdist bugs.
12730 * plugins/tools/execute.c: Fixed clickable messages.
12733 * plugins/glade/plugin.c, src/layout.xml: Added glade stock icon.
12734 Deactivate glade plugin when last glade project is closed. Reorder
12735 glade widgets in layout. Change glade project when user selects a
12736 new project. Removed project from the list when user closes it. Fixed
12737 glade project file loading from URI. Save and restored loaded glade
12738 projects in/from session.
12740 * plugins/class-gen/action-callbacks.c,
12741 plugins/class-gen/anjuta-class-gen-plugin.glade,
12742 plugins/class-gen/class_gen.c, plugins/class-gen/plugin.c,
12743 plugins/file-wizard/anjuta-file-wizard.glade,
12744 plugins/file-wizard/file.c, plugins/file-wizard/file.h,
12745 plugins/file-wizard/plugin.c, plugins/file-wizard/plugin.h: Implemented
12746 "Add to project" correctly. Use the source file path returned after
12747 adding to project. Fixed memory leaks. Deactivate wizard plugins
12750 * plugins/project-manager/plugin.c,
12751 plugins/project-wizard/anjuta-project-wizard.glade,
12752 plugins/project-wizard/druid.c, plugins/project-wizard/install.c,
12753 plugins/project-wizard/plugin.c, plugins/project-wizard/plugin.h,
12754 src/Makefile.am, src/anjuta-app.c, src/anjuta.glade: Moved
12755 project-wizard preference page to anjuta app, because they are
12756 more appropriated as general preferences. Renamed username and
12757 useremail properties keys.
12759 * po/POTFILES.in: Updated.
12761 * plugins/editor/action-callbacks.c: Fixed a crash bug when a file is
12764 * plugins/file-loader/plugin.c: Do not use static variable to store
12765 created submenu in factory. Fixed crash in anjuta exit.
12767 2005-05-24 Naba Kumar <naba@gnome.org>
12769 * manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
12770 manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
12771 manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
12772 manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
12773 manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
12774 manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
12775 manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
12776 manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
12777 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
12779 * libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h,
12780 plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade,
12781 plugins/build-basic-autotools/build-basic-autotools.c,
12782 plugins/build-basic-autotools/build-basic-autotools.h,
12783 plugins/build-basic-autotools/executer.c,
12784 plugins/build-basic-autotools/executer.h,
12785 plugins/devhelp/plugin.c, plugins/gdb/debugger.c,
12786 plugins/tools/variable.c: Added an extra argument to
12787 anuta_util_dialog_input() to pass default value. Save/load project
12788 configure and execution parameters in/from session.
12790 * plugins/editor/aneditor-autocomplete.cxx: Fixed crash bug when no
12791 symbol browser is loaded.
12793 * plugins/profile-default/plugin.c: Fixed an unbalanced shell
12796 * plugins/terminal/terminal.c: Fixed bug where repeated activate and
12797 deactivate would not start shell.
12799 2005-05-24 Naba Kumar <naba@gnome.org>
12801 * libanjuta/anjuta-ui.c, libanjuta/plugins.c,
12802 libegg/egg-combo-action.c, libegg/egg-recent-action.c,
12803 libegg/egg-submenu-action.c, libegg/test-actions.c,
12804 plugins/build-basic-autotools/build-basic-autotools.c,
12805 plugins/cvs-plugin/plugin.c, plugins/editor/aneditor-autocomplete.cxx,
12806 plugins/editor/search-replace.c, plugins/editor/text_editor.c,
12807 plugins/file-wizard/plugin.c, plugins/gdb/debugger.c,
12808 plugins/gtodo/plugin.c, plugins/macro/macro-db.c,
12809 plugins/macro/plugin.c, plugins/message-view/plugin.c,
12810 plugins/profile-default/plugin.c, plugins/project-import/plugin.c,
12811 plugins/project-manager/plugin.c, plugins/project-wizard/plugin.c,
12812 plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
12813 plugins/sample1/plugin.c, plugins/subversion/plugin.c,
12814 plugins/tools/plugin.c: Used DEBUG_PRINT() instead of g_message().
12816 2005-05-24 Naba Kumar <naba@gnome.org>
12818 * data/properties/styles.properties: Fixed defalt font.
12820 * plugins/editor/search-replace.c,
12821 plugins/editor/search-replace_backend.c: Fixed message outputs. Identify
12822 project openness wihtout activating project-manager plugin (i.e.
12823 using anjuta_shell_get()).
12825 * libanjuta/interfaces/libanjuta.idl, plugins/project-manager/plugin.c:
12826 - Completed add_source(), add_group() and add_target() methods of
12827 IAnjutaProjectManager.
12828 - Change their definition to return the added element (or NULL).
12829 - Used interface API for project main menus and 'add to project'
12830 from file-manager context menu.
12831 - Select proper default target/group when prompting for adding
12832 source/target/group.
12833 - Do not expand all nodes in selection tree when default selection
12834 are given (eases navigation in big projects).
12836 - Marked strings for translation.
12838 2005-05-23 Naba Kumar <naba@gnome.org>
12840 * src/anjuta-app.c: Save menu accelerators on change.
12842 * plugins/editor/anjuta-docman.c: Fixed premature destruction of
12843 save-as dialog (leading to crash later).
12845 2005-05-22 Naba Kumar <naba@gnome.org>
12848 * AUTHORS: Added developers for other projects. Updated.
12849 * TODO.tasks: Updated.
12850 * ChangeLog: Added past changelogs from anjuta-0.1.5.
12852 2005-05-22 Naba Kumar <naba@gnome.org>
12854 * plugins/tools/execute.c: Make parsable lines distinct by adding
12855 a "Click me" description in the message. Allow tools to open arbibrary
12856 file in editory using gdb-styled annotation (The line starts with two
12857 \032 characters followed by the file:line).
12859 * plugins/tools/scripts/prepare-changelog.pl,
12860 plugins/tools/scripts/tools-2.xml.in: Fixed to add changelog entry in
12861 ChangeLog file itself and open it.
12863 2005-06-21 Sebastien Granjoux <seb.sfo@free.fr>
12865 * plugins/tools/execute.c:
12866 Parse output in message pane
12867 Correct a crash on plugin deactivation
12869 * plugins/tools/fileop.c,
12870 plugins/tools/tool.c,
12871 plugins/tools/tool.h:
12872 Load only valid tools
12874 2005-06-21 Naba Kumar <naba@gnome.org>
12876 * anjuta.spec.in: Fixed devel package requirement.
12878 * plugins/message-view/message-view.c: Scroll message on next/previous.
12880 * TODO.tasks: Updated.
12882 * manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
12883 manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
12884 manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
12885 manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
12886 manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
12887 manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
12888 manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
12889 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
12891 * libanjuta/anjuta-preferences.c,
12892 plugins/build-basic-autotools/build-basic-autotools.c,
12893 plugins/build-basic-autotools/executer.c,
12894 plugins/class-gen/action-callbacks.c,
12895 plugins/class-gen/action-callbacks.h,
12896 plugins/class-gen/class_gen.c,
12897 plugins/cvs-plugin/cvs-interface.c,
12898 plugins/debug-manager/attach_process.c,
12899 plugins/debug-manager/plugin.c,
12900 plugins/debug-manager/utilities.c,
12901 plugins/debug-manager/utilities.h,
12902 plugins/editor/aneditor-autocomplete.cxx,
12903 plugins/editor/aneditor.cxx,
12904 plugins/editor/search-replace.c,
12905 plugins/editor/search-replace_backend.c,
12906 plugins/gdb/breakpoints.c,
12907 plugins/gdb/registers.c,
12908 plugins/patch/plugin.c,
12909 plugins/project-wizard/druid.c,
12910 plugins/project-wizard/install.c,
12911 plugins/subversion/plugin.c,
12912 tagmanager/tm_file_entry.c: Fixed compiler warnings and deleted dead
12915 * plugins/class-gen/action-callbacks.c,
12916 plugins/project-wizard/parser.c,
12917 plugins/project-wizard/property.c,
12918 plugins/project-wizard/values.c,
12919 plugins/symbol-browser/an_symbol.c: Fixed compiler warnings.
12921 * plugins/tools/scripts/prepare-changelog.pl: Order filenames
12924 2005-06-20 Naba Kumar <naba@gnome.org>
12926 * manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
12927 manuals/reference/libanjuta/tmpl/e-splash.sgml,
12928 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
12930 * libanjuta/anjuta-launcher.c: Fixed possible double call of child
12931 exit idle function.
12933 * plugins/file-wizard/file.c, plugins/file-manager/an_file_view.c:
12934 Fixed possible memory corruption.
12936 * plugins/profile-default/plugin.c, plugins/symbol-browser/plugin.c,
12937 plugins/symbol-browser/an_symbol_view.c, libanjuta/e-splash.c,
12938 libanjuta/anjuta-status.c, plugins/project-manager/plugin.c: Fixed
12939 progress bar increment and added progress status for symbol refresh
12940 and project loading.
12942 * plugins/profile-default/plugin.c, libanjuta/interfaces/libanjuta.idl,
12943 libanjuta/e-splash.h, libanjuta/anjuta-status.c, src/main.c,
12944 plugins/file-loader/plugin.c, libanjuta/e-splash.c, src/anjuta.h,
12945 libanjuta/anjuta-status.h, src/anjuta.c: Implemented progress
12948 * TODO.tasks: Updated.
12950 2005-06-19 Naba Kumar <naba@gnome.org>
12952 * global_tags/create_global_tags.sh: Fixed sh incompatibility bug.
12955 * plugins/project-import/project-import.c: Deactivate plugin when done.
12957 2005-06-18 Naba Kumar <naba@gnome.org>
12959 * plugins/profile-default/plugin.c: Fixed error when loading another
12960 project while a project is still loaded.
12962 * plugins/project-manager/plugin.c: Used (newly added) group-activated
12963 signal from gnome-build to popup group properties.
12965 * src/anjuta.c: Load default session by default.
12967 * po/POTFILES.in: Added missing files.
12969 * libanjuta/anjuta-plugin.[ch], libanjuta/plugins.[ch]: Do not
12970 activate plugin on load (activate it separately). Connect to activate
12971 and deactivate signals for housekeeping, so that if plugins are
12972 activated or deactivate externally, they are properly recorded.
12974 * plugins/profile-default/plugin.c: Save profile before a project
12975 is loaded so that it could be restored when project is closed.
12977 * plugins/file-loader/plugin.c: Fixed ok/cancel buttons order.
12979 2005-06-17 Naba Kumar <naba@gnome.org>
12981 * plugins/profile-default/plugin.h, plugins/profile-default/plugin.c,
12982 libanjuta/plugins.c, libanjuta/plugins.h: Implmented profile saving
12983 for project. The plugins loaded for the project is restored when project
12984 is loaded next time.
12986 * TODO.tasks: Updated.
12988 2005-06-15 Naba Kumar <naba@gnome.org>
12990 * plugins/tools/scripts/find-fixmes.pl,
12991 (new) plugins/tools/scripts/translation-status.pl,
12992 plugins/tools/scripts/tools-2.xml.in,
12993 plugins/tools/scripts/Makefile.am,
12994 plugins/tools/scripts/prepare-changelog.pl: Added translation
12995 status script. Completed find-fixmes.pl script. Fixed bugs.
12997 * plugins/tools/scripts/tools-2.xml.in: Fixed prepare-changelog
13000 2005-06-14 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13002 * plugins/message-view/anjuta-message-manager-plugin.glade :
13003 renamed "messages.tag.position" to "messages.tab.position".
13004 plugins/message-view/anjuta-msgman.c :
13005 Messages tab position prefrences.
13007 2005-06-14 Naba Kumar <naba@gnome.org>
13009 * (new) plugins/tools/scripts/find-fixmes.pl,
13010 (new) plugins/tools/scripts/tools-2.xml.in,
13011 (new) plugins/tools/scripts/Makefile.am,
13012 (new) plugins/tools/scripts/prepare-changelog.pl,
13013 plugins/tools/plugin.h, plugins/tools/fileop.c,
13014 plugins/tools/Makefile.am, configure.in: Added system tools.
13016 2005-06-11 Sebastien Granjoux <seb.sfo@free.fr>
13018 * plugins/tools/editor.c:
13019 Take care of creating .anjuta directory if missing
13021 2005-06-10 Naba Kumar <naba@gnome.org>
13023 * configure.in: Increased gnome-build required to version 0.1.2.
13025 * plugins/project-manager/plugin.c: Fixed target/group removal.
13026 Fixed memory leaks.
13028 2005-06-10 Naba Kumar <naba@gnome.org>
13030 * plugins/project-manager/plugin.c: Implemented target/group
13031 configuration (update gnome-build module from cvs).
13033 2005-06-07 Naba Kumar <naba@gnome.org>
13035 Patch from: Massimo Cora' <maxcvs@email.it>:
13036 * plugins/class-inheritance/Makefile.am,
13037 plugins/class-inheritance/class-inherit.c,
13038 plugins/class-inheritance/class-inherit.h,
13039 plugins/class-inheritance/plugin.c,
13040 plugins/class-inheritance/plugin.h,
13041 (added) plugins/class-inheritance/class-callbacks.[ch]: Implemented
13042 expanded view of classes in hierarchy canvas (collapsable again).
13044 2005-06-05 Johannes Schmid <jhs@cvs.gnome.org>
13046 * scintilla/patches/scintilla-64-bit.diff (added)
13047 * plugins/patch/patch-plugin.c:
13048 Conditional build for GTK 2.4 and GTK 2.6
13050 2005-06-04 Sebastien Granjoux <seb.sfo@free.fr>
13052 * plugins/tools/anjuta-tools.glade,
13053 plugins/tools/editor.c,
13054 plugins/tools/plugin.h,
13055 plugins/tools/fileop.c:
13056 Add a check box to edit an user script
13057 Correct a few memory leak
13059 * plugins/tools/execute.c,
13060 plugins/tools/tool.c,
13061 plugins/tools/tool.h:
13062 Move utility remove_mnemonic function in tool.c
13065 2005-06-04 Johannes Schmid <jhs@cvs.gnome.org>
13067 Patch from sbrabec@suse.cz:
13069 scintilla/include/Scintilla.h:
13071 Fix 64-Bit warnings in gcc 4
13073 2005-06-03 Johannes Schmid <jhs@cvs.gnome.org>
13075 * plugins/patch/patch_plugin.c
13076 plugins/patch/patch.h
13077 plugin/patch/patch-plugin.glade
13078 plugin/patch/Makefile.am:
13080 Changed patch plugin to use libglade and new gtk 2.6 widgets
13082 2005-05-31 Naba Kumar <naba@gnome.org>
13084 Patch from Jason Bayman <JBayman@HobbitHell.com>:
13085 * plugins/editor/text_editor.c: Don't show error
13088 2005-05-28 Sebastien Granjoux <seb.sfo@free.fr>
13090 * plugins/message-view/anjuta-message-manager.ui,
13091 plugins/message-view/anjuta-msgman.c,
13092 plugins/message-view/anjuta-msgman.h,
13093 plugins/message-view/message-view.c,
13094 plugins/message-view/message-view.h,
13095 plugins/message-view/plugin.c:
13096 Add a popup menu in messages panes
13097 Move save message pane option in it
13099 2005-05-28 Naba Kumar <naba@gnome.org>
13101 * data/properties/styles.properties: Fixed default font
13104 * plugins/editor/style-editor.c: cleanup.
13106 2005-05-25 Naba Kumar <naba@gnome.org>
13108 * plugin/gdb/plugin.c: Start gdb even if the program does
13109 not exists. Fixes bug #305074
13111 2005-05-24 Naba Kumar <naba@gnome.org>
13113 Patch from: Saleem Abdulrasool <compnerd@gentoo.org>
13114 * configure.in: graphviz pkgconfig path.
13116 2005-05-24 Naba Kumar <naba@gnome.org>
13118 * configure.in, anjuta.desktop.in.in: Fixed Icon path.
13119 * TODO.tasks: Updated.
13121 2005-05-22 Naba Kumar <naba@gnome.org>
13123 * anjuta.spec.in: Fixed spec file
13124 * plugins/editor/text_editor.c: Fixed gnome-vfs monitor.
13126 2005-05-21 Sebastien Granjoux <seb.sfo@free.fr>
13128 * TODO.tasks: Updated.
13130 * plugins/message-view/anjuta-message-manager.ui,
13131 plugins/message-view/message-view.c,
13132 plugins/message-view/message-view.h,
13133 plugins/message-view/plugin.c:
13134 Add shortcut for next and previous message
13135 Add a save message menu item
13136 Fix a bug in previous message
13138 2005-05-21 Naba Kumar <naba@gnome.org>
13140 * Makefile.am, anjuta.spec.in, configure.in, data/properties/Makefile.am,
13141 doc/Makefile.am, global-tags/create_global_tags.sh,
13142 libanjuta/interfaces/Makefile.am.iface: Fixed 64bit arch related bugs
13143 and rpm package creation. Fixed installation paths.
13145 * plugins/editor/anjuta-document-manager.glade,
13146 plugins/editor/text_editor.c: Fixed autoformat settings in preferences
13147 and indent options.
13149 * tagmanager/tm_workspace.c: Fixed code format and compiler warning.
13151 2005-05-21 Naba Kumar <naba@gnome.org>
13153 * Makefile.am, configure.in, data/Makefile.am, doc/Makefile.am,
13154 global-tags/Makefile.am, launcher/Makefile.am, libegg/Makefile.am,
13155 pixmaps/Makefile.am, scripts/Makefile.am, src/Makefile.am,
13156 tagmanager/Makefile.am: Fixed paths configure variables to take
13157 automake configure variables instead of hardcoding.
13159 * global-tags/tm_global_tags.c: Formated code.
13161 * manuals/reference/libanjuta/tmpl/e-splash.sgml,
13162 manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
13163 manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
13164 manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
13165 manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
13166 manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
13167 manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
13168 manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
13169 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
13171 2005-05-20 Naba Kumar <naba@gnome.org>
13173 * README, anjuta.spec.in, configure.in: Updated Anjuta Descriptions
13174 and fixed rpm spec file (more testing required).
13176 * data/gdb.init: Don't set gdb prompt.
13178 * mime/Makefile.am: run update-mime-data only on system-wide install.
13180 * plugins/gdb/Makefile.am: Install plugin at correct paths.
13182 2005-05-19 Naba Kumar <naba@gnome.org>
13184 * plugins/terminal/terminal.c: Fixed crash bug when terminal is used
13185 while it's not visible.
13187 Patch from: Jason Bayman <JBayman@HobbitHell.com>
13188 * plugins/editor/aneditor-autocomplete.cxx: Fixed crash bugs.
13190 2005-05-19 Naba Kumar <naba@gnome.org>
13192 * configure.in: Fixed subversion checks. Added
13193 --disable-plugin-subversion and --disable-plugin-glade
13194 configure flags to manually turn off their plugin builds.
13196 * plugins/editor/plugin.c: Save and restore current editor line
13197 positions in session.
13199 2005-05-18 Naba Kumar <naba@gnome.org>
13201 * AUTHORS: Fixed email address.
13203 * libanjuta/anjuta-utils.c,
13204 plugins/project-manager/plugin.c: Take plugin shell as dialog parents
13205 when the projectmanager toplevel is not a window. Check for valid
13206 gtkwindow type before using the passed window as parent for anjuta
13209 2005-05-17 Naba Kumar <naba@gnome.org>
13211 * libanjuta/interfaces/libanjuta.idl: Fixed compiler warnings.
13213 * plugins/cvs-plugin/Makefile.am,
13214 plugins/devhelp/plugin.c,
13215 plugins/file-loader/Makefile.am,
13216 plugins/macro/Makefile.am,
13217 plugins/message-view/Makefile.am,
13218 plugins/patch/Makefile.am,
13219 plugins/project-manager/Makefile.am,
13220 plugins/subversion/Makefile.am,
13221 plugins/symbol-browser/Makefile.am: Removed -module flags
13224 * MAINTAINERS: Added file so that I could recieve bugzilla
13227 * plugins/glade/plugin.c: Fixed compile error.
13229 === Anjuta 2.0.0 ===
13231 2005-05-15 Naba Kumar <naba@gnome.org>
13233 * configure.in: Adjusted gdl version requirement. Bumped anjuta
13236 * plugins/symbol-browser/an_symbol_view.c,
13237 plugins/symbol-browser/plugin.c,
13238 tagmanager/tm_workspace.c: Fixed symbol-browser crash when
13239 symbols have been updated. Reset file symbols when update
13240 occurs. Fixed memory leaks.
13242 Patch from Jason Bayman <JBayman@HobbitHell.com>:
13243 * plugins/file-wizard/action-callbacks.c: Fixed crash bug.
13245 2005-05-14 Sebastien Granjoux <seb.sfo@free.fr>
13247 * plugins/tools/anjuta-tools.glade:
13248 Remove unused parameter dialog
13250 * plugins/tools/dialog.c,
13251 plugins/tools/fileop.c,
13252 plugins/tools/fileop.h,
13253 plugins/tools/tool.c,
13254 plugins/tools/tool.h,
13255 plugins/tools/variable.c:
13256 Add a few comments and cleanups
13258 * plugins/tools/editor.c,
13259 plugins/tools/editor.h:
13260 Remove code from previous plugin and add comments
13261 Use main window as parent (instead of tool list)
13263 * plugins/tools/execute.c,
13264 plugins/tools/execute.h:
13265 Remove code from previous plugin and add comments
13268 2005-05-14 Naba Kumar <naba@gnome.org>
13270 * AUTHORS, FUTURE, NEWS, README, ROADMAP: Updated and prepared for
13273 * configure.in: Fixed
13275 * plugins/class-inheritance/class-inheritance.png: New icon.
13277 * plugins/devhelp/plugin.c: Fixed docking bug where browser widget
13278 screws up when reparented.
13280 2005-02-24 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13282 * plugins/editor/search-replace.c,
13283 plugins/editor/search-replace_backend.c
13284 plugins/project-manager/plugin.c : Clear find pane if searching same
13285 expression. Clean code.
13287 2005-05-14 Pawan Chitrakar <pawan@nplinux.org>
13289 * configure.in: Added ne in ALL_LINGUAS
13291 2005-05-13 Naba Kumar <naba@gnome.org>
13293 * configure.in: Fixed glade-3 version.
13295 * plugins/gdb/debugger.c, plugins/gdb/debugger.h,
13296 plugins/gdb/locals.c, plugins/gdb/stack_trace.c,
13297 plugins/gdb/watch.c: Update locals, watch and frame document on
13300 2005-05-12 Naba Kumar <naba@gnome.org>
13302 * plugins/editor/aneditor-autocomplete.cxx: Fixed infinite loop in
13303 scope autocompletion when the function definition is incomplete.
13305 * plugins/class-gen/anjuta-class-gen.plugin.in,
13306 plugins/file-wizard/anjuta-file-wizard.plugin.in,
13307 plugins/gdb/plugin.c,
13308 plugins/glade/anjuta-glade.plugin.in,
13309 plugins/project-import/anjuta-project-import.plugin.in,
13310 plugins/project-wizard/anjuta-project-wizard.plugin.in: Give a proper
13311 titles for the wizards.
13313 2005-05-11 Naba Kumar <naba@gnome.org>
13315 * configure.in, plugins/debug-manager/Makefile.am,
13316 plugins/debug-manager/plugin.c,
13317 (added) plugins/debug-manager/images/.cvsignore,
13318 (added) plugins/debug-manager/images/Makefile.am,
13319 (added) plugins/debug-manager/images/detach-16.png,
13320 (added) plugins/debug-manager/images/detach.png,
13321 (added) plugins/debug-manager/images/step-into-16.png,
13322 (added) plugins/debug-manager/images/step-into.png,
13323 (added) plugins/debug-manager/images/step-out-16.png,
13324 (added) plugins/debug-manager/images/step-out.png,
13325 (added) plugins/debug-manager/images/step-over-16.png,
13326 (added) plugins/debug-manager/images/step-over.png,
13327 plugins/gdb/Makefile.am,
13328 plugins/gdb/breakpoints.c,
13329 plugins/gdb/plugin.c,
13330 (added) plugins/gdb/images/.cvsignore,
13331 (added) plugins/gdb/images/Makefile.am,
13332 (added) plugins/gdb/images/breakpoint.png,
13333 (added) plugins/gdb/images/locals.png,
13334 (added) plugins/gdb/images/stack.png,
13335 (added) plugins/gdb/images/watch.png: Fixed breakpoints
13336 'remove all'. Added debugger icons.
13338 * plugins/editor/text_editor.c: Fixed file monitor.
13340 Patch from: Massimo Cora' <maxcvs@email.it>
13341 * plugins/patch/anjuta-patch-plugin.png,
13342 plugins/class-gen/Makefile.am,
13343 plugins/class-gen/action-callbacks.c,
13344 plugins/class-gen/class_gen.c,
13345 plugins/class-gen/class_logo.xpm: Implemented vcs
13346 file addions. New icons by Fabio Zecchini
13348 2005-02-24 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13350 * libanjuta/interfaces/libanjuta.idl
13351 plugins/editor/anjuta-docman.c plugins/editor/search-replace.c
13352 plugins/editor/search-replace_backend.c
13353 plugins/project-manager/plugin.c : Search & Replace in all Project Files.
13355 2005-05-11 Naba Kumar <naba@gnome.org>
13357 * plugins/gdb/actions.c, plugins/gdb/breakpoints.c,
13358 plugins/gdb/breakpoints.h, plugins/gdb/debug_tree.c,
13359 plugins/gdb/plugin.c, plugins/gdb/plugin.h,
13360 plugins/gdb/registers.c, plugins/gdb/stack_trace.c,
13361 plugins/gdb/watch.c: Completed breakpoints implementation. Fixed
13364 * plugins/symbol-browser/an_symbol_prefs.c,
13365 plugins/symbol-browser/an_symbol_search.c,
13366 plugins/symbol-browser/an_symbol_view.c,
13367 plugins/symbol-browser/an_symbol_view.h,
13368 plugins/symbol-browser/plugin.c: Fixed memory leaks.
13370 2005-05-11 Naba Kumar <naba@gnome.org>
13372 * libanjuta/anjuta-shell.c: Fixed runtime warning.
13374 * libanjuta/e-splash.c, libanjuta/e-splash.h, src/main.c: Pass the
13375 progress bar location at create time, instead of hardcoding.
13377 * pixmaps/Makefile.am, (added) pixmaps/anjuta_splash_mini.png:
13378 Added mini splash screen.
13380 * plugins/editor/text_editor.c: Do not produce warning when file
13381 monitor could not be created.
13383 * plugins/profile-default/plugin.c: Save project session on exit.
13384 Show mini splash with progress bar at profile load.
13386 2005-05-10 Naba Kumar <naba@gnome.org>
13388 * configure.in, manuals/Makefile.am: Fixed compile flags.
13389 Disable outdated manuals builds.
13391 * global-tags/Makefile.am: Uninstall tags files on
13394 * libegg/Makefile.am: Use configured deprecated flags.
13396 * manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
13397 manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
13398 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
13401 * mime/Makefile.am: Take DESTDIR into account.
13403 * plugins/class-gen/Makefile.am: Fixed 'make distcheck' errors.
13405 * plugins/editor/aneditor-autocomplete.cxx: Fixed crash bug
13406 on scope autocompletion.
13408 * plugins/debug-manager/plugin.c, plugins/gdb/debugger.c,
13409 plugins/gdb/debugger.h, plugins/gdb/plugin.c: Use project
13410 shared libs and static libs paths for debugging. Order them
13413 * po/POTFILES.in: Updated.
13415 2005-05-09 Naba Kumar <naba@gnome.org>
13417 * libanjuta/interfaces/libanjuta.idl,
13418 plugins/gdb/debugger.[ch], plugins/gdb/plugin.c,
13419 plugins/gdb/breakpoints.ch, plugins/gdb/gdbmi-test.c,
13420 plugins/debug-manager/plugin.c, plugins/gdb/anjuta-gdb-plugin.ui:
13421 Implemented debugger source directory search and emits location changed
13422 signal with absolute path of the file.
13424 * plugins/tools/tool.c: Fixed compile errors.
13426 2005-05-08 Sebastien Granjoux <seb.sfo@free.fr>
13428 * plugins/tools/anjuta-tools.glade,
13429 plugins/tools/dialog.h,
13430 plugins/tools/dialog.c,
13431 plugins/tools/plugin.c,
13432 plugins/tools/editor.c:
13433 Improve graphical user interface
13435 Correct an error on close
13438 * plugins/tools/fileop.c,
13439 plugins/tools/tool.h,
13440 plugins/tools/tool.c:
13441 Change the tool internal structure
13442 Support having tools configuration in several places
13444 2005-05-08 Naba Kumar <naba@gnome.org>
13446 * plugins/gdb/actions.c,
13447 (removed) plugins/gdb/registers_cbs.c,
13448 (removed) plugins/gdb/registers_cbs.h,
13449 (removed) plugins/gdb/registers_gui.c,
13450 (removed) plugins/gdb/sharedlib_cbs.c,
13451 (removed) plugins/gdb/sharedlib_cbs.h,
13452 (removed) plugins/gdb/sharedlib_gui.c,
13453 (removed) plugins/gdb/signals_cbs.c,
13454 (removed) plugins/gdb/signals_cbs.h,
13455 (removed) plugins/gdb/signals_gui.c: Removed dead files.
13457 2005-05-08 Naba Kumar <naba@gnome.org>
13459 * plugins/build-basic-autotools/executer.c: Fixed programs
13462 * plugins/debug-manager/Makefile.am,
13463 plugins/debug-manager/anjuta-debug-manager.glade,
13464 plugins/debug-manager/plugin.c,
13465 plugins/gdb/Makefile.am: Used libglade for programs listing
13468 * (added) plugins/gdb/pointer.png: Stack pointer image.
13470 * libanjuta/anjuta-marshal.list,
13471 pixmaps/Makefile.am,
13472 plugins/gdb/actions.c,
13473 plugins/gdb/actions.h,
13474 plugins/gdb/anjuta-gdb-plugin.ui,
13475 plugins/gdb/anjuta-gdb.glade,
13476 plugins/gdb/breakpoints.c,
13477 plugins/gdb/breakpoints.h,
13478 plugins/gdb/debug_tree.c,
13479 plugins/gdb/debug_tree.h,
13480 plugins/gdb/debugger.c,
13481 plugins/gdb/debugger.h,
13482 plugins/gdb/gdbmi-test.c,
13483 plugins/gdb/gdbmi.c,
13484 plugins/gdb/gdbmi.h,
13485 plugins/gdb/info.c,
13486 plugins/gdb/info.h,
13487 plugins/gdb/locals.c,
13488 plugins/gdb/locals.h,
13489 plugins/gdb/memory.c,
13490 plugins/gdb/memory.h,
13491 plugins/gdb/plugin.c,
13492 plugins/gdb/plugin.h,
13493 plugins/gdb/registers.c,
13494 plugins/gdb/registers.h,
13495 plugins/gdb/registers_cbs.c,
13496 plugins/gdb/registers_cbs.h,
13497 plugins/gdb/registers_gui.c,
13498 plugins/gdb/sharedlib.c,
13499 plugins/gdb/sharedlib.h,
13500 plugins/gdb/sharedlib_cbs.c,
13501 plugins/gdb/sharedlib_cbs.h,
13502 plugins/gdb/sharedlib_gui.c,
13503 plugins/gdb/signals.c,
13504 plugins/gdb/signals.h,
13505 plugins/gdb/signals_cbs.c,
13506 plugins/gdb/signals_cbs.h,
13507 plugins/gdb/signals_gui.c,
13508 plugins/gdb/stack_trace.c,
13509 plugins/gdb/stack_trace.h,
13510 plugins/gdb/utilities.c,
13511 plugins/gdb/utilities.h,
13512 plugins/gdb/watch.c,
13513 plugins/gdb/watch.h,
13514 plugins/gdb/watch_cbs.c,
13515 plugins/gdb/watch_cbs.h,
13516 plugins/gdb/watch_gui.c: Implemented gdb MI interface and used
13517 it for all debugger component updates and listing. Implemented
13518 user custom debugger command window. Fixed all debugger components
13519 to work correctly. Implemented debugger as GObject. Removed
13522 2005-05-06 Naba Kumar <naba@gnome.org>
13524 * TODO.tasks: Updated.
13526 * plugins/build-basic-autotools/Makefile.am,
13527 plugins/file-loader/Makefile.am,
13528 plugins/profile-default/Makefile.am,
13529 plugins/sample1/Makefile.am,
13530 plugins/symbol-browser/images/Makefile.am,
13531 src/Makefile.am: Fixed 'make distcheck' errors.
13533 * plugins/symbol-browser/an_symbol_view.c: Removed unnecessary
13536 * tagmanager/tm_workspace.c: Include prototypes in getting
13539 2005-05-06 Naba Kumar <naba@gnome.org>
13541 * TODO.tasks: Updated.
13543 * configure.in, plugins/cvs-plugin/Makefile.am,
13544 plugins/debug-manager/Makefile.am,
13545 plugins/devhelp/Makefile.am,
13546 plugins/editor/Makefile.am,
13547 plugins/gdb/Makefile.am: Fixed 'make distcheck' errors.
13549 * libanjuta/interfaces/libanjuta.idl: Defined IAnjutaSymbol,
13550 IAnjutaSymbolManager, IAnjutaIterable and IAnjutaIterableTree
13553 * tagmanager/tm_workspace.c,
13554 tagmanager/include/tm_workspace.h,
13555 plugins/editor/aneditor-autocomplete.cxx,
13556 plugins/editor/aneditor-calltip.cxx: Fixed fill_find_tags_array()
13557 to return all matching tag types when no name is given instead of
13558 returning empty array.
13560 * plugins/symbol-browser/Makefile.am,
13561 (added) plugins/symbol-browser/an_symbol.c,
13562 (added) plugins/symbol-browser/an_symbol.h,
13563 plugins/symbol-browser/an_symbol_info.c,
13564 plugins/symbol-browser/an_symbol_info.h,
13565 (added) plugins/symbol-browser/an_symbol_iter.c,
13566 (added) plugins/symbol-browser/an_symbol_iter.h,
13567 plugins/symbol-browser/an_symbol_search.c,
13568 plugins/symbol-browser/an_symbol_view.c,
13569 plugins/symbol-browser/an_symbol_view.h,
13570 plugins/symbol-browser/anjuta-symbol-browser.plugin.in,
13571 plugins/symbol-browser/plugin.c,
13572 plugins/symbol-browser/plugin.h: Implemented IAnjutaSymbol wrapper
13573 for tags. Implemented IAnjutaSymbolManager interface in symbol-browser
13574 plugin and implemented IAnjutaIterable interface for symbol search
13577 * plugins/class-inheritance/Makefile.am,
13578 plugins/class-inheritance/class-inherit.c,
13579 plugins/class-inheritance/class-inherit.h,
13580 plugins/class-inheritance/plugin.h: Use the newly added
13581 IAnjutaSymbolManager/IAnjutaSymbol/IAnjutaIterable intefaces and
13582 get rid of libanjuta-ctags.la dependencies.
13584 2005-05-02 Naba Kumar <naba@gnome.org>
13586 * plugins/class-inheritance/class-inherit.c,
13587 plugins/class-inheritance/plugin.c,
13588 plugins/class-inheritance/plugin.h: Fixed crash bug when no symbols could
13589 be found for a class. Formated code.
13591 Patch from: Curtis Magyar <curtm4n@gmail.com>:
13592 * plugins/editor/anjuta-docman.c: Fixed alpabetical ordering
13595 2005-05-01 Sebastien Granjoux <seb.sfo@free.fr>
13597 * libanjuta/anjuta-launcher.c:
13598 Keep trying sending data until all bytes have been written
13600 * plugins/tools/anjuta-tools.glade,
13601 plugins/tools/editor.c:
13602 Add a combo box to defined data from stdin
13604 * plugins/tools/execute.c:
13605 Send data in stdin if needed
13608 * plugins/tools/fileop.c,
13609 plugins/tools/tool.h,
13610 plugins/tools/tool.c:
13611 Store, load and save stdin data
13612 Use tools-2.xml instead of tools.xml
13614 * plugins/tools/plugin.c,
13615 plugins/tools/plugin.h:
13618 * plugins/tools/dialog.c,
13619 plugins/tools/dialog.h:
13622 * plugins/tools/variable.c,
13623 plugins/tools/variable.h:
13624 Add editor related variables
13627 2005-04-29 Naba Kumar <naba@gnome.org>
13629 * libanjuta/Makefile.am, src/Makefile.am: Include libutil in libanjuta.
13631 * plugins/editor/text_editor.c: Fixed line marker interpretation.
13633 * data/gdb.init, plugins/gdb/Makefile.am, plugins/gdb/breakpoints.c,
13634 plugins/gdb/breakpoints.h, plugins/gdb/debugger.c,
13635 plugins/gdb/debugger.h, (added) plugins/gdb/gdbmi-test.c,
13636 (added) plugins/gdb/gdbmi.c, (added) plugins/gdb/gdbmi.h: Started
13637 working on gdb MI interface. Completed MI parser interface.
13639 Patch from Massimo Cora <maxcvs@email.it>:
13640 * plugins/class-inheritance/Makefile.am,
13641 plugins/class-inheritance/class-inherit.c,
13642 plugins/class-inheritance/class-inherit.h,
13643 plugins/class-inheritance/plugin.c,
13644 plugins/class-inheritance/plugin.h: Update to class inheritance plugin.
13645 Used system theme for colors. Display class members on mouse click.
13647 2005-04-28 Naba Kumar <naba@gnome.org>
13649 * plugins/symbol-browser/an_symbol_prefs.c
13650 plugins/symbol-browser/anjuta-symbol-browser-plugin.glade: Added
13651 implementation to create/add/remove custom tags files in symbol
13652 brower preferences.
13654 * global-tags/Makefile.am: Exclude bin target anjuta-tags from
13657 * plugins/project-import/project-import.c: Fixed memory leaks and
13658 use correct debug prints.
13660 * TODO.tasks: Updated.
13662 2005-04-27 Naba Kumar <naba@gnome.org>
13664 * libanjuta/Makefile.am, libanjuta/interfaces/Makefile.am.iface,
13665 libegg/Makefile.am, libegg/treeviewutils/Makefile.am,
13666 scintilla/Makefile.am: Fixed 'make distcheck' errors.
13668 * plugins/editor/anjuta-docman.c,
13669 plugins/editor/anjuta-docman.h,
13670 plugins/editor/plugin.c: Emit editor-added signal from docman
13671 and connect signals to new editor correctly.
13673 * plugins/class-inheritance/plugin.c,
13674 plugins/symbol-browser/plugin.c: Added stock icons.
13676 * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade,
13677 plugins/build-basic-autotools/executer.c,
13678 plugins/build-basic-autotools/executer.h: Added missing files
13679 for the execute programs implementation.
13681 2005-04-26 Naba Kumar <naba@gnome.org>
13683 * TODO.tasks: Updated.
13685 * plugins/file-loader/plugin.c,
13686 plugins/project-import/anjuta-project-import.plugin.in,
13687 plugins/project-import/plugin.c,
13688 plugins/project-import/project-import.c,
13689 plugins/project-import/project-import.h: Be able to import older
13692 2005-04-26 Naba Kumar <naba@gnome.org>
13694 * libanjuta/anjuta-shell.c: Remove widget from the queue also when
13695 removing it from the shell.
13697 * libanjuta/anjuta-shell.c,
13698 libanjuta/anjuta-shell.h,
13699 plugins/profile-default/plugin.c: Implemented freeze/thaw for shell
13700 so that widget additions are freezed or thaw using a pending queue.
13701 Fixded UI flicker while loading projects.
13703 2005-04-26 Naba Kumar <naba@gnome.org>
13705 * TODO.tasks: Updated.
13707 * libanjuta/interfaces/libanjuta.idl: Added execute method for
13708 IAnjutaBuildable interface.
13710 * plugins/build-basic-autotools/Makefile.am,
13711 plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
13712 plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
13713 plugins/build-basic-autotools/build-basic-autotools.c,
13714 plugins/build-basic-autotools/build-basic-autotools.h: Added "Execute"
13715 interface and UI for executing project/file programs. Implemented
13716 IAnjutaFile interface so that executables could be opened directly.
13718 * plugins/class-inheritance/anjuta-class-inheritance.plugin.in: Removed
13719 Authors line (Reserved for external plugins, which do not have a way to
13720 show their credits).
13722 * plugins/file-loader/plugin.c: Read "Title" from [Wizard] and
13723 [File Loader] group for menu labels (default to "Name" if it is not
13726 * plugins/terminal/terminal.c: Implemented IAnjutaTerminal interface
13727 for executing external commands.
13729 2005-04-25 Sebastien Granjoux <seb.sfo@free.fr>
13731 * plugins/project-wizard/property.c:
13732 Correct a memory leak
13734 * libanjuta/interfaces/libanjuta.idl,
13735 plugins/editor/text_editor.c:
13736 Add erase_all and replace_selection function to IAnjutaEditor
13738 * plugins/tools/anjuta-tools.glade,
13739 plugins/tools/fileop.c,
13740 plugins/tools/editor.c,
13741 plugins/tools/tool.c
13742 plugins/tools/tool.h:
13743 Add shortcut and icon
13745 * plugins/tools/variable.c,
13746 plugins/tools/variable.h:
13747 Add a variable asking parameters at run time
13749 * plugins/tools/execute.c:
13750 Add a warning message for missing document manager
13751 Add replace buffer and replace selection output
13752 Correct an error in popup output
13754 * plugins/tools/plugin.c,
13755 plugins/tools/plugin.h,
13756 plugins/tools/anjuta-tools.ui,
13759 Attach tools menu to a new place
13761 2005-04-25 Naba Kumar <naba@gnome.org>
13763 * libanjuta/plugins.c, src/about.c, src/about.h,
13764 src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui,
13765 plugins/class-gen/anjuta-class-gen.plugin.in: Added about
13766 plugins (about box for plugins) menu.
13768 2005-04-24 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13770 * plugins/editor/search-replace.c :
13771 Displayed full path in Search pane window.
13772 Bug 300231 : Selected line in Search pane window .
13774 2005-04-23 Naba Kumar <naba@gnome.org>
13776 * plugins/terminal/terminal.c: Fixed crash on terminal docking.
13778 2005-04-22 Naba Kumar <naba@gnome.org>
13780 * plugins/project-wizard/templates/java-logo.png: Smaller icons.
13782 * plugins/project-wizard/templates/java.wiz,
13783 plugins/project-wizard/templates/java/src/Makefile.am.tpl: Add option
13784 to create bytecodes (.class) files.
13786 * plugins/symbol-browser/an_symbol_info.c,
13787 plugins/symbol-browser/an_symbol_info.h,
13788 plugins/symbol-browser/an_symbol_search.c,
13789 plugins/symbol-browser/an_symbol_view.c,
13790 plugins/symbol-browser/plugin.c,
13791 tagmanager/tm_workspace.c: Fixed java symbols view. Fixed icon types
13792 in file symbol list.
13794 2005-04-22 Naba Kumar <naba@gnome.org>
13796 * TODO.tasks: Updated.
13798 * plugins/class-inheritance/Makefile.am,
13799 plugins/subversion/Makefile.am: Do not install plugin files when
13800 plugin build condition is false.
13802 * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
13803 plugins/build-basic-autotools/build-basic-autotools.c,
13804 plugins/build-basic-autotools/build-basic-autotools.h,
13805 plugins/file-loader/anjuta-loader-plugin.ui,
13806 plugins/file-loader/dnd.c,
13807 plugins/file-loader/plugin.c,
13808 plugins/file-loader/plugin.h,
13809 plugins/project-manager/anjuta-project-manager.ui,
13810 plugins/project-manager/plugin.c: Added open file and build context
13811 menu in project manager context menu.
13813 2005-04-22 Naba Kumar <naba@gnome.org>
13815 * configure.in: Added message output showing conditional plugins to
13818 * src/layout.xml: Added layout for class-inheritance plugin widget.
13820 * plugins/class-inheritance/anjuta-class-inheritance.plugin.in: Fixed
13821 plugin name to remove redundant terms.
13823 * TODO.tasks: Updated.
13826 plugins/symbol-browser/Makefile.am,
13827 plugins/symbol-browser/an_symbol_view.c,
13828 (removed) plugins/symbol-browser/sv_class.xpm,
13829 (removed) plugins/symbol-browser/sv_function.xpm,
13830 (removed) plugins/symbol-browser/sv_macro.xpm,
13831 (removed) plugins/symbol-browser/sv_private_fun.xpm,
13832 (removed) plugins/symbol-browser/sv_private_var.xpm,
13833 (removed) plugins/symbol-browser/sv_protected_fun.xpm,
13834 (removed) plugins/symbol-browser/sv_protected_var.xpm,
13835 (removed) plugins/symbol-browser/sv_public_fun.xpm,
13836 (removed) plugins/symbol-browser/sv_public_var.xpm,
13837 (removed) plugins/symbol-browser/sv_static_fun.xpm,
13838 (removed) plugins/symbol-browser/sv_static_var.xpm,
13839 (removed) plugins/symbol-browser/sv_struct.xpm,
13840 (removed) plugins/symbol-browser/sv_unknown.xpm,
13841 (removed) plugins/symbol-browser/sv_variable.xpm,
13842 (added) plugins/symbol-browser/images/.cvsignore,
13843 (added) plugins/symbol-browser/images/Icons.16x16.Class,
13844 (added) plugins/symbol-browser/images/Icons.16x16.Enum,
13845 (added) plugins/symbol-browser/images/Icons.16x16.Field,
13846 (added) plugins/symbol-browser/images/Icons.16x16.FormsDesigner.BringToFront,
13847 (added) plugins/symbol-browser/images/Icons.16x16.FormsDesigner.SendToBack,
13848 (added) plugins/symbol-browser/images/Icons.16x16.Interface,
13849 (added) plugins/symbol-browser/images/Icons.16x16.InternalClass,
13850 (added) plugins/symbol-browser/images/Icons.16x16.InternalDelegate,
13851 (added) plugins/symbol-browser/images/Icons.16x16.InternalEnum,
13852 (added) plugins/symbol-browser/images/Icons.16x16.InternalEvent,
13853 (added) plugins/symbol-browser/images/Icons.16x16.InternalField,
13854 (added) plugins/symbol-browser/images/Icons.16x16.InternalInterface,
13855 (added) plugins/symbol-browser/images/Icons.16x16.InternalMethod,
13856 (added) plugins/symbol-browser/images/Icons.16x16.InternalProperty,
13857 (added) plugins/symbol-browser/images/Icons.16x16.InternalStruct,
13858 (added) plugins/symbol-browser/images/Icons.16x16.Literal,
13859 (added) plugins/symbol-browser/images/Icons.16x16.Method,
13860 (added) plugins/symbol-browser/images/Icons.16x16.NameSpace,
13861 (added) plugins/symbol-browser/images/Icons.16x16.PrivateClass,
13862 (added) plugins/symbol-browser/images/Icons.16x16.PrivateDelegate,
13863 (added) plugins/symbol-browser/images/Icons.16x16.PrivateEnum,
13864 (added) plugins/symbol-browser/images/Icons.16x16.PrivateEvent,
13865 (added) plugins/symbol-browser/images/Icons.16x16.PrivateField,
13866 (added) plugins/symbol-browser/images/Icons.16x16.PrivateInterface,
13867 (added) plugins/symbol-browser/images/Icons.16x16.PrivateMethod,
13868 (added) plugins/symbol-browser/images/Icons.16x16.PrivateProperty,
13869 (added) plugins/symbol-browser/images/Icons.16x16.PrivateStruct,
13870 (added) plugins/symbol-browser/images/Icons.16x16.ProtectedClass,
13871 (added) plugins/symbol-browser/images/Icons.16x16.ProtectedDelegate,
13872 (added) plugins/symbol-browser/images/Icons.16x16.ProtectedEnum,
13873 (added) plugins/symbol-browser/images/Icons.16x16.ProtectedEvent,
13874 (added) plugins/symbol-browser/images/Icons.16x16.ProtectedField,
13875 (added) plugins/symbol-browser/images/Icons.16x16.ProtectedInterface,
13876 (added) plugins/symbol-browser/images/Icons.16x16.ProtectedMethod,
13877 (added) plugins/symbol-browser/images/Icons.16x16.ProtectedProperty,
13878 (added) plugins/symbol-browser/images/Icons.16x16.ProtectedStruct,
13879 (added) plugins/symbol-browser/images/Icons.16x16.Reference,
13880 (added) plugins/symbol-browser/images/Makefile.am: Removed old symbol
13881 pixmaps and added new icons (taken from monodevelop).
13883 2005-04-21 Naba Kumar <naba@gnome.org>
13885 Patch from Massimo Cora <maxcvs@email.it>:
13887 * configure.in, plugins/Makefile.am
13888 (new) plugins/class-inheritance/.cvsignore,
13889 (new) plugins/class-inheritance/Makefile.am,
13890 (new) plugins/class-inheritance/anjuta-class-inheritance.plugin.in,
13891 (new) plugins/class-inheritance/class-inherit.c,
13892 (new) plugins/class-inheritance/class-inherit.h,
13893 (new) plugins/class-inheritance/plugin.c,
13894 (new) plugins/class-inheritance/plugin.h,
13895 (new) plugins/class-inheritance/class-inheritance.png: Added class
13896 inheritance plugin.
13898 Changes by naba: Added pkgconfig check for graphviz and conditionally
13901 * plugins/patch/.cvsignore, plugins/tools/.cvsignore: Updated.
13903 2005-04-20 Naba Kumar <naba@gnome.org>
13905 * manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
13906 manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
13907 manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
13908 manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
13909 manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
13910 manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
13911 manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
13912 manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
13913 manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
13914 manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
13915 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
13917 * plugins/gdb/plugin.[ch], plugins/gdb/utilities.[ch]: Fixed gdb
13918 message view management.
13920 * libanjuta/anjuta-children.[ch],
13921 plugins/build-basic-autotools/build-basic-autotools.c,
13922 libanjuta/anjuta-launcher.c, plugins/terminal/terminal.c:
13923 Removed anjuta_children_init() function,
13924 because it is done automatically when first invoked. Introduced
13925 anjuta_children_recover() to recover the child signalling. Fixed
13926 child exit management to correctly recover the exit status.
13928 * libanjuta/anjuta-launcher.c: Fixed anjuta_launcher_dispose()
13929 to properly shutdown the launcher and to kill the running process
13930 (without emitting any signal).
13932 * plugins/gdb/debugger.c, plugins/gdb/debugger.h, plugins/gdb/plugin.c,
13933 plugins/gdb/plugin.h: Fixed debugger to properly shutdown, kill both
13934 gdb and program instance.
13936 2005-04-19 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13938 * plugins/editor/search-replace.c :
13939 Fixed bug 300229 (Search dialog unsensitive freezed Search button).
13941 2005-04-18 Naba Kumar <naba@gnome.org>
13943 * TODO.tasks: Marked completed items.
13945 * plugins/debug-manager/plugin.c, plugins/gdb/debugger.c,
13946 plugins/gdb/debugger.h, plugins/gdb/plugin.c,
13947 plugins/project-manager/plugin.c: Prompt user for the debugging
13948 target (select from a list of project's executable targets) and
13949 correctly start debugger. Take care of libtool wrapping when the
13950 target selected is libtool target. Fixed debugger menu items
13953 2005-04-17 Sebastien Granjoux <seb.sfo@free.fr>
13955 * plugins/tools/execute.c,
13956 plugins/tools/execute.h:
13957 Implement save all files before running a command
13958 Implement all options for stdout and stderr except replace buffer
13959 Allow running several tools
13961 * plugins/tools/plugin.c:
13962 Move anjuta launcher in execute.c
13964 * plugins/tools/tools.h,
13965 plugins/tools/variable.c:
13968 2005-04-13 Sebastien Granjoux <seb.sfo@free.fr>
13970 * plugins/tools/anjuta-tools.glade:
13971 Add new properties in tool editor dialog
13972 Cosmetic improvements
13974 * plugins/tools/anjuta-tools.ui:
13975 Attach tool menu as a build menu
13977 * plugins/tools/dialog.c:
13978 Set tool menu item sensitivity in tool list
13981 * plugins/tools/editor.c,
13982 plugins/tools/editor.h,
13983 plugins/tools/fileop.c,
13984 plugins/tools/tool.c,
13985 plugins/tools/tool.h:
13986 Add new properties (active, save file...)
13987 Most of them are still not implemented
13989 * plugins/tools/execute.c,
13990 plugins/tools/execute.h:
13991 Reorganize code to support multiple run
13992 Support run in terminal
13994 * plugins/tools/plugin.c
13995 plugins/tools/plugin.h:
13996 Move message handling in execute.c
13998 * plugins/tools/variable.h,
13999 plugins/tools/variable.c:
14000 Add useful variables
14002 2005-04-13 Naba Kumar <naba@gnome.org>
14004 * plugins/editor/text_editor.c: Fixed file monitoring condition.
14005 * plugins/editor/Makefile.am: Added gnome-vfs flags.
14007 2005-04-12 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14009 * plugins/tools/dialog.c plugins/tools/tool.c :
14012 2005-04-06 Naba Kumar <naba@gnome.org>
14014 * src/anjuta.c: Load default session only when
14015 "anjuta.session.load.last" preference is enabled.
14017 2005-04-07 Sebastien Granjoux <seb.sfo@free.fr>
14019 * plugins/tools/Makefile.am,
14020 plugins/tools/variable.c,
14021 plugins/tools/variable.h:
14022 Add new code for handling variables
14024 * plugins/tools/anjuta-tools.glade:
14025 Improve tool editor dialog
14026 Add variable selection dialog
14028 * plugins/tools/dialog.c,
14029 plugins/tools/dialog.h,
14030 plugins/tools/plugin.c,
14031 plugins/tools/plugin.h:
14032 Add variable object
14033 Add a function to get it
14035 * plugins/tools/editor.c:
14036 Add gui code for variable selection dialog
14038 * plugins/tools/execute.c:
14039 Use variables for executing command
14041 * Naba: Compile warning fixes.
14043 2005-04-06 Naba Kumar <naba@gnome.org>
14045 * TODO.tasks: Marked completed items.
14047 2005-04-06 Naba Kumar <naba@gnome.org>
14049 * plugins/subversion/svn-backend.c: Fixed subversion plugin
14052 * plugins/tools/anjuta-tools.glade: Improved dialog layout.
14054 2005-04-04 Naba Kumar <naba@gnome.org>
14056 * src/layout.xml, plugins/glade/plugin.c: Dock glade widgets
14057 inside Main window.
14059 2005-03-31 Sebastien Granjoux <seb.sfo@free.fr>
14061 * plugins/tools/Makefile.am,
14062 plugins/tools/anjuta-tools.plugin.in,
14063 plugins/tools/anjuta-tools.ui,
14064 plugins/tools/anjuta-tools.gladei,
14065 plugins/tools/anjuta-tools-plugin.png,
14066 plugins/tools/plugin.c,
14067 plugins/tools/plugin.h,
14068 plugins/tools/dialog.c,
14069 plugins/tools/dialog.h,
14070 plugins/tools/fileop.c,
14071 plugins/tools/fileop.h,
14072 plugins/tools/tool.c,
14073 plugins/tools/tool.h,
14074 plugins/tools/editor.c,
14075 plugins/tools/editor.h,
14076 plugins/tools/execute.c,
14077 plugins/tools/execute.h, configure.in, plugins/Makefile.am:
14078 Port tool plugin from anjuta 1.2 (split anjuta-tools.c)
14081 * anjuta-tools.[ch]: Removed old tools code.
14083 2005-04-01 Steve Murphy <murf@e-tools.com>
14085 * configure.in: Added "rw" to ALL_LINGUAS.
14087 2005-03-29 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14090 manuals/C/anjuta-manual/fileoperations.xml
14092 manuals/C/anjuta-manual/figures/search_expr.png
14093 manuals/C/anjuta-manual/figures/search_expr_basic.png
14094 manuals/C/anjuta-manual/figures/search_file_list.png
14095 manuals/C/anjuta-manual/figures/search_file_pattern.png
14096 manuals/C/anjuta-manual/figures/search_replace.png
14097 manuals/C/anjuta-manual/figures/search_setting.png
14098 manuals/C/anjuta-manual/figures/search_target.png
14099 manuals/C/anjuta-manual/figures/search_target_action.png
14100 manuals/C/anjuta-manual/figures/search_target_in.png
14102 manuals/C/anjuta-manual/figures/find_files.png
14103 manuals/C/anjuta-manual/figures/find_replace.png
14104 manuals/C/anjuta-manual/figures/find_text.png :
14105 Updated Anjuta manual (File Operations)
14107 2005-03-26 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14109 * manuals/C/anjuta-manual/fileoperations.xml,
14110 manuals/C/anjuta-manual/figures/open_file.png,
14111 manuals/C/anjuta-manual/figures/open_file_multiple.png,
14112 manuals/C/anjuta-manual/figures/prefs_print.png,
14113 manuals/C/anjuta-manual/figures/print_dlg.png,
14114 manuals/C/anjuta-manual/figures/print_preview.png.
14116 manuals/C/anjuta-manual/figures/add_edit_macro.png,
14117 manuals/C/anjuta-manual/figures/display_macro.png,
14118 manuals/C/anjuta-manual/figures/insert_text.png,
14119 manuals/C/anjuta-manual/figures/keyword_macro.png,
14120 manuals/C/anjuta-manual/figures/new_file_wizard.png,
14121 manuals/C/anjuta-manual/figures/save_as_file.png :
14122 Updated Anjuta Manual (File Operations)
14124 2005-03-23 Adam Weinberger <adamw@gnome.org>
14126 * plugins/editor/action-callbacks.c,
14127 plugins/file-loader/plugin.c,
14128 plugins/gtodo/main.c,
14129 plugins/project-wizard/druid.c:
14130 Fix spelling/grammar errors. Fixes bugs
14131 169068, 169137, 169138, and 169139.
14133 2005-03-21 Naba Kumar <naba@gnome.org>
14135 Patch from: Massimo Cora' <maxcvs@email.it>:
14137 * plugins/editor/Makefile.am
14138 plugins/editor/anjuta-docman.c,
14139 (added) plugins/editor/editor-tooltips.c,
14140 (added) plugins/editor/editor-tooltips.h: Added tooltips to
14141 editor tabs to show full path.
14143 2005-03-19 Johannes Schmid <jhs@cvs.gnome.org>
14145 * plugins/subversion/svn-backend.c:
14146 Removed "apr-0/" from include because this is
14147 already included in SVN_INCLUDE and broke building if
14148 apr >= 1.0 was installed.
14150 2005-03-18 Naba Kumar <naba@gnome.org>
14152 Patch from: Massimo Cora' <maxcvs@email.it>:
14154 * plugins/editor/action-callbacks.c,
14155 plugins/editor/aneditor-calltip.cxx,
14156 plugins/editor/aneditor-priv.h,
14157 plugins/editor/aneditor.cxx,
14158 plugins/editor/aneditor.h,
14159 plugins/editor/anjuta-document-manager.ui: Added calltip
14160 activation from menu.
14162 2005-03-16 Naba Kumar <naba@gnome.org>
14164 Patch from: Massimo Cora' <maxcvs@email.it>:
14166 * plugins/class-gen/action-callbacks.c,
14167 plugins/class-gen/anjuta-class-gen-plugin.glade,
14168 plugins/class-gen/class_gen.c,
14169 plugins/class-gen/class_gen.h,
14170 plugins/class-gen/class_logo.xpm,
14171 plugins/class-gen/plugin.c: Create files without project
14172 being open. Add to project support. And other enhancements.
14174 2005-03-15 Adam Weinberger <adamw@gnome.org>
14177 plugins/debug-manager/utilities.c,
14178 plugins/file-loader/plugin.c,
14179 plugins/gdb/utilities.c,
14180 plugins/profile-default/plugin.c,
14181 plugins/project-import/project-import.c,
14182 src/anjuta-actions.h:
14183 Spelling/grammar fixes.
14185 2005-03-13 Naba Kumar <naba@gnome.org>
14187 * plugins/editor/action-callbacks.c,
14188 plugins/editor/action-callbacks.h,
14189 plugins/editor/anjuta-document-manager.ui,
14190 plugins/editor/plugin.c: Cleaned up editor UI and get rid of 'Format'
14191 submenu. Moved menuitems from Format to View->Editor.
14193 * src/action-callbacks.c, src/action-callbacks.h,
14194 src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Created Reset
14195 layout and lock layout menus in View submenu. Get rid of
14196 Settings->Layout Manager menu.
14198 * plugins/project-import/anjuta-project-import.plugin.in:
14201 * global-tags/Makefile.am,
14202 global-tags/create_global_tags.sh,
14203 plugins/editor/aneditor-autocomplete.cxx,
14204 plugins/editor/aneditor-priv.h,
14205 plugins/editor/aneditor.cxx,
14206 tagmanager/tm_workspace.c: Fixed scope members autocompletion
14207 in editor and made it work in global symbols also.
14209 * src/anjuta-app.c: Always use priority texts besides icons style
14210 for toolbars, because other styles look horible for Anjuta (fixme).
14212 2005-03-11 Naba Kumar <naba@gnome.org>
14214 * configure.in: Removed test for iconv.
14216 * scintilla/ScintillaGTK.cxx: Fixed crash bug when focus in occurs
14217 before scintilla widget is realized.
14219 * plugins/cvs-plugin/plugin.c: Aligned comments and added a shortcut
14220 for Update menuitem.
14222 * scintilla/patches/set-cursor-warning-fix.diff: Removed because
14223 already applied in scintilla main stream.
14225 * scintilla/patches/preedit-window-crash-fix.diff: Added new fix
14226 and notified scintilla developer.
14228 2005-03-10 Naba Kumar <naba@gnome.org>
14230 * src/action-callbacks.c: Removed reference to src/help.h (dead
14233 * plugins/editor/text_editor.c: Removed reference to
14234 src/launcher.h (a dead file).
14236 * src/anjuta_dirs.c, src/anjuta_dirs.h, src/anjuta_gui.c,
14237 src/controls.c, src/controls.h, src/fileselection.c,
14238 src/fileselection.h, src/glade_iface.c, src/glade_iface.h,
14239 src/global.h, src/help.c, src/help.h, src/launcher.c, src/launcher.h,
14240 src/main.cpp, src/main_menubar.c, src/main_menubar.h,
14241 src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, src/session.c,
14242 src/session.h, src/support.c, src/support.h, src/toolbar.c,
14243 src/toolbar.h, src/toolbar_callbacks.c, src/toolbar_callbacks.h:
14244 Removed these dead files from CVS.
14247 2005-03-10 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14249 * plugins/file-wizard/action-callbacks.c : Added error message.
14250 plugins/project-import/project-import.c : Closed Import wizard with Esc key.
14253 2005-03-09 Johannes Schmid <jhs@cvs.gnome.org>
14255 * plugins/cvs-plugin/cvs-callbacks.c
14256 plugins/cvs-plugin/plugin.c:
14257 Fixed preferences page init and busy handling
14259 * plugins/subversion/plugin.c:
14260 Fixed preferences page init
14262 2005-03-09 Naba Kumar <naba@gnome.org>
14264 * plugins/Makefile.am, plugins/glade/Makefile.am,
14265 plugins/glade/plugin.c: Now that glade3 cvs head has been fixed,
14266 enabled glade plugin in Anjuta. The plugin is built only when
14267 glade3 is installed.
14269 2005-03-09 Johannes Schmid <jhs@cvs.gnome.org>
14271 * plugins/project-wizard/templates/java.wiz
14272 plugins/project-wizard/templates/java-logo.png (*)
14273 plugins/project-wizard/templates/java/*
14274 plugins/project-wizard/templates/Makefile.am
14277 Add Java project type. It generates a autoconf/automake
14278 project which is compiled using gcj. It requires automake
14279 > 1.4 (1.9 is known to work) to work!
14281 (*) still awaiting response from the gcj team if we
14282 may use their logo.
14284 2005-03-09 Johannes Schmid <jhs@cvs.gnome.org>
14286 * plugins/project-import/*
14287 plugins/Makefile.am
14289 Added project import plugin. Might be a bit buggy and limited
14291 * plugins/cvs-plugin/anjuta-cvs-plugin.png:
14292 Icon from old pixmaps dir
14294 2005-02-20 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14296 * plugins/file-wizard/plugin.c, plugins/macro/macro-dialog.c
14297 plugins/macro/macro-util.c, plugins/macro/macros.xml :
14298 Added C Custom_Indent line macro.
14301 2005-03-09 Naba Kumar <naba@gnome.org>
14303 * TODO.tasks: Added new message-manager tasks.
14305 * manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
14306 manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
14307 manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
14308 manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
14309 manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
14310 manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
14311 manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
14312 manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
14313 manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
14314 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
14316 * plugins/gdb/debug_tree.c, plugins/gdb/debugger.c,
14317 plugins/gdb/locals.c, plugins/gdb/memory.c, plugins/gdb/plugin.c,
14318 plugins/gdb/registers.c, plugins/gdb/registers_gui.c,
14319 plugins/gdb/sharedlib.c, plugins/gdb/sharedlib_gui.c,
14320 plugins/gdb/signals.c, plugins/gdb/signals_gui.c,
14321 plugins/gdb/stack_trace.c, plugins/gdb/stack_trace.h,
14322 plugins/gdb/watch.c, plugins/gdb/watch.h, plugins/gdb/watch_gui.c:
14323 Removed debugger widgets from shell on debugger shutdown. Added
14324 scrolled windows for docked widgets. Removed unnecessary widget refs
14325 and unrefs. Destroy widgets correctly on debugger shutdown.
14327 * plugins/project-wizard/anjuta-project-wizard.glade: Added frame
14328 with project description title. Removed frame shadow.
14330 * plugins/project-wizard/druid.c: Initializes tooltips.
14332 * scintilla/Makefile.am: Fixed comiple error.
14334 2005-03-08 Adam Weinberger <adamw@gnome.org>
14336 * plugins/class-gen/anjuta-class-gen-plugin.glade,
14337 plugins/class-gen/class_gen.c: Fix grammar/spelling errors
14339 2005-03-08 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14341 * plugins/macro/macro-actions.c, plugins/macro/macro-db.[ch],
14342 plugins/macro/macro-dialog.c, plugins/macro/macro-util.[ch],
14343 plugins/macro/macro-util.c, plugins/macro/macro-util.h
14344 plugins/macro/macros.xml, plugins/macro/plugin.c :
14345 Moved cursor at the '|' position defined in macros.
14347 2005-03-07 Naba Kumar <naba@gnome.org>
14349 * plugins/subversion/Makefile.am: Fixed build error.
14351 * plugins/editor/anjuta-document-manager-plugin.in: Added some mime
14352 types (perl, python, shellscript).
14354 * plugins/editor/plugin.c: Fixed to show all highlight options.
14356 2005-03-07 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14358 * TODO.tasks : updated tasks.
14359 * plugins/gtodo/interface.c : Implemented column sorting (TASK MANAGER)
14361 2005-03-07 Naba Kumar <naba@gnome.org>
14363 * plugins/subvesion/plugin.c: Detect ".svn" directory to enable
14364 or disable subversion file-manager submenu. If "Subvesion" is also
14365 valid directory, we should also check for it.
14367 * configure.in: Disable cygwin macro until someone fixes the
14370 * plugins/subvesion/svn-thread.c: Use older API svn_client_add() for
14371 backward compatibility.
14373 2005-03-06 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14375 * src/about.c : Cleaned code.
14376 * plugins/macro/macros.xml : Added "do_while" C macro.
14377 * plugins/gdb/registers_cbs.[ch], plugins/gdb/registers_gui.c,
14378 plugins/gdb/sharedlib_cbs.[ch], plugins/gdb/sharedlib_gui.c,
14379 plugins/gdb/signals_cbs.[ch], plugins/gdb/signals_gui.c :
14380 Closed registers, shared libraries, kernel signals dialogs with ESC key.
14382 2005-03-06 Johannes Schmid <jhs@cvs.gnome.org>
14384 * plugins/class-gen/plugin.c:
14385 Removed "return" to activate project_root_uri watching.
14387 2005-03-06 Johannes Schmid <jhs@cvs.gnome.org>
14389 * plugins/Makefile.am
14390 plugins/subversion/*:
14391 Added subversion plugin. Add, Remove, Commit and Update work
14392 everything else needs work.
14394 * plugins/terminal/terminal.c
14395 Applied old 1.2.2 patch to fix Ctrl-C in terminal but
14396 we still have focus problems with the editor.
14398 2005-03-05 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14400 * AUTHORS, src/about.c : Updated about dialog by AUTHORS file.
14402 2005-03-04 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14404 * Makefile.am, src/about.c : Updated about dialog by AUTHORS.xml file.
14406 2005-03-04 Naba Kumar <naba@gnome.org>
14408 Patch from Massimo Cora' <maxcvs@email.it>:
14410 * plugins/class-gen/Makefile.am,
14411 plugins/class-gen/action-callbacks.c,
14412 plugins/class-gen/action-callbacks.h,
14413 (added) plugins/class-gen/anjuta-class-gen-plugin.glade,
14414 plugins/class-gen/anjuta-class-gen.plugin.in,
14415 plugins/class-gen/class_gen.c,
14416 plugins/class-gen/class_gen.h,
14417 (removed) plugins/class-gen/clsGen.c,
14418 (added) plugins/class-gen/goc_template_header,
14419 (added) plugins/class-gen/goc_template_source,
14420 plugins/class-gen/plugin.c,
14421 plugins/class-gen/plugin.h: Refactored class gen code.
14422 Added GOCBuilder code. Fixed UI. Implemented plugin.
14424 2005-03-03 Johannes Schmid <jhs@cvs.gnome.org>
14426 * plugins/project-wizard/property.c
14427 plugins/project-wizard/install.c
14428 plugins/project-wizard/druid.c
14429 plugins/editor/goto_line.c
14430 plugins/editor/plugin.c
14431 plugins/gtodo/add_edit_item.c
14432 plugins/gtodo/ligtodo.c
14433 plugins/gtodo/main.c
14434 plugins/gtodo/preferences.c:
14435 Fixed #167559, #167534, #167266, #167357
14436 (Bad English in strings...)
14438 Thanks to Adam Weinberger and Thierry Moisan for
14441 2005-03-03 Naba Kumar <naba@gnome.org>
14443 * libegg/Makefile.am, libegg/menu/Makefile.am,
14444 (added) libegg/egg-submenu-action.c,
14445 (added) libegg/menu/egg-submenu-action.h: Created a new action for
14446 submenu (used for wizard listing).
14448 * plugins/file-loader/anjuta-loader-plugin.ui
14449 plugins/file-loader/plugin.c: Implemented wizards submenu in menu
14452 * plugins/editor/action-callbacks.c,
14453 plugins/editor/aneditor.cxx, plugins/editor/plugin.c: Disabled
14454 ctrl+tabbing because it was interfaring with focus navigation.
14455 Focus editor on "Esc" in incremental search entry. Cleanups.
14457 * plugins/file-manager/an_file_view.c,
14458 plugins/symbol-browser/plugin.c,
14459 plugins/symbol-browser/an_symbol_view.c: Fixed key shortcuts.
14462 * plugins/profile-default/plugin.c,
14463 scintilla/PlatGTK.cxx: Fixed compiler warnings. Added splash icon
14466 * (removed) scintilla/patches/a64-crash-fix.patch,
14467 (added) scintilla/patches/set-cursor-warning-fix.diff: Updated
14470 2005-03-03 Naba Kumar <naba@gnome.org>
14472 * HACKING: Fixed typos.
14474 * plugins/editor/aneditor-indent.cxx: Clean up.
14476 * plugins/editor/plugin.c, plugins/editor/text_editor.[h]:
14477 Enable/disable save, undo and redo actions depending on state
14480 2005-03-02 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14482 * libanjuta/anjuta-status.h plugins/editor/Makefile.am
14483 plugins/editor/action-callbacks.c, plugins/editor/search-replace.c :
14484 Displayed search_incremental status.
14486 * Removed plugins/editor/search_incremental.[ch]
14488 2005-02-26 Johannes Schmid <jhs@cvs.gnome.org>
14490 * plugins/cvs-plugin/cvs-execute.c
14491 plugins/cvs-plugin/cvs-callbacks.c:
14492 - Use weak reference on mesg_view and reuse tab if
14493 it still exists to avoid cluttering message manager.
14494 - Fixed bug in cvs remove
14496 README, HACKING: Updated
14498 configure.in: Added check for libsvn
14500 2005-02-29 Naba Kumar <naba@gnome.org>
14502 * plugins/file-manager/an_file_view.c,
14503 plugins/symbol-browser/an_symbol_view.c,
14504 plugins/symbol-browser/plugin.c: Hide column headers (they
14507 2005-02-29 Naba Kumar <naba@gnome.org>
14509 * manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
14510 manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
14511 manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
14512 manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
14513 manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
14514 manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
14515 manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
14516 manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
14517 manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
14518 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
14520 * libanjuta/Makefile.am, libanjuta/anjuta-marshal.list,
14521 libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
14522 (added) libanjuta/anjuta-session.[hc],
14523 plugins/editor/plugin.c, plugins/file-loader/plugin.c,
14524 plugins/profile-default/plugin.c, plugins/profile-default/plugin.h,
14525 src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c, src/anjuta.h,
14528 Implemented session management. Implemented session
14529 container class. Added session notifications from shell. Implemented
14530 session save/load in editor, file-loader, default-profile-plugin
14531 and anjuta-app. Fixed window sizing and restoration. Cleaned up
14532 code in anjuta-app.[ch], anjuta.[ch], main.c. Added fullscreen
14533 and maximized states in session. Implemented project session
14536 2005-02-27 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14538 * plugins/class-gen/action-callbacks.[ch],
14539 plugins/class-gen/class_gen.c plugins/project-wizard/druid.c,
14540 plugins/gdb/breakpoints.c plugins/gdb/memory.c:
14541 Closed Wizard project, Class gen, Inspect memory, Breakpoints dialogs
14544 2005-02-26 Sebastien Granjoux <seb.sfo@free.fr>
14546 * plugins/project-wizard/anjuta-project-wizard.glade,
14547 plugins/project-wizard/druid.c:
14548 Add some padding in tab label in project selection page
14550 * plugins/project-wizard/druid.c,
14551 plugins/project-wizard/parser.c:
14552 Search for project template recursively
14553 Add ~/.anjuta/project to the search paths
14555 2005-02-26 Naba Kumar <naba@gnome.org>
14557 * plugins/file-wizard/action-callbacks.c: Fixed memory curruption.
14558 * plugins/file-loader/plugin.c: Fixed crash bug.
14559 * libanjuta/plugins.c: Fixed memory leak.
14561 2005-02-26 Naba Kumar <naba@gnome.org>
14563 * libanjuta/plugins.c, libanjuta/plugins.h: Implemented
14564 "UserActivatable" attribute for plugins. This attribute if set to
14565 "no" will prevent users from activating/deactivating it from
14566 plugins dialog. Added a toggle button in plugins dialog to toggle
14567 the plugins list between list of activatable plugins (default) to
14568 list of all plugins. anjuta_plugin_select() now only selects the
14569 plugin. Added anjuta_plugins_select_and_activate() method that will
14570 select and activate it.
14572 * plugins/profile-default/Makefile.am,
14573 plugins/profile-default/anjuta-default-profile.ui,
14574 plugins/profile-default/plugin.c,
14575 plugins/profile-default/plugin.h,
14576 plugins/project-manager/anjuta-project-manager.ui,
14577 plugins/project-manager/plugin.c,
14578 plugins/project-manager/plugin.h:
14580 Anjuta projects (*.anjuta) files define the profile of respective
14581 projects. Profile is a set of related plugins required for the
14582 project to open. Moved "close project" action from Project Manager
14583 to Profile Manager plugin. Implemented loading and unloading of
14584 project profiles in DefaultProfilePlugin. DefaultProfilePlugin
14585 (instead of Project Manager) now handles opening of *.anjuta files.
14586 Close Project menuitem is now moved to File submenu (being
14587 consistent with Anjuta 1.x versions and avoiding creating Project
14588 submenu when project manager is not loaded).
14590 * src/anjuta-actions.h: Fixed short-cut key for Help content.
14592 * src/anjuta.ui: Fixed place holder for projects.
14594 * (new) plugins/profile-default/default.anjuta: default startup
14595 profile. Removed the hardcoded plugins loading in
14596 DefaultProfilePlugin.
14599 plugins/project-wizard/templates/terminal/project.anjuta:
14600 Implemented project format in newly created projects.
14602 * plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in:
14603 plugins/class-gen/anjuta-class-gen.plugin.in,
14604 plugins/cvs-plugin/anjuta-cvs.plugin.in,
14605 plugins/editor/anjuta-document-manager.plugin.in,
14606 plugins/file-loader/anjuta-loader.plugin.in,
14607 plugins/file-wizard/anjuta-file-wizard.plugin.in,
14608 plugins/gdb/anjuta-gdb.plugin.in,
14609 plugins/glade/anjuta-glade.plugin.in,
14610 plugins/message-view/anjuta-message-manager.plugin.in,
14611 plugins/profile-default/anjuta-default-profile.plugin.in,
14612 plugins/project-manager/anjuta-project-manager.plugin.in,
14613 plugins/project-wizard/anjuta-project-wizard.plugin.in:
14614 Defined UserActivatable attributes. Added supported types attribute.
14616 * plugins/project-wizard/anjuta-project-wizard.glade
14617 plugins/project-wizard/plugin.c: Changed "New Project Wizard" to
14618 "Project Wizard" in preferences title.
14620 * TODO.tasks: Updated.
14622 * manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml:
14625 2005-02-25 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14627 * plugins/file-wizard/anjuta-file-wizard.glade
14628 plugins/file-wizard/file.[ch], plugins/macro/macros.xml :
14630 Integrated License macros, cleaned file.c.
14632 2005-02-24 Johannes Schmid <jhs@cvs.gnome.org>
14634 * plugins/macor/macro-util.c: Fixed crash bugs if email or
14635 username can not be found correctly.
14637 2005-02-24 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14639 * plugins/file-wizard/file.[ch], plugins/macro/macro-util.c,
14640 plugins/macro/macros.xml :
14642 Added Headers macros. Cleaned file.c
14644 2005-02-24 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14646 * plugins/file-wizard/action-callbacks.c, plugins/macro/macro-util.c,
14647 plugins/macro/macros.xml :
14649 Fixed a bug. Added Header macro.
14652 2005-02-24 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14654 * plugins/file-wizard/action-callbacks.c,
14655 plugins/file-wizard/file.c, plugins/macro/macro-util.c
14656 plugins/macro/macros.xml :
14658 Added FileName, Header template macros.
14660 2005-02-24 Naba Kumar <naba@gnome.org>
14662 * plugins/patch/patch-plugin.c: Fixed a function call.
14664 * src/anjuta.c, src/main.c: Save and load default session.
14666 2005-02-24 Naba Kumar <naba@gnome.org>
14668 * libanjuta/interfaces/libanjuta.idl,
14669 plugins/message-view/anjuta-msgman.c,
14670 plugins/message-view/anjuta-msgman.h,
14671 plugins/message-view/plugin.c: Added and implemented
14672 set_view_title() method.
14674 * plugins/build-basic-autotools/build-basic-autotools.c,
14675 plugins/build-basic-autotools/build-basic-autotools.h: Implemented
14676 build context pooling. Maximum 3 contexts are reused. Additional
14677 contexts are created when all are busy.
14679 2005-02-23 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14681 * plugins/macro/macro-actions.c, plugins/macro/macro-db.[ch],
14682 plugins/macro/macro-dialog.c, plugins/macro/macro-util.[ch],
14683 plugins/macro/macros.xml, plugins/macro/plugin.[ch],
14684 plugins/file-wizard/action-callbacks.c, plugins/file-wizard/file.c :
14686 Added Copyright, Changelog macros.
14688 2005-02-23 Naba Kumar <naba@gnome.org>
14690 Patch from Massimo Cora' <maxcvs@email.it>:
14691 * plugins/Makefile.am,
14692 plugins/patch/Makefile.am,
14693 (added) plugins/patch/anjuta-patch-plugin.png,
14694 (added) plugins/patch/anjuta-patch.plugin.in,
14695 (added) plugins/patch/anjuta-patch.ui,
14696 plugins/patch/patch-plugin.c,
14697 (added) plugins/patch/patch-plugin.h,
14698 (added) plugins/patch/plugin.c,
14699 (added) plugins/patch/plugin.h: Ported patch plugin to Anjuta 2.0
14702 2005-02-23 Naba Kumar <naba@gnome.org>
14704 * libanjuta/anjuta-marshal.list, libanjuta/anjuta-plugin.[ch],
14705 file-loader/plugin.c, profile-default/plugin.c:
14706 Implemented "activated" and "deactivated" signals for plugin class.
14707 Renamed *_location() functions to *_id(), because location is
14708 ambiguous. Implemented anjuta_plugins_unload_plugin_by_id() and
14709 anjuta_plugins_unload_plugin().
14711 * class-gen/plugin.c: Fixed complier warning and utility function call.
14713 * debug-manager/plugin.c: Unload debugger plugin correctly.
14715 * project-manager/plugin.c: Fixed compiler warnings.
14717 * plugins/project-wizard/templates/gnome/.cvsignore,
14718 plugins/project-wizard/templates/gnome/po/.cvsignore,
14719 plugins/project-wizard/templates/gnome/src/.cvsignore,
14720 plugins/project-wizard/templates/gtk/po/.cvsignore,
14721 plugins/project-wizard/templates/gtkmm/po/.cvsignore,
14722 plugins/project-wizard/templates/xlib/.cvsignore: Added cvsignores.
14724 * manuals/reference/libanjuta/tmpl/*: Unnecessary changes from the
14725 build (we need to fix this thing).
14727 2005-02-23 Johannes Schmid <jhs@cvs.gnome.org>
14729 * plugins/macro/macro-action.[ch]
14730 plugins/macro/macro-edit.c
14731 plugins/macro/macro-dialog.c
14732 plugins/macro/macro-db.[ch]
14733 plugins/macro/plugin.[ch]
14734 plugins/macro/macro-util.[ch] (added)
14736 Cleaned up macro plugin and preview expanded macros.
14738 2005-02-21 Ryan Garver <rgarvage@yahoo.com>
14740 * plugins/cvs-plugin/cvs-interface.c:
14742 Fixed option setting when using no compression and not
14745 2005-02-23 Naba Kumar <naba@gnome.org>
14747 * src/anjuta.c, src/anjuta.h, src/main.c: Save and restore window
14748 geometry on exit and startup (only if there is no geometry from the
14751 * TODO.tasks: Updated.
14753 Patch from Sebastien Granjoux <seb.sfo@free.fr>:
14755 * manuals/reference/libanjuta/Makefile.am,
14756 manuals/reference/libanjuta/libanjuta-docs.sgml,
14757 (new) manuals/reference/libanjuta/project-wizard-format.sgml: Added
14758 documentation for writing project templates.
14760 2005-02-22 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14762 * plugins/macro/macro-actions.c, plugins/macro/macro-actions.h
14763 plugins/macro/macro-dialog.c, plugins/macro/macros.xml :
14765 Expansion keywords in macros.
14767 2005-02-22 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14769 * plugins/file-wizard/action-callbacks.c,
14770 plugins/file-wizard/file.[ch], plugins/macro/macro-actions.c,
14771 plugins/macro/macros.xml :
14773 Inserting text by macro plugin
14776 2005-02-22 Johannes Schmid <jhs@cvs.gnome.org>
14778 * plugins/macro/plugin.c
14779 plugins/cvs-plugin/plugin.c:
14781 Fixed interfaces (use static)
14783 2005-02-21 Johannes Schmid <jhs@cvs.gnome.org>
14785 * plugins/macro/macro-actions.[ch]
14786 plugins/macro/plugin.c
14787 libanjuta/interfaces/libanjuta.idl:
14789 Implemented IAnjutaMacro interface to be used by file-wizard
14791 * plugins/cvs-plugin/plugin.c
14792 libanjuta/interfaces/libanjuta.idl:
14794 Reworked IAnjutaCvs to IAnjutaVCS to be used as an interface
14795 for all version control systems and not only for cvs.
14797 2005-02-20 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14799 * plugins/macro/macro-actions.[ch], plugins/macro/macros.xml : Added
14802 * plugins/file-wizard/anjuta-file-wizard.glade : Add project & CVS.
14805 2005-02-21 Naba Kumar <naba@gnome.org>
14807 * libanjuta/interfaces/libanjuta.idl: Fixed IAnjutaDebugManager and
14808 IAnjutaDebugger interface.
14810 * plugins/debug-manager/anjuta-debug-manager.ui,
14811 plugins/debug-manager/attach_process.c,
14812 plugins/debug-manager/attach_process.h,
14813 plugins/debug-manager/plugin.c,
14814 plugins/debug-manager/plugin.h,
14815 plugins/gdb/actions.c,
14816 plugins/gdb/actions.h,
14817 plugins/gdb/anjuta-gdb-plugin.ui,
14818 plugins/gdb/breakpoints.c,
14819 plugins/gdb/breakpoints.h,
14820 plugins/gdb/debugger.c,
14821 plugins/gdb/debugger.h,
14822 plugins/gdb/memory.c,
14823 plugins/gdb/plugin.c,
14824 plugins/gdb/plugin.h,
14825 plugins/gdb/sharedlib.h,
14826 plugins/gdb/sharedlib_cbs.c,
14827 plugins/gdb/watch.c: Fixed debugger plugin. Split debug operations
14828 correctly between debug-manager and debugger. Implemented debugger
14829 interface in gdb plugin. Fixed action names. Added UI updating.
14830 Start and stop debugger (does not work yet). Fixed UI merging.
14831 Fixed debugger plugin handling in debug-manager.
14833 2005-02-20 Johannes Schmid <jhs@cvs.gnome.org>
14835 * plugins/editor/aneditor-autocomplete.cxx:
14837 Patch from Jason Bayman <JBayman@HobbitHell.com> avoids
14838 crash with C++ "template" keyword.
14840 2005-02-20 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14842 * plugins/macro/macro-dialog.c, plugins/macro/macro-edit.c :
14843 Fixed bug (Closed macro dialogs with Esc key).
14845 2005-02-19 Sebastien Granjoux <seb.sfo@free.fr>
14847 * plugins/project-wizard/xlib.wiz,
14848 plugins/project-wizard/xlib-logo.png,
14849 plugins/project-wizard/xlib/*:
14850 Port old xlib anjuta project on new project wizard
14852 * plugins/project-wizard/xlib-dock.wiz,
14853 plugins/project-wizard/xlib-dock/*:
14854 Port old xlib dock anjuta project on new project wizard
14856 * plugins/project-wizard/wxwin.wiz,
14857 plugins/project-wizard/wxwin-logo.png,
14858 plugins/project-wizard/wxwin/*:
14859 Port old wxwin anjuta project on new project wizard
14861 * configure.in, plugins/project-wizard/templates/Makefile.am: Other
14862 necessary changes for the new templates.
14864 2005-02-18 Naba Kumar <naba@gnome.org>
14866 * plugins/Makefile.am: Added class-gen
14868 2005-02-17 Sebastien Granjoux <seb.sfo@free.fr>
14870 * plugins/project-wizard/header.c:
14871 Fix a bug in sorting of project categories
14873 2005-02-18 Naba Kumar <naba@gnome.org>
14875 Patch from Massimo Cora <maxcvs@email.it>:
14877 * plugins/class-gen/.cvsignore,
14878 plugins/class-gen/Makefile.am,
14879 (added) plugins/class-gen/action-callbacks.c,
14880 (added) plugins/class-gen/action-callbacks.h,
14881 (added) plugins/class-gen/anjuta-class-gen.plugin.in,
14882 (added) plugins/class-gen/class_gen.c,
14883 (added) plugins/class-gen/class_gen.h,
14884 (added) plugins/class-gen/plugin.c,
14885 (added) plugins/class-gen/plugin.h: Ported class wizard to the
14888 * plugins/project-manager/plugin.c: implemented add_source().
14890 2005-02-17 Naba Kumar <naba@gnome.org>
14892 * plugins/file-loader/plugin.c: Fixed possible crash.
14894 * src/action-callbacks.c, src/action-callbacks.h,
14895 src/anjuta-actions.h, src/anjuta.ui: Fixed help menuitems.
14897 2005-02-17 Naba Kumar <naba@gnome.org>
14899 * plugins/project-wizard/templates/anjuta-plugin.wiz,
14900 plugins/project-wizard/templates/gnome.wiz,
14901 plugins/project-wizard/templates/gtk.wiz,
14902 plugins/project-wizard/templates/gtkmm.wiz,
14903 plugins/project-wizard/templates/terminal.wiz,
14904 plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
14905 plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
14906 plugins/project-wizard/templates/gnome/src/callbacks.c,
14907 plugins/project-wizard/templates/gnome/src/callbacks.h,
14908 plugins/project-wizard/templates/gnome/src/main.c,
14909 plugins/project-wizard/templates/gtk/src/callbacks.c,
14910 plugins/project-wizard/templates/gtk/src/callbacks.h,
14911 plugins/project-wizard/templates/gtk/src/main.c,
14912 plugins/project-wizard/templates/gtkmm/src/main.cc,
14913 plugins/project-wizard/templates/terminal/src/main.c: Fixed templates
14914 to generate licence correctly (without any extra newlines). Removed
14915 IncludeGNUHeader macro definition and added proper licence property.
14916 Fixed project directory paths in file contents.
14918 2005-02-17 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14920 * plugins/macro/macro-dialog.c, plugins/macro/macro-edit.c :
14921 Closed macro dialogs with Esc key.
14923 2005-02-16 Naba Kumar <naba@gnome.org>
14925 * plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
14926 plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
14927 plugins/project-wizard/templates/gnome/src/callbacks.c,
14928 plugins/project-wizard/templates/gnome/src/callbacks.h,
14929 plugins/project-wizard/templates/gnome/src/main.c,
14930 plugins/project-wizard/templates/gtk/src/main.c,
14931 plugins/project-wizard/templates/gtkmm/src/main.cc,
14932 plugins/project-wizard/templates/terminal/src/main.c: Fixed licence
14933 macros to avoid blank newlines.
14935 2005-02-16 Sebastien Granjoux <seb.sfo@free.fr>
14937 * plugins/project-wizard/autogen.c:
14938 Correct a problem when having property value in UTF-8
14940 * plugins/project-wizard/druid.c:
14941 Correct a bug when reselecting a new project (all pages
14944 * plugins/project-wizard/property.c:
14945 Avoid having default invalid properties
14947 * plugins/project-wizard/templates/terminal.wiz,
14948 plugins/project-wizard/templates/terminal/po/ChangeLog,
14949 plugins/project-wizard/templates/terminal/src/main.c:
14950 Remove command for testing run function
14951 Move destination directory to second page and include
14952 project name. Add exist tag. Remove unused properties.
14954 2005-02-16 Naba Kumar <naba@gnome.org>
14956 * Makefile.am, libanjuta/interfaces/libanjuta.idl,
14957 plugins/debug-manager/anjuta-debug-manager.ui,
14958 plugins/debug-manager/plugin.c,
14959 plugins/gdb/Makefile.am, plugins/gdb/breakpoints.c,
14960 plugins/gdb/debugger.c, plugins/gdb/plugin.c,
14961 plugins/gdb/plugin.h, plugins/gdb/registers.c,
14962 plugins/gdb/sharedlib.c, plugins/gdb/signals.c,
14963 plugins/gdb/stack_trace.c, plugins/gdb/utilities.c,
14964 plugins/gdb/utilities.h, plugins/gdb/watch_cbs.c,
14965 (removed) src/anjuta_info.c,
14966 (removed) src/anjuta_info.h,
14967 (added) plugins/gdb/info.c (added) plugins/gdb/info.h,
14968 (added) plugins/gdb/anjuta-gdb-plugin.ui,
14969 (added) plugins/gdb/actions.c,
14970 (added) plugins/gdb/actions.h: Completed initial
14971 porting of debugger to new architecture. Fixed many of the debugger
14974 * plugins/file-loader/plugin.c: Detect some important mime ourself
14975 to avoid inconsistencies when mime system isn't working.
14977 2005-02-16 Naba Kumar <naba@gnome.org>
14979 * plugins/editor/Makefile.am,
14980 (added) plugins/editor/aneditor-autocomplete.cxx,
14981 (added) plugins/editor/aneditor-calltip.cxx,
14982 (added) plugins/editor/aneditor-indent.cxx,
14983 (added) plugins/editor/aneditor-priv.h,
14984 plugins/editor/aneditor.cxx: Split aneditor.cxx file into
14985 different smaller chunks to make it easy to maintain.
14987 2005-02-16 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14989 * plugins/project-wizard/druid.c :
14991 Found system Email address if not defined in Preferences.
14993 2005-02-16 Johannes Schmid <jhs@cvs.gnome.org>
14995 * plugins/project-wizard/gtkmm.wiz
14996 plugins/project-wizard/gtkmm-logo.png (from pixmaps/)
14997 plugins/project-wizard/gtkmm/*
14999 Added GTKmm (C++) project type
15001 2005-02-15 Johannes Schmid <jhs@cvs.gnome.org>
15003 * plugins/message-view/plugin.c
15004 plugins/message-view/message-view.c
15006 Implemented next/prev action
15008 2005-02-15 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15010 * plugins/project-wizard/templates/libglade2.* :
15011 Removed libglade2 project.
15013 * plugins/project-wizard/templates/gtk* :
15014 Removed interface.[ch] & support.[ch].
15016 2005-02-15 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15018 * plugins/project-wizard/anjuta-project-wizard.glade,
15019 plugins/project-wizard/property.[ch],
15020 plugins/project-wizard/templates/anjuta-plugin.wiz :
15021 Added a new property ("iconfile").
15023 2005-02-14 Naba Kumar <naba@gnome.org>
15025 * plugins/project-wizard/install.c,
15026 plugins/project-wizard/plugin.c,
15027 plugins/project-wizard/templates/anjuta-plugin.wiz,
15028 plugins/project-wizard/templates/gnome.wiz,
15029 plugins/project-wizard/templates/gtk.wiz,
15030 plugins/project-wizard/templates/libglade2.wiz,
15031 plugins/project-wizard/templates/terminal.wiz: Added actions to autogen
15032 newly created projects and open them. Fixed message buffering in
15035 2005-02-14 Naba Kumar <naba@gnome.org>
15037 * src/about.c, pixmaps/Makefile.am,
15038 (new) pixmaps/anjuta_logo2.png: New about page splash screen.
15040 * mime/gnome-mime-application-x-anjuta.png,
15041 pixmaps/anjuta_icon.png,
15042 (new) pixmaps/anjuta_icon.svg: New svg icon and derived png icons
15043 done by 9-speed at:
15044 http://cvs.freedesktop.org/svg-icons/lila/gnome/scalable/apps/anjuta_icon.svg?rev=1.2&view=log
15046 2005-02-14 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15049 plugins/project-wizard/templates/libglade2-logo.png,
15050 plugins/project-wizard/templates/libglade2.wiz,
15051 plugins/project-wizard/templates/libglade2/* :
15055 2005-02-14 Naba Kumar <naba@gnome.org>
15057 * TODO.tasks: Updated.
15059 * plugins/editor/anjuta-docman.c,
15060 plugins/editor/text_editor.c,
15061 plugins/editor/text_editor.h,
15062 plugins/editor/text_editor_cbs.c: Added gnome-vfs monitor
15063 for file modification, but it is still not functioning.
15065 2005-02-13 Sebastien Granjoux <seb.sfo@free.fr>
15067 * plugins/project-wizard/values.c,
15068 plugins/project-wizard/values.h,
15069 plugins/project-wizard/property.c,
15070 plugins/project-wizard/property.h,
15071 plugins/project-wizard/druid.c:
15072 Rewrite mandatory property check
15073 Add check of exist property
15074 Rewrite handling of cached property page
15076 2005-02-13 Naba Kumar <naba@gnome.org>
15078 Patch from Igor Kovalenko <garrison@mail.ru>:
15079 * tagmanager/tm_workspace.c: Improved performance.
15081 2005-02-13 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15083 *plugins/project-wizard/templates/*.wiz,
15084 plugins/project-wizard/druid.c,
15085 plugins/project-wizard/templates/terminal/src/main.c,
15086 plugins/project-wizard/templates/gtk/src/*.[ch],
15087 plugins/project-wizard/templates/gtk/src/Makefile.am,
15088 plugins/project-wizard/templates/gnome/src/*.[ch],
15089 plugins/project-wizard/templates/anjuta-plugin/src/*.[ch] :
15090 Add Copyright date & Email address,
15091 Correct terminal project.
15093 2005-02-12 Naba Kumar <naba@gnome.org>
15095 * plugins/project-wizard/property.c: Fixed hidden
15096 properties to take values.
15098 * plugins/project-wizard/file.[ch]: Renamed
15099 true/false enum values to fix compile error
15100 (conflict with other definition).
15102 * plugins/file-loader/plugin.c: Detect anjuta projects correctly
15103 even when mime type detection fails (for example, when Anjuta is
15104 installed in non-system prefix).
15106 2005-02-12 Sebastien Granjoux <seb.sfo@free.fr>
15108 * plugins/project-wizard/values.c,
15109 plugins/project-wizard/values.h:
15110 Rewrite file with more comments
15112 * plugins/project-wizard/druid.c,
15113 plugins/project-wizard/druid.h,
15114 plugins/project-wizard/autogen.c,
15115 plugins/project-wizard/autogen.h,
15116 plugins/project-wizard/druid.c,
15117 plugins/project-wizard/druid.h:
15119 Use values instead of properties
15120 Move default properties to druid.c
15122 * plugins/project-wizard/install.c,
15123 plugins/project-wizard/install.h:
15124 Use values instead of properties
15125 Add a check to avoid overwriting files
15127 * plugins/project-wizard/parser.c,
15128 plugins/project-wizard/property.c,
15129 plugins/project-wizard/property.h:
15130 Update to use new values
15131 Add an "exist" attribute to check if a directory already exist
15133 * plugins/project-wizard/anjuta-project-wizard.glade:
15134 Change project selection page (GtkTextView => GtkLabel,
15135 GtkTable => GtkVBox)
15137 * plugins/project-wizard/templates/terminal.wiz:
15138 Move destination directory on second page
15140 * plugins/project-wizard/action.c:
15143 2005-02-12 Naba Kumar <naba@gnome.org>
15145 * plugins/file-manager/an_file_view.c,
15146 plugins/symbol-browsers/an_symbol_view.c: Removed rules hint from the
15147 views. Created dynamic update date of view depending on project
15148 changes -- similar to file-manager view.
15150 * plugins/devhelp/plugin.c: Load help on idle.
15152 * plugins/editor/anjuta-document-manager.glade: Moved 'disable
15153 autoformat' to proper location in preferences.
15155 * mime/anjuta.mime: Added .prj extension in the mime type for backward
15158 * plugins/editor/plugin.c: Fixed accel name.
15160 2005-02-12 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15162 *plugins/project-wizard/templates/anjuta-plugin.wiz,
15163 plugins/project-wizard/templates/gnome.wiz,
15164 plugins/project-wizard/templates/gtk.wiz,
15165 plugins/project-wizard/anjuta-project-wizard.glade,
15166 plugins/project-wizard/autogen.c:
15167 Add Username & Email address in Project preferences.
15169 2005-02-11 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15171 *plugins/project-wizard/templates/gnome-logo.png,
15172 plugins/project-wizard/templates/gnome.wiz,
15173 plugins/project-wizard/templates/gnome/* :
15176 2005-02-11 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15178 * plugins/project-wizard/templates/terminal/src/main.c,
15179 plugins/project-wizard/templates/terminal/src/main.c,
15180 plugins/project-wizard/templates/terminal/src/main.[ch] :
15181 Insert License in projects
15183 2005-02-11 Naba Kumar <naba@gnome.org>
15185 * TODO.tasks: Added message manager task.
15187 * plugins/devhelp/plugin.c: Show busy while initializing devhelp.
15189 * plugins/editor/plugin.c: Use bookmark stock icons.
15191 * plugins/message-view/anjuta-message-manager.ui,
15192 plugins/message-view/plugin.c: Added toolbar buttons for next/prev.
15194 2005-02-10 Naba Kumar <naba@gnome.org>
15196 * libanjuta/interfaces/libanjuta.idl: fixed build error.
15198 2005-02-09 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15200 * global-tags/Makefile.am
15201 Error during 'make install'
15203 2005-02-09 Naba Kumar <naba@gnome.org>
15205 * plugins/symbol-browser/anjuta-symbol-browser-pluing.glade: Added
15208 2005-02-08 Naba Kumar <naba@gnome.org>
15210 * plugins/symbol-browser/an_symbol_prefs.[ch]: Added missing files.
15212 * plugins/symbol-browser/an_symbol_prefs.c, src/anjuta-app.c:
15213 Show busy cursur when updating global tags in preferences.
15215 * configure.in: Fixed.
15217 2005-02-08 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15219 * plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl
15220 plugins/project-wizard/templates/anjuta-plugin/src/plugin.c
15222 - Fixed anjuta-plugin project (glade)
15224 2005-02-08 Naba Kumar <naba@gnome.org>
15226 * plugins/editor/aneditor.cxx: Implemented auto-indent on 'tab' press.
15227 Fixed automatic indentations.
15229 * global-tags/Makefile.am, global-tags/create_global_tags.sh:
15230 Global tags are now segregated into smaller api tags, which can be
15231 selectively loaded from symbol browser preferences.
15233 * plugins/project-manager/plugin.c, plugins/project-manager/plugin.h:
15234 Implemented IProjectManager interface in project-manager. Mostly getter
15235 methods for now, but need to add add() and remove() methods to add
15236 or remove project elements.
15238 * plugins/gdb/debug_tree.c: Small fix.
15240 * plugins/editor/aneditor.cxx, plugins/symbol-browser/Makefile.am,
15241 plugins/symbol-browser/an_symbol_info.c,
15242 plugins/symbol-browser/an_symbol_info.h,
15243 plugins/symbol-browser/an_symbol_search.c,
15244 plugins/symbol-browser/an_symbol_search.h,
15245 plugins/symbol-browser/an_symbol_view.c,
15246 plugins/symbol-browser/an_symbol_view.h,
15247 plugins/symbol-browser/plugin.c,
15248 plugins/symbol-browser/plugin.h,
15250 tagmanager/entry.h,
15251 tagmanager/tm_project.c,
15252 tagmanager/tm_symbol.c,
15253 tagmanager/tm_tag.c,
15254 tagmanager/tm_workspace.c,
15255 tagmanager/vstring.c,
15256 tagmanager/include/tm_tag.h,
15257 tagmanager/include/tm_workspace.h:
15259 - Fixed tagmanager parsing of source files to parse for typedefines and
15260 properly record element scopes. Implemented scope autocompletion
15261 (autocompletion on '.', '->', '::' and ':'. The functionality is not
15262 fully working. It was based on older patch for Anjuta 1.2.2 in SF
15263 patch list (author is unknown).
15264 - Implemented symbol-browser preferences for dynamically loading and
15265 saving tags API segments.
15266 - Fixed symbol-search to use tagmanager directly instead of depending
15267 on symbol-view for tags list.
15268 - Fixed symbol-view to create the tree using TMSymbol tree directly.
15269 - Fixed TMSymbol to create the complete tags tree instead of letting the
15270 symbol-view created the root nodes.
15271 - Changed project tags cache name to .tm_project2.cache because the
15272 newer format records additional scope information.
15274 2005-02-07 Naba Kumar <naba@gnome.org>
15276 * plugins/editor/style-editor.c,
15277 plugins/editor/anjuta-document-manager.glade: Used GtkColorButton
15278 and GtkFontButton instead of deprecated widgets in
15281 2005-02-07 Sebastien Granjoux <seb.sfo@free.fr>
15283 * plugins/project-wizard/action.c,
15284 plugins/project-wizard/action.h,
15285 plugins/project-wizard/autogen.c,
15286 plugins/project-wizard/autogen.h,
15287 plugins/project-wizard/file.c,
15288 plugins/project-wizard/file.h,
15289 plugins/project-wizard/install.c,
15290 plugins/project-wizard/install.h,
15291 plugins/project-wizard/parser.h,
15292 plugins/project-wizard/parser.c,
15293 plugins/project-wizard/property.c,
15294 plugins/project-wizard/property.h,
15295 plugins/project-wizard/plugin.h,
15296 plugins/project-wizard/plugin.c,
15297 plugins/project-wizard/values.c,
15298 plugins/project-wizard/values.h:
15299 Replace C++ comments by C comments
15301 * plugins/project-wizard/autogen.c,
15302 plugins/project-wizard/autogen.h:
15303 Add a run time check of autogen version.
15304 Add UserName variable.
15306 * plugins/project-wizard/anjuta-project-wizard.glade,
15307 plugins/project-wizard/header.c,
15308 plugins/project-wizard/druid.c,
15309 plugins/project-wizard/druid.h:
15310 Sort project in alphabetic order.
15311 Correct selection troubles in notebooks.
15313 * plugins/project-wizard/parser.c:
15314 Add some check when reading the project header block.
15316 2005-02-05 Sebastien Granjoux <seb.sfo@free.fr>
15318 * plugins/project-wizard/action.c,
15319 plugins/project-wizard/action.h,
15320 plugins/project-wizard/autogen.c,
15321 plugins/project-wizard/autogen.h,
15322 plugins/project-wizard/file.c,
15323 plugins/project-wizard/file.h,
15324 plugins/project-wizard/install.c,
15325 plugins/project-wizard/parser.h,
15326 plugins/project-wizard/parser.c,
15327 plugins/project-wizard/property.c,
15328 plugins/project-wizard/property.h,
15329 plugins/project-wizard/values.c,
15330 plugins/project-wizard/values.h,
15331 Add a space between function name and open.
15333 * plugins/project-wizard/plugin.h,
15334 plugins/project-wizard/plugin.c,
15335 plugins/project-wizard/install.c,
15336 Avoid a crash if the user close the message view used by the .
15338 * plugins/project-wizard/anjuta-project-wizard,
15339 plugins/project-wizard/druid.c,
15340 plugins/project-wizard/druid.h,
15341 plugins/project-wizard/header.h,
15342 plugins/project-wizard/header.c,
15343 Add a text view with the description of each.
15344 Add a tab for each project.
15345 Replace some C++ comments to C comments.
15347 2005-02-05 Naba Kumar <naba@gnome.org>
15349 * plugins/project-wizard/anjuta-project-wizard-plugin.png:
15350 New icon from Sebastien Granjoux .
15352 2005-02-05 Sebastien Granjoux <seb.sfo@free.fr>
15354 * libanjuta/anjuta-preferences.c:
15355 Set file property even without a focus out event (file selected
15358 2005-02-04 Naba Kumar <naba@gnome.org>
15360 * plugins/glade/plugin.c: Fixed glade function calls.
15361 * configure.in: Fixed a typo.
15362 * TODO.tasks: Updated.
15364 2005-02-03 Naba Kumar <naba@gnome.org>
15366 * plugins/project-manager/plugin.c: Fixed memory corruption.
15368 * plugins/build-basic-autotools/build-basic-autotools.c: Fixed
15371 * manuals/reference/libanjuta/tmpl/ianjuta-buildable.sgml,
15372 manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
15373 manuals/reference/libanjuta/tmpl/ianjuta-project-manager.sgml,
15374 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
15376 * libanjuta/interfaces/libanjuta.idl,
15377 plugins/project-manager/plugin.c: Implemented IAnjutaProjectManager
15380 * plugins/symbol-browser/an_symbol_view.c: Fixed memory leaks.
15382 Patch from Massimo Cora <maxcvs@email.it>:
15383 * plugins/editor/plugin.c: Fixed update UI for created buffers.
15385 2005-02-01 Naba Kumar <naba@gnome.org>
15387 * libanjuta/anjuta-launcher.c, libanjuta/anjuta-launcher.h,
15388 libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h,
15389 plugins/editor/goto_line.c, plugins/editor/goto_line.h,
15390 scintilla/ScintillaGTK.cxx, scintilla/include/ScintillaWidget.h,
15391 (new) scintilla/patches/a64-crash-fix.patch: Applied old patches
15392 from sourceforge -- a64 crash fixes (correct typing for GType)
15393 and fixes compile errors in sun.
15395 * plugins/terminal/terminal.c: Patch from sourceforge -- Fixes
15396 paste (shift+insert) in terminal.
15398 2005-02-01 Kjartan Maraas <kmaraas@gnome.org>
15400 * configure.in: Add «nb» to ALL_LINGUAS.
15402 2005-02-01 Naba Kumar <naba@gnome.org>
15404 * TODO.tasks, TODO: Updated todo tasks.
15406 * plugins/editor/anjuta-document-manager.glade: Improved search
15409 * TODO.tasks: Fixed xml format.
15411 * plugins/editor/aneditor.cxx: Added code to trap 'tab' key (does not
15414 * plugins/editor/text_editor.c, plugins/editor/text_editor.h: Code
15417 * plugins/gtodo/interface.c, plugins/gtodo/libgtodo.c: Fixed xml
15418 format during save (removed unwanted text nodes). Fixed scrollbars.
15420 2005-01-31 Naba Kumar <naba@gnome.org>
15422 * libanjuta/interfaces/libanjuta.idl,
15423 plugins/cvs-plugin/cvs-execute.c, plugins/macro/macro-actions.c:
15424 Implemented append() method for IAnjutaEditor interface and fixed
15425 various bugs with text insertions (cvs diff and macro insertions).
15427 * plugins/editor/aneditor.cxx: Implemented mulilevel calltips, fixed
15428 automatic indentation.
15430 * plugins/editor/action-callbacks.c,
15431 plugins/editor/action-callbacks.h,
15432 plugins/editor/anjuta-docman.c,
15433 plugins/editor/anjuta-document-manager.ui,
15434 plugins/editor/plugin.c,
15435 plugins/editor/text_editor.c,
15436 plugins/editor/text_editor.h,
15437 plugins/editor/text_editor_prefs.c: Create highlight menu dynamically.
15438 Fixed highlight issues.
15440 * plugins/macro/plugin.c: Added keyboard shortcuts for insert and add
15443 * plugins/symbol-browser/an_symbol_view.c: Force update project.
15445 * data/properties/*: Updated properties files from scite. Created
15446 styles.properties to override the scite styles.
15448 * plugins/editor/aneditor.cxx: Fixed automatic indentation.
15450 * manuals/reference/libanjuta/libanjuta.types: Fixed build error.
15452 2005-01-30 Naba Kumar <naba@gnome.org>
15454 * libanjuta/interfaces/libanjuta.idl: Added documentations and removed
15455 unused definitions.
15457 * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Fixed typo.
15459 * plugins/editor/aneditor.cxx, plugins/editor/aneditor.h,
15460 plugins/editor/text_editor.c,
15461 plugins/editor/text_editor_prefs.c: Added new aneditor commands,
15462 fixed linuwidth preference setting, fixed insert text interface
15463 implementation. Improved automatice-indentation for cpp lexer.
15465 * plugins/symbol-browser/an_symbol_view.c: Code cleanup.
15467 2005-01-29 Naba Kumar <naba@gnome.org>
15469 * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Disabled "Remove sticky"
15470 option in update dialog as default. Improved import dialog. Sized
15473 * configure.in: Fixed underquoted warning from autoconf.
15475 * plugins/editor/action-callbacks.c,
15476 plugins/editor/aneditor.cxx,
15477 plugins/editor/aneditor.h,
15478 plugins/editor/anjuta-document-manager.glade,
15479 plugins/editor/plugin.c,
15480 plugins/editor/plugin.h,
15481 plugins/editor/text_editor.c,
15482 plugins/editor/text_editor.h,
15483 plugins/editor/text_editor_prefs.c: Implemented prefernces commands
15484 for Editor and fixed all preferences syncronization and notifys for
15485 visible prefs (in editor preferences page).
15487 * plugins/file-loader/plugin.c: Load recent files on idle.
15489 2005-01-28 Naba Kumar <naba@gnome.org>
15491 * plugins/editor/text_editor.c, plugins/editor/text_editor.h,
15492 plugins/editor/text_editor_prefs.c: Fixed linenumbers width bug.
15494 * plugins/editor/action-callbacks.c,
15495 plugins/editor/action-callbacks.h,
15496 plugins/editor/aneditor.cxx,
15497 plugins/editor/aneditor.h,
15498 plugins/editor/anjuta-document-manager.ui,
15499 plugins/editor/plugin.c,
15500 plugins/editor/text_editor.c,
15501 plugins/editor/text_editor.h,
15502 plugins/editor/text_editor_cbs.c,
15503 plugins/editor/text_editor_cbs.h,
15504 plugins/editor/text_editor_prefs.c: Implemented Multiple view of
15507 Patch from Massimo Cora <maxcvs@email.it>:
15508 * plugins/editor/an_symbol_search.c,
15509 plugins/editor/an_symbol_search.c: Fixed crash bugs.
15511 2005-01-27 Naba Kumar <naba@gnome.org>
15513 *libegg/eggcomboselect.c: Fix crash bug during popup close and fixed
15514 minimum size request to 200.
15516 * plugins/symbol-browser/an_symbol_info.c,
15517 plugins/symbol-browser/an_symbol_info.h,
15518 plugins/symbol-browser/an_symbol_search.c,
15519 plugins/symbol-browser/an_symbol_search.h,
15520 plugins/symbol-browser/an_symbol_view.c,
15521 plugins/symbol-browser/an_symbol_view.h,
15522 plugins/symbol-browser/plugin.c: Fixed object disposition. Fixed
15523 pixbuf retrieval. Fixed runtime warning. Code clean up.
15525 2005-01-27 Naba Kumar <naba@gnome.org>
15527 * configure.in, plugins/Makefile.am, src/anjuta-app.c,
15528 src/anjuta.ui, (new) plugins/glade/.cvsignore,
15529 (new) plugins/glade/Makefile.am,
15530 (new) plugins/glade/anjuta-glade-plugin.png,
15531 (new) plugins/glade/anjuta-glade.plugin.in,
15532 (new) plugins/glade/anjuta-glade.ui,
15533 (new) plugins/glade/plugin.c,
15534 (new) plugins/glade/plugin.h,
15535 (new) plugins/profile-default/plugin.c: Glade plugin. Disabled for
15536 now until glade3 works properly.
15538 * libanjuta/anjuta-marshal.[c,h]: Removed from cvs, because
15539 they are generated.
15541 2005-01-26 Naba Kumar <naba@gnome.org>
15543 * mime/Makefile.am, (new)gnome-mime-application-x-anjuta.png:
15544 Added mime icon for anjuta projects.
15546 patch from Massimo Cora <maxcvs@email.it>:
15547 * an_symbol_info.c, an_symbol_info.h, an_symbol_search.c,
15548 an_symbol_search.h, an_symbol_view.c, plugin.c:
15549 Fix/implement objects destroying/freeing.
15551 2005-01-26 Johannes Schmid <jhs@cvs.gnome.org>
15553 * src/action-callback.[ch], src/anjuta-actions.h:
15554 Changed bug and feature request urls to bugzilla.gnome.org and removed LIDN
15555 because it has not been updated for years and we know have a devhelp plugin
15556 which can do the job much better.
15557 * TODO.tasks: Updated done items
15559 2005-01-25 Naba Kumar <naba@gnome.org>
15561 * autogen.sh: Fixed to generate interface files.
15563 * plugins/editor/plugin.c, plugins/project-manager/plugin.c: Fixed
15564 session save filenames.
15566 * plugins/editor/anjuta-docman.c: Lazy create fileselection dialogs.
15568 2005-01-24 Sebastien Granjoux <seb.sfo@free.fr>
15570 * plugins/project-wizard/Makefile.am,
15571 plugins/project-wizard/install.c,
15572 plugins/project-wizard/install.h,
15573 plugins/project-wizard/parser.c,
15574 plugins/project-wizard/parser.h,
15575 plugins/project-wizard/templates/terminal.wiz:
15576 Add action list block in wizard template
15577 * plugins/project-wizard/file.c,
15578 plugins/project-wizard/autogen.c:
15581 2005-01-23 Naba Kumar <naba@gnome.org>
15583 * configure.in: Fixed build error.
15585 2005-01-22 Sebastien Granjoux <seb.sfo@free.fr>
15587 * plugins/project-wizard/druid.c,
15588 plugins/project-wizard/parser.c,
15589 plugins/project-wizard/property.c: Rewrite parser with
15590 better error handling
15592 2005-01-22 Naba Kumar <naba@gnome.org>
15594 * plugins/symbol-browser/plugin.c: Changed c++ coments
15595 to c commnets and formated code to anjuta coding styles.
15597 2005-01-21 Naba Kumar <naba@gnome.org>
15599 * configure.in, autogen.sh: Fixed build errors in newer automake.
15601 * plugins/editor/anjuta-docman.c: Do not emit change editor
15602 signal while in dispose.
15604 Patch from: Massimo Corà <maxcvs@email.it>
15605 * plugins/symbol-browser/Makefile.am,
15606 plugins/symbol-browser/an_symbol_view.c,
15607 plugins/symbol-browser/an_symbol_view.h,
15608 plugins/symbol-browser/plugin.c,
15609 plugins/symbol-browser/plugin.h,
15610 plugins/symbol-browser/test-symbol-browser.c,
15611 (new) plugins/symbol-browser/an_symbol_info.c,
15612 (new) plugins/symbol-browser/an_symbol_info.h,
15613 (new) plugins/symbol-browser/an_symbol_search.c,
15614 (new) plugins/symbol-browser/an_symbol_search.h:
15615 Added a cool real-time symbol-search-view in symbol browser.
15617 2005-01-21 Johannes Schmid <jhs@cvs.gnome.org>
15619 * plugin/macro/plugin.c
15620 plugin/macro/anjuta-macro-plugin.ui
15621 plugin/macro/macro-db.[ch]
15622 plugin/macro/macro-dialog.[ch]
15623 plugin/macro/macro-actions.[ch]
15624 plugin/macro/macro-edit.[ch]
15625 plugin/macro/plugin.[ch]:
15627 Implemented three menu items as Naba proposed:
15629 Insert Macro: Pops of a border-less window to enter a shortcut
15630 Add Macro: Same as Manage Macro => New
15631 Manage Macros: Full-features macro dialog
15633 2005-01-20 Naba Kumar <naba@gnome.org>
15635 * libanjuta/anjuta-marshal.c, libanjuta/anjuta-marshal.h,
15636 libanjuta/anjuta-marshal.list, libanjuta/anjuta-shell.c,
15637 libanjuta/anjuta-shell.h,
15638 manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
15639 plugins/editor/plugin.c, plugins/file-loader/plugin.c,
15640 plugins/project-manager/plugin.c, plugins/project-manager/plugin.h,
15641 src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c,
15642 src/main.c, src/shell.c: Implemented command line args processing
15643 and session management. Fixed geometry restoration.
15645 2005-01-19 Johannes Schmid <jhs@cvs.gnome.org>
15647 * plugins/macro/macro-db.c,
15648 plugins/macros.xml:
15649 Cleaned up XML interface and use attributes now for name, category and
15650 shortcut. CDATA is used to avoid xml errors inside of macros.
15652 2005-01-19 Naba Kumar <naba@gnome.org>
15654 * libanjuta/anjuta-launcher.[c,h]: Fixed bugs.
15656 2005-01-18 Naba Kumar <naba@gnome.org>
15658 * plugins/cvs-plugin/cvs-actions.c: Fixed "whole project" toggle button
15661 * scintilla/*: Updated scintilla to current cvs and updated
15664 2005-01-18 Johannes Schmid <jhs@cvs.gnome.org>
15666 * plugins/cvs-plugin/anjuta-cvs-plugin.glade
15667 plugins/cvs-plugin/cvs-actions.c:
15668 Added "Whole project" infrastructure but it does not
15669 work because I did not find a way to get the current project's
15672 2005-01-18 Johannes Schmid <jhs@cvs.gnome.org>
15674 * plugins/cvs-plugin/Makefile.am
15675 plugins/cvs-plugin/anjuta-cvs.plugin.in
15676 plugins/cvs-plugin/cvs-actions.c
15677 plugins/cvs-plugin/cvs-callbacks.c
15678 plugins/cvs-plugin/cvs-interface.[ch] (added)
15679 plugins/cvs-plugin/plugin.c:
15681 Added IAnjutaCVS interface and improved cvs plugin. There
15682 is still some work to do on cvs import and to add a current
15685 2005-01-17 Naba Kumar <naba@gnome.org>
15687 * plugins/editor/aneditor.cxx: Fixed auto indentation.
15689 * configure.in: Fixed build errors.
15691 * data/Makefile.am, (removed) data/README.stock_libs,
15692 (removed) data/anjuta.mime, (removed) data/autogen.sh*,
15693 (removed) data/header.c, (removed) data/stock_libs.anj,
15694 (removed) data/x-anjuta-project.desktop,
15695 (removed) data/macros/*, (removed) data/macros2/*: Removed old files.
15697 * libanjuta/anjuta-plugin-description.c,
15698 libanjuta/anjuta-shell.c: Updated documentations.
15700 Patch from: Hamish Mackenzie <hamish@firestream.co.uk>
15702 * libanjuta/anjuta-launcher.c,
15703 plugins/build-basic-autotools/build-basic-autotools.c: Fixed errors in
15706 2005-01-17 Naba Kumar <naba@gnome.org>
15708 * plugins/project-wizard/templates/anjuta-plugin.wiz,
15709 plugins/project-wizard/templates/gtk.wiz,
15710 plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade:
15711 Updated templates to new format.
15713 Patch from Sébastien Granjoux <seb.sfo@free.fr>:
15714 * plugins/project-wizard/druid.c,
15715 plugins/project-wizard/parser.c,
15716 plugins/project-wizard/property.c,
15717 plugins/project-wizard/property.h,
15718 plugins/project-wizard/templates/terminal.wiz,
15719 plugins/project-wizard/templates/terminal/AUTHORS,
15720 plugins/project-wizard/templates/terminal/ChangeLog,
15721 plugins/project-wizard/templates/terminal/NEWS,
15722 plugins/project-wizard/templates/terminal/README,
15723 plugins/project-wizard/templates/terminal/project.anjuta,
15724 plugins/project-wizard/templates/terminal/src/main.c:
15725 Moveed code related to property types from druid.c and parser.c to
15726 property.c. Changed tag from "<string ..." to
15727 "<property type="string..." and so on. Rewrite parser
15728 (warning still in progress). Added list property. Changed
15729 terminal project to avoid using autogen on some file (much
15730 faster) using the autogen attribute. Add a license list box in
15731 terminal project (just as an example). _label in item list is
15734 2005-01-16 Naba Kumar <naba@gnome.org>
15736 * plugins/edtior/text_editor_menu.c, src/anjuta-actions.h,
15737 plugins/edtior/anjuta-docman.c: Fixed build errors.
15739 * libanjuta/Makefile.am, libanjuta/anjuta-debug.h,
15740 libanjuta/anjuta-launcher.c, libanjuta/anjuta-plugin-description.c,
15741 libanjuta/anjuta-plugin.c, libanjuta/anjuta-preferences.c,
15742 (removed) libanjuta/anjuta-stock.h, libanjuta/anjuta-ui.c,
15743 (removed) libanjuta/defaults.c, libanjuta/defaults.h,
15744 (removed) libanjuta/pixmaps.h, libanjuta/resources.c,
15745 libanjuta/resources.h,
15746 plugins/build-basic-autotools/build-basic-autotools.c,
15747 plugins/editor/plugin.c, plugins/editor/text_editor.c,
15748 plugins/file-manager/an_file_view.c, plugins/gdb/stack_trace.c,
15749 plugins/gtodo/plugin.c, src/Makefile.am,
15750 src/about.c, src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c,
15751 src/main.c, (removed) src/preferences.c, (removed) src/preferences.h:
15752 Removed deprecated APIs; pixmaps, stock icons, defaults etc. They
15753 should be handled in respective plugins. Added API documentations.
15755 * libanjuta-docs.sgml, libanjuta-sections.txt,
15757 (added) tmpl/anjuta-debug.sgml,
15758 (added) tmpl/anjuta-launcher.sgml,
15759 tmpl/anjuta-plugin.sgml,
15760 tmpl/anjuta-preferences.sgml,
15761 tmpl/anjuta-shell.sgml,
15762 (added) tmpl/anjuta-status.sgml,
15763 (removed) tmpl/anjuta-stock.sgml,
15764 tmpl/anjuta-utils.sgml,
15765 (removed) tmpl/defaults.sgml,
15766 (removed) tmpl/fileselection.sgml,
15767 (removed) tmpl/gnomefilelist.sgml,
15768 tmpl/ianjuta-buildable.sgml,
15769 (added) tmpl/ianjuta-debugger-manager.sgml,
15770 (added) tmpl/ianjuta-debugger.sgml,
15771 tmpl/ianjuta-document-manager.sgml,
15772 tmpl/ianjuta-editor.sgml,
15773 tmpl/ianjuta-file.sgml,
15774 tmpl/ianjuta-loader.sgml,
15775 tmpl/ianjuta-markable.sgml,
15776 tmpl/ianjuta-message-view.sgml,
15777 (added) tmpl/ianjuta-project-manager.sgml,
15778 (added) tmpl/ianjuta-todo.sgml,
15779 (added) tmpl/ianjuta-wizard.sgml,
15780 tmpl/libanjuta-iface-marshallers.sgml,
15781 tmpl/libanjuta-unused.sgml,
15782 (removed) tmpl/pixmaps.sgml,
15784 (removed) tmpl/properties.sgml,
15785 tmpl/resources.sgml: Updated API documentations.
15787 2005-01-15 Naba Kumar <naba@gnome.org>
15789 * libanjuta/anjuta-launcher.c: Added API docs.
15791 * plugins/project-wizard/templates/anjuta-plugin.wiz,
15792 plugins/project-wizard/templates/gtk.wiz,
15793 plugins/project-wizard/templates/terminal.wiz,
15794 plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
15795 plugins/project-wizard/templates/gtk/src/Makefile.am.tpl,
15796 plugins/project-wizard/templates/gtk/src/main.c,
15797 plugins/project-wizard/templates/terminal/Makefile.am.tpl,
15798 plugins/project-wizard/templates/terminal/src/Makefile.am.tpl: Fixed
15801 Patch from: Sébastien Granjoux <seb.sfo@free.fr>
15802 * plugins/project-wizard/anjuta-project-wizard.glade,
15803 plugins/project-wizard/autogen.c,
15804 plugins/project-wizard/druid.c,
15805 plugins/project-wizard/druid.h,
15806 plugins/project-wizard/file.c,
15807 plugins/project-wizard/file.h,
15808 plugins/project-wizard/install.c,
15809 plugins/project-wizard/parser.c,
15810 plugins/project-wizard/plugin.c,
15811 plugins/project-wizard/plugin.h: Add a preferences dialog: used for
15812 setting the default project directory. Fix HIDDEN property, it's
15813 working but I think we could make this cleaner. Removed the
15814 copy of the string in mandatory_property. Add an optional autogen
15815 attribute, to force or avoid using autogen on some files, default
15816 without any attribute is autodetect.+ Replace the script tag with
15817 a normal file tag and an attribute execute.
15819 2005-01-14 Naba Kumar <naba@gnome.org>
15821 * plugins/editor/action-callbacks.c,
15822 plugins/editor/search_incremental.c,
15823 plugins/editor/search_incremental.h: Fixed incremental search, ctrl-e
15826 * plugins/editor/plugin.c, plugins/editor/plugin.h,
15827 src/anjuta-callbacks.c: Added ctrl-tabbing and alt-switching of editor
15830 2005-01-12 Naba Kumar <naba@gnome.org>
15833 plugins/project-wizard/templates/Makefile.am,
15834 (added) plugins/project-wizard/templates/anjuta-plugin-logo.png,
15835 plugins/project-wizard/templates/anjuta-plugin.wiz,
15836 (added) plugins/project-wizard/templates/gtk-logo.png,
15837 (added) plugins/project-wizard/templates/gtk.wiz,
15838 (added) plugins/project-wizard/templates/terminal-logo.png,
15839 plugins/project-wizard/templates/terminal.wiz,
15840 plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
15841 plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
15842 (added) plugins/project-wizard/templates/gtk/.cvsignore,
15843 (added) plugins/project-wizard/templates/gtk/Makefile.am,
15844 (added) plugins/project-wizard/templates/gtk/src/.cvsignore,
15845 (added) plugins/project-wizard/templates/gtk/src/Makefile.am,
15846 (added) plugins/project-wizard/templates/gtk/src/Makefile.am.tpl,
15847 (added) plugins/project-wizard/templates/gtk/src/main.c,
15848 (added) plugins/project-wizard/templates/gtk/src/project.glade,
15849 plugins/project-wizard/templates/terminal/src/Makefile.am.tpl: Added
15850 GTK+ project templated and fixed other templates. Updated template
15853 2005-01-12 Naba Kumar <naba@gnome.org>
15855 * plugins/macro/anjuta-macro.glade: Improved GUI.
15857 2005-01-10 Johannes Schmid <jhs@cvs.gnome.org>
15859 * plugins/cvs-plugin/cvs_gui.[ch] (removed)
15860 * plugins/cvs-plugin/cvs_cbs.[ch] (removed)
15861 * plugins/cvs-plugin/cvs.[ch] (removed)
15862 Removed old unused files
15864 * plugins/cvs-plugin/cvs-callbacks.[ch] (added)
15865 * plugins/cvs-plugin/cvs-actions.c
15866 * plugins/cvs-plugin/Makefile.am:
15867 Seperate callback functions for better error
15868 handling. Cleaned up code.
15870 * plugins/macro/macros.xml: removed corrupt cvs
15873 2005-01-10 Naba Kumar <naba@gnome.org>
15875 * plugins/message-view/message-view.c, libanjuta/anjuta-ui.c,
15876 plugins/symbol-browser/an_symbol_view.c: Fixed memory curruption
15879 2005-01-09 Naba Kumar <naba@gnome.org>
15881 * libegg/egg-recent-action.c, libegg/test-actions.c,
15882 libegg/menu/egg-recent-action.h: Recent Action now takes multiple
15883 recent files models.
15885 * plugins/file-loader/plugin.c, plugins/file-loader/plugin.h: Have
15886 two models -- one for projects and other for regular files and show
15887 both in recent files menu. Changed recent files group from "anjuta"
15888 to "anjuta-projects" and "anjuta-files" respectively. Set mime types
15889 when adding the URI in recent files.
15891 * plugins/macro/anjuta-macro.glade: Beautified insert macro dialog.
15892 * plugins/macro/anjuta-macro.plugin.in: Proper plugin name.
15893 * plugins/macro/macro-dialog.c: Fixed dispose() method.
15894 * plugins/macro/macros.xml: Fixed xml errors.
15896 2005-01-08 Naba Kumar <naba@gnome.org>
15898 * libegg/Makefile.am, (added) libegg/egg-recent-action.c,
15899 libegg/test-actions.c, libegg/menu/Makefile.am,
15900 libegg/menu/egg-recent-action.h: Added a new action for
15903 * libegg/egg-combo-action.c, libegg/egg-entry-action.c:
15904 Fixed dispose. Cleanup.
15906 * plugins/file-loader/anjuta-loader-plugin.ui,
15907 plugins/file-loader/plugin.c, plugins/file-loader/plugin.h:
15908 Use the new action for recent files. Added recent files in
15911 * plugins/project-wizard/druid.c: Show busy cursor and
15912 de-sensitize druid buttons during page change.
15914 Patch from Sébastien Granjoux <seb.sfo@free.fr>:
15915 * plugins/project-wizard/Makefile.am,
15916 plugins/project-wizard/druid.c,
15917 plugins/project-wizard/druid.h,
15918 plugins/project-wizard/install.c,
15919 plugins/project-wizard/plugin.c,
15920 plugins/project-wizard/plugin.h,
15921 plugins/project-wizard/property.c,
15922 plugins/project-wizard/property.h,
15923 (added) plugins/project-wizard/values.c,
15924 (added) plugins/project-wizard/values.h: Added a new NPWPropertyValues
15925 objects (in values.c and values.h) containing the values of all
15926 properties. The NPWProperty objects now keep their values in this
15927 object which is persistant for one activation of the plugin, so the
15928 user keeps all the values even if he goes backward. Used an anjuta
15929 message view to list all files copied by the project wizard.
15931 2005-01-08 Johannes Schmid <jhs@cvs.gnome.org>
15933 * plugins/macro/plugin.[ch],
15934 plugins/macro/macro-dialog.[ch]
15935 plugins/macro/macro-edit.[ch]
15936 plugins/macro/macro-db.[ch]
15937 plugins/macro/macro-actions.[ch]
15938 plugins/macro/anjuta-macro.plugin.in
15939 plugins/macro/anjuta-macro.glade
15940 plugins/macro/anjuta-macro.png
15941 plugins/macro/Makefile.am
15942 plugins/macro/macros.xml
15943 plugins/macro/anjuta-macro.ui (all added)
15945 plugins/Makefile.am:
15946 Added new macro plugins
15948 * plugins/cvs-plugin/anjuta-cvs-plugin.png:
15951 * manuals/reference/template (removed)
15952 Removed old api reference
15954 * plugins/message-view/message-view.c:
15955 "Fixed" crash in on_row_deleted and added a
15956 comment that I cannot work this way. We will
15957 have to change everything a bit to avoid losing
15960 * plugins/text-editor/text_editor.c:
15961 Update line number width on file save
15964 2005-01-07 Naba Kumar <naba@gnome.org>
15966 * plugins/project-wizard/anjuta-project-wizard.glade,
15967 plugins/project-wizard/druid.c,
15968 plugins/project-wizard/templates/anjuta-plugin.wiz,
15969 plugins/project-wizard/templates/terminal.wiz: Fixed project templates.
15970 Display page description in bold. Fixed mandatory field check.
15973 libanjuta/libanjuta-1.0.pc.in,
15974 plugins/project-wizard/druid.c,
15975 plugins/project-wizard/parser.c,
15976 plugins/project-wizard/property.h,
15977 plugins/project-wizard/templates/anjuta-plugin.wiz,
15978 plugins/project-wizard/templates/terminal.wiz,
15979 plugins/project-wizard/templates/anjuta-plugin/Makefile.am,
15980 (added) plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl,
15981 (added) plugins/project-wizard/templates/anjuta-plugin/po/.cvsignore,
15982 (added) plugins/project-wizard/templates/anjuta-plugin/po/Makefile.am,
15983 (added) plugins/project-wizard/templates/anjuta-plugin/po/POTFILES.in,
15984 plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
15985 plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
15986 plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
15987 plugins/project-wizard/templates/anjuta-plugin/src/plugin.plugin.in,
15988 plugins/project-wizard/templates/terminal/configure.in.tpl,
15989 plugins/project-wizard/templates/terminal/src/Makefile.am.tpl,
15990 plugins/project-wizard/templates/terminal/src/main.c: Implemented
15991 a new property type -- hidden. Fixed terminal and anjuta-plugin
15994 2005-01-07 Naba Kumar <naba@gnome.org>
15996 * templates/anjuta-plugin.wiz,
15997 templates/terminal.wiz,
15998 templates/terminal/Makefile.am.tpl,
15999 templates/terminal/autogen.sh,
16000 (Removed) templates/terminal/configure.ac.tpl,
16001 (Added) templates/.cvsignore,
16002 (Added) templates/Makefile.am,
16003 (Added) templates/anjuta-plugin/.cvsignore,
16004 (Added) templates/anjuta-plugin/Makefile.am,
16005 (Added) templates/anjuta-plugin/src/.cvsignore,
16006 (Added) templates/anjuta-plugin/src/Makefile.am.tpl,
16007 (Added) templates/terminal/.cvsignore,
16008 (Added) templates/terminal/Makefile.am,
16009 (Added) templates/terminal/configure.in.tpl,
16010 (Added) templates/terminal/po/.cvsignore,
16011 (Added) templates/terminal/po/ChangeLog,
16012 (Added) templates/terminal/po/Makefile.am,
16013 (Added) templates/terminal/po/POTFILES.in,
16014 (Added) templates/terminal/src/.cvsignore,
16015 (Added) templates/terminal/src/Makefile.am,
16016 (Added) templates/terminal/src/Makefile.am.tpl: Completed terminal
16017 project wizard. Fixed configure/po/Makefile template errors.
16019 2005-01-06 Naba Kumar <naba@gnome.org>
16021 * configure.in: Added project templates.
16022 * plugins/project-wizard/templates/*: Added to project and renamed
16023 Makefile.am and configure.in to Makefile.am and configure.ac respectively
16024 for the project templates (so that they do not conflict with autotools
16025 build. Created proper configure.ac.tpl and autogen.sh for project
16028 2005-01-06 Naba Kumar <naba@gnome.org>
16030 * plugins/project-wizard/anjuta-project-wizard.glade,
16031 plugins/project-wizard/druid.c, plugins/project-wizard/parser.c:
16032 Fixed file list parsing and to take absolute file paths (for example,
16033 from an icon selected previously). Used toggle buttons for boolean
16034 properties. Check if all mandatory fields are given before going
16035 forward in the wizard. Use scrollable viewport for listing property
16036 widgets incase the list goes out of wizard's size. Added tooltips
16037 as descriptions of the property widgets. And other fixes.
16039 * (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.c,
16040 (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.glade,
16041 (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.h,
16042 (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.plugin.in,
16043 (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.ui,
16044 (Added) plugins/project-wizard/templates/anjuta-plugin/configure.in,
16045 (Added) plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am,
16046 (Added)plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
16047 (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade,
16048 (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
16049 (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.plugin.in,
16050 (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.ui:
16051 Restructured template files.
16053 2005-01-06 Naba Kumar <naba@gnome.org>
16055 * configure.in: Added check for autogen.
16057 * libanjuta/anjuta-status.c: (Weak) unref all the remaining widgets
16060 * plugins/editor/anjuta-docman.c, plugins/editor/plugin.c:
16061 Do not emit changed signal when in dispose.
16063 * plugins/symbol-browser/plugin.c: Don't updated symbols when
16064 symbol-view widget has been destroyed.
16066 * src/anjuta-app.c: Set null to preference, status and ui object
16067 pointers when they are destroyed.
16069 * plugins/project-wizard/druid.c, plugins/project-wizard/parser.c,
16070 plugins/project-wizard/property.h: Fixed multipage .wiz file parsing.
16071 Added boolean, integer and file property types.
16073 * plugins/project-wizard/Makefile.am,
16074 plugins/project-wizard/templates/*: Added terminal and anjuta-plugin
16075 project wizard templates.
16077 2005-01-04 Naba Kumar <naba@gnome.org>
16079 * libanjuta/anjuta-status.c: Use weak ref instead of hard ref on
16082 * plugins/editor/aneditor.cxx,
16083 plugins/editor/anjuta-docman.c,
16084 plugins/editor/plugin.c,
16085 plugins/editor/text_editor.c:
16086 Removed unnecessary ref/unref of scintilla.
16088 * plugins/message-view/anjuta-msgman.c,
16089 plugins/message-view/message-view.c: Removed unnecessary refs/unrefs and
16090 make close button similar to document manager.
16092 * plugins/project-manager/plugin.c,
16093 plugins/project-manager/plugin.h: Removed dead codes. Removed
16094 unnecessary ref/unref.
16096 * plugins/symbol-browser/plugin.c: Use weak refs on AnjutaEditor objects
16097 instead of hard refs.
16099 2005-01-03 Naba Kumar <naba@gnome.org>
16101 * libanjuta/interfaces/libanjuta.idl: Added configure() and
16102 generate() methods for IAnjutaBuildable interface.
16104 * plugins/build-basic-autotools/build-basic-autotools.c: Implemented
16105 IAnjutaBuildable inteface.
16107 * plugins/build-basic-autotools/build-basic-autotools.c: Use weak ref
16108 to destroy build context when message view is destroyed.
16110 * plugins/editor/aneditor.cxx: Sink scintilla widget in aneditor, hold
16111 a ref to it and unref in destructor. AnEditor class wants to be the
16112 owner of scintilla widget. Fixed compile warnings with signed/unsigned
16115 * plugins/editor/anjuta-docman.c: Removed unnecessary refs/unrefs. They
16116 complicate the scene. Removed editor widget from AnjutaDocman when
16117 the widget is destroyed.
16119 * plugins/editor/plugin.c: Destroy docman widget instead of just removing
16120 from shell. It will be removed from shell when the widget is destroyed.
16122 * plugins/editor/text_editor.c: Added debug codes to track object
16125 * plugins/message-view/anjuta-msgman.c: Remove message view on
16126 widget destroy. Destroy message view on remove. Removed all views
16129 * anjuta/src/anjuta-app.c: Removed widgets correctly when they are removed
16132 2005-01-02 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16134 * plugins/file-wizard/action-callbacks.c,
16135 plugins/file-wizard/anjuta-file-wizard.glade,
16136 plugins/file-wizard/file.c, plugins/file-wizard/file.h :
16137 Insert Licence, copyright, header template ...
16139 2005-01-02 Naba Kumar <naba@gnome.org>
16141 * libanjuta/anjuta-status.c, libanjuta/anjuta-status.h,
16142 libanjuta/plugins.c: Added "busy" signal in AnjutaStatus. Added
16143 anjuta_status_add_widget() to allow setting busy cursor on non
16146 * plugins/cvs-plugin/plugin.c: Fixed memory leaks.
16148 * plugins/editor/anjuta-document-manager.plugin.in: Updated accepted
16149 mime types to take text/source also.
16151 * plugins/editor/anjuta-docman.c,
16152 plugins/editor/anjuta-docman.h,
16153 plugins/editor/plugin.c,
16154 plugins/editor/text_editor.c,
16155 plugins/editor/text_editor.h,
16156 plugins/editor/text_editor_cbs.c: Listen for busy signal from
16157 AnjutaStatus and set busy cursor on editors.
16159 * plugins/file-loader/Makefile.am,
16160 plugins/file-loader/plugin.c,
16161 (added) plugins/file-loader/dnd.c,
16162 (added) plugins/file-loader/dnd.h, Added drag and drop file receives.
16164 * src/anjuta.c: Hide anjuta window before destruction.
16166 Patch from Sébastien Granjoux <seb.sfo@free.fr>:
16167 * configure.in, plugins/Makefile.am,
16168 (removed) plugins/project-wizard/appwiz_page1.c,
16169 (removed) plugins/project-wizard/appwiz_page2.c,
16170 (removed) plugins/project-wizard/appwiz_page3.c,
16171 (removed) plugins/project-wizard/appwiz_page4.c,
16172 (removed) plugins/project-wizard/appwizard.c,
16173 (removed) plugins/project-wizard/appwizard.h,
16174 (removed) plugins/project-wizard/appwizard_cbs.c,
16175 (removed) plugins/project-wizard/appwizard_cbs.h,
16176 (removed) plugins/project-wizard/appwizard_gui.c,
16177 (removed) plugins/project-wizard/gnome_project.c,
16178 (removed) plugins/project-wizard/gnome_project.h,
16179 (removed) plugins/project-wizard/wizard_gui.c,
16180 (removed) plugins/project-wizard/wizard_gui.h,
16181 (added) plugins/project-wizard/.cvsignore,
16182 (added) plugins/project-wizard/Makefile.am,
16183 (added) plugins/project-wizard/anjuta-project-wizard-plugin.png,
16184 (added) plugins/project-wizard/anjuta-project-wizard.glade,
16185 (added) plugins/project-wizard/anjuta-project-wizard.plugin.in,
16186 (added) plugins/project-wizard/applogo.png,
16187 (added) plugins/project-wizard/appwizard.png,
16188 (added) plugins/project-wizard/autogen.c,
16189 (added) plugins/project-wizard/autogen.h,
16190 (added) plugins/project-wizard/druid.c,
16191 (added) plugins/project-wizard/druid.h,
16192 (added) plugins/project-wizard/file.c,
16193 (added) plugins/project-wizard/file.h,
16194 (added) plugins/project-wizard/header.c,
16195 (added) plugins/project-wizard/header.h,
16196 (added) plugins/project-wizard/install.c,
16197 (added) plugins/project-wizard/install.h,
16198 (added) plugins/project-wizard/parser.c,
16199 (added) plugins/project-wizard/parser.h,
16200 (added) plugins/project-wizard/plugin.c,
16201 (added) plugins/project-wizard/plugin.h,
16202 (added) plugins/project-wizard/property.c,
16203 (added) plugins/project-wizard/property.h: Removed old application-wizard
16204 codes and added new template based (autogen based) project wizard
16205 implemented by Sébastien Granjoux <seb.sfo@free.fr>
16207 2005-01-01 Johannes Schmid <jhs@cvs.gnome.org>
16209 * plugins/cvs-plugin/plugin.c: Fixed crash bug
16210 * plugins/cvs-plugin/cvs-execute.c:
16211 Fix cvs_log which did not work because of some
16213 Patch from Mark R. Pariente <markpariente@cmu.edu>
16214 - Fix message highlighting
16216 2004-12-30 Johannes Schmid <jhs@cvs.gnome.org>
16221 Removed template stuff completly because we dicussed to implement
16222 a macro system for Edit->Insert Text
16224 2004-12-30 Johannes Schmid <jhs@cvs.gnome.org>
16226 * plugins/editor/aneditor.cxx,
16227 plugins/editor/text_editor.c:
16228 Set line number width dynamically
16230 Prepered new GTK 2.6 about dialog
16232 2004-12-30 Naba Kumar <naba@gnome.org>
16234 patch from: Massimo Corà <maxcvs@email.it>
16235 * plugins/editor/aneditor.cxx: Highlights correct function
16236 argument in recursive calltips.
16238 2004-12-30 Naba Kumar <naba@gnome.org>
16240 * plugins/symbol-browser/plugin.c,
16241 libanjuta/interfaces/libanjuta.idl,
16242 plugins/editor/text_editor.c: Fixed editor markers and added a new
16243 marker (BASIC) to indicate line numbers. Fixed symbol browser to
16244 mark the line visited.
16246 * libegg/menu/eggcomboselect.h, libegg/menu/Makefile.am,
16247 libegg/Makefile.am, libegg/eggcomboselect.c,
16248 libegg/gtkcellview.h, libegg/egg-combo-action.c: Created a new combo
16249 widget for use with symbol view in toolbar.
16251 * plugins/cvs-plugin/anjuta-cvs.ui,
16252 plugins/file-manager/anjuta-file-manager.ui: Added appropriate
16253 placeholder for cvs plugin context menu in filemanager.
16255 2004-12-28 Johannes Schmid <jhs@cvs.gnome.org>
16257 * plugins/cvs-plugin/plugin.c:
16258 Show popup menu only if the file is contained in
16259 a directory containing a "CVS" directory
16261 2004-12-28 Johannes Schmid <jhs@cvs.gnome.org>
16263 * plugins/cvs-plugin/cvs-action.[ch],
16264 * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
16265 * plugins/cvs-plugin/anjuta-cvs.ui,
16266 * plugins/cvs-plugin/plugin.c:
16267 Implemented "Import"
16269 Patch from Mark R. Pariente <markpariente@cmu.edu>:
16270 Added right-click-menu for file-manager
16272 2004-12-26 Naba Kumar <naba@gnome.org>
16274 * src/action-callbacks.c, src/action-callbacks.h,
16275 src/anjuta-actions.h, src/anjuta-app.c,
16276 src/anjuta.ui: Added fullscreen action.
16278 * plugins/cvs-plugin/cvs-actions.c,
16279 plugins/cvs-plugin/plugin.c,
16280 plugins/cvs-plugin/plugin.h: Watches current editor,
16281 project and file manager selection in plugin
16284 2004-12-26 Naba Kumar <naba@gnome.org>
16286 * src/anjuta-app.c, src/anjuta.c, src/main.c,
16287 src/action-callbacks.c: Fixed app finalization. Added a
16288 command line arg --proper-shutdown (-p), which when set
16289 will release all plugins and their resources (this option
16290 is mainly for debugging).
16292 * plugins/file-loader/plugin.c: Fixed filename duplications
16293 in recent files history.
16295 * plugins/profile-default/plugin.c: Disabled problematic
16296 plugins for now to load at startup.
16298 * libanjuta/anjuta-ui.c, libanjuta/plugins.c: Disabled
16299 annoying debug prints.
16301 2004-12-23 Naba Kumar <naba@gnome.org>
16303 Patch from: Mark R. Pariente <markpariente@cmu.edu>
16304 * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
16305 plugins/cvs-plugin/anjuta-cvs.ui,
16306 plugins/cvs-plugin/cvs-actions.c,
16307 plugins/cvs-plugin/cvs-actions.h,
16308 plugins/cvs-plugin/cvs-execute.c,
16309 plugins/cvs-plugin/cvs-execute.h,
16310 plugins/cvs-plugin/Makefile.am,
16311 plugins/cvs-plugin/plugin.c: Added cvs message highlighting.
16312 Added cvs log command.
16314 2004-12-20 Johannes Schmid <jhs@cvs.gnome.org>
16316 * plugins/cvs-plugin/cvs-actions.c: Use current editor filename as
16319 2004-12-20 Naba Kumar <naba@gnome.org>
16321 patch from: Massimo Corà <maxcvs@email.it>
16322 * plugins/editor/aneditor.cxx: Added recursive calltips.
16324 2004-12-20 Naba Kumar <naba@gnome.org>
16326 * libanjuta/plugins.c, plugins/file-loader/plugin.c:
16327 Show busy cursor during loading and unloading.
16329 2004-12-19 Naba Kumar <naba@gnome.org>
16331 * libanjuta/anjuta-plugin.c, libanjuta/anjuta-ui.c: Fixed
16332 memory leaks. Disabled debug print.
16334 * plugins/symbol-browser/an_symbol_view.c,
16335 plugins/symbol-browser/plugin.c,
16336 plugins/symbol-browser/plugin.h: Fixed loading and unloading
16337 problems. Creates SymbolView object every time when the
16338 plugin is activated.
16340 * plugins/project-manager/plugin.c: Close project when
16343 2004-12-18 Naba Kumar <naba@gnome.org>
16345 * po/POTFILES.in: Removed commented lines.
16346 * configure.in: Commented dupilcate call to AC_PROG_INTLTOOL.
16347 * plugins/devhelp/plugin.c: Fixed loading/unloading bug.
16348 * plugins/gdb/plugin.c: Fixed compile error.
16350 Patch from: Mark R. Pariente <mark@demar.com.tr>
16351 * libegg/eggcellrendererkeys.c: Fixed compile error.
16353 2004-12-18 Naba Kumar <naba@gnome.org>
16355 * plugins/file-loader/plugin.c: Fixed loading bug.
16357 *plugins/debug-manager/plugin.c, plugins/debug-manager/plugin.h,
16358 plugins/devhelp/plugin.c, plugins/editor/plugin.c,
16359 plugins/file-manager/an_file_view.c, plugins/file-manager/plugin.c,
16360 plugins/gdb/plugin.c, src/shell.c, src/shell.h: Fixed memory leaks
16361 and corruptions. Fixed loading and unloading of plugins.
16363 2004-12-17 Naba Kumar <naba@gnome.org>
16365 * plugins/file-loader/Makefile.am,
16366 plugins/file-loader/plugin.c,
16367 plugins/project-manager/plugin.c: Fixed memory corruption
16368 and disposition codes. Added missing plugin.h in Makefile.am.
16370 2004-12-16 Naba Kumar <naba@gnome.org>
16372 * plugins/symbol-browser/an_symbol_view.c,
16373 plugins/symbol-browser/plugin.c: Fixed finalization and disposition
16374 codes. Fixed memory leaks and corruptions.
16376 * plugins/build-basic-autotools/build-basic-autotools.c
16377 plugins/editor/anjuta-docman.c,
16378 plugins/editor/text_editor.c,
16379 plugins/file-loader/plugin.c,
16380 plugins/file-manager/plugin.c,
16381 plugins/file-wizard/plugin.c,
16382 plugins/message-view/anjuta-msgman.c,
16383 plugins/message-view/anjuta-msgman.h,
16384 plugins/message-view/message-view.c,
16385 plugins/message-view/plugin.c,
16386 plugins/message-view/plugin.h,
16387 plugins/terminal/terminal.c: Fixed finalization and disposition codes.
16389 * src/about.c, src/about.h, src/action-callbacks.c,
16390 src/action-callbacks.h, src/anjuta-actions.h,
16391 src/anjuta-app.c, src/anjuta-app.h,
16392 src/anjuta-callbacks.c, src/anjuta-callbacks.h,
16393 src/anjuta.c, src/anjuta.h, src/getline.c,
16394 src/main.c, src/main.cpp, src/shell.c, src/shell.h,
16395 src/start-with.c, src/start-with.h: Fixed emacs modes.
16397 * src/layout.xml: Brought document manager in front.
16399 2004-12-15 Naba Kumar <naba@gnome.org>
16401 * libanjuta/anjuta-plugin.c: Fixed crash bug where watches were not
16404 * libanjuta/plugins.c, libanjuta/plugins.h: Proper clean up on
16405 finalization. Added a method to unload all plugins and destroy them.
16406 Fixed memory leaks.
16408 * plugins/sample1/plugin.c: Proper finalization code and renamed
16409 functions to proper names.
16411 * plugins/build-basic-autotools/build-basic-autotools.c,
16412 plugins/cvs-plugin/plugin.c: Proper finalization and disposition code.
16414 * src/shell.c: Unload all plugins on exit, so that memory profilers
16415 can detect memory leaks in plugins.
16417 2004-12-13 Naba Kumar <naba@gnome.org>
16419 * plugins/devhelp/plugin.c: Delay widget initialization, now that
16420 docking is working.
16421 * plugins/sample1/plugin.c: Dock at bottom, mostly for testing.
16422 * src/anjuta-app.c, src/layout.xml: Fixed dynamic docking.
16424 2004-12-11 Naba Kumar <naba@gnome.org>
16426 * data/properties/anjuta.properties: Fixed font size.
16427 * plugin/build-basic-autotools/build-basic-autotools: Added initial
16428 compile file function. There are some fixmes there.
16429 * plugins/message-view/anjuta-msgman.c,
16430 * plugins/message-view/message-view.c: Fixed bugs and clean up.
16432 2004-12-08 Naba Kumar <naba@gnome.org>
16434 * libanjuta/anjuta-launcher.c, libanjuta/anjuta-utils.c,
16435 src/utilities.c, libanjuta/anjuta-utils.h: Added a function
16436 to escape quotes in a string.
16438 * plugins/cvs-plugin/cvs-actions.c,
16439 plugins/cvs-plugin/cvs-execute.c: Escaped commit message. Corrected
16442 * plugins/build-basic-autotools/build-basic-autotools.c,
16443 plugins/build-basic-autotools/automake-c.filters: Fixed bugs with
16446 2004-12-07 Naba Kumar <naba@gnome.org>
16448 * plugins/build-basic-autotools/build-basic-autotools.c,
16449 plugins/build-basic-autotools/automake-c.filters: Completed directory
16450 tracking. Double click on Errors and warnings now work as expected.
16452 * plugins/build-basic-autotools.c: Added codes to track build directory
16453 so that absolute path of the files could be determined.
16455 2004-12-06 Naba Kumar <naba@gnome.org>
16457 * plugins/cvs-plugin/cvs-execute.c: Show completion message.
16458 * plugins/cvs-plugin/cvs-execute.c: Fixed command completion bug.
16459 * plugins/cvs-plugin/anjuta-cvs-plugin.glade: UI beautification.
16461 2004-12-05 Naba Kumar <naba@gnome.org>
16463 * plugins/editor/anjuta-docman.c: Fixed save-as, Fixed updating
16464 tab label, Fixed mem leaks. Fixed uri handling. Fixed other minor bugs.
16466 * plugins/cvs-plugin/plugin.c,
16467 plugins/cvs-plugin/cvs-execute.c: Fixed message output appending.
16469 2004-13-05 Johannes Schmid <jhs@cvs.gnome.org>
16471 * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
16472 * plugins/cvs-plugin/plugin.[ch], plugins/cvs-plugin/cvs-action.[ch],
16473 plugins/cvs-plugin/cvs-execute.[ch]:
16474 Implemented cvs status and cvs diff
16476 - rdiff command is not correct
16477 - Must find a way to allow selection of directies AND files
16480 2004-12-03 Naba Kumar <naba@gnome.org>
16482 * plugins/editor/anjuta-docman.c, plugins/editor/style-editor.c,
16483 plugins/editor/style-editor.h, plugins/editor/text_editor.c,
16484 plugins/editor/text_editor_cbs.c: Save/load editor styles. Use old
16485 session.properties file if it is for the first time.
16487 2004-12-02 Johannes Schmid <jhs@cvs.gnome.org>
16489 * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Added cvs update and
16492 * plugins/cvs-plugin/plugin.c, plugins/cvs-plugin/cvs-action.[ch],
16493 plugins/cvs-plugin/anjuta-cvs.ui:
16494 Implemented update/commit and changed menu layout
16496 2004-12-02 Naba Kumar <naba@gnome.org>
16498 * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Fixed prefernce
16499 property name (for cvs path property). Beautified dialogs.
16501 2004-11-30 Johannes Schmid <jhs@cvs.gnome.org>
16503 * plugins/message-view/anjuta-msgman.c: Changed callback name
16504 and changed switch-page handling.
16506 * plugins/cvs-plugin/cvs-actions.c:
16507 * plugins/cvs-plugin/cvs-execute.c:
16508 * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
16509 - Implemented cvs add and cvs removed - both working now
16510 - Created a useful preferences page
16513 2004-11-30 Naba Kumar <naba@gnome.org>
16515 * libanjuta/anjuta-status.c: Fixed runtime warning.
16517 * plugins/editor/Makefile.am:
16518 plugins/editor/anjuta-document-manager.glade,
16519 plugins/editor/plugin.c
16520 plugins/editor/plugin.h
16521 plugins/editor/style-editor.c (new, moved from src/),
16522 plugins/editor/style-editor.h (new, moved from src/),
16523 plugins/editor/text_editor_prefs.c: Implemented "Font and colours"
16524 settings in preferences.
16526 * plugins/editor/text_editor.c,
16527 plugins/editor/text_editor.h: Do not take unused args in
16528 text_editor_get_props().
16530 * src/style-editor.c, src/style-editor.h: Removed, moved to
16531 plugins/editor/ directory.
16533 2004-11-29 Naba Kumar <naba@gnome.org>
16535 * plugins/editor/text_editor_cbs.c: Emit click signal in
16537 * libanjuta/anjuta-status.c: More spacing between items.
16539 2004-11-29 Naba Kumar <naba@gnome.org>
16541 Patch from: Pavol Bosik <pavol.bosik@radiantsystems.com>:
16543 * libanjuta/interfaces/libanjuta.idl,
16544 plugins/debug-manager/anjuta-debug-manager.plugin.in,
16545 plugins/debug-manager/plugin.c,
16546 plugins/gdb/breakpoints.c,
16547 plugins/gdb/breakpoints.h,
16548 plugins/gdb/debugger.c,
16549 plugins/gdb/debugger.h,
16550 plugins/gdb/plugin.c,
16551 plugins/gdb/plugin.h,
16552 plugins/gdb/utilities.c,
16553 plugins/gdb/utilities.h: Code cleanups and partial implementation of
16554 toggle breakpoint margin clicks.
16556 2004-11-28 Naba Kumar <naba@gnome.org>
16558 * TODO.tasks: Fixed indentations.
16559 * plugins/gtodo/libgtodo.c: Save with indentation.
16560 * plugins/file-manager/an_file_view.c: Sorts the files alphabatically.
16561 * plugins/project-manager/plugin.c: Fixed runtime warnings.
16562 * libanjuta/anjuta-status.c: Fixed busy cursors.
16563 * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml: Updated.
16564 * po/POTFILES.in: Updated.
16566 2004-11-28 Jean-Noel GUIHENEUF <guiheneuf.jean-noel@wanadoo.fr>
16568 * plugins/editor/anjuta-document-manager.glade,
16569 plugins/editor/search-replace.[c,h],
16570 plugins/editor/search-replace_backend.h
16571 plugins/editor/search-preferences.[c,h] :
16572 Saved Search-Preferences (gconf),
16573 Basic search by default.
16575 2004-11-22 Naba Kumar <naba@gnome.org>
16577 * configure.in: Fixed build error.
16579 2004-11-21 Naba Kumar <naba@gnome.org>
16581 * libanjuta/Makefile.am, libanjuta/anjuta-shell.c,
16582 libanjuta/anjuta-shell.h, src/anjuta-app.c, src/anjuta-app.h:
16583 Added AnjutaStatus class to libanjuta.
16584 Added anjuta_shell_get_status() method.
16586 * libanjuta/interfaces/anjuta-idl-compiler.pl: Added gchar type
16587 and fixed marshaller generation.
16589 * libanjuta/interfaces/libanjuta.idl: Added "char_added" and
16590 "updade_ui" signals to IAnjutaEditor interface.
16592 * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml: Updated.
16594 * plugins/build-basic-autotools/automake-c.filters: Fixed filter
16597 * plugins/class-gen/clsGen.c: Intial port.
16599 * plugins/debug-manager/anjuta-debug-manager.plugin.in: Fixed attribute
16602 * plugins/editor/action-callbacks.c, plugins/editor/plugin.c,
16603 plugins/editor/text_editor.c, plugins/editor/text_editor.h,
16604 plugins/editor/text_editor_cbs.c, plugins/editor/text_editor_prefs.c:
16605 Implemented status update. Emits "update_ui" and "char_added" signals.
16606 Added view preferences.
16608 * plugins/file-loader/plugin.c: Added open with plugins in open with
16611 * plugins/gdb/plugin.c: Do not add widgets to shell as floating.
16613 * plugins/message-view/anjuta-msgman.c,
16614 plugins/message-view/message-view.c: Fixed finalize and dispose. Fixed
16615 to close correct message view rather than current view.
16617 2004-11-20 Johannes Schmid <jhs@cvs.gnome.org>
16619 * plugins/cvs-plugin/cvs-actions.c
16620 plugins/cvs-plugin/plugin.[ch]
16621 plugins/cvs-plugin/anjuta-cvs-plugin.glade:
16622 Implemented cvs add but ran into a launcher/message_view
16623 problem because of a limitation of the idl compiler
16625 2004-11-19 Naba Kumar <naba@gnome.org>
16627 * plugins/project-manager/plugin.c: Displays a progress window during
16630 * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui:
16631 Fixed UI separators.
16633 * plugins/file-manager/anjuta-file-manager.ui: Added project manager
16636 * plugins/project-manager/anjuta-project-manager.ui,
16637 plugins/project-manager/plugin.[c,h]: Added add/remove context
16638 menus and implemented them. Added file manager merge menu.
16640 2004-11-18 Naba Kumar <naba@gnome.org>
16642 * TODO.tasks: Updated.
16643 * plugins/editor/anjuta-docman.c, plugins/message-view/anjuta-msgman.c,
16644 plugins/message-view/message-view.c: Fixed finalize and dispose
16646 * plugins/debugger/*: Removed from cvs (development now in
16649 2004-11-17 Pavol Bosik <pavol.bosik@radiantsystems.com>
16651 Reviewed by Naba Kumar <naba@gnome.org>:
16653 * libanjuta/interfaces/libanjuta.idl, plugins/Makefile.am,
16654 plugins/editor/plugin.c, plugins/editor/text_editor.c,
16655 plugins/gdb/breakpoints.c: all marker related stuff moved from
16656 editor and docman interfaces to IAnjutaMarkable
16658 2004-11-17 Naba Kumar <naba@gnome.org>
16660 * TODO.tasks: Updated.
16662 * libanjuta/interfaces/libanjuta.idl: Added "saved" signal.
16664 * libegg/egg-combo-action.c: Block changed signal when changing model.
16666 * plugins/editor/text_editor.c, plugins/editor/text_editor_cbs.c:
16667 Emit changed signal. Removed dead codes.
16669 * plugins/file-loader/plugin.c: Remove file fragments from uris, so
16670 that recent files history do not duplicate.
16672 * plugins/symbol-browser/an_symbol_view.c,
16673 plugins/symbol-browser/an_symbol_view.h,
16674 plugins/symbol-browser/plugin.c: Refreshes symbols on editor save.
16677 2004-11-15 Naba Kumar <naba@gnome.org>
16679 * plugins/project-manager/plugin.c: Opens targets on double click.
16681 * plugins/message-view/message-view.c,
16682 plugins/file-manager/anjuta-file-manager-plugin.glade,
16683 plugins/file-manager/plugin.[c,h], plugins/terminal/terminal.c:
16684 Added proper class finalization
16685 and disposition. Added preferences notifications and callbacks to
16686 change info/warning/error colors.
16688 * plugins/editor/anjuta-docman.c, plugins/editor/plugin.c,
16689 plugins/editor/text_editor.[h,c], src/action-callbacks.c,
16690 src/anjuta-app.c, src/anjuta.c: Fixed crash bug on exit.
16691 Implemented finalize method for AnjutaApp. Code cleanups.
16693 * plugins/message-view/plugin.c: Static parent_class.
16695 2004-11-12 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16696 * plugins/editor/search-replace.[c,h],
16697 plugins/editor/search-replace_backend.c
16698 Update search entry in main toolbar.
16701 2004-11-11 Naba Kumar <naba@gnome.org>
16703 * TODO.tasks: Updated.
16705 * libanjuta/anjuta-preferences.[c,h]: Added keys notification API.
16706 and completed on-the-fly-change preferences. Removed "changed"
16707 signal as it is no longer necessary (use notify for similar
16708 purpose to monitor individual preferences).
16711 * plugins/editor/anjuta-document-manager.glade: Added view menu
16712 preferences so that they are registered.
16714 * plugins/editor/Makefile.am, plugins/editor/text_editor.[c,h],
16715 (added) plugins/editor/text_editor_prefs.[c,h]: Removed
16716 connection to "changed" signal of preferences and implemented
16717 notifications for some editor preferences. More to implement.
16719 2004-11-10 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16720 * plugins/editor/print.c
16721 Fixed bug 1047624 : Add line number every X lines.
16723 2004-11-10 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16724 * plugins/editor/search-replace.c
16725 Fixed a crash bug (995755) when searching "%n"
16727 2004-11-09 Naba Kumar <naba@gnome.org>
16729 * plugins/gtodo/interface.c, plugins/gtodo/libgtodo.c:
16730 Fixed to refresh categories list on file load.
16732 2004-11-08 Naba Kumar <naba@gnome.org>
16734 * configure.in, plugins/Makefile.am,
16735 plugins/profile-default/plugin.c: Added cvs plugin in build.
16737 * plugins/cvs-plugin/*: Restored johannes files from cvs attic.
16739 * plugins/debug-manager/.cvsignore: Added file to ignore.
16741 * plugins/debug-manager/Makefile.am: Removed dead codes.
16743 * src/anjuta.ui: Added placeholder for version control UI.
16745 2004-11-08 Naba Kumar <naba@gnome.org>
16747 * manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
16748 manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
16749 manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml:
16752 * global-tags/Makefile.am: Fixed make error.
16754 * plugins/profile-default/plugin.c: Added debug-manager
16755 and gdb plugins to load at startup so that debugger
16756 windows are docked properly. They will be removed
16757 later when we figure out runtime docking.
16759 * plugins/sample1/*: Restored to last working state.
16761 * plugins/gdb/debugger.c, src/layout.xml: Added debugger
16762 windows in lower pane. Named the windows appropriately.
16764 * ChangeLog: Fixed format.
16766 2004-11-07 Pavol Bosik <pavol.bosik@radiantsystems.com>
16768 * libanjuta/interfaces/libanjuta.idl,
16769 libanjuta/anjuta-marshal.c,
16770 plugins/Makefile.am,
16771 plugins/debug-manager/plugin.c,
16772 plugins/editor/plugin.c,
16773 plugins/editor/text_editor.c,
16774 plugins/gdb/breakpoints.c,
16775 plugins/gdb/debugger.c,
16776 plugins/gdb/plugin.c,
16777 plugins/gdb/plugin.h: fixed "Toggle breakpoint" feature
16779 2004-11-06 Jean-NoelGuiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16780 * plugins/editor/anjuta-docman.h plugins/editor/plugin.c,
16781 plugins/editor/search-replace.c,
16782 plugins/message-view/anjuta-msgman.c plugins/message-view/plugin.c:
16783 Search and Replace; Show result in find pane
16785 2004-11-03 Johannes Schmid <jhs@cvs.gnome.org>
16787 * plugins/gdb, plugins/debug-manager: Applied debugger patch
16788 from Bosik, Pavol <pavol.bosik@radiantsystems.com>
16789 (added features: starting debugger and loading of core/executable,
16790 StepIn, StepOut, StepOver and Execute, toggling breakpoint
16793 2004-11-03 Johannes Schmid <jhs@cvs.gnome.org>
16795 * plugins/cvs-plugin/*: Mess up with cvs and lost some of
16796 my cvs-plugin files...
16797 I hope I have rescued everything possible.
16799 * Naba: Could you please fix sample1 because I messed it up to
16800 but there should be a histroy of this directory we should commit
16802 2004-10-22 Johannes Schmid <jhs@cvs.gnome.org>
16804 * plugins/cvs-plugin/cvs-execute.[ch]: Add basic command execute
16806 * plugins/cvs-plugin/plugin.c,
16807 /plugins/cvs-plugin/anjuta-cvs-plugin.glade:
16808 Added preferences dialog (not yet complete)
16810 2004-10-22 Johannes Schmid <jhs@cvs.gnome.org>
16812 * global-tags/Makefile.am, mime/Makefile.am:
16813 Some fixes in build process from Alexey Rusakov <ktirf@users.sf.net>
16815 * template/xmltemplate.[ch],
16816 template/xmlstrings.[ch],
16817 template/autotools.[ch] removed,
16818 template/prj_template.[ch] removed,
16819 template/lang_template.[ch] removed,
16820 template/lib_template.[ch] removed,
16821 template/Makefile.am adjusted,
16822 template/dtds/lang.dtd removed,
16823 template/dtds/lib.dtd removed,
16824 template/dtds/prj.dtd removed,
16825 template/dtds/autotools.dtd removed,
16826 data/template/lib/* removed,
16827 data/template/language/* removed,
16828 data/template/library/* removed,
16829 data/template/project/* removed,
16830 date/template/Makefile.am adjusted:
16831 Remove everything except text-templates to replace hardcoded
16832 Edit->Insert texts with dynamic loaded.
16834 * plugins/cvs-plugin/plugin.[ch],
16835 plugins/cvs-actions.[ch],
16836 plugins/Makefile.am,
16837 plugins/cvs-plugin/Makefile.am,
16838 plugins/cvs-plugin/anjuta-cvs-plugin.ui,
16839 plugins/cvs-plugin/anjuta-cvs-plugin.glade,
16840 plugins/cvs-plugin/anjuta-cvs.plugin.in:
16841 Added initial cvs-plugin code
16843 2004-10-21 Naba Kumar <naba@gnome.org>
16845 * libanjuta/anjuta-plugin.c,
16846 plugins/build-basic-autotools/build-basic-autotools.c,
16847 plugins/debugger/plugin.c,
16848 plugins/devhelp/plugin.c,
16849 plugins/editor/anjuta-docman.c,
16850 plugins/editor/goto_line.c,
16851 plugins/editor/plugin.c,
16852 plugins/editor/search-replace.c,
16853 plugins/editor/text_editor.c,
16854 plugins/file-loader/plugin.c,
16855 plugins/file-manager/plugin.c,
16856 plugins/file-wizard/file.c,
16857 plugins/file-wizard/plugin.c,
16858 plugins/gdb/plugin.c,
16859 plugins/gtodo/plugin.c,
16860 plugins/message-view/anjuta-msgman.c,
16861 plugins/profile-default/plugin.c,
16862 plugins/project-manager/plugin.c,
16863 plugins/sample1/plugin.c,
16864 plugins/terminal/terminal.c: Defined all global variables static,
16865 particularly class parent_class variables. They were getting
16866 confused at link time.
16868 * libanjuta/plugins.c: Do not unload plugins when they are
16869 deactivated. Simply cache them for later activation. Unloading
16870 modules have some problem with shared libs using static class
16871 registration. Fixed hash type for installed plugins. Eventually,
16872 we want to add "CanUnload" attribute for .plugin files (in
16873 "Anjuta Plugin" group) to let plugin loader know if the plugin can
16874 be unloaded from memory. Those plugins declaring CanUnload=false
16875 will not be unloaded from memory and will be put in the cache. Those
16876 not declaring anything or declaring CanUnload=true, will be unloaded
16877 from memory when they are deactivated.
16879 * plugins/editor/action-callbacks.c, plugins/editor/anjuta-docman.c,
16880 plugins/editor/plugin.c, plugins/editor/text_editor.c,
16881 plugins/editor/text_editor.h, plugins/file-manager/an_file_view.c,
16882 plugins/file-manager/plugin.c, plugins/file-wizard/plugin.c,
16883 plugins/project-manager/plugin.c: Fixed object finalization, dispose,
16884 activation, deactivation. Fixed memory leaks.
16886 2004-10-20 Naba Kumar <naba@gnome.org>
16888 * TODO.tasks: Updated.
16890 * libanjuta/anjuta-plugin.c, libanjuta/anjuta-plugin.h,
16891 libanjuta/anjuta-utils.h, libanjuta/plugins.c: Defined separate
16892 macro for adding interfaces to plugin types. Code cleanup.
16894 * manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
16895 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
16897 * plugins/build-basic-autotools/build-basic-autotools.c,
16898 plugins/debugger/plugin.c, plugins/devhelp/plugin.c,
16899 plugins/editor/plugin.c, plugins/editor/text_editor.c,
16900 plugins/file-loader/plugin.c, plugins/file-manager/plugin.c,
16901 plugins/file-wizard/plugin.c, plugins/gdb/plugin.c,
16902 plugins/gtodo/plugin.c, plugins/message-view/message-view.c,
16903 plugins/message-view/plugin.c, plugins/profile-default/plugin.c,
16904 plugins/project-manager/plugin.c,
16905 plugins/symbol-browser/an_symbol_view.c,
16906 plugins/symbol-browser/plugin.c, plugins/terminal/terminal.c: Used
16907 newly defined macro to add interfaces to plugin types.
16909 * src/anjuta-app.c, src/shell.c: Do not add value for widgets.
16911 2004-10-20 Naba Kumar <naba@gnome.org>
16913 * TODO.tasks: Added task list.
16914 * plugins/file-manager/anjuta-file-manager-plugin.glade: Set
16917 2004-10-19 Naba Kumar <naba@gnome.org>
16919 * plugins/build-basic-autotools/build-basic-autotools.c: Fixed bugs.
16921 * plugins/editor/action-callbacks.c,
16922 plugins/editor/action-callbacks.h,
16923 plugins/editor/anjuta-docman.c,
16924 plugins/editor/anjuta-docman.h,
16925 plugins/editor/anjuta-document-manager.ui,
16926 plugins/editor/file_history.c,
16927 plugins/editor/file_history.h,
16928 plugins/editor/plugin.c: Added file history browsing.
16930 * plugins/gtodo/libgtodo.c, plugins/gtodo/plugin.c: Fixed refresh.
16932 * plugins/message-view/anjuta-message-manager.ui,
16933 plugins/message-view/plugin.c: Added document manager context menu.
16935 * plugins/symbol-browser/an_symbol_view.c,
16936 plugins/symbol-browser/an_symbol_view.h,
16937 plugins/symbol-browser/anjuta-symbol-browser-plugin.ui,
16938 plugins/symbol-browser/plugin.c: Added goto tag def/decl. Added
16939 document manager context menu.
16941 * scintilla/*, scintilla/include/*: Updated to current cvs.
16943 2004-10-19 Naba Kumar <naba@gnome.org>
16945 *plugins/debugger/anjuta-debugger.ui, src/anjuta.ui: Added
16946 placeholder for debugger UI.
16948 * plugins/devhelp/plugin.c, plugins/editor/plugin.c: Fixed shortcuts.
16949 * plugins/file-manager/plugin.c: Fixed loading bug.
16951 * libanjuta/anjuta-encodings.c, libanjuta/anjuta-encodings.h,
16952 libanjuta/anjuta-preferences.c, libanjuta/anjuta-preferences.h:
16953 Initializes gconf database with default values when the
16954 values are not defined. Use bool and int prefs separately.
16956 * plugins/editor/plugin.c: Added encoding preferences.
16957 * plugins/project-manager/plugin.c: Cleanup and debug messages.
16959 * manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
16960 manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
16961 manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
16962 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
16964 2004-10-18 Naba Kumar <naba@gnome.org>
16966 * po/POTFILES.in: Updated.
16968 * libanjuta/anjuta-ui.c: Corrected debug messages.
16970 * libegg/egg-combo-action.c, libegg/test-actions.c,
16971 libegg/menu/egg-combo-action.h: Fixed combo action.
16973 * plugins/debugger/Makefile.am, plugins/gdb/Makefile.am:
16976 * plugins/editor/action-callbacks.[c,h],
16977 plugins/editor/anjuta-document-manager.ui, plugins/editor/plugin.c:
16978 Implemented file swap. Removed dead codes.
16980 * plugins/editor/text_editor.[c,h]: Fixed crash bug. Removed
16983 * plugins/symbol-browser/an_symbol_view.[c,h],
16984 plugins/symbol-browser/anjuta-symbol-browser-plugin.ui,
16985 plugins/symbol-browser/plugin.[c,h]: Completed symbol browser plugin.
16986 Implemented file symbols. Implemented goto file line when symbol is
16989 * src/utilities.[c,h]: Moved code to plugins/editor/action-callbacks.c.
16991 2004-10-10 Naba Kumar <naba@gnome.org>
16993 Patch from Bosik, Pavol <pavol.bosik@radiantsystems.com>:
16995 * libanjuta/interfaces/libanjuta.idl: Added debugger interface.
16997 * plugins/debugger/.cvsignore,
16998 (added) plugins/debugger/Makefile.am,
16999 (added) plugins/debugger/anjuta-debugger.glade,
17000 (added) plugins/debugger/anjuta-debugger.plugin.in,
17001 (added) plugins/debugger/anjuta-debugger.plugin.png,
17002 (added) plugins/debugger/anjuta-debugger.ui,
17003 plugins/debugger/attach_process.c,
17004 (removed) plugins/debugger/attach_process_cbs.c,
17005 (removed) plugins/debugger/attach_process_cbs.h,
17006 (removed) plugins/debugger/breakpoints.c,
17007 (removed) plugins/debugger/breakpoints.h,
17008 (removed) plugins/debugger/debug_tree.c,
17009 (removed) plugins/debugger/debug_tree.h,
17010 (removed) plugins/debugger/debugger.c,
17011 (removed) plugins/debugger/debugger.h,
17012 (removed) plugins/debugger/memory.c,
17013 (removed) plugins/debugger/memory.h,
17014 (added) plugins/debugger/plugin.c,
17015 (added) plugins/debugger/plugin.h,
17016 (removed) plugins/debugger/registers.c,
17017 (removed) plugins/debugger/registers.h,
17018 (removed) plugins/debugger/registers_cbs.c,
17019 (removed) plugins/debugger/registers_cbs.h,
17020 (removed) plugins/debugger/registers_gui.c,
17021 (removed) plugins/debugger/sharedlib.c,
17022 (removed) plugins/debugger/sharedlib.h,
17023 (removed) plugins/debugger/sharedlib_cbs.c,
17024 (removed) plugins/debugger/sharedlib_cbs.h,
17025 (removed) plugins/debugger/sharedlib_gui.c,
17026 (removed) plugins/debugger/signals.c,
17027 (removed) plugins/debugger/signals.h,
17028 (removed) plugins/debugger/signals_cbs.c,
17029 (removed) plugins/debugger/signals_cbs.h,
17030 (removed) plugins/debugger/signals_gui.c,
17031 (removed) plugins/debugger/stack_trace.c,
17032 (removed) plugins/debugger/stack_trace.h,
17033 (added) plugins/debugger/utilities.c,
17034 (added) plugins/debugger/utilities.h,
17035 (removed) plugins/debugger/watch.c,
17036 (removed) plugins/debugger/watch.h,
17037 (removed) plugins/debugger/watch_cbs.c,
17038 (removed) plugins/debugger/watch_cbs.h,
17039 (removed) plugins/debugger/watch_gui.c,
17040 (removed) plugins/debugger/watch_gui.h: Moved files to gdb backend plugin.
17042 * configure.in, plugins/Makefile.am, (added) plugins/gdb/*:
17043 Added debugger gdb backend plugin.
17045 * plugins/message-view/plugin.c: Registered all message stock icons.
17047 * plugins/profile-default/plugin.c: Loads debugger plugin.
17049 * src/Makefile.am, libegg/Makefile.am: Fixed build errors.
17051 2004-10-08 Naba Kumar <naba@gnome.org>
17053 * libanjuta/libanjuta-1.0.pc.in: changed .pc file to have version
17056 * plugins/symbol-browser/.cvsignore,
17057 plugins/symbol-browser/Makefile.am,
17058 plugins/symbol-browser/an_symbol_view.c,
17059 plugins/symbol-browser/an_symbol_view.h,
17060 plugins/symbol-browser/anjuta-symbol-browser-plugin.png,
17061 plugins/symbol-browser/anjuta-symbol-browser-plugin.ui,
17062 plugins/symbol-browser/anjuta-symbol-browser.plugin.in,
17063 plugins/symbol-browser/plugin.c,
17064 plugins/symbol-browser/plugin.h,
17065 plugins/symbol-browser/sv_class.xpm,
17066 plugins/symbol-browser/sv_function.xpm,
17067 plugins/symbol-browser/sv_macro.xpm,
17068 plugins/symbol-browser/sv_private_fun.xpm,
17069 plugins/symbol-browser/sv_private_var.xpm,
17070 plugins/symbol-browser/sv_protected_fun.xpm,
17071 plugins/symbol-browser/sv_protected_var.xpm,
17072 plugins/symbol-browser/sv_public_fun.xpm,
17073 plugins/symbol-browser/sv_public_var.xpm,
17074 plugins/symbol-browser/sv_static_fun.xpm,
17075 plugins/symbol-browser/sv_static_var.xpm,
17076 plugins/symbol-browser/sv_struct.xpm,
17077 plugins/symbol-browser/sv_unknown.xpm,
17078 plugins/symbol-browser/sv_variable.xpm,
17079 plugins/symbol-browser/test-symbol-browser.c,
17080 plugins/Makefile.am: Implemented Symbol
17083 * pixmaps/sv_*.xpm: Moved to plugins/symbol-browser/ dir.
17085 * plugins/build-basic-autotools/Makefile.am,
17086 plugins/devhelp/Makefile.am,
17087 plugins/editor/Makefile.am,
17088 plugins/file-loader/Makefile.am,
17089 plugins/file-manager/Makefile.am,
17090 plugins/file-wizard/Makefile.am,
17091 plugins/gtodo/Makefile.am,
17092 plugins/message-view/Makefile.am,
17093 plugins/profile-default/Makefile.am,
17094 plugins/project-manager/Makefile.am
17095 plugins/sample1/Makefile.am,
17096 plugins/terminal/Makefile.am,
17097 scintilla/Makefile.am,
17098 libegg/Makefile.am,
17099 launcher/Makefile.am,
17100 libanjuta/Makefile.am,
17102 tagmanager/Makefile.am,
17103 configure.in: Defined anjuta_plugin_dir, anjuta_image_dir,
17104 anjuta_data_dir in configure.in and used them in plugins Makefile.am
17105 files. Also fixed library dependencies.
17107 * plugins/editor/aneditor.cxx: Disabled unused codes.
17108 * plugins/file-manager/an_file_view.c: Added copyright.
17109 * plugins/gtodo/tray-icon.c: Fixed pixmap path.
17111 * plugins/profile-default/plugin.c: Can load plugins by location.
17112 * plugins/project-manager/plugin.c: Remove project_root_uri value
17113 when project is closed.
17115 2004-10-06 Naba Kumar <naba@gnome.org>
17117 * libanjuta/plugins.c: Shows plugins in a nicer dialog.
17119 * libanjuta/interfaces/libanjuta.idl,
17120 plugins/editor/text_editor.c: Added get_length()
17121 and get_current_word() methods in IAnjutaEditor interface.
17123 * libegg/Makefile.am: Added test_actions target.
17125 * libegg/egg-combo-action.c: Fixed combo-action and made it usable.
17127 * plugins/build-basic-autotools/build-basic-autotools.c,
17128 plugins/file-loader/plugin.c,
17129 plugins/message-view/message-view.c: Added code to go to file and
17132 * plugins/devhelp/plugin.c: Context sensitive help now works.
17133 * plugins/editor/anjuta-docman.c: Reads the fragment id from file
17134 uri as line number and goes to that line number.
17136 * plugins/gtodo/interface.c, plugins/gtodo/libgtodo.c,
17137 plugins/gtodo/plugin.c: Creates a default gtodo client and implemented
17138 gtodo_client_load() method to load from a diffrent file. Watched
17139 project root directory in plugin to open TODO.tasks of the project.
17141 * plugins/project-manager/plugin.c: Updates project UI
17142 sensitive/insensitive.
17144 * src/Makefile.am, src/shell.[c,h], src/anjuta-shell.ui: Added
17145 anjuta-shell program to test plugins.
17147 * src/anjuta-app.c: Registered UI accels.
17149 2004-09-28 Naba Kumar <naba@gnome.org>
17151 * libanjuta/anjuta-shell.[c,h]: Added anjuta_shell_present_widget()
17154 * src/anjuta-app.c: Implemented present widget method.
17156 * plugins/devhelp/plugin.c, plugins/editor/plugin.c,
17157 plugins/message-view/plugin.c, plugins/project-manager/plugin.c,
17159 * plugins/editor/anjuta-docman.c: Code cleanup and selects newly
17162 * plugins/editor/text_editor.c: Connects to preferences changed signal
17165 2004-09-28 Naba Kumar <naba@gnome.org>
17167 * libanjuta/anjuta-debug.h, libanjuta/Makefile.am: Added debug
17170 * libanjuta/e-splash.c, Fixed compiler error and reduced progress bar
17173 * libegg/egg-entry-action.c: Takes GtkEditable rather than GtkEntry
17174 in changed signal callback.
17176 * plugins/editor/action-callbacks.c: Implemented save_all action
17177 callback. Removed dead code. Do save_as when saving a new file.
17178 Implemented incremental search.
17180 * plugins/editor/anjuta-docman.c: Removed dead code and formated code.
17182 * plugins/editor/plugin.c, plugins/editor/print.c: Used debug prints.
17184 * src/anjuta-app.c: Registers UI accelerators.
17186 2004-09-27 Naba Kumar <naba@gnome.org>
17188 * libanjuta/anjuta-utils.c: Added a border in input dialog entry box.
17190 * plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
17191 plugins/devhelp/anjuta-devhelp.plugin.in,
17192 plugins/file-loader/anjuta-loader.plugin.in,
17193 plugins/file-manager/anjuta-file-manager.plugin.in,
17194 plugins/gtodo/anjuta-gtodo.plugin.in,
17195 plugins/project-manager/anjuta-project-manager.plugin.in,
17196 plugins/terminal/anjuta-terminal.plugin.in:
17197 Gave proper plugin names.
17199 * plugins/build-basic-autotools/build-basic-autotools.c: Detailed
17200 error when regex fail.
17202 * plugins/devhelp/anjuta-devhelp.ui, plugins/devhelp/plugin.[c,h]:
17203 Added help and context search. Watches current editor. More menus
17204 in Help submenu. Update UI (sensitive when required) properly.
17206 * plugins/editor/anjuta-document-manager.ui,
17207 plugins/devhelp/anjuta-devhelp.ui,
17208 plugins/message-view/anjuta-message-manager.ui,
17209 src/anjuta.ui: Goto menu actions are in separate submenu.
17211 * src/anjuta.ui, src/action-callbacks.[c,h], src/anjuta-actions.h:
17212 Removed unimplemented UI elements.
17214 * src/anjuta-app.c: Larger (and normal) icon size.
17216 * src/layout.xml: Task manager plugin along with document (in middle).
17218 * plugins/editor/plugin.c, plugins/file-loader.c,
17219 plugins/devhelp/plugin.c: Gives short-labels and is-important flag
17220 in gtkactions. Enable/disable UI properly.
17222 2004-09-26 Naba Kumar <naba@gnome.org>
17224 * po/POTFILES.in: Updated, added missing files.
17226 * .cvsignore: Updated.
17228 * libanjuta/anjuta-utils.[h,c]: Functions take constant parameters. Added
17229 a new function to get User input text.
17231 * libanjuta/resources.[c,h]: Added a function to created sized image.
17233 * libanjuta/interfaces/libanjuta.idl: Changed parameter name to uri
17234 from filename, as thats the correct representation.
17236 * plugins/build-basic-autotools/Makefile.am,
17237 (added) plugins/build-basic-autotools/automake-c.filters,
17238 plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
17239 plugins/build-basic-autotools/build-basic-autotools.[c,h]:
17240 Rearragned UI elements in the build menu. Added codes to read build
17241 filter rules from external file. Implemented all build, configure,
17242 autogen commands. Watches current editor and project.
17244 * plugins/editor/anjuta-docman.[c,h], plugins/editor/plugin.c:
17245 Added editor changed signal and exports current editor value.
17246 Fixed parameter names. Fixed get_uri() interface implementation to
17247 return correct uri.
17249 * plugins/editor/anjuta-document-manager.ui: Removed unnecessary UI
17252 * plugins/file-loader/anjuta-loader-plugin.ui: Added New UI element.
17254 * plugins/file-manager/an_file_view.c,
17255 plugins/file-manager/an_file_view.c: Exports file uri correctly.
17257 * plugins/file-wizard/file.c: Reads uri correctly.
17259 * plugins/message-view/anjuta-msgman.c: Sizes tab images properly and
17260 sets the page to the new view.
17262 * plugins/message-view/message-view.c: Unrefs the tree model when done.
17263 Fixed signal connecting.
17265 * plugins/project-manager/plugin.c: Changed "project_root_directory"
17266 to "project_root_uri" and exports as uri.
17268 2004-09-24 Naba Kumar <naba@gnome.org>
17270 * libanjuta/anjuta-ui.c: Fixed a crash bug.
17271 * libanjuta/anjuta-plugin.c, libanjuta/plugins.c: Activates plugin
17273 * plugins/file-manager/plugin.c: Fixed crash in unloading.
17274 * plugins/file-loader/plugin.c: Added comments.
17275 * plugins/build-basic-autotools/plugin.c: Added comments.
17276 * plugins/devhelp/plugin.c: Fixed crash bug. Added comments.
17278 * libanjuta/interfaces/libanjuta.idl,
17279 plugins/message-view/anjuta-msgman.c,
17280 plugins/message-view/message-view.c,
17281 plugins/message-view/message-view.h,
17282 plugins/message-view/plugin.c: Buffering and appending messages have
17283 been separated. message-view implementations cleaned up. Signals
17284 Emissions fixed. Messages now displayed in summary and details show
17285 as tooltip. Message color highlights fixed. Updated IAnjutaMessageView
17288 * plugins/message-view/anjuta-message-manager-plugin.glade: Organized
17291 * plugins/build-basic-autotools/Makefile.am,
17292 plugins/build-basic-autotools/build-basic-autotools.c: Added regex
17293 parsing of output to create message summaries. Uses new message view
17296 * plugins/editor/anjuta-document-manager.glade: Hidden unnecessary
17297 preferences to make dialog box smaller.
17299 * plugins/editor/search-replace.c: Fixed compile error with change
17300 in IAnjutaMessageView API.
17302 2004-09-21 Naba Kumar <naba@gnome.org>
17304 * plugins/Makefile.am: Deletes old (installed) plugins before
17305 installing new ones.
17307 * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
17308 plugins/build-basic-autotools/build-basic-autotools.c,
17309 plugins/build-basic-autotools/build-basic-autotools.h: Uses exported
17310 file URI from filemanager. Only disables/enables build submenu in file
17311 manager, instead of merging/unmerging.
17313 * plugins/editor/anjuta-docman.c: Fixed a crash bug when opening
17316 * plugins/file-loader/anjuta-loader-plugin.ui,
17317 plugins/file-loader/plugin.c, plugins/file-loader/plugin.h:
17318 Implemented "Open with" file manager submenu. Displays error message
17319 when file can not be opened.
17321 * plugins/file-manager/an_file_view.c: Renamed
17322 file_manager_current_filename value name to file_manager_current_uri
17323 and exports proper URI.
17325 * plugins/gtodo/plugin.c: Display name changed to "Tasks".
17327 2004-09-19 Naba Kumar <naba@gnome.org>
17329 * plugins/editor/anjuta-docman.c, plugins/editor/plugin.c,
17330 plugins/editor/text_editor.c, plugins/editor/text_editor_cbs.c: Added
17331 save point signal to change editor tabs. Fixed accels.
17333 * plugins/file-loader/plugin.c: Fixed accels.
17335 * plugins/project-manager/plugin.c: Added target selection callback.
17337 * plugins/project-manager/plugin.c: Added URI activation.
17338 * plugins/editor/goto-line.c, plugin/editor/action_callbacks.c:
17339 Fixed dialog and closed it on ok. Fixed a crash bug.
17340 * plugins/editor/anjuta-docman.c: Set notebook scrollable.
17342 * (added) libegg/egg-recent-*.c, (added) libegg/recent-files/*,
17343 configure.in, libegg/Makefile.am, plugins/file-loader/Makefile.am,
17344 plugins/file-loader/anjuta-loader-plugin.ui,
17345 plugins/file-loader/plugin.c, plugins/file-loader/plugin.h:
17346 Added recent files in file loade plugin.
17348 * ChangeLog: Fixed entry dates.
17350 2004-09-18 Naba Kumar <naba@gnome.org>
17352 * plugins/devhelp/plugin.c: Added UI sensitization and removed
17353 an unnecessary GtkFrame.
17355 2004-09-17 Naba Kumar <naba@gnome.org>
17357 * mime/anjuta.xml, mime/Makefile.am: Added mime definition xml.
17361 * data/Makefile.am: Disabled installing old mime info.
17363 * mime/anjuta.applications, mime/anjuta.keys: Updated.
17365 * plugins/editor/anjuta-docman.c, plugins/editor/anjuta-docman.h,
17366 plugins/editor/anjuta-document-manager.ui,
17367 plugins/editor/plugin.c, plugins/editor/text_editor.c,
17368 plugins/editor/text_editor.h, plugins/editor/text_editor_cbs.c:
17369 Added Editor context popup menu.
17371 * plugins/project-manager/anjuta-project-manager-plugin.png:
17374 * plugins/project-manager/anjuta-project-manager.plugin.in:
17375 Support .anjuta mime type.
17377 * plugins/project-manager/plugin.c: Exports "project_root_directory"
17380 * plugins/file-manager/plugin.c: Watches "project_root_directory"
17383 * src/layout.xml, plugins/profile-default/plugin.c:
17384 Added project manager plugin for startup.
17386 2004-09-16 Naba Kumar <naba@gnome.org>
17388 * anjuta.prj: Updated.
17390 * pixmaps/Makefile.am, plugins/build-basic-autotools/Makefile.am,
17391 plugins/devhelp/Makefile.am, plugins/editor/Makefile.am,
17392 plugins/file-loader/Makefile.am, plugins/file-manager/Makefile.am,
17393 plugins/file-wizard/Makefile.am, plugins/message-view/Makefile.am,
17394 plugins/profile-default/Makefile.am, plugins/sample1/Makefile.am,
17395 plugins/terinal/Makefile.am, src/Makefile.am,
17396 plugins/gtodo/Makefile.am, plugins/project-manager/Makefile.am:
17397 Fixed makefile syntax errors.
17399 2004-09-16 Naba Kumar <naba@gnome.org>
17401 * configure.in, src/layout.xml,
17402 plugins/profile-default/plugin.c,
17403 libanjuta/interfaces/libanjuta.idl,
17404 plugins/Makefile.am, (added) plugins/gtodo/*: Added Todo plugin.
17406 * configure.in, plugins/Makefile.am,
17407 plugins/project-manager/.cvsignore,
17408 plugins/project-manager/Makefile.am,
17409 plugins/project-manager/anjuta-project-manager-plugin.png,
17410 plugins/project-manager/anjuta-project-manager.plugin.in,
17411 plugins/project-manager/anjuta-project-manager.ui,
17412 plugins/project-manager/plugin.c,
17413 plugins/project-manager/plugin.h: Added project manager plugin
17414 based on gnome-build.
17416 * Makefile.am, mime/Makefile.am, mime/anjuta.applications,
17417 mime/anjuta.keys, mime/anjuta.mime: Added anjuta files mime types.
17419 * manuals/reference/libanjuta/tmpl/e-splash.sgml,
17420 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
17421 manuals/reference/libanjuta/tmpl/properties.sgml: Updated.
17423 2004-09-16 Naba Kumar <naba@gnome.org>
17425 * plugins/editor/action-callbacks.c: Fixed compile error.
17427 2004-09-15 Naba Kumar <naba@gnome.org>
17429 * plugins/devhelp/plugin.[c,h]: Fixed a start-up warning.
17431 * libanjuta/e-splash.c, plugins/profile-default/plugin.c:
17432 New improved splace with nicer progress.
17434 * configure.in, plugins/Makefile.am,
17435 (added) file-wizard/.cvsignore,
17436 (added) file-wizard/Makefile.am,
17437 (added) file-wizard/action-callbacks.c,
17438 (added) file-wizard/action-callbacks.h,
17439 (added) file-wizard/anjuta-file-wizard-plugin.png,
17440 (added) file-wizard/anjuta-file-wizard.glade,
17441 (added) file-wizard/anjuta-file-wizard.plugin.in,
17442 (added) file-wizard/anjuta-file-wizard.ui,
17443 (added) file-wizard/file.c,
17444 (added) file-wizard/file.h,
17445 (added) file-wizard/plugin.c,
17446 (added) file-wizard/plugin.h:
17447 Created new file wizard and added it. The wizard takes care of text
17448 bit insertions and new files creation.
17450 * plugins/editor/Makefile.am, plugins/editor/action-callbacks.c,
17451 plugins/editor/action-callbacks.h,
17452 plugins/editor/anjuta-document-manager.glade,
17453 plugins/editor/anjuta-document-manager.ui,
17454 plugins/editor/plugin.c, plugins/editor/text_editor.c,
17455 (removed) plugins/editor/file.[c,h]: Removed text insertions and
17456 new files code and moved into a new plugin (file wizard).
17458 * libanjuta/plugins.[c,h]: Added plugins selection function.
17460 * libanjuta/interfaces/libanjuta.idl: Added goto_position(),
17461 get_position(), insert() in IAnjutaEditor interface. Added
17462 add_buffer() in IAnjutaDocumentManager interface. Added IAnjutaWizard
17463 interface (for wizard plugins).
17465 * plugins/file-loader/anjuta-loader-plugin.ui,
17466 plugins/file-loader/plugin.c: Added wizard launcher interface which
17467 scans for plugins implement IAnjutaWizard interface and presents the
17468 list to user for selection. The selected plugin is then activated
17471 * libanjuta/interfaces/.cvsignore: Updated.
17472 * plugins/message-view/.cvsignore: Updated.
17473 * plugins/launcher/*: Removed as launcher has already been moved to
17474 libanjuta as class.
17476 * manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
17477 manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
17478 manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
17479 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
17480 manuals/reference/libanjuta/tmpl/pixmaps.sgml:
17481 Updated API documentations.
17483 2004-09-01 Amanpreet Singh Alam <aalam@redhat.com>
17485 * configure.in: Added Punjabi to ALL_LINGUAS
17487 2004-07-29 Naba Kumar <naba@gnome.org>
17489 * configure.in: Added file-loader plugin Makefile path and
17490 fixed devhelp version requirement.
17492 2004-07-28 Naba Kumar <naba@gnome.org>
17494 * src/anjuta-app.c, libanjuta/pixmaps.h, libanjuta/anjuta-stock.h,
17495 terminal/preferences-terminal.png (added), message-view/*.png (added),
17496 message-view/*.xpm (added), editor/*.png (added),
17497 editor/*.xpm (added), plugins/editor/Makefile.am,
17498 plugins/editor/plugin.c, plugins/message-view/Makefile.am,
17499 plugins/message-view/plugin.c, plugins/terminal/Makefile.am,
17500 src/anjuta-app.c, pixmaps/Makefile.am: Moved pixmap files to
17501 respective plugins directories.
17503 * pixmaps/autocomplete-16.png, pixmaps/autocomplete.png,
17504 pixmaps/block-end-16.png, pixmaps/block-end.png
17505 pixmaps/block-start-16.png, pixmaps/block-start.png
17506 pixmaps/block_select.xpm, pixmaps/bookmark-first-16.png
17507 pixmaps/bookmark-first.png, pixmaps/bookmark-last-16.png
17508 pixmaps/bookmark-last.png, pixmaps/bookmark-next-16.png
17509 pixmaps/bookmark-next.png, pixmaps/bookmark-prev-16.png
17510 pixmaps/bookmark-prev.png, pixmaps/bookmark_toggle.xpm
17511 pixmaps/fold_close.xpm, pixmaps/fold_open.xpm
17512 pixmaps/fold_toggle.xpm, pixmaps/indent.xpm
17513 pixmaps/indent_auto.xpm, pixmaps/indent_dcr.xpm
17514 pixmaps/indent_inc.xpm, pixmaps/indent_set.xpm
17515 pixmaps/preferences-editor.png, pixmaps/undock.png
17516 pixmaps/error-next-16.png, pixmaps/error-next.png
17517 pixmaps/error-prev-16.png, pixmaps/error-prev.png
17518 pixmaps/messages.xpm, pixmaps/preferences-messages.png,
17519 pixmaps/preferences-terminal.png: Deleted
17521 * libanjuta/properties* (removed), plugins/editor/properties* (added),
17522 plugins/editor/Makefile.am, plugins/editor/action-callbacks.c,
17523 plugins/editor/aneditor.cxx, plugins/editor/anjuta-docman.c,
17524 plugins/editor/anjuta-document-manager.plugin.in,
17525 plugins/editor/anjuta-document-manager.ui,
17526 plugins/editor/plugin.c, plugins/editor/print.c,
17527 plugins/editor/search-replace_backend.c,
17528 plugins/editor/search_preferences.h,
17529 plugins/editor/text_editor.c, plugins/editor/text_editor.h:
17530 Moved properties souce files to editor plugin as it not required in
17531 libanjuta. Other editor fixes.
17533 * configure.in, libegg/Makefile.am, libegg/egg-dock* (removed),
17534 libegg/dock/* (removed)
17535 : Restored GDL external dependencies and removed libegg dock
17536 sources, because gdl is being developed.
17538 * libanjuta/Makefile.am, libanjuta/anjuta-preferences.c,
17539 libanjuta/anjuta-preferences.h, libanjuta/anjuta-shell.c,
17540 libanjuta/anjuta-shell.h, libanjuta/anjuta-utils.c,
17541 libanjuta/anjuta-utils.h, libanjuta/libanjuta.h,
17542 libanjuta/plugins.c, libanjuta/plugins.h,
17543 libanjuta/resources.c, libanjuta/resources.h: Preferences now use
17544 gconf system. Shell now takes docking positions. Added more utility
17545 functions. Added plugins query function. And other fixes.
17547 * libanjuta/interfaces/libanjuta.idl: Added File loader interface.
17549 * plugins/Makefile.am, plugins/file-loader/*: Implemented file loader
17550 plugin to load files based on mime type.
17552 * configure.in, plugins/devhelp/plugin.c: Fixed to use devhelp >= 0.9.
17554 * plugins/file-manager/Makefile.am, plugins/file-manager/an_file_view.c,
17555 plugins/file-manager/plugin.c: File manager now uses file loader to
17558 * plugins/message-view/anjuta-msgman.c,,
17559 plugins/message-view/message-view.c,
17560 plugins/message-view/plugin.c: Implemented launcher in libanjuta.
17562 * plugins/profile-default/plugin.c, plugins/sample1/plugin.c,
17563 plugins/terminal/terminal.c, src/Makefile.am,
17564 src/action-callbacks.c, src/anjuta-app.c, src/anjuta-app.h,
17565 src/anjuta.c, src/layout.xml, src/preferences.c: Bug fixes.
17567 * libegg/dock/*: Removed directory.
17569 2004-07-28 Naba Kumar <naba@gnome.org>
17571 * configure.in: Reduced gnome-print version requirement.
17572 * plugins/devhelp/plugin.c: Fixed changes wrt develop >= 0.9.0.
17574 2004-07-21 Ray Strode <rstrode@redhat.com>
17575 * anjuta/anjuta.desktop.in.in: Add MimeType line to desktop file
17578 2004-06-29 Johannes Schmid <jhs@cvs.gnome.org>
17580 * plugins/editor/search-replace.c: Some fixes
17581 * plugins/terminal/Makefile.am:
17582 Patch from: Alexey Rusakov <ktirf@users.sf.net>
17584 2004-05-19 Naba Kumar <naba@gnome.org>
17586 * libanjuta/e-splash.c: Set 'type' at construct time. Fixed
17589 2004-05-17 Johannes Schmid <jhs@cvs.gnome.org>
17591 * plugins/editor/text_editor.c: Implemented IAnjutaFile correctly.
17592 Implemented IAnjutaSavable
17593 * plugins/editor/plugin.c: Implemented IAnjutaFile and IAnjutaSavable.
17595 2004-05-17 Naba Kumar <naba@gnome.org>
17597 * configure.in, plugins/Makefile.am, plugins/profile-default/plugin.c,
17598 plugins/build-basic-autotools/.cvsignore,
17599 plugins/build-basic-autotools/Makefile.am,
17600 plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.png,
17601 plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
17602 plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
17603 plugins/build-basic-autotools/build-basic-autotools.c,
17604 plugins/build-basic-autotools/build-basic-autotools.h: Added basic autotools
17607 * libanjuta/interfaces/libanjuta.idl: Added IAnjutaProject interface
17610 * plugins/file-manager/an_file_view.c,
17611 plugins/file-manager/anjuta-file-manager.ui,
17612 plugins/file-manager/plugin.c, plugins/file-manager/plugin.h:
17613 Added context menu UI.
17615 * src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c: Added widgets show/hide
17618 2004-05-16 Johannes Schmid <jhs@cvs.gnome.org>
17620 * libanjuta/anjuta-preferences.[ch]:
17621 Added save/load_gconf functions
17622 * src/action_callbacks.[ch], src/preferences.c:
17623 Load global prefs from gconf at startup and save them
17624 on exit. Prefs load and save correctly but something resets
17625 them to default after loading...
17626 * src/Makefile.am: Hack: Add anjuta-preferences.o to LD_ADD.
17627 Somehow the linker does not find save/load_gconf functions
17628 in libanjuta. Must be a stupid mistake, I would be glad
17629 if someone could fix that.
17630 * manuals/reference/libanjuta-sections.txt: Added new
17631 preferences functions and removed gnome-filelist
17632 * plugins/file-manager/anjuta-file-manager-plugin.glade:
17633 * plugins/file-manager/plugin.c:
17634 Added root-path property
17636 2004-05-14 Johannes Schmid <jhs@cvs.gnome.org>
17638 * libanjuta/fileselection.[ch], gnomefilelist.[ch]: Removed,
17639 they are not longer needed.
17640 * manuals/reference/libanjuta/Makefile.am, anjuta-docs.sgml,
17641 anjuta-sections.txt: Remove references to the files
17642 * libanjuta/pixmaps.h, pixmaps/directory(-accept).png:
17643 Use new nautilus icons for file-manager, looks incredible
17646 2004-05-14 Johannes Schmid <jhs@cvs.gnome.org>
17648 * plugins/editor/anjuta-docman.c: gchar* to
17649 const gchar* in arguments
17650 * plugins/editor/text_editor.c: Implemented IAnjutaFile
17652 * plugins/file-manager/an_file_view.c: Open files on
17653 double-click. Does not work yet because it does not
17654 find IAnjutaFile interface in document manager
17656 2004-05-14 Johannes Schmid <jhs@cvs.gnome.org>
17658 * plugins/editor/anjuta-docman.c
17659 * plugins/editor/text_editor.c:
17660 Made close button working, made multiple selection in
17661 File/Open dialog possble, fixed crash bug if file cannot
17664 2004-05-13 Johannes Schmid <jhs@cvs.gnome.org>
17666 * plugins/editor/action-callbacks.c
17667 * plugins/editor/anjuta-docman.c
17668 * plugins/editor/anjuta-docman.h
17669 * plugins/editor/search-replace.c
17670 * plugins/editor/search-replace_backend.c
17671 * plugins/editor/text_editor.c
17672 * plugins/editor/text_editor.h:
17673 Moved to new GtkFileChooserDialog, use gnome-vfs everywhere to be
17674 able to open all files, use uri instead of full_filename, fixed
17678 2004-05-13 Naba Kumar <naba@gnome.org>
17680 * plugins/message-view/anjuta-message-manager-plugin.glade:
17683 * src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Fixed toolbar
17686 * pixmaps/anjuta_splash.png: Added border.
17688 * plugins/editor/anjuta-document-manager.png: New icon.
17690 * anjuta.glade, plugins/editor/anjuta-document-manager.glade,
17691 plugins/editor/.cvsignore: Moved search dialogs from anjuta.glade.
17693 plugins/editor/Makefile.am,
17694 plugins/editor/search-replace.c,
17695 plugins/editor/search-replace.h,
17696 plugins/editor/search-replace_backend.c,
17697 plugins/editor/search-replace_backend.h,
17698 plugins/editor/search_preferences.h,
17699 plugins/editor/search_preferences.c: Merged changes from
17700 ANJUTA_1_2_0 branch.
17702 * plugins/editor/anjuta-docman.c, plugins/editor/file.c,
17703 plugins/editor/plugin.c: Fixed crash bugs. Made toggle editor items
17706 * plugins/terminal/Makefile.am,
17707 plugins/terminal/anjuta-terminal-plugin.glade: Fixed terminal preferences
17710 * src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Added toolbar
17713 2004-05-13 Johannes Schmid <jhs@cvs.gnome.org>
17714 * plugins/message-view/plugin.c: Fixed glade file loading
17715 Removed "Show messages" menu item
17716 * src/anjuta-app.c: Fixed crash bug, g_free(filename was called
17717 twice because of this load system layout hack.
17718 * libanjuta/anjuta-ui.h: Removed #include config.h
17719 * libanjuta/libanjuta.pc: Fixed path and depencies
17720 * libanjuta/Makefile.am: Install properties.h and glue-plugin.h
17721 * libanjuta/properties.h: Moved C++ stuff to properties_cxx.h (file added)
17722 * libanjuta/properties.cxx : #include "properties_cxx.h"
17723 * plugins/editor/aneditor.cxx: #include "properties_cxx.h"
17725 2004-05-12 Johannes Schmid <jhs@cvs.gnome.org>
17726 * plugins/message-view/*: Fixed message view preferences
17727 * plugins/message-view/message_prefs.glade: unmerged from anjuta.glade
17728 * anjuta.glade: Removed messages stuff
17730 2004-05-12 Johannes Schmid <jhs@cvs.gnome.org>
17732 * Removed libanjutamm, it is now hosted on SF.net:
17733 cvs.sf.net/cvsroot/anjuta/libanjutamm
17735 2004-05-11 Johannes Schmid <jhs@cvs.gnome.org>
17738 Added some experimental code to add support for C++ plugins.
17739 Nothing works yet and it is likely that it will disappear but
17740 I have some questions to murrayc and he wants to see the code.
17742 2004-05-11 Naba Kumar <naba@gnome.org>
17744 * plugins/terminal/terminal.c: Fixed prefs loading bug.
17746 * plugins/editor/action-callbacks.c: Fixed a crash bug in
17747 hightlight style menu actions.
17749 * manuals/reference/libanjuta/libanjuta-docs.sgml,
17750 manuals/reference/libanjuta/plugin-description-file.sgml,
17751 manuals/reference/libanjuta/writing-plugins.sgml,
17752 manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
17753 manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
17754 manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml: Updated docs.
17756 * src/anjuta-app.c: Always load system layout for now.
17758 * libanjuta/anjuta-shell.h, libanjuta/gnomefilelist.h: Fixed format.
17760 * manuals/reference/libanjuta/libanjuta-docs.sgml,
17761 manuals/reference/libanjuta/libanjuta-sections.txt,
17762 manuals/reference/libanjuta/libanjuta.types,
17763 manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
17764 manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
17765 manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
17766 manuals/reference/libanjuta/tmpl/fileselection.sgml,
17767 manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
17768 (added) manuals/reference/libanjuta/tmpl/ianjuta-terminal.sgml:
17769 Updated documentation.
17771 * (new) plugins/terminal/*, plugins/Makefile.am, configure.in,
17772 plugins/profile-default/plugin.c, src/layout.xml:
17773 Created terminal plugin.
17775 * (new) plugins/file-manager/anjuta-file-manager-plugin.glade,
17776 (new) plugins/file-manager/.cvsignore,
17777 plugins/file-manager/an_file_view.c,
17778 plugins/file-manager/plugin.c,
17779 plugins/file-manager/plugin.h: Moved preferences to separate
17780 glade file and added cvsignore file.
17782 * (new) po/ko.po, (new) po/sq.po, po/ChangeLog: Brought missing po files
17783 from ANJUTA_1_2_0 branch. Please note that other po files need merging
17784 from the branch. I tried it but there were way too many conflicts.
17786 * anjuta.glade: Merged with ANJUTA_1_2_0 branch.
17788 * libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h: Added more
17789 util functions required during the merge.
17791 * libanjuta/interfaces/libanjuta.idl: Defined IAnjutaTerminal
17794 * plugins/editor/aneditor.cxx, plugins/editor/aneditor.h,
17795 plugins/editor/anjuta-docman.c, plugins/editor/goto_line.c,
17796 plugins/editor/text_editor.c, plugins/editor/text_editor.h,
17797 plugins/editor/text_editor_menu.c, plugins/file-manager/Makefile.am:
17798 Merged with ANJUTA_1_2_0 branch.
17800 2004-05-09 Johannes Schmid <jhs@cvs.gnome.org>
17802 * configure.in: Changed GNOME_COMPILE_WARNIGS from error to maximum
17804 2004-05-07 Naba Kumar <naba@gnome.org>
17806 * libanjuta/anjuta-ui.c: Reads action labels and icons correctly.
17808 * plugins/file-manager/an_file_view.c, plugins/file-manager/plugin.c:
17809 Added preferences reading and loading.
17811 * anjuta.glade, anjuta_dialogs_strings.c, ChangeLog,
17812 libanjuta/anjuta-preferences.c, libanjuta/defaults.c,
17813 libanjuta/fileselection.c, libanjuta/fileselection.h,
17814 libanjuta/resources.c: Merged with ANJUTA_1_2_0 branch.
17816 * manuals/reference/libanjuta/anjuta-architecture.sgml: Added some docs.
17818 * AUTHORS, HACKING, NEWS, README, anjuta.desktop.in.in,
17819 anjuta.spec.in, configure.in, data/autogen.sh.generic,
17820 data/autogen.sh.gtk, data/autogen.sh.gtkmm, data/autogen.sh.wxwin,
17821 data/macros/autogen.sh, data/macros2/autogen.sh
17822 data/properties/ada.properties, data/properties/anjuta.properties,
17823 launcher/Makefile.am, launcher/anjuta_launcher.c, libanjuta/gnomefilelist.c,
17824 libanjuta/gnomefilelist.h, manuals/C/Makefile.am,
17825 (added) manuals/C/anjuta-advanced-tutorial/.cvsignore,
17826 (added) manuals/C/anjuta-advanced-tutorial/Makefile.am,
17827 (added) manuals/C/anjuta-advanced-tutorial/anjuta-advanced-tutorial-C.omf,
17828 (added) manuals/C/anjuta-advanced-tutorial/anjuta-advanced-tutorial.xml,
17829 (added) manuals/C/anjuta-advanced-tutorial/figures/aat_additional_options.png,
17830 (added) manuals/C/anjuta-advanced-tutorial/figures/aat_config_libraries_lib3ds.png,
17831 (added) manuals/C/anjuta-advanced-tutorial/figures/aat_config_libraries_libxml2.png,
17832 (added) manuals/C/anjuta-advanced-tutorial/figures/aat_include_paths.png,
17833 (added) manuals/C/anjuta-advanced-tutorial/figures/aat_libraries.png,
17834 (added) manuals/C/anjuta-advanced-tutorial/figures/aat_options_lib3ds.png,
17835 (added) manuals/C/anjuta-advanced-tutorial/figures/aat_options_libxml2.png,
17836 (added) manuals/C/anjuta-advanced-tutorial/figures/aat_project_type.png,
17837 manuals/C/anjuta-manual/authors.xml, manuals/C/anjuta-manual/build.xml,
17838 manuals/C/anjuta-tutorial/anjuta-tutorial.xml,
17839 plugins/class-gen/clsGen.c, plugins/editor/print.c,
17840 plugins/patch/patch-plugin.c, scintilla/Document.cxx,
17841 scintilla/Editor.cxx, scintilla/KeyWords.cxx, scintilla/LexCPP.cxx
17842 scintilla/LexMatlab.cxx, scintilla/LexOthers.cxx, scintilla/LexRuby.cxx,
17843 scintilla/LexVB.cxx, scintilla/Makefile.am, scintilla/PlatGTK.cxx,
17844 (added) scintilla/README.sync, scintilla/ScintillaBase.cxx,
17845 scintilla/ScintillaBase.h, scintilla/ScintillaGTK.cxx,
17846 (added) scintilla/scintilla-marshal.c,
17847 (added) scintilla/scintilla-marshal.h,
17848 (added) scintilla/scintilla-marshal.list,
17849 scintilla/include/SString.h, scintilla/include/SciLexer.h,
17850 scintilla/include/Scintilla.h, scintilla/include/Scintilla.iface,
17851 (added) scintilla/patches/scintilla-calltip-align.patch,
17852 (added) scintilla/patches/scintilla-minor.patch,
17853 tagmanager/Makefile.am: Merge (level 4) with ANJUTA_1_2_0 branch.
17855 2004-05-06 Naba Kumar <naba@gnome.org>
17857 * (added) plugins/file-manager/Makefile.am,
17858 (added) plugins/file-manager/anjuta-file-manager-plugin.png,
17859 (added) plugins/file-manager/anjuta-file-manager.plugin.in,
17860 (added) plugins/file-manager/anjuta-file-manager.ui,
17861 (added) plugins/file-manager/plugin.c,
17862 (added) plugins/file-manager/plugin.h,
17863 (removed) plugins/file-manager/an_file_view.h,
17864 plugins/Makefile.am, configure.in,
17865 plugins/file-manager/an_file_view.c: Created file manager plugin.
17867 * plugins/profile-default/plugin.c: Added file manager plugin in default
17870 * libanjuta/Makefile.am: Fixed dependencies.
17871 * pixmaps/anjuta_splash.png: New splash screen.
17873 2004-05-05 Johannes Schmid <jhs@cvs.gnome.org>
17875 * template/template.c/h: Added in-line doc
17876 * manuals/reference/template/*: Added template documentation
17877 * configure.in: Build template docs
17879 2004-05-05 Naba Kumar <naba@gnome.org>
17881 * autogen.sh: Added commands to generate initial interfaces.
17883 * libanjuta/Makefile.am,
17884 (removed)libanjuta/anjuta-plugin-parser.c,
17885 (removed)libanjuta/anjuta-plugin-parser.h,
17886 (added)libanjuta/anjuta-plugin-description.c,
17887 (added)libanjuta/anjuta-plugin-description.h: Renamed plugin-parser to
17888 plugin description.
17890 * libanjuta/anjuta-plugin.c,
17891 libanjuta/anjuta-plugin.h: Added activation and deactivation methods.
17893 * libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h: Fixed documentation
17894 and added AnjutaShellPlacement enum for widgeds placement (passed to
17895 widget add_widget() method.
17897 * libanjuta/plugins.c, libanjuta/plugins.h: Added plugin query routines
17898 and moved plugin sets loading in profile plugins.
17900 * libanjuta/interfaces/.cvsignore,
17901 (removed)libanjuta/interfaces/Makefile.am,
17902 libanjuta/interfaces/libanjuta.idl,
17903 libanjuta/interfaces/anjuta-idl-compiler.pl,
17904 (removed)libanjuta/interfaces/ianjuta-document-manager.c,
17905 (removed)libanjuta/interfaces/ianjuta-document-manager.h,
17906 (removed)libanjuta/interfaces/ianjuta-editor.c,
17907 (removed)libanjuta/interfaces/ianjuta-editor.h,
17908 (removed)libanjuta/interfaces/ianjuta-file.c,
17909 (removed)libanjuta/interfaces/ianjuta-file.h,
17910 (removed)libanjuta/interfaces/ianjuta-message-manager.c,
17911 (removed)libanjuta/interfaces/ianjuta-message-manager.h,
17912 (removed)libanjuta/interfaces/ianjuta-message-view.c,
17913 (removed)libanjuta/interfaces/ianjuta-message-view.h: Removed all *.c,
17914 *.h and Makefile.am files. They are autogenerated. Interfaces are
17915 by anjuta-idl-compiler.pl from libanjuta.idl file.
17917 * manuals/reference/libanjuta/Makefile.am,
17918 manuals/reference/libanjuta/anjuta-architecture.sgml,
17919 manuals/reference/libanjuta/libanjuta-docs.sgml,
17920 manuals/reference/libanjuta/libanjuta-sections.txt,
17921 manuals/reference/libanjuta/libanjuta.types,
17922 manuals/reference/libanjuta/plugin-description-file.sgml,
17923 manuals/reference/libanjuta/writing-plugins.sgml,
17924 (added)manuals/reference/libanjuta/tmpl/.cvsignore,
17925 (added)manuals/reference/libanjuta/tmpl/anjuta-plugin-description.sgml,
17926 (removed)manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
17927 manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
17928 manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
17929 (added)manuals/reference/libanjuta/tmpl/ianjuta-buildable.sgml,
17930 (added)manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
17931 (added)manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
17932 (added)manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
17933 (added)manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
17934 manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
17935 manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
17936 (added)manuals/reference/libanjuta/tmpl/ianjuta-file-loader.sgml,
17937 (added)manuals/reference/libanjuta/tmpl/ianjuta-file-manager.sgml,
17938 (added)manuals/reference/libanjuta/tmpl/ianjuta-file-savable.sgml,
17939 (added)manuals/reference/libanjuta/tmpl/ianjuta-file.sgml,
17940 (added)manuals/reference/libanjuta/tmpl/ianjuta-help.sgml,
17941 (added)manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
17942 (added)manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
17943 (added)manuals/reference/libanjuta/tmpl/ianjuta-loader.sgml,
17944 (added)manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml,
17945 manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml,
17946 manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml,
17947 (added)manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
17948 (added)manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
17949 (added)manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
17950 (added)manuals/reference/libanjuta/tmpl/ianjuta-stream-loader.sgml,
17951 (added)manuals/reference/libanjuta/tmpl/ianjuta-stream-savable.sgml,
17952 (added)manuals/reference/libanjuta/tmpl/ianjuta-stream.sgml,
17953 (added)manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
17954 (added)manuals/reference/libanjuta/tmpl/libanjuta-iface-marshallers.sgml,
17955 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
17956 manuals/reference/libanjuta/tmpl/plugins.sgml: Updated documentation.
17957 Wrote writing-plugins.sgml documentation. Fixed cross links. Added
17958 interfaces template sgmls.
17960 * plugins/Makefile.am,
17961 plugins/devhelp/anjuta-devhelp.plugin.in,
17962 plugins/devhelp/plugin.c,
17963 plugins/editor/action-callbacks.c,
17964 plugins/editor/anjuta-document-manager.plugin.in,
17965 plugins/editor/plugin.c,
17966 plugins/editor/plugin.h,
17967 plugins/editor/text_editor.c,
17968 plugins/sample1/plugin.c,
17969 plugins/message-view/anjuta-message-manager.plugin.in,
17970 plugins/message-view/plugin.c: Fixed shell add_widget method to take
17971 placement. Fixed other errors.
17973 * (added)plugins/profile-default/.cvsignore,
17974 (added)plugins/profile-default/Makefile.am,
17975 (added)plugins/profile-default/anjuta-default-profile-plugin.png,
17976 (added)plugins/profile-default/anjuta-default-profile.plugin.in,
17977 (added)plugins/profile-default/anjuta-default-profile.ui,
17978 (added)plugins/profile-default/plugin.c,
17979 (added)plugins/profile-default/plugin.h: Added a default new
17983 src/action-callbacks.c,
17986 src/main.cpp: Fixed necessary changes for libanjuta
17988 2004-05-04 Naba Kumar <naba@gnome.org>
17990 * libanjuta/anjuta-shell.[h,c], src/anjuta-app.c,
17991 plugins/sample1/plugin.c, plugins/devhelp/plugin.c,
17992 plugins/message-view/plugin.c, plugins/editor/plugin.c: Added shell
17993 placement for default widgets placements.
17995 2004-05-03 Naba Kumar <naba@gnome.org>
17997 * manuals/reference/libanjuta/anjuta-architecture.sgml,
17998 manuals/reference/libanjuta/libanjuta-docs.sgml,
17999 manuals/reference/libanjuta/plugin-description-file.sgml,
18000 manuals/reference/libanjuta/writing-plugins.sgml:
18001 Wrote more sections in writing-plugins document and fixed errors.
18003 2004-05-03 Naba Kumar <naba@gnome.org>
18005 * libanjuta/interfaces/libanjuta.idl: Added interface
18006 IAnjutaFileManager.
18008 * manuals/reference/libanjuta/anjuta-architecture.dia,
18009 manuals/reference/libanjuta/anjuta-architecture.png: Updated
18010 architecture diagram.
18012 * (added) manuals/reference/libanjuta/anjuta-architecture.sgml,
18013 manuals/reference/libanjuta/libanjuta-docs.sgml,
18014 (added) manuals/reference/libanjuta/plugin-description-file.sgml,
18015 (added) manuals/reference/libanjuta/writing-plugins.sgml:
18016 Wrote writing-plugins document and separated chapters into
18017 separate sgml files.
18019 * plugins/file-manager/an_file_view.c,
18020 plugins/file-manager/an_file_view.h: New and improved directory
18023 2004-05-02 Sven Herzberg <herzi@abi02.de>
18025 * anjuta.glade: re-designed the new file dialog
18026 * anjuta_dialogs_strings.c: new strings from the new file dialog
18028 2004-04-30 Naba Kumar <naba@gnome.org>
18030 * libanjuta/interfaces/Makefile.am.iface,
18031 libanjuta/interfaces/anjuta-idl-compiler.pl: Fixed errors.
18033 * libanjuta/interfaces/libanjuta.idl: Updated.
18035 * libanjuta/interfaces/Makefile.am.iface,
18036 libanjuta/interfaces/libanjuta.idl: Updated.
18038 2004-04-29 Naba Kumar <naba@gnome.org>
18040 * libanjuta/interfaces/Makefile.am.iface,
18041 libanjuta/interfaces/libanjuta.idl: Updated.
18043 2004-04-29 Naba Kumar <naba@gnome.org>
18045 * libanjuta/interfaces/giface-idlc-c.pl,
18046 libanjuta/interfaces/libanjuta.idl: Upgraded.
18047 * libanjuta/interfaces/Makefile.am.iface: Added.
18049 2004-04-28 Naba kumar <naba@gnome.org>
18051 * libanjuta/interfaces/giface-idlc-c.pl,
18052 libanjuta/interfaces/libanjuta.idl: Added anjuta interface
18053 definitions and wrote a compiler.
18055 2004-04-28 Naba Kumar <naba@gnome.org>
18057 * libanjuta/anjuta-shell.c: Fixed docs.
18058 * libanjuta/interfaces/Makefile.am,
18059 libanjuta/interfaces/ianjuta-file.c,
18060 libanjuta/interfaces/ianjuta-file.h: Added ianjuta-file.{c,h}
18062 * libanjuta/interfaces/ianjuta-editor.c: Fixed bug.
18064 * manuals/reference/libanjuta/tmpl/anjuta-children.sgml
18066 * manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18067 manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
18068 manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18069 manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
18070 manuals/reference/libanjuta/tmpl/anjuta-ui.sgml: Updated docs.
18071 * src/anjuta-app.c: Fixed bug.
18073 2004-04-27 Naba Kumar <naba@gnome.org>
18075 * libanjuta/anjuta-preferences-dialog.c,
18076 manuals/Makefile.am: Fixed document bugs and enabled docs
18079 * libanjuta/anjuta-preferences-dialog.c,
18080 manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml:
18081 More documentation.
18083 * libanjuta/anjuta-preferences.c,
18084 manuals/reference/libanjuta/libanjuta-docs.sgml,
18085 manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
18086 manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18087 manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18088 manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
18089 manuals/reference/libanjuta/tmpl/anjuta-ui.sgml:
18090 Wrote more documentations.
18092 * (removed) plugins/message-view/imessage-view.c,
18093 (removed) plugins/message-view/ianjuta-msgman.c,
18094 plugins/message-view/Makefile.am,
18095 plugins/message-view/anjuta-msgman.c,
18096 plugins/message-view/anjuta-msgman.h,
18097 plugins/message-view/message-view.c,
18098 plugins/message-view/message-view.h,
18099 plugins/message-view/plugin.c,
18100 plugins/message-view/plugin.h: Moved interface implementations
18101 in their respective classes and used correct macros to
18102 defined class types.
18104 * libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h,
18105 src/action-callbacks.c, src/anjuta-app.c: Subclassed
18106 AnjutaUI from GtkUIManager instead of GtkDialog.
18108 * manuals/reference/libanjuta/Makefile.am,
18109 manuals/reference/libanjuta/libanjuta-docs.sgml,
18110 manuals/reference/libanjuta/libanjuta-sections.txt,
18111 manuals/reference/libanjuta/libanjuta.types,
18112 (added) manuals/reference/libanjuta/anjuta-architecture.dia,
18113 (added) manuals/reference/libanjuta/anjuta-architecture.png,
18114 manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18115 manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
18116 manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
18117 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
18118 Wrote more documentation, fixed typos, added architecture
18119 diagram, updated object types etc.
18121 * plugins/editor/text_editor.c: Fixed interface implementation.
18123 2004-04-26 Naba Kumar <naba@gnome.org>
18125 * (added) manuals/reference/libanjuta/anjuta-architecture.dia,
18126 (added) manuals/reference/libanjuta/anjuta-architecture.png,
18127 manuals/reference/libanjuta/libanjuta-docs.sgml: Added
18128 architecture diagram and a new chapter on plugins description file.
18130 2004-04-25 Naba Kumar <naba@gnome.org>
18132 * libanjuta/anjuta-children.h,
18133 libanjuta/anjuta-plugin.c,
18134 libanjuta/anjuta-plugin.h,
18135 libanjuta/anjuta-preferences.c,
18136 libanjuta/anjuta-shell.c,
18137 libanjuta/anjuta-shell.h,
18138 libanjuta/e-splash.c,
18139 libanjuta/e-splash.h,
18140 manuals/reference/libanjuta/Makefile.am,
18141 manuals/reference/libanjuta/libanjuta-docs.sgml,
18142 manuals/reference/libanjuta/libanjuta-sections.txt,
18143 manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
18144 manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
18145 manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
18146 manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
18147 manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18148 manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
18149 manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18150 manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
18151 manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
18152 manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
18153 manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
18154 manuals/reference/libanjuta/tmpl/defaults.sgml,
18155 manuals/reference/libanjuta/tmpl/fileselection.sgml,
18156 manuals/reference/libanjuta/tmpl/glue-factory.sgml,
18157 manuals/reference/libanjuta/tmpl/glue-plugin.sgml,
18158 manuals/reference/libanjuta/tmpl/gnomefilelist.sgml,
18159 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
18160 manuals/reference/libanjuta/tmpl/pixmaps.sgml,
18161 manuals/reference/libanjuta/tmpl/plugins.sgml,
18162 manuals/reference/libanjuta/tmpl/properties.sgml,
18163 manuals/reference/libanjuta/tmpl/resources.sgml,
18164 manuals/reference/libanjuta/tmpl/cell-renderer-captioned-image.sgml,
18165 manuals/reference/libanjuta/tmpl/e-splash.sgml,
18166 manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
18167 manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
18168 manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml,
18169 manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml:
18171 Added more template files and wrote more documentation.
18173 2004-04-24 Andras Timar <timar@gnome.hu>
18175 * configure.in: Added hu to ALL_LINGUAS.
18177 2004-04-23 Naba Kumar <naba@gnome.org>
18179 * configure.in: Fixed compile error.
18181 * libanjuta/anjuta-children.c,
18182 libanjuta/anjuta-children.h,
18183 libanjuta/anjuta-preferences.c,
18184 libanjuta/anjuta-preferences.h,
18185 libanjuta/anjuta-shell.c,
18186 libanjuta/anjuta-ui.c,
18187 libanjuta/anjuta-ui.h,
18188 manuals/reference/libanjuta/Makefile.am,
18189 manuals/reference/libanjuta/libanjuta-docs.sgml,
18190 manuals/reference/libanjuta/libanjuta.types,
18191 manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
18192 manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
18193 manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
18194 manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
18195 manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18196 manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
18197 manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18198 manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
18199 manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
18200 manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
18201 manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
18202 manuals/reference/libanjuta/tmpl/defaults.sgml,
18203 manuals/reference/libanjuta/tmpl/fileselection.sgml,
18204 manuals/reference/libanjuta/tmpl/glue-factory.sgml,
18205 manuals/reference/libanjuta/tmpl/glue-plugin.sgml,
18206 manuals/reference/libanjuta/tmpl/gnomefilelist.sgml,
18207 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
18208 manuals/reference/libanjuta/tmpl/pixmaps.sgml,
18209 manuals/reference/libanjuta/tmpl/plugins.sgml,
18210 manuals/reference/libanjuta/tmpl/properties.sgml,
18211 manuals/reference/libanjuta/tmpl/resources.sgml,
18212 plugins/sample1/plugin.c: Added libanjuta API documentation.
18214 2004-04-22 Naba Kumar <naba@gnome.org>
18216 * libanjuta/anjuta-preferences.c, libanjuta/anjuta-preferences.h,
18217 libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
18218 libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h,
18219 libegg/Makefile.am, (removed) libegg/egg-accel-dialog.c,
18220 (removed) libegg/egg-action-group.c, (removed) libegg/egg-action.c,
18221 libegg/egg-combo-action.c, libegg/egg-entry-action.c,
18222 (removed) libegg/egg-markup.c, (removed) libegg/egg-menu-merge.c,
18223 (removed) libegg/egg-radio-action.c, (removed) libegg/egg-toggle-action.c,
18224 (removed) libegg/eggradiotoolbutton.c,
18225 (removed) libegg/eggseparatortoolitem.c,
18226 (removed) libegg/eggtoggletoolbutton.c,
18227 (removed) libegg/eggtoolbar.c,
18228 (removed) libegg/eggtoolbutton.c,
18229 (removed) libegg/eggtoolitem.c,
18230 (removed) libegg/prop-editor.c,
18231 (removed) libegg/test-actions.c,
18232 (removed) libegg/test-drag.c,
18233 (removed) libegg/test-merge.c,
18234 (removed) libegg/test-toolbar.c,
18235 libegg/menu/Makefile.am,
18236 (removed) libegg/menu/egg-accel-dialog.h,
18237 (removed) libegg/menu/egg-action-group.h,
18238 (removed) libegg/menu/egg-action.h,
18239 libegg/menu/egg-entry-action.h,
18240 (removed) libegg/menu/egg-markup.h,
18241 (removed) libegg/menu/egg-menu-merge.h,
18242 (removed) libegg/menu/egg-menu.h,
18243 (removed) libegg/menu/egg-radio-action.h,
18244 (removed) libegg/menu/egg-toggle-action.h,
18245 (removed) libegg/menu/howitshouldwork.txt,
18246 (removed) libegg/toolbar/.cvsignore,
18247 (removed) libegg/toolbar/Makefile.am,
18248 (removed) libegg/toolbar/TODO,
18249 (removed) libegg/toolbar/eggradiotoolbutton.h,
18250 (removed) libegg/toolbar/eggseparatortoolitem.h,
18251 (removed) libegg/toolbar/eggtoggletoolbutton.h,
18252 (removed) libegg/toolbar/eggtoolbar.h,
18253 (removed) libegg/toolbar/eggtoolbutton.h,
18254 (removed) libegg/toolbar/eggtoolitem.h,
18255 (removed) libegg/toolbar/prop-editor.h,
18256 (removed) libegg/toolbar/toolbar-api.txt,
18257 (removed) libegg/toolbar/toolbar-ideas.txt,
18258 plugins/devhelp/anjuta-devhelp.ui,
18259 plugins/devhelp/plugin.c,
18260 plugins/editor/action-callbacks.c,
18261 plugins/editor/action-callbacks.h,
18262 plugins/editor/anjuta-docman.c,
18263 plugins/editor/anjuta-document-manager.ui,
18264 plugins/editor/plugin.c,
18265 P plugins/message-view/Makefile.am,
18266 plugins/message-view/anjuta-message-manager.ui,
18267 plugins/message-view/plugin.c,
18268 plugins/sample1/anjuta-sample.ui,
18269 plugins/sample1/plugin.c,
18270 src/action-callbacks.c,
18271 src/action-callbacks.h,
18272 src/anjuta-actions.h,
18274 src/anjuta.ui: Removed libegg code for menu/toolbar action-merge and used
18275 Gtk actions and UIManager. Fixed all plugins to use this.
18277 * manuals/reference/gtkdoc-scangobj.diff,
18278 manuals/reference/libanjuta/Makefile.am,
18279 manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18280 manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18281 manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
18282 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
18283 manuals/reference/libanjuta/tmpl/plugins.sgml: Fixed document generation.
18285 * configure.in: Updated to require gtk-2.4 and gnome-2.6.
18287 2004-04-20 Johannes Schmid <jhs@cvs.gnome.org>
18289 * plugins/message-view/imessage-view.c
18290 * plugins/message-view/ianjuta-msgman.c:
18293 2004-04-17 Adam Weinberger <adamw@gnome.org>
18295 * configure.in: Added en_CA to ALL_LINGUAS.
18297 2004-04-08 Naba Kumar <naba@gnome.org>
18299 * libanjuta/interfaces/ianjuta-message-view.[c,h],
18300 libanjuta/interfaces/Makefile.am,
18301 libanjuta/interfaces/ianjuta-message-manager.[c,h]: Implemented
18302 message manager and message view interfaces.
18304 * libanjuta/anjuta-children.h, libanjuta/anjuta-plugin-parser.h,
18305 libanjuta/anjuta-plugin.c, libanjuta/anjuta-plugin.h,
18306 libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
18307 libanjuta/plugins.c, libanjuta/plugins.h, src/action-callbacks.c,
18308 src/anjuta-app.c: Used 'activate' and
18309 'deactivate' virtual methods for plugins. Fixed installed plugins
18310 dialogs. Added remove_widget() method for AnjutaShell.
18312 * libanjuta/interfaces/Makefile.am,
18313 libanjuta/interfaces/ianjuta-document-manager.c,
18314 libanjuta/interfaces/ianjuta-document-manager.h,
18315 libanjuta/interfaces/ianjuta-editor.c,
18316 libanjuta/interfaces/ianjuta-editor.h: Fixed document manager
18317 and editor interfaces.
18319 * plugins/devhelp/plugin.c,
18320 plugins/message-view/anjuta-message-manager.plugin.in,
18321 plugins/message-view/anjuta-msgman.h, plugins/message-view/plugin.c,
18322 plugins/sample1/plugin.c: Updated plugins implementation to
18323 reflect the changes.
18325 2004-04-07 Naba Kumar <naba@gnome.org>
18327 * libanjuta/anjuta-plugin.h, libanjuta/anjuta-shell.[c,h],
18328 libanjuta/plugins.[c,h], libanjuta/interfaces/Makefile.am,
18329 libanjuta/interfaces/ianjuta-editor.h,
18330 (added) libanjuta/interfaces/ianjuta-document-manager.[c,h],
18331 plugins/editor/anjuta-docman.c,
18332 plugins/editor/anjuta-document-manager.plugin.in,
18333 plugins/editor/plugin.c, plugins/sample1/plugin.c,
18334 src/anjuta-app.c: Implemented IAnjutaDocumentManager interface.
18335 Added supported interfaces for plugins. Tested plugin interfaces
18336 through sample plugin.
18338 2004-02-29 Johannes Schmid <jhs@cvs.gnome.org>
18340 * template/Makefile.am, data/templates/library/Makefile.am
18341 Fixed some automake-1.7 incompatibilities
18342 * template/xmltemplate.c: Small fix
18344 2004-02-23 Naba Kumar <naba@gnome.org>
18346 * src/actions-callbacks.[c,h], src/anjuta-actions.h, src/anjuta.ui:
18347 Added plugins manager dialog.
18349 * plugins/editor/Makefile.am: Added libanjuta-interface.la to the
18350 library dependencies.
18352 * src/Makefile.am, src/action-callbacks.c, src/action-callbacks.h,
18353 src/anjuta-actions.h, src/anjuta-app.c, src/anjuta-app.h,
18354 src/anjuta-callbacks.c, src/anjuta_cbs.c, src/main.c.
18355 (new) src/anjuta.[c,h]: Organized session and winodw callbacks. Added
18356 geometry command line option.
18358 2004-02-16 Naba Kumar <naba@gnome.org>
18360 * configure.in, libanjuta/Makefile.am, libanjuta/interface/*:
18361 Added interfaces and IAnjutaEditor editor interface.
18362 * plugins/editor/text_editor.c: Implemented IAnjutaEditor
18364 * libanjuta/anjuta-shell.h: Fixed bug.
18366 2004-02-13 Naba Kumar <naba@gnome.org>
18368 * configure.in: Requires devhelp 0.8.1 (0.8 is broken).
18370 2004-02-13 Johannes Schmid <jhs@cvs.gnome.org>
18372 * data/template/*/.cvsignore:
18373 Avoid all these ? in cvs output
18375 2004-02-13 Naba Kumar <naba@gnome.org>
18377 * configure.in, plugins/devhelp/plugin.c: Fixed devhelp library
18378 includes and linking.
18380 * configure.in, plugins/Makefile.am: Enabled devhelp plugin
18381 and set required version to devhelp 0.8. This devhelp version
18382 can be acquired from gnome cvs branch devhelp branch
18383 devhelp-gtk-2-2 or devhelp-0.8.tar.gz to be released soon.
18385 * src/anjuta.ui, src/actions.h, src/actions-callbacks.h,
18386 src/actions-callbacks.c: Added Dock Manager settings menu item.
18388 * configure.in, plugins/Makefile.am: Disabled devhelp creation.
18389 * plugins/devhelp/plugin.c: Fixed a linking bug.
18391 * configure.in, (added) libegg/gdl-*, libegg/Makefile.am,
18392 libanjuta/gnomefilelist.c, src/anjuta-app.c, src/anjuta-app.h: Removed
18393 external GDL dependency and used libegg codes.
18395 2004-02-12 Naba Kumar <naba@gnome.org>
18397 * configure.in, plugins/Makefile.am, plugins/devhelp/*:
18398 Added devhelp plugin, but it can't be used without a
18399 patch in devhelp. So it's disabled for now.
18401 * libanjuta/.cvsignore, libegg/toolbar/.cvsignore,
18402 libegg/treeviewutils/.cvsignore, plugins/editor/.cvsignore,
18403 plugins/message-view/.cvsignore, plugins/sample1/.cvsignore:
18404 Update cvsignore files.
18406 * libanjuta/plugins.c, widgets/e-splash.c:
18407 Fixed plugins loading to show splash icons.
18409 * plugins/message-view/anjuta-message-manager.plugin.in,
18410 plugins/message-view/plugin.c: Fixed plugin registered name.
18412 * plugins/message-view/anjuta-message-view.png,
18413 plugins/sample1/anjuta-sample-plugin.png: Update images.
18415 * src/Makefile.am, src/anjuta-app.c, src/layout.xml,
18416 src/main.c: Fixed layout loading.
18418 * plugins/devhelp/Makefile.am: Fixed error.
18420 * (removed) widgets/*, libanjuta/plugins.h,
18421 src/main.c: Transfered widgets to libanjuta/.
18423 * libegg/Makefile.am, libegg/*.c: Moved souce files in libegg
18424 toplevel directory to created only one library as libanjuta-egg.
18426 * data/Makefile.am: Fixed build error.
18428 * configure.in, libegg/egg-dock*.c, libegg/layout.glade,
18429 libegg/test-dock.c, libegg/dock/*, libegg/Makefile.am,
18430 libegg/.cvsignore: Added egg dock widget.
18432 * gdl/*: Removed as they are now available in libegg.
18434 2004-02-11 Franco Catrin <fcatrin@tuxpan.com>
18436 * plugins/editor/anjuta-docman.c:
18437 Use stock close icon on tab close button
18439 2004-02-11 Johannes Schmid <jhs@cvs.gnome.org>
18441 * data/template/Makefile.am
18442 data/template/language/Makefile.am
18443 data/template/library/Makefile.am
18444 data/template/text/Makefile.am
18445 data/template/project/Makefile.am
18446 data/template/project/terminal/Makefile.am
18447 configure.in: Created Makefile to install templates
18449 2004-02-11 Naba Kumar <naba@gnome.org>
18451 * plugins/editor/action-callbacks.c,
18452 plugins/editor/anjuta-document-manager.ui,
18453 plugins/editor/plugin.c
18454 plugins/message-view/anjuta-message-manager.ui,
18455 src/anjuta-actions.h, src/anjuta.ui: Fixed Edit->Goto submenu merging.
18457 2004-02-09 Johannes Schmid <jhs@cvs.gnome.org>
18459 * plugins/message-view/*: MessageView plugin is now loaded
18460 The menu items are still dummies.
18462 2004-02-09 Naba Kumar <naba@gnome.org>
18464 * Makefile.am, autogen.sh, configure.in: Added proper gtkdoc
18467 * libanjuta/anjuta-preferences.h: Added some documentation.
18469 * libanjuta/anjuta-shell.h: Removed dead codes.
18471 * (removed) manuals/reference/gtkdoc-scangobj,
18472 manuals/reference/gtkdoc-scangobj.diff,
18473 manuals/reference/libanjuta/.cvsignore,
18474 manuals/reference/libanjuta/Makefile.am,
18475 manuals/reference/libanjuta/README.inline-doc,
18476 manuals/reference/libanjuta/README.sections,
18477 manuals/reference/libanjuta/libanjuta-docs.sgml,
18478 manuals/reference/libanjuta/libanjuta-sections.txt,
18479 manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
18480 manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
18481 manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
18482 manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
18483 manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18484 manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18485 manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
18486 manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
18487 manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
18488 manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
18489 manuals/reference/libanjuta/tmpl/defaults.sgml,
18490 manuals/reference/libanjuta/tmpl/fileselection.sgml,
18491 manuals/reference/libanjuta/tmpl/glue-factory.sgml,
18492 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
18493 manuals/reference/libanjuta/tmpl/pixmaps.sgml,
18494 manuals/reference/libanjuta/tmpl/plugins.sgml,
18495 manuals/reference/libanjuta/tmpl/properties.sgml,
18496 manuals/reference/libanjuta/tmpl/resources.sgml: Fixed c++ compilation
18497 of scan program. Updated templates.
18499 plugins/editor/action-callbacks.c, plugins/editor/plugin.c: Fixed
18500 editor action callbacks data.
18502 plugins/editor/text_editor.c: Fixed scintilla height problem. Added
18503 scintilla object ref/unref.
18505 2004-02-08 Johannes Schmid <jhs@cvs.gnome.org>
18507 * template/*: Added new xml based template system
18508 * template/dtds/*: Dtds to validate xml files of the template systems
18509 * data/template/*: Some sample template files
18510 Still needs some work but builds fine!
18512 2004-02-06 Naba Kumar <naba@gnome.org>
18514 * cofigure.in, manuals/Makefile.am,
18515 (added) manuals/reference/*: Added API documentation
18516 structure (gtk-doc based).
18518 * libanjuta/libanjuta.h: Updated
18520 2004-02-05 Naba Kumar <naba@gnome.org>
18522 * configure.in: Sets correct dependencies and
18523 uses gdl external library.
18525 * libanjuta/Makefile.am, libanjuta/anjuta-plugin.c,
18526 libanjuta/anjuta-plugin.h, libanjuta/anjuta-utils.c,
18527 libanjuta/anjuta-utils.h, libanjuta/fileselection.c
18528 libanjuta/fileselection.h, libanjuta/glue-factory.c,
18529 libanjuta/gnomefilelist.c, libanjuta/gnomefilelist.h,
18530 libanjuta/plugins.c, libanjuta/plugins.h: Fixed plugin system
18531 and added file dialogs.
18533 * libegg/menu/Makefile.am, libegg/toolbar/Makefile.am,
18534 libegg/treeviewutils/Makefile.am, libegg/util/Makefile.am:
18535 Build dynamic libraries for libegg.
18537 * plugins/Makefile.am, plugins/editor/Makefile.am,
18538 plugins/editor/action-callbacks.c,
18539 plugins/editor/action-callbacks.h,
18540 plugins/editor/anjuta-docman.c,
18541 plugins/editor/anjuta-docman.h
18542 plugins/editor/anjuta-document-manager.plugin.in
18543 plugins/editor/anjuta-document-manager.png
18544 plugins/editor/anjuta-document-manager.ui
18545 plugins/editor/file.c
18546 plugins/editor/file.h
18547 plugins/editor/plugin.c
18548 plugins/editor/print.c
18549 plugins/editor/print.h
18550 plugins/editor/search-replace.c
18551 plugins/editor/search_incremental.c
18552 plugins/editor/search_incremental.h
18553 plugins/editor/text_editor.c
18554 plugins/editor/text_editor.h
18555 plugins/editor/text_editor_cbs.c
18556 plugins/editor/text_editor_menu.h
18557 plugins/sample1/Makefile.am
18558 plugins/sample1/anjuta-sample-plugin.png
18559 plugins/sample1/anjuta-sample.plugin.in
18560 plugins/sample1/anjuta-sample.ui
18561 plugins/sample1/plugin-sample1.c
18562 plugins/sample1/plugin.c
18563 plugins/sample1/plugin.h: Created sample
18564 plugin and fixed editor plugin.
18566 * printing/*: Removed.
18568 * scintilla/Makefile.am: Builds dynamic library.
18570 * src/Makefile.am, src/action-callbacks.c,
18571 src/action-callbacks.h, (removed) src/an_symbol_view.c,
18572 src/anjuta-actions.h, src/anjuta-app.c,
18573 src/anjuta-app.h, src/anjuta-callbacks.c,
18574 src/anjuta-callbacks.h, (removed) src/anjuta.c,
18575 (removed) src/anjuta.h, src/anjuta.ui,
18576 src/layout.xml, src/main.c, src/preferences.h,
18577 src/utilities.c: Debuggged and finally made plugins
18580 * global-tags/Makefile.am: Fixed build error.
18582 2004-02-03 Naba Kumar <naba@gnome.org>
18584 * configure.in: Users GDL from external package.
18585 * plugins/*: Added many new plugins (not ready though).
18586 * src/*: Removed many files (which have been transfered in plugins/).
18588 2004-02-01 Robert Sedak <robert.sedak@sk.htnet.hr>
18590 * configure.in: Added "hr" (Croatian) to ALL_LINGUAS.
18592 2004-01-10 Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
18594 * configure.in: Added editor plugins
18596 * plugins/Makefile.am, src/search-replace_backend.h,
18597 plugins/editor/Makefile.am, plugins/editor/ action-callbacks.c,
18598 plugins/editor/search-replace.c, plugins/editor/search-replace_backend.h
18600 * Added: plugins/editor/search_incremental.c,
18601 plugins/editor/search_incremental.h
18603 * Update search-replace in plugins/editor
18605 2004-01-09 Johannes Schmid <jhs@cvs.gnome.org>
18607 * plugins/message-view/message-view.c: Some code clean-up
18609 2004-01-09 Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
18611 * Added: search_incremental[ch]
18613 * anjuta.glade, src/search-replace.c, src/search-replace_backend.h,
18614 src/mainmenu_callbacks.c, src/toolbar.c
18615 src/toolbar_callbacks.c, src/toolbar_callbacks.h, src/Makefile.am
18617 * Incremental Search
18619 2004-01-03 Johannes Schmid <jhs@cvs.gnome.org>
18621 * plugins/message-view/anjuta-msgman.[c/h]:
18622 Added message manager for easier message handling with a
18623 similar interface as docman. Of course you can still use
18624 MessageView standalone.
18625 * plugins/Makefile.am: Added message-view because it compiles
18628 2004-01-03 Johannes Schmid <jhs@cvs.gnome.org>
18630 * plugins/message-view/*: Added message-view plugin
18632 * configure.in: Added plugins/message-view/Makefile
18634 2004-01-03 Naba Kumar <naba@gnome.org>
18636 * libanjuta/*.c: Added new files and updated old ones.
18637 * plugins/editor/*: Added editor plugin.
18638 * configure.in: Added editor plugin and moved editor related
18641 2004-01-02 Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
18643 * src/Makefile.am: Added search-replace_backend.[ch]
18644 Removed: find_text.[ch], find_in_files.[ch], find_in_files_cbs.[ch],
18646 * anjuta.glade, src/search-replace.c, src/search-replace.h,
18647 src/search-replace_backend.c, src/search-replace_backend.h,
18648 src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
18649 src/anjuta.c, src/anjuta.h, src/project_dbase.c, src/project_dbase.h,
18650 src/toolbar_callbacks.c
18651 * The advanced Search/Replace functionality now replaces the older
18652 Find/Replace stuff.
18653 * The Search/Replace functionality can be interrupted during a long
18656 2003-12-11 Naba Kumar <naba@gnome.org>
18658 * configure.in: Removed libegg flags from ANJUTA_FLAGS.
18659 * libegg/toolbar/Makefile.am, libegg/menu/Makefile.am: Fixed linking
18661 * Makefile.am, libanjuta/*: Added new module.
18662 * src/Makefile.am: Fixed linking error.
18663 * src/watch_cbs.c: Debugger clean up.
18664 * configure.in: Added libanjuta-2.0.pc
18666 * configure.in, libanjuta/Makefile.am,
18667 (new) libanjuta/libanjuta.pc.in, (rm) libanjuta-2.0.pc.in: Used
18670 2003-12-11 Naba Kumar <naba@gnome.org>
18672 Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
18674 * anjuta.glade, src/Makefile.am, src/aneditor.cxx, src/aneditor.h,
18675 src/anjuta-tools.c, src/anjuta.c, src/anjuta.h, src/cvs.c,
18676 src/mainmenu_callbacks.c, src/memory.c, src/search-replace.c,
18677 src/text_editor.c, src/text_editor.h, (new) src/file.[c,h]:
18678 The user can now give a name at the creation of a new file and
18679 insert automatically (user choice) header, gpl notice, header
18680 template. The file extension is added automatically according
18681 to the selected type of file. The various insert functions have
18682 been moved from mainmenu-callback.c to file.c. The cursor is now
18683 moved after an insert operation. Removes also useless code in
18684 memory.c and search-replace.c
18686 2003-12-11 Pavol Bosik <Pavol.Bosik@siemens.com>
18688 * src/attach_process.c, src/attach_process.h, anjuta/anjuta.glade:
18689 sortable headers, process tree, removal of path and process params
18690 * src/debugger.c, src/debugger.h, anjuta/src/aneditor.cxx,
18691 anjuta/src/mainmenu_callbacks.c, anjuta/src/watch_cbs.c:
18694 2003-12-10 Naba Kumar <naba@gnome.org>
18696 * Merged changes from cvs branch ANJUTA_1_2_0 (tag: MERGE_LEVEL_3)
18698 2003-11-30 Abel Cheung <maddog@linux.org.hk>
18700 * configure.in: Added "cs" "mk" "sr" "sr@Latn" to ALL_LINGUAS.
18702 2003-11-28 Naba Kumar <naba@gnome.org>
18704 * Merged changes from cvs branch ANJUTA_1_2_0 (tag: MERGE_LEVEL_2)
18706 * manuals/de/*: Added german translation docs.
18708 * configure.in, Makefile.am, src/Makefile.am,
18709 libegg/*/*: Added libegg library.
18711 * src/anjuta.ui, src/Makefile.am: Fixed UI file and its
18712 installation directory.
18714 * src/text_editor_cbs.c: Fixed closing of file.
18716 2003-09-14 Hasbullah Bin Pit <sebol@ikhlas.com>
18718 * configure.in: Added 'ms' (Malay) to ALL_LINGUAS.
18720 2003-09-05 Naba Kumar <naba@gnome.org>
18722 * src/Makefile.am, src/anjuta.c, src/anjuta.h, src/anjuta_gui.c,
18723 src/controls.c, src/controls.h, src/mainmenu_callbacks.c,
18724 src/mainmenu_callbacks.h, src/preferences.c, src/preferences.h,
18725 src/project_dbase.c, src/resources.c, src/toolbar_callbacks.c,
18726 src/toolbar_callbacks.h, configure.in, anjuta.glade, anjuta.prj,
18727 anjuta_dialogs_strings.c, (new) src/anjuta-actions.h,
18728 (new)src/anjuta-stock.h, (new) src/anjuta-ui.[c,h],
18729 (new) src/anjuta.ui: Implemented UI (menus and toolbars) merging
18730 using libegg. Initial commit -- compiles but is not complete.
18732 2003-08-08 Abel Cheung <maddog@linux.org.hk>
18734 * anjuta.glade, anjuta_dialog_strings.c: Fix typo. (#107513)
18736 2003-06-04 Abel Cheung <maddog@linux.org.hk>
18738 * configure.in: Removed "ta" from ALL_LINGUAS.
18740 2003-05-16 Jordi Mallach <jordi@sindominio.net>
18742 * configure.in (ALL_LINGUAS): Added "ca" (Catalan).
18744 2003-05-16 Danilo Šegan <dsegan@gmx.net>
18746 * configure.in: Added "sr" and "sr@Latn" to ALL_LINGUAS.
18748 2004-04-24 Andras Timar <tmar@gnome.hu>
18750 * configure.in: Added hu to ALL_LINGUAS.
18752 2004-04-14 Naba Kumar <naba@gnome.org>
18754 * src/Makefile.am, printing/Makefile.am,
18755 tagmanager/Makefile.am, launcher/Makefile.am: Enabled deprecated code
18756 because we are still using GtkCombo and build breaks with gtk-2.4.
18758 2004-04-13 Naba Kumar <naba@gnome.org>
18761 * anjuta.spec.in: Fixed build error.
18762 * po/POTFILES.in: Updated.
18763 * manuals/C/anjuta-advanced-tutorial/Makefile.am: Fixed build error.
18765 2004-04-11 Naba Kumar <naba@gnome.org>
18768 * AUTHORS: Updated.
18769 * configure.in: Added ga in ALL_LINGUAS.
18770 * ChangeLog: Fixed dates.
18772 2004-04-09 Naba Kumar <naba@gnome.org>
18774 * src/print.c: Fixed buffer styling bug when printing with
18777 * data/properties/anjuta.properties: Defined only one base font and
18778 used courier instead of lucidatypewriter, because most newer systems are
18779 unlikely to have it (bug #885023, #925956, #890473).
18781 * configure.in, src/getline.c, src/compiler_options.c: Fixed compiler
18784 * src/an_file_view.c: Fixed possible crash bug.
18786 2004-04-07 Naba Kumar <naba@gnome.org>
18788 * src/anjuta.c: Use _exit() instead of exit() (or gtk_quit() or
18789 gtk_main_quit() etc..), so that atexit() functions are not called
18790 (which is apparently done to free up memory and we don't need to
18791 do that at this point). Incidentally, something also happens in the
18792 atexit call which freezes the UI for far too long when the application
18793 exits and we want to avoid that..
18794 * src/glade_iface.c: Fixed compiler warning.
18796 2004-04-06 Naba Kumar <naba@gnome.org>
18798 * src/project_dbase_gui.c: Fixed errors.
18800 * src/registers_gui.c: Fixed possible crash bug.
18801 * src/signals_cbs.[c,h], src/signals_gui.c: Removed.
18802 * src/signals.[c,h]: Used tree view and glade file for dialog.
18803 * src/Makefile.am, src/about.c, src/an_file_view.c,
18804 src/an_symbol_view.c, src/anjuta-plugins.c, src/anjuta-tools.c,
18805 src/anjuta.c, src/anjuta_cbs.c, src/anjuta_gui.c, src/anjuta_info.c,
18806 src/appwiz_page1.c, src/appwiz_page2.c, src/appwiz_page3.c,
18807 src/appwiz_page4.c, src/appwizard_gui.c, src/breakpoints.c,
18808 src/commands.c, src/compatibility_0.c, src/compiler_options.c,
18809 src/cvs.c, src/cvs_cbs.c, src/cvs_gui.c, src/debug_tree.c,
18810 src/debugger.c, src/dnd.c, src/file.c, src/fileselection.c,
18811 src/glade_iface.c, src/goto_line.c, src/help.c, src/launcher.c,
18812 src/launcher.h, src/main.c, src/main_menubar.c,
18813 src/mainmenu_callbacks.c, src/memory.c, src/message-manager-dock.c,
18814 src/message-manager-private.cc, src/message-manager.cc,
18815 src/preferences.c, src/project_config.c, src/project_dbase.c,
18816 src/project_dbase_gui.c, src/project_import.c, src/project_import_cbs.c,
18817 src/project_import_gui.c, src/registers.c, src/registers_cbs.c,
18818 src/registers_cbs.h, src/registers_gui.c, src/resources.c,
18819 src/search-replace.c, src/search-replace_backend.c,
18820 src/search_incremental.c, src/search_preferences.c,
18821 src/sharedlib.c, src/sharedlib_gui.c, src/signals.c,
18822 src/signals.h, src/signals_cbs.c, src/signals_cbs.h,
18823 src/signals_gui.c, src/source.c, src/src_paths.c,
18824 src/stack_trace.c, src/start-with.c, src/style-editor.c,
18825 src/support.c, src/text_editor.c, src/text_editor_cbs.c,
18826 src/text_editor_gui.c, src/text_editor_menu.c, src/toolbar.c,
18827 src/toolbar_callbacks.c, src/watch_cbs.c, src/watch_cbs.h,
18828 src/watch_gui.c, src/widget-registry.c, src/wizard_gui.c,
18829 tagmanager/Makefile.am, scintilla/include/SString.h,
18830 widgets/Makefile.am, widgets/gnomefilelist.c:
18832 Removed all deprecated codes and substituted
18833 with newer APIs. Fixed some possible crash bugs where cell renderers
18836 * scintilla/patches/scintilla-minor.patch: Minor patch.
18838 2004-04-06 Naba Kumar <naba@gnome.org>
18840 * src/project_dbase.c, src/project_dbase_gui.c: Refreshes the project
18841 tree after all the files have been added (and not everytime a file
18842 is added in the project). Also fixed some memory corruption
18843 (possibly bug #900478).
18845 * src/anjuta.c, src/anjuta.h, src/anjuta_cbs.c, src/dnd.c,
18846 src/dnd.h, src/executer.c, src/gnome_project.c, src/main_menubar.c,
18847 src/mainmenu_callbacks.c, src/project_dbase.c, src/project_dbase.h,
18848 src/project_dbase_gui.c, src/source.c, src/text_editor.c,
18849 src/text_editor.h, src/utilities.c, src/utilities.h: Used 'const'
18850 qualifier wherever appropriate.
18852 2004-04-05 Naba Kumar <naba@gnome.org>
18854 * src/launcher.[h,c], src/debugger.c: Added a method in launcher to
18855 switch terminal echo on/off. Debugger requires it off, while the
18856 rest requires it on.
18858 * src/search-replace.c: sets search direction and action (in addtion
18859 to target) for find in files.
18861 2004-04-02 Naba Kumar <naba@gnome.org>
18863 * src/mainmenu_callbacks.c: Sets filename during save of new files.
18865 * src/project_dbase.c, src/debugger, src/an_file_view.c,
18866 src/an_symbol_view.c: Added an gtk events loop for
18867 displaying project loading status (for loading large projects) and
18868 debugger program starting ... just to give an impression of fastness :-).
18870 * configure.in, anjuta.prj: Bumped version to 1.2.2.
18872 * src/an_symbol_view.c, src/an_file_view.c: Apperantly, fixed a
18873 crash bug, which occurs when opening and closing a large project
18876 * src/attach_process.c: Fixed a comiple error for old gcc.
18878 * src/launcher.c: Prints proper error message when launcher child
18879 could not be executed and exits properly. Fixed a crash
18882 * src/resources.c, src/utilities.c, src/glade_iface.c,
18883 src/debugger.c, src/attach_process.c: Properly exits forked children
18884 when they could not be executed.
18886 2004-04-01 Naba Kumar <naba@gnome.org>
18888 * src/search-replace.c: Fixed a crash bug (bug #921893).
18890 2004-03-31 Naba Kumar <naba@gnome.org>
18892 * anjuta.glade: Added a note on compiler options dialog ->support
18893 dialog telling that supports are only available for file mode.
18895 * src/anjuta.[c,h], src/project_dbase.[h,c], src/main.c,
18897 Improved shutdown time delay by bypassing project closing
18898 and unloading plugins.
18900 * src/build_file.c, data/properties/anjuta.properties: Added a property
18901 to toggle on/off for going to first error automatically.
18903 2004-03-31 Pavol Bosik <Pavol.Bosik@siemens.com>
18905 * src/debugger.c: fixed core file loading
18906 * src/aneditor.cxx, scintilla/include/SString.h: fixed HANGUP bug
18907 for long lines (bugs #700968 and #911376)
18908 * scintilla/ScintillaGTK.cxx, scintilla/PlatGTK.cxx: partially fixed bug
18910 * src/anjuta.c: Focuses current AnEditor correctly.
18912 2004-03-30 Naba Kumar <naba@gnome.org>
18914 * THANKS, anjuta.prj: Removed and moved all credits to AUTHORS file.
18915 * AUTHORS: Updated with all contributors names.
18917 * src/about.c: Reads contributors names from AUTHORS file.
18918 * manuals/C/anjuta-manual/authors.xml: Points to online
18921 2004-03-29 Naba Kumar <naba@gnome.org>
18923 * data/properties/ada.properties: Fixed syntax colors. Patch
18924 from Gabriel Rossetti <gabriel.rossetti _at_ eivd.ch>
18927 * src/source.c, src/gnome_project.c, src/appwizard_cbs.c,
18928 src/appwiz_page2.c: Correctly defines PACKAGE_DATA_DIR for
18929 generated projects, so that their pixmap files are
18930 found properly (bug #919903).
18932 * configure.in, src/main.c: Defines SYSTEM_DATA_DIR for
18935 * src/source.c: Installs .glade file of libgllade
18936 projects in $(datadir)/$(package)/glade (part of bug #861038).
18938 * src/compiler_options.c: Fixed 'remove' and 'clear' of Defines list
18939 in compiler options (bug #883837).
18941 * src/launcher.c: Disabled pty terminal echo. Correctly prompts
18942 for passwords (eg. root install and ssh cvs access). Fixed Bug #894533.
18944 2004-03-29 Pavol Bosik <Pavol.Bosik@siemens.com>
18946 * anjuta/src/search-replace.c: fixed another crash bug in
18948 * anjuta/src/debugger.c: wrong breakpoint condition gives error message,
18949 breakpoint property fix
18951 2004-03-29 Naba Kumar <naba@gnome.org>
18953 * src/main_menubar_def.h, configure.in, manuals/C/Makefile.am,
18954 (new) manuals/C/anjuta-advanced-tutorial/*:
18955 Added menu entry for 'Anjuta Advanced Tutorial'
18956 written by Olivier Pinçon <opincon _at_ wanadoo.fr>.
18958 2004-03-28 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18960 * src/fileselection.[ch], src/mainmenu_callbacks.c:
18961 Fixed bug #908941 ('Open' starts in wrong directory)
18963 2004-03-26 Naba Kumar <naba@gnome.org>
18965 * anjuta.h, src/message-manager-private.[h,cc]: Fixed
18966 compile error and bug #905738 with terminal.
18968 * src/search_incremental.c, src/register.c, src/sharedlib.c,
18969 src/search-replace.[h,c], src/search_incremental.[h,c],
18970 src/search_preferences.h, src/utilities.c, src/anjuta.c,
18971 src/text_editor.[c,h]: Fixed compiler warnings.
18973 * src/search-replace.c: Fixed a memory corruption (possible
18974 fix for bug #921893, but not yet confirmed).
18976 * src/launcher.c, src/glade-iface.c, src/project_dbase.c,
18977 src/executer.c, src/utilities.c, src/utilities.h, src/text_editor.c,
18978 src/anjuta-tools.c, src/message-manager-private.[h,cc]: Fixed a bug where
18979 SIGCHLD was overwritten by gnome_execute_shell() - bug #905738.
18981 2004-03-25 Naba Kumar <naba@gnome.org>
18983 * src/attach_process.c, anjuta.glade, anjuta_dialogs_strings: Fixed a
18984 crash bug with attach process dialog and made the dialog closable
18987 * src/breakpoints.c: Fixed bug #895536 (breakpoint glyphs do not
18988 always display within the margin.)
18990 * src/debugger.c: Fixed a typo (detele -> delete) which deletes
18991 the old breakpoint when it's properties are updated
18992 (creating a new updated one).
18994 2004-03-25 Pavol Bosik <Pavol.Bosik@siemens.com>
18996 * src/aneditor.cxx, src/aneditor.h: fixed calltips
18997 displayed for wrong file.
18998 * src/breakpoints.c: conditional breakpoints
18999 * src/controls.c: BUG #912618 - "Save all" for 1 file opened +
19000 "Find in Files..." disabling policy
19002 2004-03-24 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
19004 * src/build_file.c: Fixed bug #874380
19005 Goto the first error if it exists.
19007 2004-03-24 Naba Kumar <naba@gnome.org>
19009 * src/anjuta.c: Fixed to get correct child exit status
19010 using mask (bug #905738).
19012 * anjuta.glade, anjuta_dialog_strings.c, src/file.c:
19013 Aligned buttons in the New file dialog,
19014 set default response to OK, entry box activates default response,
19015 ESC closes dialog and hides on delet_event.
19017 2004-03-19 Naba Kumar <naba@gnome.org>
19019 * src/project_dbase.c: fixed bug #893400 ("Remove file" in project
19022 2004-03-17 Pavol Bosik <Pavol.Bosik@siemens.com>
19024 * src/search-replace.c: fixed "Find Usage" crash when no project open
19026 2004-03-17 Naba Kumar <naba@gnome.org>
19028 * data/autogen.sh.*, data/macros/autogen.sh, data/macros2/autogen.sh:
19029 Fixed the generated projects to read m4 directory if the directory
19030 exists (bug #917781).
19032 2004-03-12 Naba Kumar <naba@gnome.org>
19034 * HACKING: Fixed formatting for auto-parsing.
19036 2004-03-10 Pavol Bosik <Pavol.Bosik@siemens.com>
19038 * src/anjuta.c, src/search-replace.c, src/search-replace.h: "Find Usage"
19039 rework (bug #890609)
19041 2004-03-10 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
19043 * src/aneditor.cxx: Fixed bug #910097 (Insert comment)
19045 2004-03-08 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
19047 * src/search-replace.c: "Replace All" in not opened files (All Project files, File List ...).
19048 * src/search_preferences.c: Fixed typo.
19050 2004-02-26 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
19052 * src/search-replace.c: improved Search&Replace
19053 For the moment "Replace All" does not work with non opened files
19054 but Anjuta should not crash now ! ???
19056 2004-02-26 Naba Kumar <naba@gnome.or>
19058 * src/source.c: Fixed to pass cflags correctly
19059 and suppress the automake's default cflags.
19060 bug #816130, #801056, #782798, #773459
19062 * data/properties/anjuta.properties: Do not defualt to -k make option.
19065 * manuals/C/anjuta-manual/build.xml: Changed build shortcut to F11.
19068 * src/registers_gui.c: Fixed a runtime warning. bug #900087.
19070 * src/message-manager-private.cc: Disabled debug messages.
19072 2004-02-25 Adam Weinberger <adamw@FreeBSD.org>
19074 * configure.in: Added 'en_CA' (Canadian English) to ALL_LINGUAS.
19076 2004-02-25 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
19077 * anjuta.glade, src/search-replace.c:
19078 Reduced Search&Replace dialog, bug #902636.
19080 2004-02-23 Naba Kumar <naba@gnome.or>
19082 * manuals/C/anjuta-tutorial/anjuta-tutorial.xml: Fixed a typo
19085 2004-02-24 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
19087 * src/search_incremental.c: Fixed bug #900903
19089 2004-02-23 Pavol Bosik <Pavol.Bosik@siemens.com>
19091 * src/defaults.c, src/message-manager.cc, src/project_dbase.c,
19092 src/anjuta.c: Fixed bugs #890609 and #890609
19094 2004-02-23 Naba Kumar <naba@gnome.or>
19096 * src/message-manager.cc: Disconnects menuitem signal properly.
19099 * src/mainmenu_callbacks.c: Do not reload new files. Fixed
19102 2004-02-20 Naba Kumar <naba@gnome.org>
19104 * src/message-manager-private.[c,h]: Implemented keypress
19105 event for the terminal and resets it when ctrl c or ctrl d
19106 is pressed. But it doesn't seem to be working on keypress.
19107 Added a workaround to let it work on key release instead.
19110 * src/search-replace: Fixed compiler warnings.
19112 2004-02-18 Franco Catrin <fcatrin@tuxpan.com>
19114 * src/mainmenu_callbacks.c, widgets/gnomefilelist.c:
19115 Use defined file name when saving new files (fixes bug #898105)
19116 Don't change filename when clicking on a directory
19118 BTW: Happy birthday to me :-)
19120 2004-02-18 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
19122 * src/search-replace.c: Fixed a crash bug
19123 Crash on Find & Replace (#887833)
19125 2004-02-18 Naba Kumar <naba@gnome.org>
19127 * src/executer.c: Fixed a crash bug.
19129 * widgets/gnomefilelist.[h,c], src/fileselection.[h,c],
19130 src/debugger.c, project_database_gui.c, src/anjuta.[h,c],
19131 src/anjuta_cbs.c, src/project_database.h: Subclasses GtkDialog
19132 instead of GtkWindow (Part of bug #671596).
19134 * anjuta.glade, src/breakpoints.c, src/anjuta_info.c,
19135 src/registers_gui.c, src/registers_cbs.[h,c],
19136 src/sharedlib_gui.c, src/sharedlib_cbs.[c,h],
19137 src/signals_cbs.[h,c], src/signals_gui.c, src/executer.c,
19138 src/compiler_options.c, src/an_file_view.c, start-with.c,
19139 src/anjuta-tools.c, help.c:
19141 Added "close" buttons on all
19142 dialogs (HIG) and fixed to properly response to ESC close
19143 (Part of bug #671596).
19145 * src/launcher.c: Disabled printing of long debug lines.
19147 * src/utilities.h: Fixed a compiler warning.
19149 2004-02-17 Franco Catrin <fcatrin@tuxpan.com>
19151 * src/anjuta.c: "Save all" action now asks for filenames for new files
19152 (fixes bug #898111)
19154 2004-02-16 Franco Catrin <fcatrin@tuxpan.com>
19156 * anjuta.glade, src/text_editor.c:
19157 Fixed a typo in Hello World indentation style
19158 Fixed misuse of translated strings when looking for style
19159 This entry fixes bug #876037
19161 2004-02-16 Naba Kumar <naba@gnome.org>
19163 * src/utilities.c: Fixed return value when dest file could
19166 Patch from: Dennis Moehlmann <darksaidin@users.sourceforge.net>
19167 * src/utilities.[c,h]: Removed 'cmp' dependency and used
19168 internal function to compare files.
19170 2004-02-14 Franco Catrin <fcatrin@tuxpan.com>
19172 * src/message-manager-private.cc:
19173 Set bold color as foreground color in terminal
19174 (fixes bug #864924)
19176 * src/aneditor.cxx:
19177 Use font style defined for message indicators in
19178 preferences/messages
19179 (fixes bug #885032)
19181 2004-02-13 Franco Catrin <fcatrin@tuxpan.com>
19183 * src/build_project.c:
19184 Use build.silent option from preferences (fixes bug #895726)
19186 2004-02-11 Robert Sedak <robert.sedak@sk.htnet.hr>
19188 * configure.in: Added "hr" (Croatian) to ALL_LINGUAS.
19190 2004-01-27 Johannes Schmid <jhs@cvs.gnome.org>
19192 Patch from Massimo Corà <maxcvs@email.it>:
19193 * scintilla/LexCPP.cxx: Support "///" comments
19195 2004-01-18 Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
19196 * src/Makefile.am, src/anjuta.c, src/search-replace.c,
19197 src/search_replace.h, src/search-replace_backend.h
19200 * Added: src/search_preferences.c, src/search_preferences.h
19201 Allow the user to save search/replace settings and give them names.
19203 2004-01-16 Johannes Schmid <jhs@cvs.gnome.org>
19205 * scintilla/Makefile.am, scintilla/scintilla_marshal.[c/h/list],
19206 scintilla/ScintillaGTK.cxx:
19207 Hopefully fixed AMD 64 crash bug by using correct marshaller
19209 2004-01-16 Franco Catrin L. <fcatrin@tuxpan.com>
19211 * src/preferences.c: Save GtkOptionMenu properties properly
19212 * src/text_editor.c: Fixes editor mispell of fold.symbols property
19214 2004-01-15 Johannes Schmid <jhs@cvs.gnome.org>
19216 * configure.in, src/Makefile.am, scintilla/Makefile.am:
19217 Fixed libiconv issue
19220 2004-01-15 Johannes Schmid <jhs@cvs.gnome.org>
19222 Patch from Pavol Bosik <Pavol.Bosik@siemens.com>:
19223 * src/attach_process.c, src/debugger.c, src/registers.c/h,
19224 src/registers_cbs.c, src/registers_gui.c, src/search-replace.c
19225 src/sharedlib.c, src/sharedlib.h, src/sharedlib_cbs.c
19226 src/sharedlib_gui.c:
19227 Debugger speed-up, replaced deprecated GtkCList
19229 2004-01-14 Franco Catrin L.<fcatrin@tuxpan.com>
19231 * src/text-editor.c: Use stock gtk+ close button for editor tabs
19233 2004-01-13 Laurent Dhima <laurenti@alblinux.net>
19235 * configure.in: Added "sq" to ALL_LINGUAS.
19237 2004-01-12 Changwoo Ryu <cwryu@debian.org>
19239 * configure.in: Added "ko" to ALL_LINGUAS.
19241 2004-01-09 Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
19243 * src/toolbar.c, src/toolbar_callbacks.c, src/toolbar_callbacks.h,
19244 src/search_incremental.c, src/search_incremental.h:
19245 Search_incremental code cleanup
19247 2004-01-08 Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
19249 * scintilla/*/*: Updated scintilla to CVS
19250 * Added: scintilla/Readme.sync
19251 * scintilla/Document.cxx, scintilla/Editor.cxx, scintilla/KeyWords.cxx,
19252 scintilla/LexMatlab.cxx, scintilla/LexOthers.cxx, scintilla/LexRuby.cxx,
19253 scintilla/LexVB.cxx, scintilla/ScintillaBase.cxx, scintilla/ScintillaBase.h,
19254 scintilla/ScintillaGTK.cxx,
19255 scintilla/include/SciLexer.h, scintilla/include/Scintilla.h,
19256 scintilla/include/Scintilla.iface: Updated.
19258 2004-01-07 Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
19260 * search-replace_backend.[ch], search_incremental[ch]: Added
19262 * find_text.[ch], find_in_files.[ch], find_in_files_cbs.[ch],
19263 find_replace.[ch]: Removed.
19265 * anjuta.glade, src/search-replace.c, src/search-replace.h,
19266 src/search-replace_backend.c, src/search-replace_backend.h,
19267 src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
19268 src/anjuta.c, src/anjuta.h, src/project_dbase.c, src/project_dbase.h,
19269 src/toolbar_callbacks.c, src/Makefile.am: The advanced Search/Replace
19270 functionality now replaces the older Find/Replace stuff. The Search/Replace
19271 functionality can be interrupted during a long Search/Replace.
19273 2004-01-02 Dan Elphick <dre00r@ecs.soton.ac.uk>
19275 * widgets/gnomefilesel.c: Fix use of previously freed memory on
19276 selecting ".." and "." from file selector.
19278 2004-01-02 Johannes Schmid <jhs@cvs.gnome.org>
19280 * anjuta.glade: Fixed wrong "fold.symbols" property
19282 2003-12-31 Johannes Schmid <jhs@cvs.gnome.org>
19284 * src/project_dbase_gui.c: Alphabetical order ;-)
19285 * src/compiler_options.c: Fixed bug #867539
19286 * src/launcher.c: Workaround for bugs #864922, #849928,
19287 #846386 and #845782: The launcher no longer hangs but does
19288 not get the exit status correctly sometimes.
19289 * Changes suggested by Bosik are obviously already in without
19290 any Changelog entry (ClsGen.c, project_dbase_gui.c)
19291 * NEWS, README, anjuta.prj, configure.in:
19292 Changed version to 1.2.1
19294 Patch from Andreas Volz <andreas99@users.sourceforge.net>:
19295 * anjuta_dialogs_strings.c, anjuta.glade:
19296 Fixed bugs #860906, #859329
19298 Patch from grzegol@pld-linux.org
19299 * anjuta.desktop.in.in: Fixed bug #858993 (Follow
19300 freedesktop.org standard)
19302 2003-12-31 Johannes Schmid <jhs@cvs.gnome.org>
19304 Patch from Stefano Vallarino <stevalla@libero.it>:
19305 * src/source.[c/h]: Fixes cpp sample file to conform to
19306 ISO/IEC 14882, C++-Standard
19308 2003-12-31 Dan Elphick <dre00r@ecs.soton.ac.uk>
19310 Review by Johannes Schmid <jhs@cvs.gnome.org>
19311 * src/build_file.[ch]: Add build_execute_shell_command which executes the
19312 command using sh -c.
19313 * src/compile.c: Use build_execute_shell_command when compiling single
19316 2003-12-31 Johannes Schmid <jhs@cvs.gnome.org>
19318 Patch from Pavol Bosik <Pavol.Bosik@siemens.com>:
19319 * src/breakpoints.c: Code cleanup, workaroud for possible
19321 * src/src_paths.c: Update debugger dirs on directory change
19323 2003-12-31 Pavol Bosik <Pavol.Bosik@siemens.com>
19325 Review by Johannes Schmid <jhs@cvs.gnome.org>
19326 * src/attach_process.c, src/attach_process.h, anjuta.glade:
19327 sortable headers, process tree, removal of path and process params
19328 * src/debugger.c, src/debugger.h, anjuta/src/aneditor.cxx,
19329 anjuta/src/mainmenu_callbacks.c, anjuta/src/watch_cbs.c:
19332 2003-12-31 Johannes Schmid <jhs@cvs.gnome.org>
19334 Patch from: Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
19335 * anjuta.glade, src/mainmenu_callbacks.c, src/file.[c/h]:
19336 Add a dialog for "New file" which lets the user set the
19337 filename and to add copyright/header templates to the file
19338 * Review: Changed function names to contain modules name (file_)
19340 2003-12-09 Naba Kumar <naba@gnome.org>
19342 * setup-gettext: Fixed a typo.
19343 * scintilla/Makefile.am: Fixed a build error for SMP systems.
19345 ---- Released version 1.2.0 ---
19347 2003-12-08 Naba Kumar <naba@gnome.org>
19349 * src/preferences.c: Fixed compiler error.
19350 * global_tags/create_global_tags.sh: Fixed to install properly
19351 even when system.tags could not be generated.
19354 2003-12-06 Naba Kumar <naba@gnome.org>
19356 * setup-gettext: Fixed to not generate intl directory with gettextize.
19358 Patch from: Karl-Heinz Brünen <k.bruenen@eprosoft.de>
19359 * src/anjuta.c: Filters out unnecessary files from find in files
19363 * manuals/C/anjuta-tutorial/anjuta-tutorial.xml: Fixed tutorial
19364 * src/widzard_gui.c: Added horiz scrollbar for desc text.
19366 2003-12-04 Naba Kumar <naba@gnome.org>
19368 * src/gnome_project.c: Enables debug and optimization flags for
19371 Patch from: Pavol Bosik <Pavol.Bosik@siemens.com>
19373 * src/project_dbase_gui.c: combined header and c files for
19376 * plugins/class-gen/clsGen.c: Fixed file name typo in generated file.
19377 * data/properties/pascal.properties: Fixed pascal syntax highlighting.
19379 2003-11-30 Abel Cheung <maddog@linux.org.hk>
19381 * configure.in: Added "cs" "mk" "sr" "sr@Latn" to ALL_LINGUAS.
19383 2003-11-29 Naba Kumar <naba@gnome.org>
19385 * configure.in, anjuta.prj: Bumped version to 1.2.0.
19388 2003-11-28 Johannes Schmid <clubfan@users.sourceforge.net>
19390 * src/main_menubar.c: Now files cannot be opened twice in recently
19393 2003-11-27 Pavol Bosik <Pavol.Bosik@siemens.com>
19395 * src/breakpoints.c: Fixed parsing of gdb output for breakpoints in C++
19397 2003-11-28 Naba Kumar <naba@gnome.org>
19399 * scintilla/*/*: Updated scintilla to CVS (2003-11-28)
19401 2003-11-27 Naba Kumar <naba@gnome.org>
19403 * src/breakpoints.c, src/launcher.c, src/find_text.c,
19404 src/test_editor_cbs.c, src/signals_cbs.c: Fixed compiler warnings.
19406 * src/appwiz_page1.c, src/appwiz_page4.c, src/appwizard.[c,h],
19407 src/appwizard_gui.c, src/gnome_project.c, src/project_dbase.[c,h],
19408 src/project_import_gui.c, src/wizard_gui.[c,h]: Implemented a
19409 checkbox in project wizard (project options page) to enable/disable
19410 source code generation with glade(mm).
19414 2003-11-19 Pavol Bosik <Pavol.Bosik@siemens.com>
19416 * src/dnd.c: Opening files with special characters in the name.
19418 2003-11-20 Jordi Mallach <jordi@sindominio.net>
19420 * configure.in (ALL_LINGUAS): Bah, "ca" (Catalan) has been missing for
19423 2003-11-18 Naba Kumar <naba@gnome.org>
19425 * src/anjuta-tools.c, src/build_file.c, src/cvs.c, src/debugger.c,
19426 src/find_in_files.c, src/gnome_project.c, src/launcher.c,
19427 src/project_import.c, plugins/patch/patch-plugin.c:
19428 Fixed g_signal_diconnect calls to pass correct data.
19429 (Fixed possible crash in project imports).
19433 2003-11-18 Pavol Bosik <Pavol.Bosik@siemens.com>
19435 Reviewed by Naba Kumar <naba@gnome.org>
19436 * src/launcher.[h,c], src/debugger.c: Fixed encoding bug with GIOChannel
19437 and debugger. Sets default settings for pty in launcher.
19438 * data/gdb.init: Removed charset work around (now works with user's
19440 * src/debugger.c: Code cleanup. Removed duplicate call to 'info signals'.
19442 2003-11-18 Naba Kumar <naba@gnome.org>
19444 * src/anjuta-encodings.c, src/preferences.c: Renamed all variable
19445 names of 'index' to 'idx'.
19447 2003-11-17 Naba Kumar <naba@gnome.org>
19449 Patch from: arief_mulya <arief_m_utama@telkomsel.co.id>
19450 * src/project_dbase.c: Prompts user for unsaved project files
19451 when project is closed.
19453 2003-11-16 Naba Kumar <naba@gnome.org>
19455 Patch from: Marcin "Zenek" Jaskólski <zenek@moo.pl>
19456 * src/appwizard_cbs.c, src/start-with.c: Fixed compiler errors with
19459 2003-11-11 Johannes Schmid <clubfan@users.sourceforge.net>
19461 * src/anjuta.c: Fixed crash related to tag == NULL while
19464 2003-11-11 Naba Kumar <naba@gnome.org>
19466 * src/glade_iface.c: Avoids error conditions for glade or glademm not
19467 found. It simply doesn't generate the c/c++ codes and continues with
19471 2003-11-10 Naba Kumar <naba@gnome.org>
19473 * anjuta.glade, anjuta_dialogs_strings.c: Fixed typos in
19474 'Start with dialog'.
19476 * configure.in, manuals/Makefile.in, manuals/de/* (new): Added
19477 German translation of anjuta-tutorial.
19479 * src/launcher.c: Fixed an encoding bug with GIOChannels.
19482 2003-11-10 Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
19484 * src/breakpoints.c, src/project_dbase.c, src/text_editor.c:
19485 Fixes the Bug #823249, Fixes the Bug #713229 When the user enables
19486 the syntax highlighting in Preferences, the automatic syntax
19487 highlighting is now selected. When the debugger is stopped and the
19488 breakpoints window not closed, the gtk_tree_view in this window is
19489 now made unsensitive.
19491 2003-11-07 Johannes Schmid <clubfan@users.sourceforge.net>
19493 * src/preferences.h, src/preferences.c, anjuta.glade:
19494 Fixed translation bug in preferences by using GtkOptionMenu
19495 * anjuta.prj: Project version 1.1.98
19497 ---------------- Released version 1.1.98 ----------------
19499 2003-11-07 Naba Kumar <naba@gnome.org>
19501 * anjuta.spec.in: Revived docs package and combined all docs into
19503 * configure.in: Bumped version to 1.1.98 rc2
19505 * anjuta.spec.in: Fixed scrollkeepr-update command.
19506 * anjuta.spce.in: Fixed file permissions.
19508 2003-11-06 Naba Kumar <naba@gnome.org>
19510 * src/mainmenu_callback.[c,h], src/main_menubar_def.h: Added help
19511 menus to activate anjuta helps.
19513 * manuals/C/anjuta-faqs/anjuta-faqs.sgml (removed),
19514 manuals/C/anjuta-faqs/anjuta-faqs.xml (added),
19515 manuals/C/anjuta-faqs/legal.xml (added),
19516 manuals/C/anjuta-faqs/Makefile.am,
19517 manuals/C/anjuta-faqs/anjuta-faqs-C.omf,
19518 manuals/C/anjuta-faqs/.cvsignore,
19519 manuals/C/anjuta-tutorial/anjuta-tutorial.sgml (removed),
19520 manuals/C/anjuta-tutorial/anjuta-tutorial.xml (added),
19521 manuals/C/anjuta-tutorial/legal.xml (added),
19522 manuals/C/anjuta-tutorial/Makefile.am,
19523 manuals/C/anjuta-tutorial/anjuta-tutorial-C.omf,
19524 manuals/C/anjuta-tutorial/.cvsignore,
19525 manuals/C/anjuta-manual/*.sgml (removed),
19526 manuals/C/anjuta-manual/*.xml (added),
19527 manuals/C/anjuta-manual/Makefile.am,
19528 manuals/C/anjuta-manual/anjuta-manual-C.omf,
19529 manuals/C/anjuta-manual/.cvsignore,
19530 manuals/C/topic.dat (removed), manuals/C/Makefile.am,
19531 manuals/ja/anjuta-faqs/anjuta-faqs.sgml (removed),
19532 manuals/ja/anjuta-faqs/anjuta-faqs-ja_JP.eucJP.omf (removed),
19533 manuals/ja/anjuta-faqs/anjuta-faqs-ja_JP.UTF-8.omf (added),
19534 manuals/ja/anjuta-faqs/anjuta-faqs.xml (added),
19535 manuals/ja/anjuta-faqs/legal.xml (added),
19536 manuals/ja/anjuta-faqs/Makefile.am,
19537 manuals/ja/anjuta-faqs/anjuta-faqs-C.omf,
19538 manuals/ja/anjuta-faqs/.cvsignore,
19539 manuals/ja/anjuta-manual/*.sgml (removed),
19540 manuals/ja/anjuta-manual/anjuta-manual-ja_JP.eucJP.omf (removed),
19541 manuals/ja/anjuta-manual/anjuta-manual-ja_JP.UTF-8.omf (added),
19542 manuals/ja/anjuta-manual/*.xml (added),
19543 manuals/ja/anjuta-manual/Makefile.am,
19544 manuals/ja/anjuta-manual/anjuta-manual-C.omf,
19545 manuals/ja/anjuta-manual/.cvsignore,
19546 manuals/ja/topic.dat (removed), manuals/ja/Makefile.am,
19547 manuals/sgmldocs.make (removed),
19548 manuals/xmldocs.make (added), manuals/omf.make (added),
19549 manuals/Makefile.am, configure.in, Makefile.am: Converted old sgml
19550 documentations to newer docbook xml documentations. Converted
19551 Japanesh docs to UTF8 docs. Fixed installations. Update cvsignores.
19552 Enabled manulas installations.
19554 * gdl/.cvsignore, scintilla/.cvsignore, .cvsigore: Updated.
19556 2003-11-05 Naba Kumar <naba@gnome.org>
19558 * data/gdb.init: Sets host's charset to ascii to solve debugger
19559 freeze up due to uninitialized strings in target program.
19561 * src/mainmenu_callbacks.c, src/watch_cbs.c, src/message-manager.[cc,h]:
19562 Fixed a crash bug with 'Add expression in watch'. Bug #822017
19566 Patch from: Bosik Pavol <Pavol.Bosik@siemens.com>
19567 src/launcher.c: Turns off echo in spawned pty to fix debugger.
19569 2003-11-04 Naba Kumar <naba@gnome.org>
19571 * scintilla/Makefile.am, widgets/Makefile.am: Fixed distribution
19574 Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa
19575 * src/aneditor.cxx, src/aneditor.h, src/controls.c, src/main_menubar.c,
19576 src/main_menubar.h, src/main_menubar_def.h, src/mainmenu_callbacks.c,
19577 src/mainmenu_callbacks.h: Added emacs style c/c++ custom indentation
19580 * src/search-replace.c: Fixed infinite loop bug.
19581 * start-with.c: Fixed a crash bug with "Open last project".
19583 Patch from: Karl-Heinz Brünen <k.bruenen@eprosoft.de
19584 * scintilla/Makefile.am: Fixed compiler option.
19586 2003-10-16 Naba Kumar <naba@gnome.org>
19588 Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa
19589 * src/text_editor.c: Fixed autoformat.
19591 2003-10-15 Naba Kumar <naba@gnome.org>
19593 * src/anjuta_cbs.c: Used ALT+number for editor tab browsing, instead
19596 2003-10-09 Naba Kumar <naba@gnome.org>
19598 * src/cvs_gui.c: Fixed a UI bug (hides the unwanted frame).
19600 2003-10-08 Naba Kumar <naba@gnome.org>
19602 * src/source.c: Fixed a GETTEXT typo error.
19603 * anjuta.glade: Made 'Sorted in order you open them' default option
19606 Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
19607 * anjuta.glade, data/properties/anjuta.properties:
19608 Fixed the freeze of the "Preferences" combos at the first Anjuta
19609 init is generated by:
19610 - a not complete translation of preferences.c file
19611 - a difference between 2 names in anjuta.glade and
19612 anjuta.properties (arrows --> Arrows , bottom --> Bottom)
19613 - the same name given to 3 combos (anjuta.glade).
19615 * src/find_text.c: If the "whole document" mode is selected,
19616 a new search will select the next occurrence (Bug #764954).
19617 It is now possible to use the shortcuts to search next or previous
19618 occurrence even if the search dialog has the focus. Bug #790318
19620 * src/main_menubar_def.h: "Select code block" shortcut; the new
19621 shortcut is now Alt+L instead of Alt+B (already used by _Build menu).
19624 Patch from: Richard Lee <r.h.lee@comcast.net>
19625 * tagmanager/include/tm_tag.h, tagmanager/tm_tag.c,
19626 tagmanager/tm_workspace.c: The following is a patch to fix a
19627 seemingly random occurence where Anjuta would crash when a
19628 certain key was pressed.
19630 2003-09-29 Naba Kumar <naba@gnome.org>
19632 * src/find_in_files.c: Ignores binary by default. Disabled the option
19633 of NOCVS search, because launcher does not use sh and hence can not
19636 * src/project_dbase.c, src/session.[h,c]: Fixed to save the
19637 "clean before build" state in project session and not in account session,
19638 otherwise the state gets reflected to other projects causing annoyance.
19640 * src/compiler_options.c: Fixed a bug where compiler options were always
19641 claimed 'modified'.
19643 * src/build_project.c, data/properties/anjuta.properties,
19644 src/commands.[h]: Fixed a bad bug where clean-before-build
19647 * scintilla/patches/research-cvs-nolog.diff,
19648 scintilla/patches/scintilla-ac-gtk2-port.diff,
19649 scintilla/patches/scintilla-ac-sort-fix.diff,
19650 scintilla-optimization.diff: Removed, because they are already in
19653 * scintilla/*/*: Update scintilla to current CVS (just after 1.55 release,
19656 * scintilla/LexMPT.cxx, scintilla/LexMetapost.cxx, scintilla/LexTeX.cxx,
19657 scintilla/LexYAML.cxx: Added new scintilla lexers.
19659 * TODO, NEWS: Updated.
19661 Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
19662 * src/utilities.c: Fixed typo bugs.
19664 2003-09-26 Naba Kumar <naba@gnome.org>
19666 * src/anjuta.c: Only connects to kernel SIGCHLD signal.
19667 * src/find_replace.c, src/find_text.c, src/mainmenu_callbacks.c,
19668 src/text_editor.[c,h], src/toolbar_callbacks.c: Added wrap in
19669 text_editor_find() and Fixed I-Search wrapping.
19670 * src/debugger.c: Fixed to pass a newline after a debugger
19671 command (which was broken since the launcher was refactored.
19672 (Pointed out by Bosik Pavol <Pavol.Bosik@siemens.com>)
19674 2003-09-25 Naba Kumar <naba@gnome.org>
19676 * src/toolbar_callbacks.c: Fixed start of incremental search.
19678 Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
19679 * src/controls.c, src/main_menubar.c, src/main_menubar.h,
19680 src/main_menubar_def.h, src/mainmenu_callbacks.c,
19681 src/toolbar_callbacks.c, src/toolbar.c: Added reverse search
19682 menu and implementation.
19684 2003-09-24 Pavol Bosik <bosikp@frcatel.fri.utc.sk>
19686 Reviewed by 2003-09-24 Naba Kumar <naba@gnome.org>
19687 * src/debug_tree.c, src/debug_tree.h: Fixed color of modified
19688 variables in Locals window.
19690 2003-09-24 Frederic RUAUDEL <grumz@users.sourceforge.net>
19692 Reviewed by 2003-09-24 Naba Kumar <naba@gnome.org>
19693 * src/utilities.[ch] : Fix a tooltip bug in
19694 anjuta_util_toolbar_append_stock(), the label appeared instead of
19695 the tooltip text. Remove label from arguments of the function
19696 because label is included in the stock icon data.
19697 * src/toolbar.c : Fix call to anjuta_util_toolbar_append_stock().
19698 * src/text_editor_gui.c : Fix call to anjuta_util_toolbar_append_stock().
19699 * FIXME: translation file should be updated because of label text removal.
19701 2003-09-24 Naba Kumar <naba@gnome.org>
19703 * scintilla/PlatGTK.cxx: Fixed font setting in widget style.
19705 * src/launcher.[c,h], plugins/patch/patch-plugin.c, src/anjuta-tools.c,
19706 src/build_file.c, src/cvs.c, src/find_in_files.c, src/gnome_project.c,
19707 src/project-import.c, src/anjuta.c: Implemented buffered outputs for
19708 stdout and stderr. Also buffered output and check-for-password
19709 can be enabled/disabled. Added proper UTF8 handling. Fixed pty input
19710 with password prompts. Checkes for password prompts from all outputs.
19712 * src/utilities.[h,c]: Defined anjuta_util_convert_to_utf8() function
19713 which takes a string (which could be utf8 also) and converts into
19716 * src/main.c: Connects kernel signals after gnome_program_init().
19718 Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
19719 * src/message-manager.c: Fixed bug #787026 by converting the strings
19722 2003-09-22 Naba Kumar <naba@gnome.org>
19724 * src/scintilla/patches/scintilla-ac-gtk2-port.diff,
19725 scintilla/PlatGTK.cxx: Ported autocomplete window to gtk2 by removing
19726 GtkCList and using GtkTreeView instead. Added the patch.
19727 * src/scintilla/patches/scintilla-ac-sort-fix.diff,
19728 scintilla/PlatGTK.cxx: Fixes sorting bug in AC.
19730 2003-09-19 Naba Kumar <naba@gnome.org>
19732 * printing/print.c: Proper UTF8 printing support.
19733 * src/main.c: moved kernel signal connects at the
19734 end of application initialization.
19736 2003-09-18 Naba Kumar <naba@gnome.org>
19738 * scintilla/*/*, src/scintilla/Makefile.am, src/Makefile.am,
19739 (new) lexers.make, (new) lexers: Update scintilla to latest
19740 scintilla CVS (2003-09-18), added new lexers, automated
19741 lexers makefiles sections and scintilla update. Added
19742 patches. Optimized pango rendering. Fixed a crash bug
19745 * (new) scintilla/patches/research-cvs-nolog.diff: Added
19746 patch to remove cvs log command from RESearch.cxx file.
19747 * scintilla/patches/scintilla-pango-always.diff:
19749 * scintilla/RESearch.cxx: Removed spurious cvs log command
19751 * (new) scintilla/test-scintilla.cxx: A test file for scintilla.
19753 Patch from: Bosik Pavol <Pavol.Bosik@siemens.com>
19754 * src/dnd.c: Fixed a crash bug with DND.
19756 2003-09-15 Naba Kumar <naba@gnome.org>
19758 * src/text_editor.[c,h], src/anjuta.c, src/breakpoints.c,
19759 src/goto_line.c, src/mainmenu_callbacks.c, src/text_editor_cbs.c,
19760 src/toolbar_callbacks.c: Added an additional parameter to
19761 text_editor_goto_line() funtion which decides if the line should
19762 be made visible (if it's under fold).
19764 * src/style-editor.c: Fixed a compiler warning.
19765 * src/message-manager.cc: Calls parent method correctly.
19767 * src/preferences.h: Fixed prent class.
19769 Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
19770 * src/project_dbase.c: Fixed bug #713210.
19772 2003-09-14 Hasbullah Bin Pit <sebol@ikhlas.com>
19774 * configure.in: Added 'ms' (Malay) to ALL_LINGUAS.
19776 2003-09-11 Naba Kumar <naba@gnome.org>
19778 Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
19779 * src/style-editor.c: Fixed bug #769130 (Crash on font
19782 * src/message-manger.[h,cc]: Made AnMessageManager
19783 derived from GtkFrame and removed deprecated code.
19785 * src/breakpoints.c, src/search-replace.c, src/source.c: Fixed
19788 2003-09-09 Naba Kumar <naba@gnome.org>
19790 * src/Makefile.am: Addded rules for built sources.
19792 2003-09-08 Naba Kumar <naba@gnome.org>
19794 * (new) src/anjuta-marshalers.list: Added marshalers definition
19797 * src/source.c: Fixed bug #762043 and makes sure, CFLAGS
19798 and CXXFLAGS are not overwriten by automake's default.
19799 * src/style-editor.c: Added 'operators' in the style editor.
19801 Patch from Masahito Omote <utyuuzin@users.sourceforge.net>
19802 and Jesus Gonzalez <jgonzlz@terra.es> (combined).
19803 * src/message-manager-private.cc, src/message-manager.cc:
19804 Converts message going into message into UTF-8 endoding.
19805 * src/main.c: Uses UTF-8 codeset for localization.
19807 2003-09-08 Franco Catrin L. <fcatrin@tuxpan.cl>
19809 * src/anjuta.desktop.in.in: Added Encoding attribute (required).
19811 2003-09-08 Naba Kumar <naba@gnome.org>
19815 Patch from Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
19816 * src/find_in_files.c, src/find_replace.c, src/search_replace.c:
19817 Fixed bug #798717, Find - Find&Replace - Find in files bug;
19818 The combo entries were updated if the same data with a different
19819 case exist in the combo list. The combo entries are now case sensitive.
19820 Search&Replace bug; First search ,max actions = 0 ==> now max
19823 2003-09-08 Naba Kumar <naba@gnome.org>
19826 * src/utilities.[c,h]: a function takes contant args.
19827 * src/anjuta.[c,h]: Fixed child registering/unregistering routine.
19828 Now the child terminated signal is emitted properly.
19829 * src/Makefile.am: Used $(top_srcdir) for referring to
19831 * (new) src/anjuta-marshalers.list, src/Makefile.am: Added marshalers
19832 definitions file which will generate anjuta-marshalers.[c,h] files.
19833 * src/.cvsignore: Updated.
19834 * src/build_project.c: Changed su command to preserve quotes.
19835 * src/anjuta-tools.c, tagmanager/tm_project.c,
19836 tagmanager/tm_workspace.c: Use standard tmp file.
19837 * configure.in: Cleaned up. Provide -g -O0 flags for final build also
19838 so that users could report bugs easily.
19839 * configure.in, anjuta.spec.in: Removed libzvt references/dependency.
19841 * tagmanager/tm_workspace.c, tm_file_entry.c, widgets/gnomefilelist.c,
19842 printing/print.c, plugins/sample1/plugin-sample1.c, src/an_file_view.c,
19843 src/an_symbol_view.c, src/utilities.[c,h], src/anjuta-encodings.c,
19844 src/attach_process.c, src/breakpoints.c, src/commands.c,
19845 src/compiler_options.c, src/configurer.c, src/cvs_gui.c,
19846 src/cvs_cbs.c, src/debug_tree.c, src/debugger.c, src/executer.c,
19847 src/find_in_files.c, src/find_in_files_cbs.c, src/mainmenu_callbacks.c,
19848 src/memory.c, src/message-manager-private.c, src/preferences.c,
19849 src/project_config.c, src/project_dbase.c, src/source.h, src/src_paths.c,
19850 src/search-replace.[c,h], stack_trace.c, text_editor.c,
19851 src/text_editor_cbs.c, src/toolbars.c, src/watch.c, src/watch_gui.c,
19852 src/source.c, src/anjuta.c, src/glade_iface.c, src/style_editor.c:
19853 Fixed compile warnings and cleanup.
19855 * src/launcher.[c,h], src/anjuta-tools.c, src/build_file.c,
19856 src/build_project.c, src/clean_project.c, src/compile.c, src/configurer.c,
19857 src/cvs.c, src/find_in_files.c, src/gnome_project.c, src/project_import.c:
19858 Removed libzvt usage and implemented child spawing differently. Launcher is
19859 now proper GObject, which can be created multiple times (and can be
19860 operated in parallel).
19862 * src/appwizard_cbs.c: Fixed bug #740881 (crash on project wizard).
19863 * src/project_import_gui.c, src/project_import_cbs.c,
19864 src/project_import.[c,h], mainmenu_callbacks.c: Fixed bug #766070
19865 (crash on project import). Removed deprecared codes.
19867 2003-09-03 Johannes Schmid <clubfan@users.sourceforge.net>
19869 * src/cvs.c: Fixed cvs output bug.
19871 2003-09-03 Naba Kumar <naba@gnome.org>
19873 Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
19874 * src/aneditor.cxx, src/breakpoints.c, src/breakpoints.h,
19875 src/mainmenu_callbacks.c, src/text_editor.c, src/text_editor.h,
19876 src/text_editor_cbs.c: Implements --
19877 If the debugger is started
19878 A double click in the margin add or remove a breakpoint
19879 A single click activate or deactivate the breakpoint
19881 A double click in the margin add or remove a bookmark
19883 2003-09-03 Johannes Schmid <clubfan@users.sourceforge.net>
19885 Reviewed by Naba Kumar <naba@gnome.org>
19886 * src/cvs_gui.[c/h], mainmenu_callbacks.c:
19887 User is now able to choose a branch on cvs update for project.
19888 Cleaned up variable names.
19890 2003-09-03 Naba Kumar <naba@gnome.org>
19892 * (new) scintilla/LexEScript.cxx, scintilla/LexLout.cxx,
19893 src/Makefile.am: Added lexers.
19894 * scintilla/*/*: Updated...
19895 * src/an_symbol_view.c: Fixed a crash bug.
19896 * src/compiler_options.c, src/project_dbase.c: Fixed compile
19898 * src/main_menubar.[c,h]: Removed 'page setup' menu item.
19899 * src/source.c: Fixed project generation bug with gettext code.
19900 * tagmanager/tm_project.c: Fixed a crash bug.
19901 * src/compiler_options.c, src/project_dbase.c: Fixed build failure
19902 bug when there is no project open. Bug #____.
19903 * src/source.c: Fixed a bug with build failure with non-gnome
19904 project with glade-generated source (eg. gtk2). Bug #____.
19907 2003-08-22 Naba Kumar <naba@gnome.org>
19909 Patch from: Rob Bradford <rob@debianplanet.org>
19910 * data/Makefile.am: Fixed to install properly during
19913 Patch from: Etay Meiri <etay-m@bezeqint.net>
19914 * src/debug-tree.c: Fixed a crash bug.
19915 * src/compiler_options.c: Takes care of linking the missing pieces;
19916 C flags, libs, optimization options, debug and profile.
19918 Patch from: Enver ALTIN <ealtin@casdb.com>
19919 * src/anjuta_cbs.c, src/find_replace.c: Trivial dialog HIG fixes.
19921 2003-08-22 Johannes Schmid <clubfan@users.sourceforge.net>
19923 Reviewed by Naba Kumar <naba@gnome.org>
19924 * src/project_dbase.c: Fixed bugs #778263 and #778413
19925 Adding multiple files to project should work now.
19927 2003-08-22 Pavol Bosik <bosikp@frcatel.fri.utc.sk>
19929 Reviewed by Naba Kumar <naba@gnome.org>
19930 * src/dnd.c: Fixed Drag&Drop (opening file(s)).
19931 * src/debug_tree.c, src/debugger.c: Fixed context menu separator
19934 2003-08-08 Abel Cheung <maddog@linux.org.hk>
19936 * anjuta.glade, anjuta_dialog_strings.c: Fix typo. (#107513)
19938 2003-08-08 Abel Cheung <maddog@linux.org.hk>
19940 * src/text_editor.c: Fix translatable string (#113934).
19942 2003-07-04 Naba Kumar <naba@gnome.org>
19944 * src/compiler_options.c, src/project_dbase.c: Fixed build failure
19945 bug when there is no project open. Bug #____.
19947 * src/source.c: Fixed a bug with build failure with non-gnome
19948 project with glade-generated source (eg. gtk2). Bug #____.
19950 2003-06-26 Naba Kumar <naba@gnome.org>
19952 * src/anjuta.h: Removed reference to windows-dialog.h.
19953 * src/message-manager-private.[cc,h]: Fixed doulbe click
19954 activation of messages to properly jump at the destination.
19955 * src/toolbar_callbacks.c: Fixed search combo pulldown bug.
19956 * src/toolbar.c: Code clean-ups.
19958 * tagmanager/tm_file_entry.c, tagmanager/tm_project.c,
19959 tagmanager/tm_symbol.c: Used g_return_if_fail() instead of g_assert().
19961 * src/message-manager-private.[cc,h]: Removed dead codes.
19963 * (new) data/properties/css.properties,
19964 data/properties/anjuta.properties, data/properties/Makefile.am:
19965 Added CSS syntax hiliting properties.
19967 * tagmanager/tm_file_entry.c: Fixed a possible bug.
19968 * src/debugger.c: Clean ups.
19969 * src/lexer.h: Added CSS lexer definition.
19971 * Makefile.am: Installs destop file properly.
19972 * configure.in: Bumped version to 1.1.97 (RC1 for 1.2.0 stable).
19973 * NEWS: Updated for 1.1.97 release.
19974 * src/main_menubar_def.h: Changed some non working shortcuts.
19976 2003-06-24 Naba Kumar <naba@gnome.org>
19978 * src/search-replace.c: Shows the dialog properly, even when it is
19979 hidden behind another window.
19981 * (removed) src/windows-dialog.[c,h], src/Makefile.am, po/POTFILES.in,
19982 src/anjuta.[c,h], (removed) pixmaps/windows-style-*.png,
19983 pixmaps/Makefile.am: Removed windows-dialog and setup wizard files
19986 * anjuta.glade, anjuta_dialog_strings.c: Removed windows-dialog and
19987 setup wizard dialogs.
19989 * src/debugger.c: Removed a redundant call to
19990 debugger_update_controls().
19991 * src/compiler_options.c, src/launcher.c: code cleanup.
19992 * src/executer.c: Fixed execution bug with 'Set Program params...".
19994 2003-06-23 Naba Kumar <naba@gnome.org>
19996 * widgets/e-splash.c: Removed border around the splash image.
19997 * anjuta.spec: correct libgnomeprintui22 name in depencencies.
19998 * widgets/gnomefilelist.c: Implemented multiple file selection mode.
19999 * src/cvs.c: Added a frame around commit log text widget.
20000 * src/prefereces.[c,h], anjuta.glade, anjuta_dialog_strings.c: Fixed
20001 crash bug associated with translated combo box list in preferences
20002 dialog (in different locale other than en_US). Used widget names
20003 to pass the combo list items.
20004 * po/POTFILES.in: Updated.
20005 * src/launcher.c: Creates the zvt terminal at startup (and not
20006 every time a build is done) -- speeds up buld operations.
20007 * src/file_history.c: Should be if() conditional instead of
20009 * tagmanager/tm_work_object.c, src/utilities.c, src/text_editor.c:
20010 Disabled useless warnings.
20011 * src/project_dbase.c: Fixed bonobo 2 project name.
20012 * src/project_dbase.c, src/source.c: Corrected bonobo2 project name
20013 and uses correct glade-2 for file generation.
20015 2003-06-21 Naba Kumar <naba@gnome.org>
20017 * src/aneditor.cxx: Fixed bugs with debug tip dwell start and end.
20018 And disables autocomple show for numbers (very annoying).
20019 * src/mainmenu_callbacks.[c,h], src/main_menubar_def.h,
20020 src/main_menubar.[c,h], src/controls.c, src/toolbar.[c,h],
20021 src/toolbar_callbacks.[c,h]: Removed unnecessary menuitems
20022 from view menu and adjust the controls accordingly.
20023 * src/anjuta.c: Changed 'not implemented' dialog to info dialog with
20025 * src/project_dbase.[c,h]: Removed show_local flag processing.
20026 * src/message-manager.[c,h]: Reorganized messages tabs in more
20028 * configure.in, anjuta.spec.in: Fixed gnome-print and zvt dependencies.
20029 Also added PCRE dependency.
20031 2003-06-20 Naba Kumar <naba@gnome.org>
20033 * pixmaps/anjuta_splash.png: New splash.
20034 from Jean Schurger <yshartk@schurger.org>
20036 * src/controls.c: De-sensitize run-to-cursor when debugger
20038 * src/cvs_gui.c: Set default reponse for various cvs dialogs.
20040 * src/message-manager-private.cc: Fixed to properly jump at
20041 the right file:line.
20043 * src/appwiz_page1.c: Fixed to correctly determine the project
20044 trpe from the wizard.
20046 2003-06-20 Naba Kumar <naba@gnome.org>
20048 * src/message-manager.cc, mainmenu_callbacks.c: Code cleanup.
20049 * src/watch_gui.c: Code cleanups.
20050 * src/debugger.[c,h], src/stack_trace.[c,h],
20051 (removed) src/stack_trace_cbs.[c,h], (removed) src/stack_trace_gui.h,
20052 src/Makefile.am: Merged stack_trace[_cbs/_gui] into stack_trace.c,
20053 Removed direct access to stack_trace private data, Increased debugger
20054 command size from 256 to 1024 (to be on safer side). Also implemented
20055 row-activated signle for seting frame and viewing the source.
20056 * src/debugger.c: Avoids starting program and stopping debugger
20057 when starting debugger and stopping program, respectively.
20059 * src/debugger.[c,h], src/main_menucallbacks.c, src/controls.c:
20060 Reverted codes to start debugger automatically
20061 The file is brought to the state just after the branching
20062 (debugger.c == 1.27 and debugger.h == 1.10 rev.), except for
20063 some code clean ups.
20065 * src/launcher.[h,c], plugins/patch/patch-plugin.c,
20066 src/anjuta-tools.c, src/build_file.[c,h], src/build_project.[c,h],
20067 src/compile.[c,h], src/clean_project.[c,h], src/configurer.[c,h],
20068 src/cvs.c, src/find_in_files.[c,h], src/gnome_project.[c,h],
20069 src/project_import.[c,h], src.anjuta.c, src/mainmenu_callbacks.c,:
20070 src/project_dbase.c: Code clean ups.
20072 * anjuta.glade, anjuta_dialog_strings.c: Fixed a hard coded pref
20073 (Projects dir) so that correct $HOME/Projects path is set when
20074 anjuta is run for the first time.
20076 2003-06-13 Guntupalli Karunakar <karunakar@freedomink.org>
20078 * configure.in: Added "ml" for Malayalam in ALL_LINGUAS.
20080 2003-06-13 Naba Kumar <naba@gnome.org>
20082 * src/stack_trace_cbs.c: Moved variable declaration at the
20083 top of the block (bug #737867)
20085 * src/source.c: use target_CFLAGS and target_CXXFLAGS instead of
20086 just CFLAGS and CXXFLAGS (bug #743617).
20088 * src/create_global_tags.sh: Fixed shell script to properly
20089 detect installed *-config files.
20091 2003-06-12 Naba Kumar <naba@gnome.org>
20093 * src/preferences.[c,h]: Added methods for custom widgets in
20094 preferences: using custom set/get methods for them.
20096 * src/anjuta-encoding.c: Implemented up/down of the encodings
20097 in the list and property saves correctly.
20099 Patch from Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
20100 * src/aneditor.cxx: Fixes Anjuta looping when a backward search reaches
20101 the beginning of a file.
20103 Patch from Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
20104 * src/aneditor.cxx, src/aneditor.h,
20105 src/controls.c, src/main_menubar.c, src/main_menubar.h,
20106 src/main_menubar_def.h, src/mainmenu_callbacks.c,
20107 src/mainmenu_callbacks.h: Allows the operator to select the current
20108 word or the current line (Request: 680801). It puts also
20109 sensitive/unsensitive several select/comment menu items.
20111 * src/breakpoints.c: Presets by default the current line for a
20112 defined breakpoint.
20114 2003-06-11 Naba Kumar <naba@gnome.org>
20116 * src/anjuta.c, src/text_editor.c: Fixed bug #715270. 'Changed' file name
20117 color (red highlight) now cosistent for inactive tabs also.
20119 * src/main_menubar.c, src/main_menubar_def.h: Fixed bug #715261. Moved
20120 'Advanced search and replace' in Edit->Search submenu.
20122 * data/properties/tcltk.properties: Fixed bug #731851. Added line
20123 wrappings '\' where they were missing.
20125 * src/mainmenu_callbacks.c: Fixed bug #751715. The 'Customize menu'
20126 message is now more descriptive and details the correct thing to do
20127 for GNOME2 desktop.
20129 2003-06-10 Naba Kumar <naba@gnome.org>
20131 * autogen.sh.generic, autogen.sh.gtk, autogen.sh.gtkmm
20132 autogen.sh.wxwin, macros/autogen.sh, macros2/autogen.sh:
20133 Removed any reference to particular version of automake/autoconf
20134 so that they could work with newer versions (Bug #659394).
20136 * src/anjuta-encodings.c, src/anjuta-encodings.h, anjuta.glade,
20137 src/anjuta.c: Added coded to add/remove supported encodings.
20139 * src/appwizard.c, src/appwizard.h, src/gnome_project.c,
20140 src/preferences.c, src/project_dbase.c, src/project_dbase.h,
20141 src/project_import.c, src/project_type.c, src/project_type.h,
20142 src/source.c, src/wizard_gui.c: Added a new field called 'deprecated'
20143 in the projects typtes. Code clean ups. Removed GTK1/GNOME1
20144 from the project wizard.
20146 2003-06-06 Naba Kumar <naba@gnome.org>
20148 Patch from Etay Meiri <etay-m@bezeqint.net>
20149 * src/compiler_options.c: Fixed bugs related to clean before
20152 * anjuta.desktop.in.in: Added commandline options.
20153 * src/cvs.[c,h], anjuta.glade, anjuta_dialogs_strings.c: Separated
20154 -dP and -A flags of CVS update into different options.
20156 2003-06-04 Abel Cheung <maddog@linux.org.hk>
20158 * configure.in: Removed "ta" from ALL_LINGUAS.
20160 2003-06-02 Naba Kumar <naba@gnome.org>
20162 * scintilla/PropSet.h, src/properties.[ch]*: Reversed the patch to
20163 return NULL for undefined properties and "" for defined but empty
20164 strings. It was creating many problems where both are assumed to be
20165 same. And besides, it doesn't matter to differentiate the two (the
20166 problem with preferences was due to a different bug).
20168 * src/prefereces.[c,h]: Fixed to handle empty and blank properties
20169 correctly. Also, s/props_build_in/props_built_in/g.
20171 * widgets/gnomefilelist.[c,h]: Uses gdl theme icons for file
20174 * src/an_file_view.c: Unrefed pixbufs when done with them.
20176 * pixmaps/Makefile.am, (added) pixmaps/preferences-encodings.png,
20177 (removed) file_text.png: Added and removed pixmaps.
20179 2003-05-30 Naba Kumar <naba@gnome.org>
20181 * anjuta.glade: Fixed encodings preferences dialog
20183 2003-05-23 Etay Meiri <etay-m@bezeqint.net>
20185 Reviewed by Naba Kumar <naba@gnome.org>
20187 * src/build_project.c src/clean_project/c: perform a clean before
20188 build, if required. Show the message manager on clean.
20189 * src/compiler_options.c: save the new options when window is closed
20190 and flag project to be cleaned before the next build.
20191 * src/project_dbase.c: added a 'clean before build' flag to project
20193 2003-05-29 Naba Kumar <naba@gnome.org>
20195 * anjuta.glade, anjuta_dialogs_strings.c: Added encoding prefs
20198 * [pixmaps/] cfolder.xpm, console.xpm, file_c.png, file_c.xpm,
20199 file_core.png, file_core.xpm, file_cpp.png, file_cpp.xpm,
20200 file_exec.png, file_exec.xpm, file_file.png, file_file.xpm,
20201 file_h.png, file_h.xpm, file_html.png, file_html.xpm,
20202 file_i18n.png, file_i18n.xpm, file_icon.png, file_icon.xpm,
20203 file_pix.png, file_pix.xpm, file_text.xpm, file_unknown.png,
20204 file_unknown.xpm, ledgreen.xpm, ledred.xpm, ofolder.xpm,
20205 print_color.xpm, print_landscape.xpm, print_layout.xpm,
20206 print_nocolor.xpm, print_portrait.xpm: Removed unused icons
20208 * pixmaps/Makefile.am, src/toolbar.c, src/pixmaps.h, src/resources.h:
20209 Removed unused icons references.
20211 2003-05-27 Enver ALTIN <ealtin@casdb.com>
20213 Reviewed by Naba Kumar <naba@gnome.org>
20215 * src/anjuta-tools.c, src/anjuta_cbs.c, src/breakpoints.c,
20216 src/compiler_options.c, src/debugger.c, src/find_replace.c,
20217 src/find_text.c, src/mainmenu_callbacks.c, src/preferences.c,
20218 src/project_dbase_gui.c, src/src_paths.c, src/text_editor.c,
20219 src/toolbar_callbacks.c: HIG compliant dialogs.
20221 * src/utilities.c: anjuta_button_new_with_stock_image() and
20222 anjuta_dialog_add_button() stolen from gedit.
20224 * src/main_menubar_def.h: Fixed mnemonics.
20226 2003-05-26 Naba Kumar <naba@gnome.org>
20228 * src/project_dbase_gui.c: Added header files filter for add file
20229 dialog box. Disabled project window to be transient window.
20231 * src/message-manager.cc: Disabled message manager window to be
20234 * src/text_editor.c, src/anjuta_cbs.c: Better error reporting when
20235 a file could not be loaded.
20237 * src/project_dbase.c: Fixed a bug with GUI editor command
20238 where empty string is returned.
20240 * src/Makefile.am, src/preferences.h, src/text_editor.c
20241 src/text_editor.h, (new) src/anjuta-encodings.h,
20242 (new) src/anjuta-encodings.c, data/properties/anjuta.properties:
20243 Added encoding support and to handle characters encoding correctly
20244 by auto detecting it during load. Added preferences for selecting
20245 the encoding during save.
20247 * src/preferences.c, src/resources.c: Removed debug messages.
20249 Patch from: Alexander Nedotsukov <bland@mail.ru>
20250 * src/getline.c: Fixed many fatal bugs for FreeBSD.
20252 2003-05-26 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
20253 * src/anjuta.c: Try to sow the splash image more often.
20255 2003-05-20 Naba Kumar <naba@gnome.org>
20257 Patch from Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
20258 * src/debug_tree.c: Colorize the modified locals during
20259 debugging and call memory analyze from the debugger.
20260 * src/breakpoints.c: The color is now different for the enabled
20261 and disabled breakpoints. Anjuta now can erase several
20262 breakpoints defined at the same line. The markers are updated
20263 according to the enable/disable action.
20265 Patch from Etay Meiri <etay-m@bezeqint.net>
20266 * src/launcher.c: Fixes launcher freeze up bug during build.
20268 2003-05-16 Dan Elphick <dre00r@ecs.soton.ac.uk>
20270 Reviewed by Naba Kumar <naba@gnome.org>
20271 * scintilla/PropSet.h: Change member variables from private to protected.
20272 * src/properties.[ch]*: Add new methods GetString and GetExpandedString
20273 to PropSetFile class, which return a gchar * (and can therefore indicate
20274 whether properties are empty or do not exist) and make prop_get and
20275 prop_get_expanded use them.
20276 * src/project_dbase.c: Fix where project_dbase_module_is_empty assumes
20277 that the result of of prop_get cannot be an empty string.
20279 2003-05-14 Dan Elphick <dre00r@ecs.soton.ac.uk>
20281 Reviewed by Naba Kumar <naba@gnome.org>
20282 * src/text_editor.[ch], src/anjuta.c, src/anjuta.c, src/anjuta_cbs.c,
20283 src/build_file.c, src/compile.c, src/mainmenu_callbacks.c,
20284 src/text_editor_cbs.c: When saving all the files in the project, the
20285 text editors are now only rehighlighted once instead of once for each
20288 2003-05-16 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
20289 * src/main.c, widgets/e-splash.c: Splash screen improvements.
20290 * src/anjuta.desktop.in.in: Support startup notification.
20291 2003-05-16 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
20292 * src/main.c, widgets/e-splash.c: Splash screen improvements.
20293 * src/anjuta.desktop.in.in: Support startup notification.
20296 2003-05-13 Dan Elphick <dre00r@ecs.soton.ac.uk>
20298 Reviewed by Naba Kumar <naba@gnome.org>
20300 * src/executer.[ch]: Only allow one set params dialog at a time. Fix
20301 memory leak from glade_xml_new call. Removed gxml field from Executer
20302 struct as only used in create_executer_dialog and then destroyed.
20304 * src/anjuta.c: Fix warning on getting a page that doesn't exist.
20306 * src/configurer.c: Fix warning trying to connect signal to non-existent
20307 environment entry in configure dialog and fix crash when closing the
20310 * src/cvs_cbs.c: Fix deprecated use of gnome_date_edit_get_date; use
20311 gnome_date_edit_get_time instead.
20313 * main_menubar.c, main_menubar_def.h: Removal of show stack menu item
20314 in view menu required renumbering elsewhere.
20316 2003-05-10 Etay Meiri <etay-m@bezeqint.net>
20318 Reviewed by Naba Kumar <naba@gnome.org>
20320 * src/breakpoints.c: fixed an error when removing breakpoint
20321 * src/controls.c: 'run to cursor' is sensitive when debugger not active
20322 * src/debugger.c: changes to the way the debugger is activated
20323 * src/debugger.h: clean ups
20325 2003-05-13 Naba Kumar <naba@gnome.org>
20327 Patch from Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
20328 * anjuta.glade, anjuta_dialogs_strings.c, src/memory.c,
20329 src/memory.h: A new version of memory and the interface
20330 is now integrated in anjuta.glade
20332 2003-05-09 Naba Kumar <naba@gnome.org>
20334 * configure.in: Bumped required gtk version to 2.0.8.
20336 2003-05-06 Naba Kumar <naba@gnome.org>
20338 src/message-manager-private.cc, src/message-manager.cc: Clean ups.
20340 2003-05-07 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
20341 * gdl/Makefile.am, printing/Makefile.am: distcheck fixes.
20343 2003-05-06 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
20344 * scripts/anjuta_import.sh.in, src/defaults.c, src/project_dbase_gui.c
20345 , tagmanager/c.c: Support for ProC and RDB files.
20347 2003-05-06 Naba Kumar <naba@gnome.org>
20349 * src/aneditor.cxx, src/goto_line.c, src/main_menubar_def.h,
20350 src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
20351 Uncomment (Box & Stream), Select the current function,
20352 authorize the "Quit" button of the GotoLine window
20354 2003-05-05 Naba Kumar <naba@gnome.org>
20356 * src/watch_gui.h: CVS added new file.
20358 * scintilla/ExterLexer.[cxx,h]: CVS added new files.
20360 Patch from Etay Meiri <etay-m@bezeqint.net>
20361 * src/debugger.c, src/debugger.h, src/main_menubar_def.h,
20362 src/mainmenu_callbacks.c, src/message-manager.cc,
20363 src/message-manager.h, src/stack_trace.c, src/stack_trace.h,
20364 src/stack_trace_cbs.c, src/stack_trace_cbs.h, src/stack_trace_gui.c:
20365 Ported stack trace to GNOME2 and added it in the message manager
20368 2003-05-02 Naba Kumar <naba@gnome.org>
20370 * src/memory.[h,c], debug_tree.c: Fixed a compiler error/warning.
20372 * src/preferences.[h,c]: Fixed preferences to save only one copy of
20373 preferences property.
20375 * anjuta.prj: Fixed multiple preferences saved data.
20377 * scintilla/Document.cxx, scintilla/Editor.cxx, scintilla/Editor.h,
20378 scintilla/LexCPP.cxx, scintilla/Makefile.am, scintilla/PlatGTK.cxx,
20379 scintilla/PropSet.cxx, scintilla/ScintillaGTK.cxx,
20380 scintilla/include/Platform.h, scintilla/include/PropSet.h,
20381 scintilla/include/Scintilla.h, scintilla/include/Scintilla.iface:
20382 Upgraded scitilla from CVS with faster window repaint
20385 Patch from Etay Meiri <etay-m@bezeqint.net>
20386 * src/watch.[c,h], src/watch_gui.c, (new) src/watch_gui.h: Fixed bugs
20389 2003-04-30 Dan Elphick <dre00r@ecs.soton.ac.uk>
20391 * message-manager-private.[ch]: Make AnMessageWindow keep scrolling
20392 the window if messages are appended to the end and the scrollbar is
20395 2003-04-29 Naba Kumar <naba@gnome.org>
20397 * configure.in: Removed omf-install from Makefiles list.
20399 2003-04-28 Naba Kumar <naba@gnome.org>
20401 * po/POTFILES.in: Remvoded deleted files.
20403 * pixmaps/Makefile.am, pixmaps/windows-style-docked.png,
20404 pixmaps/windows-style-undocked.png: Added setup wizard's images.
20406 * src/anjuta-tools.c: Fixed a bug where working dir (when the tool
20407 is executed as detached) is not set properly.
20409 2003-04-25 Naba Kumar <naba@gnome.org>
20411 * anjuta.prj: Updated.
20412 * src/anjuta_info.c: Fixed text wrapping and column view.
20413 * data/welcome.txt.in: Removed unaligned characters.
20415 2003-04-24 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
20416 * src/main_menubar.c: Disable setup dialog.
20418 2003-04-22 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
20419 * src/breakpoints.c; Fixed compilation with older GCC
20420 * src/preferences.c: Fixed crash with G_DISABLE_CHECKS
20421 * HACKING: Spelling fixes (Suggested by Stephen Knight)
20423 2003-04-18 Naba Kumar <naba@gnome.org>
20425 * anjuta.prj: Updated (includes compiler options).
20427 * src/anjuta.[hc], src/anjuta-tools.c: Removed redundant get_user_params
20428 function from anjuta.c (it was already available in anjuta-tools.c).
20430 2003-04-18 Naba Kumar <naba@gnome.org>
20432 * src/about.c, THANKS: Updated
20434 * anjuta.glade, anjuta_dialogs_strings.c: Updated setup-dialog
20436 * src/an_file_view.c, src/project_dbase.c: Restores file-filters
20437 properly from the project session before updating the file
20440 * src/main_menubar_def.h, src/mainmenu_callbacks.[ch],
20441 an_file_view.[ch], main_menubar.[ch], controls.c: Removed windows
20442 dialog settings (as it will not be required once GDL is in place) and
20443 added file view filters in the settings sub-menu.
20445 2003-04-17 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
20447 * configure.in: Disable cast checks on final build.
20449 2003-04-17 Naba Kumar <naba@gnome.org>
20451 * src/build_project.c: Fixed a compilation error.
20453 * src/launcher.c: Removed commnets.
20455 * anjuta.glade, anjuta_dialogs_strings.c: Moved indentation
20456 properties from editor tab to indentation tab and fixed a property
20457 label for proper i18n translation. Fixed typos in project config
20458 dialog (reported by Gaëtan de Menten <ged@bugfactory.org>). Disabled
20459 sorting and reordering in compiler options dialog.
20461 * src/compiler_options.c: Implemented _save() function to save the
20462 options (which was pending).
20464 * src/build_project.c: Destroys install-as-root dialog when it is done.
20466 * src/an_symbol_view.c: Change "event" event to "event-after" so
20467 that symbol row is selected first before the popup is shown.
20469 2003-04-14 Dan Elphick <dre00r@ecs.soton.ac.uk>
20471 * tagmanager/tm_file_entry.c: Fix to make CVS info appear for first
20472 file in CVS/Entries. (Reviewed and applied by Biswa)
20474 2003-04-16 Naba Kumar <naba@gnome.org>
20476 * aneditor.cxx: use unicode everytime (fixed unicode related
20479 * anjuta.prj: Fixed UI editor name (blank to use default) and
20482 Patch from Patch from Gaëtan de Menten <ged@bugfactory.org>
20483 * anjuta.glade, anjuta_dialogs_strings.c: Reorganized
20484 Editor preferences page.
20486 2003-04-16 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
20487 * src/anjuta.[ch], src/print.c: Fixed warnings
20488 * scintilla/*, src/aneditor.cxx: Restore LexCPP patch.
20489 * configure.in: Profiling support with gprof
20491 2003-04-16 Naba Kumar <naba@gnome.org>
20493 Patch from Gaëtan de Menten <ged@bugfactory.org>
20494 * src/launcher.c: Fixed cvs dialog.
20496 2003-04-15 Johannes Schmid <clubfan@users.sourceforge.net>
20498 * src/message-manager-private.cc: Fixed double-click on first line of
20499 output to properly select a line.
20500 * src/project_dbase.[c/h]: Removed parent_node from ProjectFileData
20501 because still was a deprecatd GtkCTreeNode and always NULL anyway.
20503 2003-04-15 Naba Kumar <naba@gnome.org>
20505 * src/message-manager-private.cc: Fixed the glade filename typo.
20507 2003-04-15 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
20508 * scintilla/*, data/properties/*: Scintilla CVS merge
20509 * anjuta.prj: Removed unnecessary files.
20510 * scintilla/PlatGTK.cxx: Force Pango fonts always
20511 * src/anjuta-plugins.c, src/anjuta_dirs.c, src/main.c,
20512 src/mainmenu_callbacks.c src/preferences.c: Use versionsed directory
20514 * configure.in: Change version no. for 1.1.1 (alpha release)
20515 * configure.in: Added '--with-pref-suffix' option.
20516 * config.guess, config.sub: Removed from CVS.
20518 2003-04-15 Naba Kumar <naba@gnome.org>
20520 Patch from Timothee Besset <ttimo@idsoftware.com>
20521 * Makefile.am: Fixed a shell script error during intallation.
20523 2003-04-14 Johannes Schmid <clubfan@users.sourceforge.net>
20525 Reviewed by Naba Kumar <naba@gnome.org>
20526 * src/message-manager.cc: Added popup-menu to TreeView and fixed
20527 set_wm_class to use "anjuta" instead of "an.
20528 * src/message-manager-private.cc: Headers are hidden again.
20530 2003-04-14 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
20531 * src/project_dbase_gui.c: Memory corruption fix.
20532 * anjuta.prj: Updated project file
20534 2003-04-14 Dan Elphick <dre00r@ecs.soton.ac.uk>
20535 * an_file_view.c: Connect to event-after signal rather than event so that
20536 selection is updated first and thus context menu is for the right file.
20537 Reviewed and applied by Biswa.
20539 2003-04-14 Naba Kumar <naba@gnome.org>
20541 * anjuta.glade, anjuta_dialogs_strings.c: Updated setup dialog.
20543 * src/auncher.c: More child exit fixes
20544 from Timothee Besset <ttimo@idsoftware.com>
20546 2003-04-14 Johannes Schmid <clubfan@users.sourceforge.net>
20548 Reviewed by Naba Kumar <naba@gnome.org>
20550 * src/message-manager.[c/h], src/message-manager-private[c/h],
20551 anjuta.[c/h]: Ported message-manager to Gtk2
20553 * plugins/patch/patch-plugin.c, src/anjuta-tools.c,
20554 src/anjuta_cbs.c, src/build_file.c, src/build_project.c,
20555 src/clean_project.c, src/compile.c, src/configurer.c,
20556 src/controls.c, src/cvs.c, src/debugger.c,
20557 src/find_in_files.c, src/gnome_project.c, src/mainmenu_callbacks.c,
20558 src/project_import.c, src/search-replace.c: Changed name from
20559 AnjutaMessageManager to AnMessageManager to avoid too long type
20562 2003-04-11 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
20563 * src/launcher.c: Fix build won't stop problem - TTimo
20565 * pixmaps/anjuta_splash.c: New splash screen prototype.
20566 * src/anjuta-tools.c, src/anjuta.[ch], : Forward port from branch.
20567 * src/compiler_options.c: Mute pkgconfig errors.
20568 * src/project_config.c. widgets/gnomefilelist.c: Fix leak.
20570 2003-04-10 Naba Kumar <naba@gnome.org>
20572 * configurer.[c,h]: Fixed dialog to close properly.
20573 * src/project_dbase.c, widgets/gnomefilelist.c: Added
20576 2003-04-09 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
20577 * anjuta.prj: Removed unnecessary files, load with 1.2.0
20578 * plugins/class-gen/Makefile.am, plugins/patch/Makefile.am,
20579 plugins/sample1/Makefile.am, src/an_file_view.c, src/anjuta.c,
20580 src/anjuta.h, src/project_dbase.c: Use default GNOME icons.
20581 * gdl/*, widgets/*, Makefile.am, configure.in, plugins/*/Makefile.am,
20582 src/makefile.am: Move gdl to it's own directory.
20583 * global-tags/create_global_tags.sh: Silently ignore SDL error.
20585 2003-04-09 Naba Kumar <naba@gnome.org>
20587 * anjuta.glade: Synced search and replace dialog from the ANJUTA_1_0_0
20590 2003-04-09 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
20591 * src/anjuta-tools.c: Use CDATA for saving tools data.
20592 * anjuta.glade, src/search-replace.c: Port from branch.
20593 * widgets/e-splash.*, src/main.c: Better splash screen.
20594 * configure.in, widgets/gdl*: Import GDL widgets.
20595 * ROADMAP: Updated roadmap.
20596 * src/an_file_view.c: Use GDL icons for file tree.
20598 2003-04-09 Naba Kumar <naba@gnome.org>
20600 * anjuta.glade: Added (hidden) initial setup-wizard window.
20602 Patch from: Vitaly <vvv@rfniias.ru>
20603 * src/preferences.c: Fixes a bug with libglace widget access with
20604 translated strings.
20606 Patch from: Etay Meiri <etay-m@bezeqint.net>
20607 * src/debug_tree.c, src/debug_tree.h, src/debugger.c,
20608 src/debugger.h, src/main_menubar_def.h, src/mainmenu_callbacks.c,
20609 src/mainmenu_callbacks.h, main_menubar.[c,h], src/toolbar.[c,h],
20610 src/toolbar_callbacks.[c,h],
20611 src/memory.c, src/message-manager-private.cc,
20612 src/message-manager-private.h, src/message-manager.cc,
20613 src/message-manager.h, src/watch.c, src/watch.h, src/watch_cbs.c
20614 src/watch_cbs.h, src/watch_gui.c: Ports the watch related stuff
20615 to HEAD (mostly changing GtkClist to GtkTreeView). Also changed the
20616 watch window to a subwindow in the notebook
20618 2003-04-03 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
20619 * ROADMAP: Updated roadmap.
20621 2003-04-03 Dmitry G. Mastrukov <dmitry@taurussoft.org>
20623 * configure.in: Added Belarusian to ALL_LINGUAS.
20625 2003-04-01 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
20626 * src/fileselection.c, src/goto_line.c: Fixed warnings. Patch by
20628 * ROADMAP: Added roadmap for HEAD.
20630 2003-03-29 Naba Kumar <naba@gnome.org>
20632 * src/main_menubar_def.h, mainmenu_callbacks.[c,h], src/anjuta.c
20633 src/Makefile.am, pixmaps/Makefile.am, anjuta.glade,
20634 anjuta_dialogs_strings.c, (new) src/start-with.[c,h],
20635 (new) pixmaps/start-with-wizard.png,
20636 (new) pixmaps/start-with-import.png,
20637 (new) pixmaps/start-with-open.png Added Start with dialog which pops
20638 up on anjuta start-up to give quick access to opening file/project or
20641 * src/main.c: Sets proper data directory for the gnome
20644 2003-03-27 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
20645 * src/text_editor.c: Fixed error/warning indicators.
20647 2003-03-24 Naba Kumar <naba@gnome.org>
20649 * README: Correct version.
20651 2003-03-24 Michael Tindal <etherscape@paradoxpoint.com>
20653 * configure.in: Added checks to see if were building on FreeBSD
20654 systems. Sets -DFREEBSD if we are, and also attempts to find
20655 gmake if the host system is FreeBSD.
20657 * src/getline.c: New file used to provide the getline function,
20658 which isnt available on a FreeBSD system. The function is only
20659 defined if FREEBSD is defined.
20661 * src/Makefile.am: Added getline.c to anjuta_SOURCES
20663 * tagmanager/Makefile.am: Uses $(GMAKE) rather than make.
20664 configure.in sets this to gmake on FreeBSD systems, and make
20665 on everything else.
20667 2003-03-23 Naba Kumar <naba@gnome.org>
20669 * Makefile.am, anjuta.spec.in: Fixed rpm build errors.
20671 * anjuta.spec.in: Fixed spec file for correct file paths and
20672 corrected rpmbuild.
20674 * Makefile.am: Substituted rpmbuild for rpm command as RedHat ships
20675 the rpm build command separately now.
20677 * src/anjuta.c, windows-dialog.c: Added some more window management
20678 stuffs (not still fully working, though).
20682 2003-03-22 Naba Kumar <naba@gnome.org>
20684 * anjuta.spec.in: Fixed 'Required' and 'Build' requirements fields.
20686 2003-03-21 Naba Kumar <naba@gnome.org>
20688 * README: Removed Andy Piper's name from the active maintainers
20689 list on his request.
20691 * src/anjuta_cbs.c: Fixed alphabetical ordering of tabs with
20694 * src/anjuta-tools.c: Fixed compiler errors.
20696 * src/anjuta-tools.c, src/attach_process.c: Fixed more window
20699 * src/commands.c, src/src_paths.c, src/style-editor.c,
20700 src/anjuta-tools.c: Added gtk_widget_show() calls for the dialogs
20701 becuase they are now hidden by default (from glade editing).
20703 * anjuta.glade, anjuta_dialogs_strings.c, src/anjuta.c,
20704 src/anjuta.h, src/main_menubar.c, src/main_menubar.h,
20705 src/main_menubar_def.h, src/mainmenu_callbacks.c,
20706 src/mainmenu_callbacks.h, src/windows-dialog.c: Implemented
20707 basic windows managements.
20709 2003-03-21 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
20710 * scintilla/PlatGTK.cxx: Converted right cursor to left cursor
20711 to hot-spot problems with cursor in XFree86 4.3.0. Patch by
20712 Enver ALTIN (a.k.a. skyblue)
20714 2003-03-19 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
20715 * tagmanager/*: Added ignore-list for symbols. This will make
20716 parsing more accurate for projects. Doc updates needed.
20718 2003-03-14 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
20719 * anjuta.glade, src/search-replace.c: Forward-port S/R (Dan)
20720 * launcher/Makefile.am: Link to correct libraries
20721 * src/launcher.c: Do not allow NULL shell
20723 2003-03-14 Etay Meiri <etay-m@bezeqint.net>
20724 * src/debug_tree.c: Improve debug tree view.
20726 2003-03-10 Dan Elphick <dre00r@ecs.soton.ac.uk>
20728 * anjuta.glade, anjuta_dialog_strings.c: Change dialog1 titles to
20729 'Run Configure Script' and 'Execute Program'. Increase minimum width
20730 of Configure dialog.
20731 * find_in_files.c, find_in_files_cbs.*: Properly create the file
20732 list widget by setting a model and adding a column and renderer.
20733 Actually store the nocvs toggle button in FindInFiles data structure.
20734 Handle selection changes via changed signal rather than row_activated.
20735 Use response signal for handling the close and find buttons.
20736 Close window when escape is pressed.
20737 * find_replace.c: Close window when escape is pressed.
20738 * find_text.c: Close window when escape is pressed in find dialog as
20739 well as wrap search question, where now Yes is the default button.
20741 2003-03-05 Naba Kumar <naba@gnome.org>
20743 Patch from: Dan Elphick <dre00r@ecs.soton.ac.uk>
20745 * src/message-manager-private.cc: Fixed a bug with vte conditional
20747 * anjuta.glade: Hides all windows in glade file.
20749 2003-03-05 Naba Kumar <naba@gnome.org>
20751 * src/an_file_view.c: Fixed a compilation warning.
20752 * src/message-manager-private.cc: Conditional compilation for vte
20755 2003-02-28 Naba Kumar <naba@gnome.org>
20757 * configure.in, anjuta.spec.in: Updated dependency packages version.
20758 * configure.in, (removed) acconfig.h: Eliminated autoheader templates.
20759 * src/preferences.c: Added debug assertions.
20760 * anjuta.glade, anjuta_dialogs_strings.c: Added a preferences for
20761 editor to enable/disable bringing the recent editor tabs first.
20763 * tagmanager/tm_file_entry.c, tagmanager/tm_project.c,
20764 tagmanager/include/tm_file_entry.h, src/*.[h,c], scintilla/*.[h,cxx],
20765 scintilla/include/*.h, plugins/class-gen/clsGen.c, printing/print.c:
20766 Merged with CVS branch ANJUTA_1_0_0 and brought in new search replace
20767 and bug fixes. Also code clean ups.
20769 * (new) src/search-replace.[h,c]: New search replace implementation
20770 from ANJUTA_1_0_0 branch.
20772 * (new) src/windows-dialog.[h,c]: New windows management class
20773 [work in progress].
20775 2003-02-28 Naba Kumar <naba@gnome.org>
20777 * plugins/class-gen/clsGen.c, printing/print.c, src/an_file_view.c,
20778 src/anjuta-tools.c, src/anjuta.c, src/anjuta.h, src/anjuta_cbs.c,
20779 src/appwizard.c, src/build_file.c, src/build_project.c,
20780 src/clean_project.c, src/compile.c, src/configurer.c,
20781 src/find_in_files.c, src/gnome_project.c, src/mainmenu_callbacks.c,
20782 src/message-manager-dock.c, src/message-manager-dock.h,
20783 src/message-manager-private.cc, src/message-manager.cc,
20784 src/preferences-dialog.c, src/preferences-dialog.h,
20785 src/preferences.c, src/preferences.h, src/project_dbase.c,
20786 src/project_dbase_gui.c, src/project_import.c, src/text_editor.c,
20787 src/text_editor.h, src/text_editor_cbs.c, src/toolbar_callbacks.c
20788 src/utilities.c, src/utilities.h:
20790 Widgetized Preferences and gave proper function names.
20792 * src/executer.c: Fixed a session loading bug.
20794 2003-02-27 Naba Kumar <naba@gnome.org>
20796 * printing/print.c: Fixed printing font bug that failed to load the
20799 * src/toolbar.c: Disabled LED flashing (not yet implemented).
20801 * TODO, anjuta.prj: Updated.
20803 2003-02-24 Joe Harnish <bigJoe@linuxmail.org>
20805 * manuals/C/anjuta-faqs/anjuta-faqs-C.omf,
20806 manuals/C/anjuta-manual/anjuta-manual-C.omf,
20807 manuals/C/anjuta-tutorial/anjuta-tutorial-C.omf,
20808 manuals/ja/anjuta-faqs/anjuta-faqs-ja_JP.eucJP.omf,
20809 manuals/ja/anjuta-manual/anjuta-manual-ja_JP.eucJP.omf:
20812 2003-02-25 Naba Kumar <naba@gnome.org>
20814 * Makefile.am: Excluded omf-install from installation as the docs are
20819 * anjuta.glade, anjuta_dialogs_strings.c, prefrences.h, aneditor.cxx,
20820 anjuta.properties, users.properties, anjuta-tools.c: Fixed editor
20821 property names and added new editor properties and code cleanups.
20822 Also added new project properties.
20824 * src/compiler_options.[h,c]: Added pkg-config packages supports
20827 * src/glade_iface.h: Cleanups.
20829 * src/launcher.c: Used timer instead of idle to scan.
20831 * src/mainmenu_callbacks.c, src/project_dbase.[h,c],
20832 src/project_config.[h,c], src/project_import.c: Implemented project
20833 property to define GUI editor and to handle it.
20835 * src/preferences.c: i18n fixes.
20837 * pixmaps/Makefile.am, pixmaps/file_*.xpm, src/pixmaps.h: Removed
20838 unused (and old) pixmaps.
20840 * widgets/gnomefilelist.c, pixmaps/file_text.png: Updated icon.
20842 2003-02-25 Naba Kumar <naba@gnome.org>
20844 * src/message-manager-private.[h,cc], src/preferences.c,
20845 anjuta.glade, anjuta_dialog_strings.c: Implemented
20846 gnome terminal profiles for the terminal preferences and moved the
20847 addition of terminal preferences in the terminal constructor.
20849 * anjuta.prj: Updated.
20851 2003-02-24 Naba Kumar <naba@gnome.org>
20853 * (new)src/preferences-dialog.[c,h], preferences.[h,c],src/Makefile.am,
20854 (new)widgets/cell-renderer-captioned-image.[h,c], widgets/Makefile.am,
20855 (new)pixmaps/preferences-*.png, pixmaps/Makefile.am, anjuta.glade,
20856 po/POTFILES.in, anjuta_dialogs_strings.c: Implemented new
20857 preferences dialog.
20861 * src/message-manager-private.[cc,h]: Fixed VTE terminal for
20862 text selection and child re-spawning.
20864 * src/pixmaps.h: Removed unused pixmaps definitions.
20866 2003-02-23 Naba Kumar <naba@gnome.org>
20868 * src/project_dbase.[h,c], src/project_dbase_gui.c: GNOME2 ported
20869 the project tree/window.
20871 * src/an_symbol_view.[h,c], src/an_file_view.[h,c],
20872 src/project_dbase.[h,c], src/project_dbase_gui.c, src/session.[h,c]:
20873 Correct the use of a variable and implemented session save/load
20874 for tree expansion states.
20876 * src/main_menubar_def.h: Fixed shortcuts keys.
20878 * src/anjuta.c, src/gnome_project.c: Code clean ups.
20880 * anjuta.prj: Updated.
20882 2003-02-22 Naba Kumar <naba@gnome.org>
20884 * src/debug_tree.[c,h]: GNOME2 port from
20885 Etay Meiri <etay-m@bezeqint.net>
20887 * src/an_file_view.c, src/resources.[h,c],
20888 data/properties/bash.properties,
20889 data/properties/cpp.properties,
20890 data/properties/html.properties,
20891 data/properties/make.properties,
20892 data/properties/others.properties,
20893 data/properties/perl.properties,
20894 data/properties/props.properties,
20895 data/properties/xml.properties: Standarized file icons. Icons are
20896 defined in respective .properties file and are retrieved as resource
20899 * anjuta.glade, anjuta_dialogs_strings.c: Removed <span> tags
20900 in labels from the commands editor as that would create
20901 problems for translators.
20903 2003-02-21 Naba Kumar <naba@gnome.org>
20905 * .cvsignore, (new)config.guess, (new)config.sub: Added these files
20906 as they should be part of CVS(?).
20908 * Makefile.am: Corrected a typo for glade generated strings file.
20910 * configure.in, po/hi.po: Added new Hindi (hi) translation
20911 in ALL_LINGUS and added initial Hindi translation.
20913 * pixmaps/Makefile.am, pixmaps/sv_unknown.xpm, src/pixmaps.h,
20914 (new)pixmaps/file_*.png: Added gnome2ish file icons and changed
20915 sv_unknown.xpm to more proper icon.
20917 * (new)data/properties/php.properties, data/properties/Makefile.am,
20918 data/properties/anjuta.properties, data/properties/html.properties:
20919 Fixed PHP syntax hilighting bug by separating php properties into
20920 different file (because of file size).
20924 2003-02-20 Naba Kumar <naba@gnome.org>
20926 * src/breakpoints.c: Fixed breakpoints session saving/loading
20929 * scintilla/*, scintilla/include/*: Updated to scintilla
20932 2003-02-19 Naba Kumar <naba@gnome.org>
20934 * src/about.c: Fixed a typo reported by Enver ALTIN <ealtin@casdb.com>
20937 * Makefile.am, src/Makefile.am,
20938 (removed) src/anjuta.glade, (removed) src/anjuta.gladep,
20939 (removed) src/anjuta_dialog_strings.c,
20940 (removed) src/anjuta_dialogs_strings.c,
20941 (added) anjuta.gladep, (added) anjuta_dialogs_strings.c,
20942 (added) anjuta.glade: Transfered glade files from src/ directory
20943 to the top level directory.
20945 * po/POTFILES.in: Updated.
20947 * (removed) macrocs2/*: Transfered to data/ directory.
20949 * (added) data/macro/*, (added) data/macros2/*, Makefile.am, configure.in,
20950 data/Makefile.am: Moved macros in data directory. Anjuta no longer
20951 requires to have macros dir, but the projects generated by anjuta
20954 * src/an_file_view.c, src/an_symbol_view.c: Fixed expansion/collapse of
20957 * src/defaults.c: Corrected default compiler options.
20959 * src/glade_iface.c, src/gnome_project.c: Fixes gnome2 projects generation
20962 * src/message-manager-private.cc, src/message-manager-private.h,
20963 src/message-manager.cc: Uses VTE terminal widget for imbedded terminal.
20965 * src/project_dbase.c, src/project_type.c, src/source.c: Proper
20966 source code generation for gnome2 projects.
20968 2003-02-11 Naba Kumar <naba@gnome.org>
20970 * src/an_file_view.c, src/an_symbol_view.c: The tree updated now
20971 restores the expand/collaspe states of the nodes after refresh.
20973 * src/an_file_view.c, src/an_symbol_view.c: Fixed a memory leak.
20975 2003-02-11 Naba Kumar <naba@gnome.org>
20977 * src/style-editor.c: Fixed pango font description handling for fonts.
20978 * src/anjuta.glade: Removed font size spin button.
20979 * configure.in, src/anjuta.prj: Corrected version.
20982 2003-02-10 Naba Kumar <naba@gnome.org>
20984 * src/Makefile.am, src/anjuta-tools.c, src/main_menubar.c: Removed
20985 references of scroll-menu.h and add about.h in Makefile.am.
20987 * widgets/Makefile.am, (removed) widgets/e-shell-about-box.c,
20988 (removed) widgets/e-shell-about-box.h, (removed) widgets/scroll-menu.c,
20989 (removed) widgets/scroll-menu.h: Removed unused files.
20991 * Makefile.am: Added proper i18n rules and added intl tools for
20994 * anjuta.prj, configure.in: Changed version to 1.8.0 (reserving 1.2.0
20995 to the stable release).
20997 * anjuta.spec.in: Removed manuals packaging.
20999 * data/Makefile.am: Removed 'macros' installation (not required for
21002 2003-02-10 Naba Kumar <naba@gnome.org>
21004 * po/POTFILES.in: Updated.
21006 * pixmaps/Makefile.am, pixmaps/anjuta_icon.png,
21007 (added) pixmaps/close_project.png, (removed) pixmaps/close_project.xpm,
21008 (added) pixmaps/open_project.png, (removed) pixmaps/open_project.xpm,
21009 (added) pixmaps/save_project.png, (removed) pixmaps/save_project.xpm,
21010 (added) pixmaps/undock.png, (removed) pixmaps/undock.xpm: Better
21013 * src/aneditor.cxx, src/pixmaps.h, src/toolbar_callbacks.c,
21014 src/toolbar_callbacks.h: Fixed scintilla notification signal name
21015 and fixed to properly handle focus in find entry box.
21017 * Makefile.am: Added code for RH system menu update.
21019 * .cvsignore: Updated.
21023 2003-02-03 Naba Kumar <naba@gnome.org>
21025 * src/anjuta.glade, src/anjuta_dialogs_strings.c: Added edge.column
21026 editor preferences. and fixes dialogs.
21028 * printing/print.c, src/text_editor_gui.c, src/main_menu_callbacks.h:
21029 Fixed linenumbers and header margins when they are disabled and
21030 removed unused header files.
21032 * src/attact_process.[h,c], src/debugger.c: Attach to process
21035 * src/help.c: Fixed dialog response.
21039 * data/properties/anjuta.properties: Corrected typo.
21041 * src/controls.c, src/toolbar.c: Fixed non-working location navigation,
21042 Change the signal to "changed" in entry from "selection-changed" in
21045 * src/an_file_view.c, src/an_symbol_view.c: Fixed keyboard navigation
21048 2003-01-31 Naba Kumar <naba@gnome.org>
21050 * configure.in: Upgraded to use libgnomeprint-2.2
21052 * printing/Makefile.am: Updated
21054 *(removed) printing/print-doc.c, printing/print-doc.h,
21055 printing/print-util.c, printing/print-util.h: Removed because already
21056 merged with print.c.
21058 * printing/print.c, printing/print.h: Upgraded to use libgnomeprint-2.2
21059 and libgnomeprintui-2.2 and fixed rendering problems.
21061 * src/anjuta.glade, src/anjuta_dialogs_strings.c: Removed
21062 uneccessary print properties, as they are separately taken
21063 care in gnomeprint.
21065 * po/POTFILES.in: Update.
21067 2003-01-30 Naba Kumar <naba@gnome.org>
21069 * (new) src/about.[c,h], pixmaps/anjuta_logo1.png: Added new files
21070 for about dialog box.
21072 * src/Makefile.am, pixmaps/Makefile.am, src/mainmenu_callbacks.c,
21073 src/pixmaps.h: Modified for the above additions for about dialog.
21075 2003-01-29 Naba Kumar <naba@gnome.org>
21077 * src/style_editor.[c,h]: Added missing files.
21079 2003-01-29 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21080 * scintilla/XPM.[cxx|h]: Added missing files
21082 2003-01-29 Naba Kumar <naba@gnome.org>
21084 * TODO, po/POTFILES.in: Updated.
21086 * anjuta.prj, src/anjuta.glade,
21087 * src/anjuta_dialogs_strings.c, src/executer.c: Fixed dialog bugs.
21089 2003-01-28 Naba Kumar <naba@gnome.org>
21091 * data/properties/anjuta.properties, src/aneditor.cxx,
21092 src/anjuta.glade, src/anjuta_dialogs_strings.c: Converted indicators
21093 properties into text properties (earlier it was int properties).
21097 * scintilla/AutoComplete.c,xx,
21098 scintilla/AutoComplete.h,
21099 scintilla/CallTip.c,xx,
21100 scintilla/CallTip.h,
21101 scintilla/Document.c,xx,
21102 scintilla/Document.h,
21103 scintilla/Editor.c,xx,
21104 scintilla/Editor.h,
21105 scintilla/LexAVE.c,xx,
21106 scintilla/LexCSS.c,xx,
21107 scintilla/LexHTML.c,xx,
21108 scintilla/LexOthers.c,xx,
21109 scintilla/LexPython.c,xx,
21110 scintilla/LineMarker.c,xx,
21111 scintilla/LineMarker.h,
21112 scintilla/Makefile.am
21113 scintilla/PlatGTK.c,xx,
21114 scintilla/PropSet.c,xx,
21115 scintilla/ScintillaBase.c,xx,
21116 scintilla/ScintillaBase.h,
21117 scintilla/ScintillaGTK.c,xx,
21118 scintilla/ViewStyle.c,xx,
21119 scintilla/include/Platform.h,
21120 scintilla/include/SciLexer.h,
21121 scintilla/include/Scintilla.h,
21122 scintilla/include/Scintilla.iface: upgraded to scintilla version 1.50
21126 src/an_file_view.c,
21127 src/an_symbol_view.c,
21128 src/anjuta-tools.c,
21133 src/anjuta_dialogs_strings.c,
21136 src/compiler_options.c,
21139 src/main_menubar.c,
21140 src/main_menubar.h,
21141 src/main_menubar_def.h,
21142 src/mainmenu_callbacks.c,
21143 src/mainmenu_callbacks.h,
21144 src/message-manager-private.c,c
21145 src/message-manager-private.h,
21146 src/message-manager.c,c
21147 src/message-manager.h,
21151 src/project_config.c,
21152 src/project_dbase.c,
21153 src/project_dbase_gui.c,
21154 src/project_import_gui.c,
21155 src/properties.c,xx,
21160 src/text_editor_gui.c,
21164 anjuta.prj: GNOME2 porting and fixed many porting bugs.
21166 2003-01-24 Naba Kumar <naba@gnome.org>
21168 * src/text_editor_gui.c, src/toolbar.c,
21169 src/text_editor.c, src/text_editor_cbs.h:
21170 Used correct notification signal name for scintilla
21171 (gtk2) and fixed UI.
21173 * src/controls.c: Does not hide tags combo. Simply makes it insensitive
21176 * printing/print-doc.c,
21178 src/anjuta-tools.c,
21179 src/find_replace.c,
21182 src/mainmenu_callbacks.c,
21183 src/project_dbase.c,
21184 src/project_dbase.h,
21185 src/project_dbase_gui.c: Used GtkDialogs instead of GnomeDialog.
21187 src/text_editor_cbs.h:
21190 2003-01-23 Naba Kumar <naba@gnome.org>
21192 * src/compiler_options.c, src/pixmaps.h, src/toolbar.c: Fixed to use
21193 correct stock icons and organized pixmap macros.
21195 Makefile.am: Removed non-generated files.
21197 * pixmaps/{add.xpm, an_tag.xpm, autocomplete.xpm, block_end.xpm,
21198 block_start.xpm, bookmark_first.xpm, bookmark_last.xpm,
21199 bookmark_next.xpm, bookmark_prev.xpm, build_stop.xpm,
21200 close_file.xpm, copy.xpm, cut.xpm, error_next.xpm,
21201 error_prev.xpm, execute.xpm, find_replace.xpm, find.xpm,
21202 fv_image.xpm, goto.xpm, graph.xpm, line-arrow.xbm, line-wrap.xbm,
21203 list_select.xpm, list_unselect.xpm, macro.xpm, new_file.xpm,
21204 open_file.xpm, paste.xpm, preferences.xpm, prefs_autoformat.xpm,
21205 prefs_build.xpm, prefs_cvs.xpm, prefs_editor.xpm,
21206 prefs_general.xpm, prefs_messages.xpm, prefs_print.xpm,
21207 prefs_styles.xpm, print.xpm, redo.xpm, reload_file.xpm, reload.xpm,
21208 remove.xpm, save_all.xpm, save_file.xpm, save.xpm, search.xpm,
21209 stop.xpm, undo.xpm}: Removed because no longer used.
21211 * pixmaps/{file_core.xpm, file_exec.xpm, file_text.xpm,
21212 file_unknown.xpm}: Files renamed from fv_*, as it would
21215 * pixmaps/Makefile.am: Updated for the above changes.
21217 2003-01-23 Jakub Steiner <jimmac * ximian * com>
21219 * pixmaps/autocomplete-16.png,
21220 pixmaps/autocomplete.png,
21221 pixmaps/block-end-16.png,
21222 pixmaps/block-end.png,
21223 pixmaps/block-start-16.png,
21224 pixmaps/block-start.png,
21225 pixmaps/bookmark-first-16.png,
21226 pixmaps/bookmark-first.png,
21227 pixmaps/bookmark-last-16.png,
21228 pixmaps/bookmark-last.png,
21229 pixmaps/bookmark-next-16.png,
21230 pixmaps/bookmark-next.png,
21231 pixmaps/bookmark-prev-16.png,
21232 pixmaps/bookmark-prev.png,
21233 pixmaps/error-next-16.png,
21234 pixmaps/error-next.png,
21235 pixmaps/error-prev-16.png,
21236 pixmaps/error-prev.png: gnome2-styled icons
21239 2003-01-23 Naba Kumar <naba@gnome.org>
21241 * anjuta.prj: Updated compiler options.
21242 * scintilla/ScintillaGTK.cxx: Fixed selection notify.
21244 * src/aneditor.cxx,
21247 src/anjuta_dialogs_strings.c,
21248 src/mainmenu_callbacks.c,
21249 src/mainmenu_callbacks.h,
21251 src/text_editor_cbs.c,
21252 src/text_editor_gui.c: GNOME2 Porting.
21254 2003-01-22 Naba Kumar <naba@gnome.org>
21256 * ChangeLog: Corrected dates.
21257 * src/mainmenu_callbacks.h: Cleaned up function prototypes.
21258 * src/anjuta.glade, src/anjuta_dialogs_strings.h: Added more
21261 2003-01-22 Naba Kumar <naba@gnome.org>
21263 * plugins/patch/patch-plugin.c: Bug fix.
21265 * src/anjuta-tools.c,
21269 src/anjuta_dialogs_strings.c,
21277 src/mainmenu_callbacks.c,
21278 src/mainmenu_callbacks.h,
21280 src/project_dbase.c,
21281 src/project_dbase_gui.c,
21288 src/toolbar_callbacks.c,
21291 src/watch.c: Used GtkDialog instead of messagebox. GNOME2 porting.
21294 (removed) src/CORBA-Server.c,
21295 (removed) src/CORBA-Server.h,
21296 (removed) src/Gladen-common.c,
21297 (removed) src/Gladen-stubs.c,
21298 (removed) src/Gladen.h,
21299 (removed) src/Prj-common.c,
21300 (removed) src/Prj-skelimpl.c,
21301 (removed) src/Prj-skels.c,
21302 (removed) src/Prj-stubs.c,
21303 (removed) src/Prj.h,
21304 (removed) src/glades.c,
21305 (removed) src/glades.h,
21306 (removed) src/messagebox.c,
21307 (removed) src/messagebox.h: Removed because no longer used.
21309 2003-01-21 Naba Kumar <naba@gnome.org>
21311 * src/anjuta-tools.c,
21314 src/anjuta_dialogs_strings.c,
21318 src/compiler_options.c,
21320 src/find_replace.c,
21321 src/find_replace.h,
21327 widgets/gnomefilelist.c: GNOME2 porting.
21329 2003-01-20 Naba Kumar <naba@gnome.org>
21331 * global-tags/create_global_tags.sh: Uses pkg-config to
21338 src/anjuta_dialogs_strings.c,
21341 src/compiler_options.c,
21342 src/compiler_options.h,
21343 src/fileselection.c,
21344 src/fileselection.h,
21345 src/mainmenu_callbacks.c,
21346 src/project_dbase_gui.c,
21351 src/text_editor_gui.c,
21352 widgets/gnomefilelist.c,
21353 widgets/gnomefilelist.h: GNOME2 porting.
21355 * widgets/Makefile.am,
21356 (removed) widgets/gnomedirlist.c,
21357 (removed)widgets/gnomedirlist.h: Removed becuase they are not used.
21360 (removed) src/src_paths_cbs.c,
21361 (removed) src/src_paths_cbs.h,
21362 (removed) src/src_paths_gui.c,
21363 (removed) src/compiler_options_cbs.c,
21364 (removed) src/compiler_options_cbs.h,
21365 (removed) src/breakpoints_cbs.c,
21366 (removed) src/breakpoints_cbs.h: Removed because they are now
21367 combined in singe file
21369 2003-01-16 Naba Kumar <naba@gnome.org>
21371 * src/anjuta.glade, src/anjuta_dialogs_strings.c,
21372 src/compiler_options.c, src/compiler_options_cbs.c: Fixed compiler
21373 options dialog UI and data handling.
21376 2003-01-15 Naba Kumar <naba@gnome.org>
21378 * src/commands.[c,h], src/anjuta.glade, src/anjuta_dialogs_strings.c:
21379 Completed command editor porting.
21381 * src/anjuta.c: Removed the use of commands load function
21384 * src/text_editor_gui.c, src/test_editor.c: Added back widgets refs
21387 * src/anjuta-tools.c: Fixed translatable strings.
21389 * src/find_text.c: Fixed dialog creation from glade.
21391 * src/text_editor_gui.c, src/text_editor.c,
21392 src/text_editor_cbs.c: Completed port of detached text editor
21393 to gnome2 plateform.
21395 2003-01-14 Naba Kumar <naba@gnome.org>
21397 * src/anjuta.glade, src/preferences.[h,c],
21398 src/anjuta_dialogs_strings.c: Added build and editor
21399 preferences pages and other UIs. Fixed preferense loading and saving.
21401 * src/anjuta.c: Does case-insensitive match for tabs position
21402 preferences and removed preferences loading (done at _new() call).
21404 * anjuta-tools.c: Debugged tools dialog handling.
21405 * plugins/class-gen/clsGen.c: Fixed an undefined function.
21407 2003-01-13 Naba Kumar <naba@gnome.org>
21409 * ABOUT-NLS: Update (strange).
21411 * autogen.sh: Removed blocking code.
21413 * configure.in: Fixed an autogen bug.
21415 2003-01-13 Naba Kumar <naba@gnome.org>
21417 * (new)src/anjuta.gladep
21418 (new)src/messagebox.c
21419 (new)src/messagebox.h: Added files. References to messagesbox.[c,h]
21420 will be gradually removed (and then the files).
21424 printing/print-util.c,
21426 scintilla/ScintillaGTK.c,xx
21428 src/an_file_view.c,
21429 src/an_symbol_view.c,
21433 src/anjuta_dialogs_strings.c,
21435 src/attach_process.c,
21436 src/attach_process.h,
21439 src/breakpoints_cbs.c,
21442 src/compiler_options.c,
21443 src/compiler_options.h,
21444 src/compiler_options_cbs.c,
21453 src/find_in_files.c,
21454 src/find_in_files.h,
21455 src/find_in_files_cbs.c,
21456 src/find_replace.c,
21457 src/find_replace.h,
21465 src/main_menubar.c,
21466 src/mainmenu_callbacks.c,
21467 src/message-manager.c,c
21470 src/project_config.c,
21471 src/project_config.h,
21472 src/project_dbase.c,
21473 src/project_import_cbs.c,
21479 src/src_paths_gui.c,
21481 src/text_editor_gui.c,
21487 widgets/gnomefilelist.c: GNOME2 Port.
21489 2003-01-10 Naba Kumar <naba@gnome.org>
21491 * src/an_file_view.c,
21493 src/appwizard_gui.c,
21494 src/compiler_options.c,
21495 src/compiler_options_cbs.c,
21498 src/fileselection.c,
21499 src/find_in_files.c,
21501 src/main_menubar.c,
21503 src/message-manager-dock.c,
21505 src/project_dbase_gui.c,
21506 src/project_import_gui.c,
21507 src/registers_gui.c,
21508 src/sharedlib_gui.c,
21509 src/src_paths_gui.c,
21510 src/text_editor_gui.c,
21512 src/watch_gui.c: GNOME2 porting. Fixed unresolved symbols
21514 2003-01-09 Naba Kumar <naba@gnome.org>
21516 * scintilla/RESearch.cxx: Removed cvs logging as it was creating
21517 problems with some comments.
21519 * anjuta.prj: New project file (updated?)
21521 * src/Makefile.am: Enabled deprecated API and fixed variables.
21523 * src/an_file_view.c,
21524 src/an_symbol_view.c,
21525 src/anjuta-plugins.c,
21526 src/anjuta-tools.c,
21529 src/appwizard_cbs.c,
21530 src/attach_process.c,
21531 src/attach_process_cbs.c,
21532 src/compiler_options.c,
21533 src/compiler_options_cbs.c,
21535 src/mainmenu_callbacks.c,
21536 src/message-manager-private.c,c
21537 src/message-manager-private.h,
21538 src/message-manager.c,c
21539 src/message-manager.h,
21540 src/project_dbase.c,
21541 src/project_dbase.h,
21542 src/project_dbase_gui.c,
21543 src/project_import_cbs.c,
21544 src/project_import_gui.c,
21553 src/src_paths_cbs.c,
21554 src/src_paths_gui.c,
21557 src/text_editor_gui.c,
21558 src/text_editor_menu.c,
21560 src/toolbar_callbacks.c,
21564 src/wizard_gui.c: GNOME porting.
21566 2002-12-24 Naba Kumar <naba@gnome.org>
21568 * AUTHORS, ChangeLog, HACKING, Makefile.am,
21569 NEWS, README, SEARCH-REPLACE,
21570 THANKS, TODO, acinclude.m4, anjuta.prj, anjuta.spec.in, configure.in,
21571 setup-gettext, data/*, doc/.cvsignore, global-tags/*,
21572 launcher/Makefile.am,
21573 launcher/anjuta_launcher.c, macros2/*, manuals/*/*/*/*,
21574 plugins/class-gen/clsGen.c, plugins/patch/patch-plugin.c,
21575 plugins/sample1/plugin-sample1.c, printing/print-doc.c,
21576 printing/print-util.c, printing/print.c, printing/print.h,
21577 scintilla/*/*, widgets/e-shell-about-box.c,
21578 src/*, tagmanager/*/*, widgets/Makefile.am,
21579 widgets/gnomefilelist.c:
21581 Merged with ANJUTA_1_0_0 branch (at tag MERGE_LEVEL_1) and ported many
21582 src/*.[c,h] files to gnome2 API.
21584 * src/anjuta_dialogs_strings.c: Added glade generated translatable
21587 2002-10-23 Naba Kumar <naba@gnome.org>
21589 * autogen.sh: Prevented Users from building HEAD cvs.
21591 2002-09-16 Stephane Demurget <demurgets@free.fr>
21593 * src/anjuta.glade: added the compiler options dialog, hopefully
21594 HIG-1.0 compliant. Perhaps some accelerators are duplicated, though.
21596 2002-09-15 Stephane Demurget <demurgets@free.fr>
21598 * src/anjuta.glade: fixed a lot of small glitches.
21600 * src/commands.[ch]: more gnome 2 port. only instant apply is missing
21603 * src/breakpoints_cbs.c: polished a bit.
21605 2002-09-15 Stephane Demurget <demurgets@free.fr>
21607 * src/anjuta.glade: added the commands dialog fully HIG-1.0 compliant.
21609 * src/commands.c: partial gnome 2 port.
21611 * src/utilities.[ch]: changed some bits to be const.
21613 2002-09-14 Stephane Demurget <demurgets@free.fr>
21615 * src/Makefile.am: removed breakpoints_gui.c and added a check
21616 for gdk-pixbuf deprecated functions, but there shouldn't be much
21619 * src/breakpoints_gui.c: killed.
21621 * src/anjuta.glade: added two dialogs for the breakpoints management.
21624 * src/anjuta_cbs.c:
21626 * src/attach_process.c:
21628 * src/breakpoints*.[ch]: cleaned, simplified and polished up a lot of things,
21629 really huge changes and porting work.
21631 * src/breakpoints.[ch] (treeview_enabled_toggled): impl.
21632 (breakpoints_dbase_new): moved the UI init bits here.
21634 * src/breakpoints_cbs.[ch] (breakpoints_dbase_add_brkpnt): simplified
21635 a lot, not using any color anymore (not HIG compliant) and not using
21636 BrkPtItem thanks to libglade. 4 issues marked with #warning that have
21637 to be double checked.
21639 * src/build_file.c:
21640 * src/build_project.c: gnome 2 port.
21642 2002-09-11 Stephane Demurget <demurgets@free.fr>
21644 * src/anjuta.glade:
21646 * src/anjuta_cbs.c:
21648 * src/breakpoints.c:
21649 * src/breakpoints_cbs.c: cleaned up some bits.
21651 2002-09-09 Stephane Demurget <demurgets@free.fr>
21654 * src/messagebox.[ch]: killed. Not HIG compliant at all :/
21656 * src/an_symbol_view.[ch]:
21657 * src/attach_process_cbs.h: polished a bit.
21659 * src/breakpoints_cb.[ch]: partial gnome 2 port.
21661 2002-09-02 Stephane Demurget <demurgets@free.fr>
21664 * src/Makefile.am: added libglade-2 to the build.
21666 * src/anjuta.[ch]: added support for libglade.
21668 * src/anjuta.glade: added. There could be a file per top-level widget,
21669 as some other gnome projects, though.
21671 * src/attach_process_gui.c: removed.
21672 * src/attach_process.[ch]: gnome 2 port.
21673 (attach_process_new): Added the treeview init and the widget references
21676 2002-08-31 Stephane Demurget <demurgets@free.fr>
21678 * src/an_file_view.c: fixed some compilation issues.
21680 * src/an_symbol_view.c: gnome 2 port.
21682 2002-08-26 Stephane Demurget <demurgets@free.fr>
21684 * src/an_file_view.c: finished gnome 2 port.
21685 (on_file_view_row_expanded), (on_file_view_row_collapsed): change the
21686 directory pixmap depending on the event.
21688 * src/project_dbase.h: s/GtkTreeIter/GtkTreeRowReference/.
21689 (project_file_data_new): use a GtkTreePath.
21691 2002-08-23 Stephane Demurget <demurgets@free.fr>
21693 * src/Makefile.am: readded back an_*_view.[ch] because they are still
21694 driving me nuts but they need to be ported, heh ?
21696 * src/an_file_view.c: gnome 2 port, almost finished after some hard
21697 work since it's quite a total rewrite again.
21699 2002-08-22 Stephane Demurget <demurgets@free.fr>
21701 * src/an_file_view.c:
21702 * src/project_dbase.h: s/GtkTreePath/GtkTreeIter/.
21704 2002-08-21 Stephane Demurget <demurgets@free.fr>
21706 * src/anjuta_info.c:
21707 * src/utilities.h: gnome 2 port, featuring a total rewrite.
21709 2002-08-20 Stephane Demurget <demurgets@free.fr>
21711 * src/Makefile.am: removed an_*_view.[ch] because they're driving me
21714 * src/an_file_view.c:
21715 * src/aneditor.cxx:
21716 * src/anjuta_cbs.c:
21717 * src/compiler_options.h:
21718 * src/messagebox.c:
21719 * src/messagebox.h:
21721 * src/project_dbase.h:
21722 * src/resources.h: gnome 2 port.
21724 2002-08-14 Stephane Demurget <demurgets@free.fr>
21726 Added missing keywords reported by Lucca Bellonda <lbell@tsc4.com>.
21728 * data/properties/sql.properties: added the DATETIME data type.
21730 * data/properties/html.properties: added the foreach php keyword.
21732 2002-08-08 Stephane Demurget <demurgets@free.fr>
21734 * widgets/Makefile.am: removed blank line after the last backslash
21735 for avoiding a warning from automake.
21738 * src/Makefile.am: added the ORBit-2 dep.
21740 2002-08-08 Stephane Demurget <demurgets@free.fr>
21742 * AUTHORS: added Biswa, because I wonder why noone already have
21743 written his name in the Anjuta's hall of fame :)
21745 2002-08-01 Naba Kumar <kh_naba@users.sourceforge.net>
21747 * widgets/Makefile.am, widgets/gnomefilelist.[c,h], widgets/gnomedirlist.[c,h],
21748 widgets/e-shell-about-box.c: Made to compile for gnome2.
21750 2002-07-31 Naba Kumar <kh_naba@users.sourceforge.net>
21752 * scintilla/PlatGTK.cxx, scintilla/Scintilla.cxx,
21753 scintilla/include/ScintillaWidget.h: Made to compile for gtk2.
21755 * configure.in, printing/print.h, printing/print.c,
21756 printing/print-doc.c: Made to compile for gnome2.
21758 2002-07-30 Naba Kumar <kh_naba@users.sourceforge.net>
21760 * configure.in, acconfig.h, Makefile.am, autogen.sh, launcher/Makefile.am,
21761 plugins/class-gen/Makefile.am, plugins/patch/Makefile.am, plugins/sample1/Makefile.am,
21762 printing/Makefile.am, src/Makefile.am, tagmanager/include/Makefile.am,
21763 widgets/Makefile.am:
21765 Upgraded the build system to gnome2 platform.
21767 2002-12-19 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21768 * manuals/*: Added capability to generate PDF and PS.
21769 * src/debugger.c, data/gdb.init: Solaris GDB fixes.
21770 * TODO, TODO.biswa: Intergated TODO list.
21771 * src/project_dbase.c: Patch by TTimo (pref saving), bug #636542
21773 * src/dnd.c: Fix typo
21774 * src/an_[symbol|file]_view.c: Hide when updating (reduced flicker)
21775 * src/anjuta.c: Bug #568895, Bug #575419
21777 2002-12-18 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21779 * tagmanager/tm_global_tags.c: Fixed compiler warning.
21780 * manuals/C/anjuta-faqs/anjuta-faqs.sgml: Updated FAQ.
21782 2002-12-17 Naba Kumar <naba@gnome.org>
21784 * Makefile.am, src/Makefile.am, src/main.c: Fixed a couple of distcheck
21787 2002-12-17 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21788 * manuals/C/anjuta-manual/*: Updated manual to include tool editor.
21789 * scintilla/LexCPP.cxx: Disable doxygen comment highliting.
21790 * anjuta.prj: Added tools.sgml
21791 * data/properties/cpp.properties: Bug # 646974
21793 2002-12-16 Naba Kumar <naba@gnome.org>
21795 * src/goto_line.c: Ordered 'Ok' and 'Cancel' button in the right order.
21796 * src/configurer.c, src/anjuta_info.c, src/attac_process_gui.c,
21797 src/executer.c, src/launcherc, src/breakpoints_gui.c, src/help.c: Activates
21798 on 'Enter' and adds proper focus mechanism.
21799 * src/anjuta.c: Fixed a memory corruption bug.
21800 * src/anjuta-tools.c, anjuta.glade: Tools parameter dialog activates on
21801 'Enter' and can also be Canceled. Sets proper default and focus policies
21803 * src/main_menubar_def.h: Fixed typos, added icons and added hot keys.
21804 * anjuta.glade, src/Makefile.am, src/anjuta_dialog_strings.c: Enabled
21805 translatable strings in dialogs and fixed some dialog properties.
21806 * src/anjuta-tools.c: Now uses xml format for loading and saving.
21807 * configure.in, anjuta.spec.in, anjuta.prj: Bumped version to 1.0.1
21808 * src/message_manager_private.cc: Fixed some debug messages.
21809 * src/print.c, src/print-doc.c, src/anjuta-tools.c, src/anjuta.c,
21810 widgets/gnomefilelist.c: Fixed a memory leaks.
21811 * src/toolbar.[ch], src/text_editor.[ch], src/find_text.[ch],
21812 src/toolbar_callbacks.[ch], src/mainmenu_callbacks.c,
21813 src/main_menubar_def.h: Implemented incremental search.
21816 2002-12-14 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21817 * tagmanager/*: Minor cleanups and warning fixes.
21818 * src/an_symbol_view.c, src/an_file_view.c: Do not freeze the
21819 GUI during long updates.
21820 * src/text_editor.c: Remove debug message.
21822 2002-12-13 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21823 * tagmanager/tm_project.c: Fix a memory access problem.
21825 2002-12-13 Naba Kumar <naba@gnome.org>
21827 * anjuta.glade, src/anjuta-tools.c: Added a new column in the
21828 tools list to show "Enabled" flag of the tool. Fixed a bug where
21829 tool list is not cleared when creating a new tool.
21831 2002-12-13 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21832 * anjuta.glade, src/anjuta-tools.c: Added user params to tools.
21834 2002-12-12 Naba Kumar <naba@gnome.org>
21836 * anjuta-tools.[h,c], commands.c: Used the tools help of
21837 anjuta variables list in commands editor and fixed a typos
21838 buy in anjuta-tools.c.
21840 2002-12-12 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21841 * anjuta.glade, src/anjuta-tools.c, src/text_editor.[ch]
21842 , src/mainmenu_callbacks.c, controls.c: Tools editor stuff.
21843 * TODO.biswa: Added to help me track things better.
21845 2002-12-11 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21847 * configure.in, anjuta.spec.in: Added libglade dependency.
21848 * Makefile.am: Added anjuta.glade file.
21849 * src/anjuta-tools.c, src/main.c, src/main_menubar_def.h
21850 , src/mainmenu_callbacks.[ch], src/message-manager.h
21851 , src/widget-registry.c: Tools editor GUI + other additions.
21853 2002-12-09 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21855 * src/project_dbase.[ch], tagmanager/tm_project.c,
21856 tagmanager/include/tm_project.h, src/mainmenu_callbacks.c:
21857 Implement syncing tags image with the project database.
21858 * src/anjuta-tools.c: Implemented variable substitution and
21859 working directory in tools.
21861 2002-12-09 Naba Kumar <naba@gnome.org>
21863 * data/properties/anjuta.properties, src/commands.[ch]: Reads the
21864 command configuration language list from properties.
21866 * data/properties/asm.properties, data/properties/ruby.properties:
21869 2002-12-04 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21871 * src/an_symbol_view.c: Remember current selected entry and select
21872 it automatically after refresh.
21874 2002-11-26 Murray Cumming <murrayc@usa.net>
21876 * src/project_type.c, src/project_dbase.c, src/stock_libs.anj,
21877 src/compiler-options.c, src/wizard_gui.c: Renamed gtkmm 1.2
21878 and gnomemm 1.2 projects so that people know they are really
21879 glademm projects. The gtkmm 2 and gnomem 2 projects are OK though.
21880 But I did correct these to sue lowercase names.
21882 2002-12-01 Naba Kumar <naba@gnome.org>
21884 * data/anjuta.properties: Fixed caching problem on
21886 * src/preferences.c, src/preferences_gui.c: Implemented automatic
21889 2002-12-01 Naba Kumar <naba@gnome.org>
21891 * data/properies/anjuta.properties: Corrected "indicators.automatic"
21893 * src/anjuta.c, src/preferences.h: Added MESSAGES_INDCATORS_AUTOMATIC
21894 property and uses it.
21895 * src/aneditor.cxx: Fixed a bug associated with selection a word at
21898 2002-11-30 Naba Kumar <naba@gnome.org>
21900 * src/debugger.c: Fixed a typo.
21901 * data/properties/*: Updated properties files and added
21903 * src/main_menubar_def.h, main_menubar.[hc], mainmenu_callbacks.[hc]:
21904 Added comment submenu and cleaned up ref and unref of menus.
21905 * src/aneditor.h: Added definition of comment commands.
21906 * src/aneditor.c: Upgrade from latest SciTE source code.
21907 * src/text_editor.[hc], src/text_editor_cbs.c,
21908 src/message_manager_private.cc, src/message_manager.[cc,h],
21909 src/anjuta.[c,h]: Added indicators support for errors/warnings
21910 highlight in the editor.
21911 * NEWS, TODO: Update.
21912 * scintilla/include/PropSet.h: Removed deprecrated function.
21914 2002-11-29 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21916 * src/anjuta-tools.[ch]: Tools implementation (basic)
21917 * src/anjuta-plugins.[ch], src/anjuta.[ch], src/main_menubar.[ch]
21918 , src/main_menubar_def.h: PLugins cleanup and segregation
21919 * src/widget-registry.[ch], src/main_menubar.[ch]: Start of a widget
21921 * anjuta.prj: Added new files
21922 * manuals/C/anjuta-faqs/anjuta-faqs.sgml: New FAQ entry
21923 * plugins/class-gen/clsGen.c: Register menu under 'Project'
21924 * plugins/patch/patch-plugin.c: Register menu under 'Format'
21925 * plugins/sample1/plugin-sample1.c: Register menu under 'View'
21926 * src/Makefile.am: Added new files
21927 * src/message-manager.[cc/h]: Added standard output and error windows
21929 2002-11-26 Johannes Schmid <clubfan@users.sourceforge.net>
21931 * project_type.c: Fixed Gnomemm2 project type
21933 2002-11-25 Naba Kumar <naba@gnome.org>
21935 * printing/print.c: Fixed a compile warning.
21936 * scintilla/Autocomplete.cxx: Applied missing patch from Biswa
21937 * src/utilities.c: Fixed a compile warning in sparc, hides the
21938 terminal check error output from the user.
21939 * project_config.[ch], project_dbase.[ch], source.c: Added project
21940 version, exclude modules configuration and reordered other config
21941 properties. Changed some strings to more descriptive text.
21942 * src/compiler_opitions.c: Removed extra newlines from .prj file
21944 * anjuta.prj: Converted to new format (only reorganised properties
21945 and removed extra newlines ... nothing else).
21948 2002-11-21 Naba Kumar <naba@gnome.org>
21950 * Editor.cxx, Editor.h, include/SciLexer.h, include/Scintilla.h,
21951 include/Scintilla.iface, KeyMap.cxx, KeyWords.cxx, LexCPP.cxx,
21952 LexFortran.cxx, LexHTML.cxx, LexMatlab.cxx, LexOthers.cxx,
21953 LineMarker.h, PropSet.cxx, RESearch.cxx, ScintillaBase.cxx:
21954 Updated to the CVS version.
21956 2002-11-20 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21958 * scintilla/AutoComplete.[cxx,h], scintilla/PlatGTK.cxx
21959 , scintilla/include/Platform.h, scintilla/ScintillaBase.cxx
21960 , scintilla/include/Scintilla.h, src/aneditor.cxx: Implement
21961 images in completion lists.
21962 * src/resources.h: Make C++ friendly.
21963 * scintilla/PropSet.cxx: Fix memory leak.
21965 2002-11-20 Naba Kumar <naba@gnome.org>
21967 * scintilla/*/*: Synced to latest scintilla 1.49
21968 * scintilla/LexAsm.cxx, scintilla/LexFortran.cxx, src/Makefile.am:
21971 * scintilla/RESearch.cxx: The automatic cvs log in the
21972 file really broke things trying to interprete the changelog
21973 entry incorrectly as end-of-comment. Removed the $cvs line
21974 and committed again.
21976 2002-11-19 Naba Kumar <naba@gnome.org>
21978 Patch from Timothee Besset <ttimo@idsoftware.com>
21980 * src/message-manager-private.cc: Interpretes absolute
21981 file paths properly in zvt terminal.
21983 2002-11-19 Naba Kumar <naba@gnome.org>
21985 Patch from Timothee Besset <ttimo@idsoftware.com>
21987 * src/preferences.c, src/preferences_gui.c, src/project_dbase.c,
21988 src/properties.cxx, src/properties.h, anjuta.prj: Saves some of the
21989 (important) editor preferences in project (if there is one
21994 2002-11-18 Naba Kumar <naba@gnome.org>
21996 Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
21998 * src/debug_tree.c, src/find_in_files_gui.c,
21999 src/find_replace.c, src/find_text.c,
22000 src/project_import.c, src/project_import_gui.c,
22001 src/wizard_gui.c: i18n Fixes.
22003 2002-11-15 Naba Kumar <naba@gnome.org>
22005 * plugins/class-gen/clsGen.c: Fixed to use project function
22006 to import files. Create non-existent directories before the
22007 sources are written.
22009 * configure.in, src/Makefile.am, src/main.c, src/preferences_gui.c,
22010 src/preferences.c, src/CORBA-Server.c,src/CORBA-Server.h,
22012 src/glades.c: Excluded gladen files from build. This
22013 will fix the unnecessary dependency on libssl.
22015 * src/project_dbase.[c,h], src/project_dbase_gui.c: Refined
22016 file import funtion.
22018 * src/message_manager_private.cc: Fixed a compiler warning with
22019 DEBUG preprocessor macro.
22021 * src/text_editor_cbs.c, src/main_menu_callbacks.c: Fixed a bug where
22022 wrong (undocked) editor window was closed on clicking close on an
22023 undocked editor window.
22025 * src/debugger.c: Fixed a bad bug where debugger terminal won't
22026 start correctly if the executable was run before with 'F3'.
22028 * src/toolbar_callbacks.c: Wrap around find next.
22029 * src/toolbar.c: Disable combo activate.
22030 * src/find_text.c (on_find_text_ok_clicked): Swapped 'yes' and 'no'
22031 button positions to get 'yes' as default.
22033 * anjuta.spec.in: Updated.
22035 * src/anjuta_info.c, src/appwizard_gui.c,
22036 src/attach_process_gui.c, src/breakpoints_gui.c,
22037 src/commands.c, src/compiler_options_gui.c, src/configurer.c,
22038 src/cvs.c, src/cvs_gui.c, src/debugger.c, src/executer.c,
22039 src/find_in_files_gui.c, src/find_replace.c, src/find_text.c,
22040 src/help.c, src/launcher.c, src/main.c, src/mainmenu_callbacks.c,
22041 src/memory.c, src/message-manager-private.cc, src/message-manager.cc,
22042 src/preferences.c, src/preferences_gui.c, src/project_config.c,
22043 src/project_dbase.c, src/project_dbase.h, src/project_dbase_gui.c,
22044 src/project_import_gui.c, src/registers_gui.c, src/sharedlib_gui.c,
22045 src/signals_gui.c, src/source.c, src/src_paths_gui.c,
22046 src/stack_trace_gui.c, src/text_editor_cbs.c, src/text_editor_gui.c,
22047 src/toolbar.c, src/toolbar_callbacks.c, src/watch.h,
22048 src/watch_cbs.c, src/watch_gui.c, plugins/class-gen/clsGen.c,
22049 plugins/patch/patch-plugin.c, printing/print-util.c:
22050 Set all windows and dialogs transient
22051 to their parents so that they remain floated above their parents.
22053 2002-11-13 Naba Kumar <naba@gnome.org>
22055 * printing/print.c: Fixed a leak and bug #634819 (print/preview does not
22056 take default editor font).
22058 * widgets/e-shell-about-box.c, src/main_menubar_def.h:
22059 Corrected email address.
22061 * src/mainmenu_callbacks.c: Used spaces instead of tabs
22062 for changelog entry.
22066 2002-11-06 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22067 * plugins/class-gen/clsGen.c: Refined the class generator a bit.
22069 2002-11-06 Naba Kumar <naba@gnome.org>
22072 * anjuta.spec.in: Ships the .omf files with the
22073 documents instead of the base package.
22075 2002-11-04 Naba Kumar <naba@gnome.org>
22077 * data/properties/latex.properties: Fixed a bug.
22078 * ChangeLog: Released 1.0.0 stable.
22080 2002-11-04 Naba Kumar <naba@gnome.org>
22082 * src/commands.c: Added command with shell redirection capability.
22083 * data/properties/anjuta.properties: Changed default execution
22085 * src/project_dbase.c: Set project top dir in properties.
22086 * Makefile.am: Recurse scripts/ before data/ to fix a distcheck error.
22087 * data/Makefile.am: More diskcheck error fixes.
22089 * README, anjuta.spec.in, THANKS, AUTHORS,
22090 manuals/C/anjuta-faqs/anjuta-faqs.sgml,
22091 manuals/C/anjuta-manual/authers,sgml,
22092 manuals/C/anjuta-manual/anjuta-manual.sgml,
22093 manuals/C/anjuta-manual/anjuta-manual-C.omf,
22094 manuals/C/anjuta-manual/anjuta-manual-ja_JP.eucJP.omf
22095 : Changed anjuta home to
22096 new URL and my email address.
22098 * manuals/C/anjuta-manual/interfaces.sgml,
22099 manuals/C/anjuta-manual/prefereces.sgml,
22100 manuals/C/anjuta-faqs/anjuta-faqs.sgml: Fixed typos and updated.
22102 * src/main_menubar.[c,h], src/controls, src/toolbar_callbacks.c
22103 : removed reference to the help menu as the menu is modified
22104 when no help is found (which is very likely when we are
22105 shiping the documents separately).
22107 2002-11-03 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22108 * anjuta.spec.in: Update specfile to make multiple RPMs.
22109 * data/Makefile.am: make dist fix.
22110 * src/text_editor_menu.c: Fix compile warnings (casts).
22112 2002-11-02 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22113 * manuals/C/anjuta-faqs/anjuta-faqs.sgml: FAQ update.
22114 * tagmanager/general.h, src/launcher.c: FreeBSD fixes (RFE #628576)
22116 2002-11-01 Naba Kumar <naba@gnome.org>
22118 * macros2/*, Makefile.am, configure.in, data/Makefile.am:
22119 Added gnome2 macros to be used by gnome2 project wizard.
22121 * data/autogen.sh.gnome2: Fixed to use our own macros instead of
22124 * macros/Makefile.am: Removed INSIDE_GNOME_COMMAND macro
22125 as it was conflicting with generated projects and is not
22128 * src/appwiz_page1.c, src/project_dbase.h, src/project_type.c,
22129 src/project_type.h, src/source.c, src/wizard_gui.c: Fixed gnome2
22130 project generation, removed qt project as it's not complete and
22131 added gnome2 bonobo wizard.
22133 2002-10-29 Naba Kumar <naba@gnome.org>
22135 * po/POTFILES.in: Updated.
22136 * po/POTFILES.skip: Added.
22137 * preferences.h: Fixed print paper size property name.
22139 2002-10-28 Naba Kumar <naba@gnome.org>
22141 * data/user.properties, data/Makefile.am: Added user properties file
22142 which will be copied in user's ~/.anjuta/user.properties.
22144 * data/anjuta.properties: Changed a comment.
22146 * macros/gnome-pilot.m4: Upgraged to the cvs head of gnome-macros.
22148 * src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
22149 src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, src/preferences.c:
22150 Adde [Settings]->[Preferences]->[Edit user.properties file ...] menu
22153 * src/mainmenu_callbacks.c: Fixed a bug that loads system properties file
22154 instead of user properties file.
22156 * README, anjuta.prj, configure.in: Bumped anjuta version to 1.0.0
22157 * anjuta.spec.in: Added {prefix}/share/doc/anjuta for rpms.
22158 * Makefile.am: Install docs in share/doc/anjuta and not doc/anjuta.
22159 * README, TODO: Updated.
22161 2002-10-28 Naba Kumar <naba@gnome.org>
22163 * manuals/C/anjuta-manual/figures/editor_guides.png,
22164 manuals/C/anjuta-manual/figures/editor_margins.png,
22165 manuals/C/anjuta-manual/figures/editor_markers.png,
22166 manuals/C/anjuta-manual/figures/local_variables.png,
22167 manuals/C/anjuta-manual/figures/open_file_multiple.png,
22168 manuals/C/anjuta-manual/figures/prefs_print.png,
22169 manuals/C/anjuta-manual/figures/print_dlg.png,
22170 manuals/C/anjuta-manual/figures/print_preview.png,
22171 manuals/C/anjuta-manual/figures/symbol_browser.png,
22172 manuals/C/anjuta-manual/figures/variable_tip.png: New png
22173 files for manual documentation.
22175 * manuals/sgmldocs.make,
22176 manuals/C/anjuta-manual/Makefile.am,
22177 manuals/C/anjuta-manual/authors.sgml,
22178 manuals/C/anjuta-manual/build.sgml,
22179 manuals/C/anjuta-manual/compileopts.sgml,
22180 manuals/C/anjuta-manual/debugger.sgml,
22181 manuals/C/anjuta-manual/execute.sgml,
22182 manuals/C/anjuta-manual/fileoperations.sgml,
22183 manuals/C/anjuta-manual/interface.sgml,
22184 manuals/C/anjuta-manual/preferences.sgml,
22185 manuals/C/anjuta-manual/projects.sgml,
22186 manuals/C/anjuta-manual/figures/arguments.png,
22187 manuals/C/anjuta-manual/figures/open_file.png,
22188 manuals/C/anjuta-manual/figures/other_opts.png,
22189 manuals/C/anjuta-manual/figures/scrshot.png,
22190 manuals/C/anjuta-manual/figures/toolbar_browser.png,
22191 manuals/C/anjuta-manual/figures/toolbar_tags.png:
22193 Updated anjuta manual documentation.
22196 2002-10-27 Naba Kumar <naba@gnome.org>
22198 * utilities.[h,c], debugger.[h,c], commands.c: Added gnome-terminal
22199 check and modifies debugger terminal command accordingly
22200 to function properly.
22202 2002-10-25 Naba Kumar <naba@gnome.org>
22204 * manuals/sgmldocs.make: Fixed a couple of bugs.
22205 * data/x-anjuta-project.desktop. data/Makefile.am: Mime handling link.
22207 2002-10-24 Naba Kumar <naba@gnome.org>
22209 * src/debug_tree.c: Fixed a crash bug from Etay.
22211 * global_tags/create_global_tags: Added messages.
22212 Fixed infinite looping within files.
22214 * macro/autogen.sh: Removed debug and warning flags for defaults.
22216 Patch from Vadim Berezniker <vadim@berezniker.com>
22218 * tagmanager/tm_workspace.[h,c], global-tags/create_global_tags.sh,
22219 global-tags/tm_global_tags.c: Fixed infinite loop in system tags
22222 * Makefile.am: XML merge is broken for .destop in RH 8.0, so
22223 temporarily just copy it
22225 2002-10-24 Naba Kumar <naba@gnome.org>
22227 * manuals/sgmldocs.make, anuals/C/anjuta-faqs/anjuta-faqs.sgml,
22228 manuals/C/anjuta-manual/anjuta-manual.sgml,
22229 manuals/C/anjuta-manual/compileopts.sgml,
22230 manuals/C/anjuta-manual/debugger.sgml,
22231 manuals/C/anjuta-manual/execute.sgml,
22232 manuals/C/anjuta-manual/fileoperations.sgml,
22233 manuals/C/anjuta-manual/interface.sgml,
22234 manuals/C/anjuta-manual/introduction.sgml,
22235 manuals/C/anjuta-manual/projects.sgml,
22236 manuals/C/anjuta-tutorial/anjuta-tutorial.sgml,
22237 manuals/ja/anjuta-faqs/anjuta-faqs.sgml,
22238 manuals/ja/anjuta-manual/anjuta-manual.sgml,
22239 manuals/ja/anjuta-manual/compileopts.sgml,
22240 manuals/ja/anjuta-manual/debugger.sgml,
22241 manuals/ja/anjuta-manual/execute.sgml,
22242 manuals/ja/anjuta-manual/fileoperations.sgml,
22243 manuals/ja/anjuta-manual/interface.sgml,
22244 manuals/ja/anjuta-manual/introduction.sgml,
22245 manuals/ja/anjuta-manual/projects.sgml: Upgraded to Docbook 4.0
22247 2002-10-24 Naba Kumar <naba@gnome.org>
22249 * src/project_type.c: added autogen for qt projects.
22250 * src/debugger.c: enabled debugger debugging for DEBUG MODE.
22251 Fixed a bug that retrieves wrong terminal command.
22252 * src/commnads.c: Added more terminal commands.
22253 * configure.in: Checks for scrollkeeper version.
22255 2002-10-22 Naba Kumar <naba@gnome.org>
22257 * configure.in, acinclude.m4, setup-gettext: Used AM_GNU_GETTEXT
22258 instead of AM_GNOME_GETTEXT.
22260 * src/source.c, data/autogen.sh.*, data/Makefile.am: Added support
22261 for setup-gettext for the wizard generated projects.
22263 * src/source.c: Fixed a bug where glade file wasn't generated.
22265 * src/gnome_project.c: Excluded project version from project dir
22268 2002-10-22 Naba Kumar <naba@gnome.org>
22270 * acinclude.m4: New file with dummy funtion for gettext
22271 cross compatibility fix.
22273 * configure.in, setup-gettext: Fixed to use with AM_GNOME_GETTEXT.
22274 * configure.in: Fixed cflags to avoid useless warnings.
22275 * Makefile.am: EXTRA_DIST += setup-gettext.
22276 * src/toolbars.c: Added space paddings around tags label.
22278 2002-10-21 Naba Kumar <naba@gnome.org>
22280 Patch from Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22282 * setup-gettext: New script to maintain gettext cross version
22284 * configure.in, macros/autogen.sh: Fix for gettext cross version
22287 2002-10-21 Naba Kumar <naba@gnome.org>
22289 * debug_tree.c: Fixed incorrect use of debug assertion.
22291 2002-10-18 Etay Meiri <etay-m@bezeqint.net>
22292 Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22293 * src/debug_tree.c, src/debug_tree.h, src/debugger.c,
22294 src/memory.c, src/memory.h, src/message-manager-private.cc:
22296 New parsing algorithm; adapted from kdevelop.
22297 Middle button menu for changing the value's display type
22299 2002-10-07 Naba Kumar <naba@gnome.org>
22301 * src/main_menubar_def.h: Changed status bar message for Help->
22302 Browse info pages. Bug #603308
22304 * src/executer.c: Made "User terminal" default for creating
22305 projects (User can always disable it later). Bug #114222
22307 2002-10-03 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22309 * macros/autogen.sh: Require gettext 0.10.x for autogen
22310 * src/text_editor.c: Fixes Bug #595303
22311 * src/source.c: Fixes Bug #595970
22312 * src/anjuta.c: Fixes Bug #598366
22313 * scingtilla/LexCPP.cxx: Bug #602296
22314 * src/main_menubar_def.h: Bug #604363
22315 * src/find_in_files.[h,c], src/find_in_files_gui.c: Buf #608679
22317 2002-10-07 Jens Georg <mail@jensgeorg.de>
22319 Reviewed by: Naba Kumar <kh_naba@gnome.org>
22320 * gnomefilelist.c: This patch fixes the bug #611542
22322 2002-09-20 Naba Kumar <kh_naba@gnome.org>
22324 * data/properties/Makefile.am: Added tcltk.properties file.
22326 2002-09-20 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22328 Reviewed by: Naba Kumar <kh_naba@gnome.org>
22330 * README: Updated README
22331 * plugins/class-gen/clsGen.c, src/message_manager.cc
22332 , src/mainmeu_callbacks.c, src/memory.c
22333 , src/project_dbase_gui.c, src/text_editor_gui.c
22334 , widgets/gnomefilelist.c: Set window icons
22335 * configure.in, macros/*, */Makefile.am, anjuta.spec.in:
22336 Enabled release build (stripped + optimized binaries, etc.)
22337 * data/properties/anjuta.properties, src/commands.c,
22338 src/defaults.cFixed bug #595489 (stdin on executables)
22339 * src/appwizard.c, src/main.c, src/message-manager.cc
22340 , src/project_dbase.c, src/toolbar.c, widgets/gnomefilelist.c
22341 , src/debug_tree.c: Memory related (valgrind) fixes.
22342 * src/message-manager-private.[cc,h], src/pixpams.h
22343 , src/preferences.[ch], src/preferences_gui.c: Terminal preferences
22344 * anjuta.prj: Added debug_tree.c to SOURCES
22345 * src/main_menubar_def.h, src/mainmenu_callbacks.[ch],
22346 src/text_editor_menu.c, src/text_editor_gui.c, src/anjuta.c:
22347 Compacted code and cleaned up unnecessary functions.
22348 * tagmanager/*.[ch]: Code fixes.
22350 2002-08-30 Etay Meiri <etay-m@bezeqint.il>
22352 Reviewed by: Naba Kumar <kh_naba@gnome.org>
22354 * src/debug_tree.c, debug_tree.h, debugger.c, message-manager-private.cc:
22355 Debug tree now detects changes of displayed variables
22356 and changes their color to red
22358 2002-09-20 Naba Kumar <kh_naba@gnome.org>
22360 Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22362 * mainmenu_callbacks.c: Set's the current file name in
22363 file save as dialog.
22365 2002-09-20 Naba Kumar <kh_naba@gnome.org>
22367 Patch from: Vlastimil Holer <xholer@informatics.muni.cz>
22369 * data/properties/tcltk.properties: New file for tcl/tk
22372 2002-08-28 Naba Kumar <kh_naba@users.sourceforge.net>
22374 * src/project_type.[c,h], src/source.c, data/Makefile.am:
22375 Fixed a fatal bug which doesn't let building gnome2 related
22376 projects. They use different autogen.sh script. Defined new
22377 type field "gnome_macro_support".
22379 * data/autogen.sh.gnome2: New file.
22381 * src/utilities.c (anjuta_util_escape_quotes): Fixed a fatal
22382 bug with quotes escaping in quotes.
22384 * src/message-manager-private.cc: Used event box instead
22385 of frame for local message pane, so that the borders appear
22386 properly and nicely.
22388 * src/anjuta.c: Fixed bug #600221 -- anjuta crashes on exit
22389 if there is a project open and all the files are un-docked.
22391 * src/dnd.c: Possible fix for bug #512873 Drag And Drop problems.
22393 2002-08-27 Andy Piper <andy.piper@freeuk.com>
22395 * src/main_menubar_def.h: implement feature request #595356, patch #597161
22396 * THANKS: updated for new contributions
22397 * src/mainmenu_callbacks.c, src/mainmenu_callbacks.h: patch #597161
22399 2002-08-27 Steven Knight <steven.knight@unh.edu>
22401 * src/appwiz_page1.c, src/pixmaps.h, src/project_dbase.c,
22402 src/project_dbase.h, src/project_type.c, src/source.c,
22403 src/wizard_gui.c: new Qt project type
22404 *** NB not fully tested, may need some work, icon required...
22406 2002-08-27 Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22408 * src/memory.c, src/memory.h: new memory patch
22410 2002-08-27 Johannes Schmid <clubfan@users.sourceforge.net>
22412 * src/anjuta.c: Fixed bug #589646 CVS preferences visibility
22414 2002-08-27 Naba Kumar <kh_naba@users.sourceforge.net>
22416 * lancher/anjuta_launcher.c: Determine pty from function
22417 call instead of running 'tty' externally.
22419 * data/properties/cs.properties: Added compile/build commands.
22420 Fixed execution properties.
22422 * src/commands.c: Added c# options.
22424 (Patch from: Etay Meiri <etay-m@bezeqint.net>)
22426 * src/debug_tree.[c,h], src/debugger.[c,h],
22427 src/message_manager_private.[cc,h], message_manager.cc, stack_trace.[c,h]:
22429 The following problems, detected by Jean-Noel Guiheneuf, were fixed:
22430 1. Misaligned structs when they are members of other structs.
22431 2. '{' sometimes appears as a variable.
22432 3. Wrong processing of some arrays.
22433 I've also incorporated some code from a patch by Guiheneuf Jean-Noel
22434 that displays the tree in two columns (variable and value).
22436 2002-08-14 Stephane Demurget <demurgets@free.fr>
22438 Added missing keywords reported by Luca Bellonda <lbell@tsc4.com>.
22440 * data/properties/sql.properties: added the DATETIME data type.
22442 * data/properties/html.properties: added the foreach php keyword.
22444 2002-08-09 Naba Kumar <kh_naba@users.sourceforge.net>
22446 * NEWS: Updated with new features.
22448 * data/.cvsignore, doc/.cvsignore: Updated.
22450 Patch from: Etay Meiri <etay-m@bezeqint.net>
22452 * src/debug_tree.h, src/debug_tree.c: New files.
22454 * src/Makefile.am, src/message-manger-private.[h,cc],
22455 src/message-manger.cc: Added Tree view for debugger
22458 2002-08-09 Naba Kumar <kh_naba@users.sourceforge.net>
22460 Patch from Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22462 * src/memory.c, src/memory.h: New files.
22464 * src/Makefile.am, src/appwizard.c, src/controls.c,
22465 src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
22466 src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
22468 Memory view implemetation that would enable viewing raw memory
22471 2002-08-08 Stephane Demurget <demurgets@free.fr>
22473 * AUTHORS: added Biswa, because I wonder why noone already have
22474 written his name in the Anjuta's hall of fame :)
22476 2002-08-07 Naba Kumar <kh_naba@users.sourceforge.net>
22478 * src/appwizard_gui.c: Removed an ambiguous prototype.
22479 * src/appwizard_gui.c: Removed more ambiguous prototypes. This seem to
22480 fix a nasty PPC bug as reported by Todd Goyen <wettoad@knighthoodofbuh.org>.
22481 * THANKS: Updated M. Ali Vardar's email.
22483 2002-08-01 Andy Piper <andy.piper@freeuk.com>
22485 * src/anjuta_gui.c: implemented feature request to stop main and browser
22486 toolbars having exclusive use of space
22488 2002-08-01 Andy Piper <andy.piper@freeuk.com>
22490 * NEWS: updated for 1.0-beta rele.c: commented the define for ANJUTA_DEBUG_DEBUGGER
22491 left over from the previous work to fix bugs :-)
22493 * src/main_menubar_def.h, src/main_menubar.h, src/main_menubar.c,
22494 src/controls.c, src/mainmenu_callbacks.h,
22495 src/mainmenu_callbacks.c: Insert CVS keywords, message strings
22498 * src/watch_gui.c, src/stack_trace_gui.c, src/app_wizard_gui.c,
22499 src/project_import_gui.c, src/sharedlib_gui.c,
22500 src/signals_gui.c: set window icon correctly
22502 * NEWS: more updates for the release
22504 * HACKING: updated for window icons and insert menu information
22506 * src/cvs_gui.c, src/build_project.c,
22507 src/project_import_cbs.c: message strings reviewed
22509 * src/controls.c: context help button should be disabled if
22510 DevHelp is not installed
22513 2002-06-08 Naba Kumar <kh_naba@users.sourceforge.net>
22515 * src/debugger.c: Fixed the signalling screw up because of string
22516 update in gdb used to report the child process PID. Also, no
22517 error dialog will be popped up for "no such file or directory"
22518 error (very annoying and useless error). This error will still
22519 be shown on the debug message window. Avoided terminating the
22520 program when the terminal is terminated -- doesn't hurt, otherwise
22521 we get crappy egg-and-hen problem.
22523 * src/sharedlib.c, src/signals.c: Fixed the incorrect default window
22524 dimensions loading.
22526 * src/anjuta.c: Limited the default size of main window to sane
22529 * src/preferences.c: Fixed some deadly memory corruption bugs in
22530 the recent patches. Return from getenv() should NEVER be freed,
22531 because they are static strings.
22533 * src/preferences_gui.c: Removed the fix for crash bug with font
22534 selection and applied the real fix.
22536 2002-06-08 Andy Piper <andy.piper@freeuk.com>
22538 * NEWS: updated for release
22540 2002-06-08 Naba Kumar <kh_naba@users.sourceforge.net>
22542 * src/launcher.c: Added a fix a memory leak and a possible
22543 fix for zvt-crash bug.
22545 * printing/.cvsignore, plugins/patch/.cvsignore: Added files.
22547 * data/properties/latex.properties,
22548 data/properties/ada.properties: Added file.is.source property.
22550 * src/an_file_view.c: Set auto column size of the file
22553 * src/mainmenu_callbacks.c, src/cvs.c: Fixed bug #542151.
22554 The user is now prompted to confirm the closing of the file
22555 if it is being used by CVS. If yes, the editor is closed and
22556 the CVS operation stops.
22558 2002-06-07 Andy Piper <andy.piper@freeuk.com>
22560 * anjuta.prj: bump project version for release
22561 * BUGS: removed unnecessary file
22563 2002-06-07 Philip Van Hoof <freax@pandora.be>
22565 * widgets/gnomefilelist.c: fix up issue with directory deleted
22566 during the life of the file list widget
22567 * src/preferences_gui.c: sticking-plaster fix to font selection
22568 causes segfault bug
22570 Patches reviewed by Andy Piper <andy.piper@freeuk.com>
22572 2002-06-07 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22574 * data/properties/anjuta.properties, src/an_file_view.[ch],
22575 src/an_symbol_view.[ch], src/defaults.c, src/preferences.[ch],
22576 src/preferences_gui.c, src/project_dbase.c, src/project_dbase_gui.c:
22577 added options for symbol and file browsers.
22578 * data/properties/cpp.properties: linker flags should come after
22579 the name of the file to compile.
22580 * scintilla/Editor.cxx: fixed gcc compilation warning.
22581 * src/Makefile.am, src/project_import.c: anjuta_import.sh should
22582 be executed from bindir only.
22583 * src/an_file_view.[ch], tagmanager/tm_file_entry.c,
22584 tagmanager/include/tm_file_entry.h: CVS version information in file
22586 * src/anjuta.c, src/preferences.[ch]: remember visibility of messages
22588 * src/controls.c, src/cvs.[ch], src/project_dbase.[ch]: CVS fixes.
22589 * src/launcher.c, src/project_import.c: (hopefully) fixed random ZVT
22590 crashes during file import.
22591 * src/project_import.c: disable project menu items during project
22594 Patch reviewed by Andy Piper <andy.piper@freeuk.com>
22596 2002-06-07 Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22598 * src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
22599 src/preferences.c, src/main_menubar_def.h, src/main_menubar.c,
22600 src/main_menubar.h, src/controls.c: fixed Insert ChangeLog,
22601 modified Insert menu, added C functions template, header C
22602 template, modified header_template HEADER_H ==> NAMEFILE_H
22604 Patch reviewed by Andy Piper <andy.piper@freeuk.com>
22606 2002-06-05 Andy Piper <andy.piper@freeuk.com>
22608 * data/properties/html.properties: changed some file
22611 2002-06-05 Philip Van Hoof <freax@pandora.be>
22613 * widgets/gnomefilelist.c: Fixed #560759 and #561776
22615 Patch reviewed by Andy Piper <andy.piper@freeuk.com>
22617 2002-06-05 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22619 * data/properties/anjuta.properties, src/defaults.c: Make windows
22620 docked by default, fix the big fonts bug.
22622 * src/an_file_view.c, src/main_menubar_def.h,
22623 src/project_dbase_gui.c: sanitized the Edit/View mess.
22625 * src/main_menubar_def.h, src/main_menu_callbacks.c: Add an item
22626 for customizing shortcuts.
22628 * src/mainmenu_callbacks.c: Search for selected word if present.
22630 * src/text_editor_menu.c: Added context menu options for docking
22631 and undocking editor windows.
22633 * src/main_menubar.h, src/main_menubar.c: more support for the
22634 shortcuts menu item.
22636 Patch reviewed by Andy Piper <andy.piper@freeuk.com>
22638 2002-06-05 Andy Piper <andy.piper@freeuk.com>
22640 * scintilla/RESearch.cxx: removed CVS Log keyword to prevent
22641 all commit messages being written to top of the file
22643 * src/main_menubar_def.h: message strings reviewed
22645 * src/project_import.c: message strings reviewed
22647 * src/source.c, src/glades.c: message strings reviewed. Fixed
22648 some bugs around reading the project properties for creating
22649 .glade and .desktop files in the Application Wizard. There were
22650 typos in the property names being retrieved
22652 * widgets/gnomefilelist.c: changed build_full_path to make
22653 the file widget support ~
22654 Patch from Pierre Sarrazin <sarrazip@sympatico.ca>
22656 * THANKS, widgets/e-shell-about-box.c,
22657 manuals/anjuta-manual/C/authors.sgml: updated for new
22660 2002-06-05 Naba Kumar <kh_naba@users.sourceforge.net>
22662 * src/project_dbase.c: Fixed the file-path-corruption bug
22663 and the cannot-import-file-in-project bug. (follow-up with
22664 the last commit from Stef).
22666 * src/anjuta_cbs.c: Fixed double-confirmation when exiting
22667 with unsaved-project.
22669 2002-06-05 Stephane Demurget <demurgets@free.fr>
22671 * src/project_dbase.c (project_dbase_add_file_to_module): fixed a
22674 2002-06-04 Andy Piper <andy.piper@freeuk.com>
22676 * data/properties/{xml,html,other}.properties: changed some file
22679 * data/anjuta.mime: oops! cvs added
22681 * scintilla/RESearch.cxx: fixed up a problem with comments
22683 * global-tags/create_global_tags.sh: redirect errors to /dev/null
22684 to avoid messages about missing libs
22686 * NEWS: started the release notes
22688 2002-06-04 Andy Piper <andy.piper@freeuk.com>
22690 * HACKING: updated with new information on printing, patch naming
22692 * TODO: removed completed tasks
22694 * THANKS: updated a few contributions
22696 * anjuta.prj: updated the icon file
22698 * anjuta.desktop.in.in: updated to add Categories
22700 * data/anjuta.mime: created a mime type for Anjuta project files
22701 (NB needs to be added to the install in /usr/share/mime/)
22703 * pixmaps/madeinanjuta.xcf: finally added Nick Dowell's
22704 "Coded in Anjuta" button in Gimp XCF format. It can be converted
22705 to PNG for websites.
22707 * plugins/patch/patch-plugin.c: clarified some messages and
22708 made it easier to see different patching sessions
22710 * src/toolbar.c: changed some message text for consistency
22712 * src/preferences_gui.c, src/preferences.c, src/preferences.h,
22713 src/defaults.c, src/anjuta.c, src/anjuta.h: enable/disable tooltips
22715 Patch from Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22717 * src/appwiz_page1.c, src/appwizard_cbs.c, src/pixmaps.h,
22718 src/project_dbase.{c,h}, src/project_import_cbs.c,
22719 src/project_type.c, src/source.{c,h}, src/wizard_gui.c:
22720 Added XLib Project and a Dockapp Project types.
22721 * pixmaps/Makefile.am: added line for new pixmap for new xlib
22723 * pixmaps/appwiz_xlib.png: pixmap for new xlib projects
22724 * src/source.c: Fixed memory leak in existing projects.
22725 (filename was not freed)
22726 Patch from Todd Goyen <wettoad@knighthoodofbuh.org>
22728 2002-06-04 Naba Kumar <kh_naba@users.sourceforge.net>
22730 * src/anjuta.h, src/anjuta.c: Added error display funtions
22731 with parent windows.
22733 * src/appwizard_cbs.c: Changed error display function to use
22736 2002-06-03 Naba Kumar <kh_naba@users.sourceforge.net>
22738 * printing/print.h, printing/printing.c: Taken care of document
22739 zoom factor and fixed a font loading bug. Dynamically calculated
22740 text widths to work with zooms properly. Re-organized code for
22741 dynamic text width calulations to work in general with utf8 chars.
22742 Determined font height and width automatically from the font info.
22744 * src/anjuta.c, src/mainmenu_callbacks.c, *src/preferences.c:
22745 src/preferences.h, src/text_editor.c, src/preferences_gui.c:
22746 Converted text.zoom.factor property to use #defined value. Removed
22747 margin header and margin numbers preferences, as they now
22748 calculated dynamically.
22750 2002-06-02 Naba Kumar <kh_naba@users.sourceforge.net>
22752 * printing/print-doc.c, printing/print-doc.h, printing/print-util.c,
22753 printing/print-util.h, printing/print.c, printing/print.h:
22754 Rewritten printing support for style based printing. Syntax highlighted
22755 printing, monochromatic printing, setup using preferences etc.
22757 * src/aneditor.cxx, src/aneditor.h: Added two commands for working with
22758 printing. ANE_GETLANGUAGE and ANE_GETSTYLEDTEXT for geting the document
22759 language and the styled text buffer.
22761 * src/preferences.c, src/preferences.h, src/preferences_gui.c: Redesigned
22762 the print setup preferences page and added printer preferences. Added functions
22763 to retrieve preferences with default values.
22765 * src/text_editor_gui.c, src/main_menubar_def.h: Changed an #include for
22768 * data/properties/anjuta.properties: Added default printer preferences.
22770 * pixmaps/print_color.xpm, pixmaps/print_landscape.xpm,
22771 pixmaps/print_layout.xpm, pixmaps/print_nocolor.xpm,
22772 pixmaps/print_portrait.xpm: CVS added printer setup pixmap files.
22774 * pixmaps/Makefile.am, src/pixmaps.h, anjuta.prj: Added the new pixmaps references.
22776 2002-06-01 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22778 Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
22780 src/Makefile.am, src/aneditor.cxx, src/anjuta.c, src/anjuta.h
22781 src/defaults.c, src/message-manager-private.cc, src/project_dbase.c
22782 src/utilities.c, scintilla/PropSet.cxx: Fix memory leaks and other
22783 cleanups, remove dead code, GUI cleanupMemory leaks cleanups.
22785 printing/Makefile.am: Reduced compiler optimizations.
22787 tagmanager/include/tm_project.h, tagmanager/include/tm_work_object.h,
22788 tagmanager/include/tm_workspace.h, tagmanager/tm_project.c,
22789 tagmanager/tm_source_file.c, tagmanager/tm_work_object.c,
22790 tagmanager/tm_workspace.c: TagManager fixes.
22792 2002-06-01 Naba Kumar <kh_naba@users.sourceforge.net>
22794 * printing/*: CVS added. :)
22796 2002-05-31 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22798 Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
22800 * printing*: CVS added.
22801 * printing/*.[ch], printing/Makefile.am, anjuta.spec.in, Makefile.am,
22802 configure.in, src/Makefile.am, src/controls.c, src/main_menubar.[ch],
22803 src/main_menubar_def.h: Gnome Print support
22804 * src/anjuta.c: Fixed a crash bug (NULL pointer check).
22805 * configure.in: Enable debugging flag option
22806 * src/preferences.c, src/preferences.h, src/preferences_gui.c, src/mainmenu_callbacks.c:
22807 Print properties defined.
22808 * global-tags/create_global_tags.sh: More GNOME libraries added, cleanups
22810 2002-05-31 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22812 Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
22814 * src/an_file_view.c, src/an_symbol_view.c: Added Dock/Undock
22815 * src/controls.c, src/main_menubar.[ch], src/main_menubar_def.h,
22816 src/anjuta.h, src/text_editor_menu.[ch]: More menu re-organization
22818 * src/text_editor.c: Minor cleanups.
22819 * anjuta.c: Tweaks to 'Goto File Line' functionality.
22820 * src/project_dbase.c: Fixes to add/remove files from project.
22821 * src/help.c: Fix minor memory leak.
22822 * src/project_dbase_gui.c: Remove debugging messages.
22823 * src/utilities.[ch]: Cleanups and minor fixes.
22824 * src/anjuta_gui.c, src/pixmaps.h: Application icon set correctly.
22826 2002-05-30 Naba Kumar <kh_naba@users.sourceforge.net>
22828 * src/anjuta.c [anjuta_apply_preferences()]:
22829 Fixed a crash bug when tab pos is not defined for the editors.
22831 * data/properties/cpp.properties: Set default identifier property to normal.
22832 This fixes the bug in which the fore color gets hidden with dark background.
22834 2002-05-29 Naba Kumar <kh_naba@users.sourceforge.net>
22836 * scintilla/*, scintilla/include/*: Upgraded to the vanilla
22839 * src/aneditor.cxx, src/aneditor.h, src/main_menubar.h, src/main_menubar.h,
22840 src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, main_menubar_def.h,
22841 src/anjuta.c, data/properties/anjuta.properties:
22842 Implemented line wrapping.
22844 * src/aneditor.cxx, src/aneditor.h: Implemented Readonly file mode.
22846 * scintilla/LexCPP.cxx: Added the custom code (insidePreprocessor variable
22847 usage and SCE_C_WORD3 flagging) used by tagmanger for maintaing custom
22848 tags. Code was reviewed from GNOME Bonsai view.
22850 * scintilla/include/SCILexers.h: Added definition of SCE_C_WORD3 as
22851 it seems to have been removed by scintilla people.
22853 * data/properties/anjuta.properties: Set default line wrap to false, as
22854 is noticably slow with big files.
22856 2002-05-27 Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22858 * src/project_import_gui.c: disallow the selection of files in
22860 * src/mainmenu_callbacks.c, src/preferences.c: cleanups to identity
22863 2002-05-27 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22865 * src/an_file_view.c, src/an_symbol_view.c, src/text_editor_menu.c,
22866 src/main_menubar_def.h, src/pixmaps.h, :Added some icons to menu items.
22867 * src/controls.c, src/main_menubar.[ch]:Some menu organization cleanups.
22868 * src/project_dbase.[ch], src/project_dbase_gui.c: Adding files to projects
22869 now works properly.
22870 * src/gnome_project.c, src/mainmenu_callbacks.[ch]: Minor API change.
22871 * scintilla/include/PropSet.h, tagmanager/read.c: Accept '$' in identifiers.
22872 * src/utilities.[ch]: Added some utility functions.
22873 * tagmanager/tm_project.c: Fix for bug in file removal from project.
22875 Patch reviewed by Andy Piper <andy.piper@freeuk.com>
22877 2002-05-26 Andy Piper <andy.piper@freeuk.com>
22879 * HACKING: info on FIXME statements and removed ccview references
22880 * Makefile.am: added rule to make RPM package
22882 2002-05-26 Andy Piper <andy.piper@freeuk.com>
22884 * THANKS, widgets/e-shell-about-box.c,
22885 manuals/anjuta-manual/C/authors.sgml: updated for new
22887 * src/anjuta.c: removed unnecessary warning code since CVS
22888 support is now implemented :-)
22889 * manuals/sgmldocs.make: implemented a fix for bug #553969
22890 * manuals/C/anjuta-tutorial/anjuta-tutorial.sgml: fixed some CRs
22891 * manuals/C/anjuta-tutorial/anjuta-turorial-C.omf,
22892 manuals/C/anjuta-faqs-C.omf: modified the descriptions
22894 2002-05-20 Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22896 * src/main_menubar.c, src/main_menubar.h, src/controls.c,
22897 src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
22898 src/main_menubar_def.h, src/preferences_gui.c,
22899 preferences.c, preferences.h: setup Username and Email
22900 preferences, Insert ChangeLog and Username editor functions
22902 Patch reviewed and modified by Andy Piper <andy.piper@freeuk.com>
22904 2002-05-17 Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22906 * src/commands.c, src/compiler_options_cb.c src/compiler_options_gui.c
22907 src/src_paths_cbs.c, src/src_paths_gui.c
22908 Fixed some minor bugs and replace gtk_entries by gnome_file_entries
22910 Patch reviewed by Andy Piper <andy.piper@freeuk.com>
22912 2002-05-14 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22914 * src/main_menubar.[ch], main_menubar_def.h: Added back/forward
22915 and goto tag menu items to main menu.
22917 2002-05-09 Andy Piper <andy.piper@freeuk.com>
22919 * THANKS, widgets/e-shell-about-box.c,
22920 manuals/anjuta-manual/C/authors.sgml: added new contributors
22921 * HACKING: updated with info on files to change for credits
22923 2002-05-09 Dan Elphick <dre00r@ecs.soton.ac.uk>
22925 * src/aneditor.cxx: extended extension list which fixes segfault
22926 on selecting lisp, ruby or matlab as highlight style.
22928 2002-05-09 Andy Piper <andy.piper@freeuk.com>
22930 * src/main_menubar_def.h: fixed an array initialiser and fixed
22931 the lexer settings for the new entries on the Format menu
22933 2002-05-07 Stephane Demurget <demurgets@free.fr>
22935 * Synced with Scintilla 1.45
22937 2002-05-06 Andy Piper <andy.piper@freeuk.com>
22939 * anjuta.prj: added another missing file
22940 * ChangeLog: fixed some incorrect change dates I caused by
22941 sloppy cut-and-pasting :-/
22943 2002-05-06 Andy Piper <andy.piper@freeuk.com>
22945 * src/mainmenu_callbacks.c: fixed title of new About box
22947 2002-05-05 Andy Piper <andy.piper@freeuk.com>
22949 * src/pixmaps.h: added macros for OpenGL and SDL project icons
22951 2002-05-05 Andy Piper <andy.piper@freeuk.com>
22953 * pixmaps/appwiz_opengl.png, pixmaps/appwiz_sdl.png: added new files
22954 * anjuta.prj: updated for new files
22956 2002-05-05 Naba Kumar <kh_naba@users.sourceforge.net>
22958 * widgets/e-shell-about-box.c: Added version display.
22960 2002-05-03 Andy Piper <andy.piper@freeuk.com>
22962 * launcher/anjuta_launcher.c, src/dnd.c, src/session.c,
22963 widgets/scroll_menu.c: fixed up some compiler warnings (patch
22964 from Philip Van Hoof)
22966 2002-05-03 Andy Piper <andy.piper@freeuk.com>
22968 * manuals/C/anjuta-tutorial/Makefile.am: removed a circular
22970 * manuals/ja/anjuta-manual/anjuta-manual.sgml,
22971 manuals/ja/anjuta-manual/debugger.sgml: fixed some markup problems
22972 that produced build errors (needs checking on a machine with the
22974 * data/properties/lisp.properties: updated to match format of other
22975 lexer property files supplied with Anjuta
22977 2002-05-03 Andy Piper <andy.piper@freeuk.com>
22979 * anjuta.prj: added new files
22980 * HACKING: added information from the mailing list on
22981 adding new project types to the wizard (thanks to Johannes)
22983 2002-05-03 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22985 * src/utilities.h, src/launcher.c, src/gnome_project.c,
22986 src/appwiz_page2.c: Fix for 547038.
22988 2002-05-03 Naba Kumar <kh_naba@users.sourceforge.net>
22990 * attach_process.c, attach_process_cbs.c: Fixed a dialog
22993 * about.h: cvs removed.
22995 2002-05-03 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22997 Patch reviewed by Stephane Demurget <demurgets@free.fr>.
23001 * src/anjuta.c (anjuta_system_error): checks for the error number to
23002 know whether the error description is needed or not.
23004 2002-05-03 Naba Kumar <kh_naba@users.sourceforge.net>
23006 * pixmaps/anjuta_logo.png: New about logo.
23008 * pixmaps/anjuta_icon.png: New icon from Misha. The
23009 old one had trouble with some gtk themes.
23011 * about.c: Removed. No longer needed.
23013 * mainmenu_callbacks.c: Removed reference of about.h
23015 2002-05-03 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23017 Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23019 * widgets/e-shell-about-box.[ch], configure.in, Makefile.am,
23020 mainmenu_callbacks.c, widgets/Makefile.am: Implemented the new
23021 About Dialog (thanks to the Evolution team for the cool widget!)
23023 2002-05-03 Naba Kumar <kh_naba@users.sourceforge.net>
23025 Patch from lbell <lbell@tsc4.com>
23027 * src/find_in_files.c, src/find_in_files.h,
23028 src/anjuta.c: Added save_yourself, load_yourself routines.
23030 * src/find_in_files.{h,c}, src/find_in_files_gui.c:
23031 Added "Append messages" toggle button. This will enable
23032 the search results to be appended to the already existing
23035 * src/debugger.c: Fixed a typo.
23037 * src/find_text.c, src/breakpoints.c, src/project_dbase.c,
23038 src/session.c, src/session.h: Improved session management.
23040 2002-05-03 Naba Kumar <kh_naba@users.sourceforge.net>
23042 * THANKS, FUTURE, AUTHORS: Changed my email and
23045 2002-05-02 Stephane Demurget <demurgets@free.fr>
23047 Impl. feature request #525271 (add Lisp support).
23049 * data/properties/lisp.properties: added.
23051 * data/properties/Makefile.am, data/properties/anjuta.properties: added
23052 the lisp properties.
23054 * src/main_menubar_def.h, src/lexer.h, src/aneditor.cxx,
23055 src/utilities.[ch]: added support for the Lisp highlight style.
23057 2002-05-02 Stephane Demurget <demurgets@free.fr>
23059 * src/anjuta.[ch], src/anjuta_cbs.c, src/main_menubar.[ch],
23060 src/main_menubar_def.h, src/mainmenu_callbacks.[ch],
23061 src/text_editor_cbs.c: replaced the tabs ordering menuitem by a
23062 option preferences to have a persistent setting. Plus it's not used
23063 often, so it's better here than flooding the menus.
23065 * src/preferences.[ch], src/preferences_gui.c: ditto, plus made the
23066 preferences pages a lot more consistent and sweeter: tabs direction
23067 radiobuttons are directed against the meaning, all pages have an
23068 outter frame, a lot of padding, removed all expand attributes for
23069 vertical boxes, ...
23071 That's not a total revamp, but it's really looking better now, even
23072 if there's still work to be done.
23074 2002-05-01 Andy Piper <andy.piper@freeuk.com>
23076 * src/main_menubar_def.h, src/cvs_gui.c: updates to strings
23077 * TODO: added task to be completed before next release (update all credits)
23079 2002-05-01 Stephane Demurget <demurgets@free.fr>
23081 * THANKS, src/about.c, manuals/anjuta-manual/C/authors.sgml: added
23084 2002-05-01 Benke László <decike@freemail.hu>
23086 Patch reviewed by Stephane Demurget <demurgets@free.fr>.
23088 * src/anjuta.[ch], src/anjuta_cbs.c, src/main_menubar.[ch],
23089 src/main_menubar_def.h, src/mainmenu_callback.[ch],
23090 src/text_editor_cbs.c: added an "automatic tab ordering" checkmenuitem
23091 to the format menu in order to reorder the notebook tabs in
23092 alphabetical order everytime a file is created/opened/saved.
23094 2002-05-01 Philip Van Hoof <freax@pandora.be>
23096 * widgets/gnomefilelist.[ch] (history_combo_go),
23097 (history_combo_clicked): impl.
23099 (gnome_filelist_new_with_path): use this new impl.
23101 2002-05-01 Stephane Demurget <demurgets@free.fr>
23103 * src/project_dbase_gui.c (add_file): added the xpm file type.
23105 2002-04-30 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23107 Patch reviewed by Stephane Demurget <demurgets@free.fr> except for the
23110 * src/anjuta.[ch]: Changed local tag list to use line numbers instead
23113 * src/an_symbol_view.[ch], src/mainmenu_callbacks.[ch],
23114 src/text_editor_menu.c: Added context sensitive search in symbol
23115 browser and editor.
23117 * configure.in: Changed version number to 0.1.9.99.
23119 * scripts/anjuta_import.sh.in, scripts/anjuta_project.template,
23120 src/project_import.c: Minor changes to project import facility.
23122 * src/preferences.[ch], src/preferences_gui.c: Fix for bug #537273
23123 (Forced to use specific brace format)
23125 * tagmanager/include/tm_tag.h, tagmanager/include/tm_workspace.h,
23126 tagmanager/tm_tag.c, tagmanager/tm_work_object.c,
23127 tagmanager/tm_workspace.c: Minor TagManager fixes and updates.
23129 2002-04-30 Johannes Schmid <clubfan@users.sourceforge.net>
23131 Patch reviewed by Stephane Demurget <demurgets@free.fr> who made
23132 replaced the spinbutton with an hscale, and made the UI less "blocky".
23134 * src/cvs_gui.c: When diffing a project you can choose date and
23137 * src/project_dbase.c: Import_file activated again
23139 * configure.in, plugins/Makefile.am: Added patch plugin
23141 * plugins/patch/*: The new patch plugin
23143 2002-04-28 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23145 Patch reviewed by Stephane Demurget <demurgets@free.fr>.
23147 * src/aneditor.cxx (StartAutoCompletedWord): the duplicates in the
23148 dropdown list shown by autocompletion are now removed.
23150 2002-04-28 Philip Van Hoof <freax@pandora.be>
23152 Patch reviewed by Stephane Demurget <demurgets@free.fr> who merged
23153 a bunch of filetypes from the older version.
23155 * src/project_dbase_gui.c (add_file): changed the import
23156 dialog's filetypes combo contents depending on the
23157 type of data to be imported.
23159 2002-04-28 Stephane Demurget <demurgets@free.fr>
23161 * src/fileselection.[ch] (fileselection_addtype_f): removed the use of
23162 the amount parameter as Philip stated and reformated to follow the
23165 * src/project_dbase.c (project_dbase_make_default_filetype_list):
23166 changed accordingly.
23168 2002-04-25 Stephane Demurget <demurgets@free.fr>
23172 * src/main_menubar_def.h: replaced the shortcut for "Find next" to
23173 Shift-F6, to be more consistent with other Gnome apps.
23174 Moved the "Search next" entry under the "Search" one, and swapped the
23175 order of the "Find in files" and "Find and Replace" ones.
23177 Some additional fixes ands cleanups on the edit menu.
23179 * src/main_menubar.h: replaced all occurences of repeat_find by
23180 find_again for the code to be more consistent.
23182 * src/main_menubar.c (update_main_menubar): made the "Find next" entry
23183 sensitiveness depending on the existence of an active text buffer.
23185 * TODO: added some bits about improving the usability of the
23186 search/search again couple.
23188 2002-04-25 Stephane Demurget <demurgets@free.fr>
23190 * src/preferences_gui.c: made the tab labels text more consistent
23193 2002-04-25 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23195 Patch reviewed and improved by Stephane Demurget <demurgets@free.fr>
23197 * manuals/C/anjuta-tutorial/Makefila.am: fixed the glade picture
23200 * src/main.c (main): simplified some code and cleanups.
23202 Fix a part of #499366:
23204 * src/commands.[ch] (sync_from_props), (command_editor_save),
23205 (on_apply_clicked), (create_command_editor_gui): added the gui
23206 corresponding to the command.terminal preference.
23208 2002-04-25 Stephane Demurget <demurgets@free.fr>
23212 * anjuta.spec.in: added build requirements for the source rpm.
23214 2002-04-24 Johannes Schmid <clubfan@users.sourceforge.net>
23216 Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23218 * src/appwiz_page1.c, src/appwizard_cbs.c, src/glades.c,
23219 src/pixmaps.h, src/project_dbase.[c,h], src/project_import_cbs.c,
23220 src/project_type.c, source.c, wizard_gui.c:
23221 Added new GNOME 2 project types and changed glade behaviour to
23222 produce GTK code if project type GTK was selected and GTKmm code
23223 if project type GTKmm was selected (and not depending on the
23224 selected language. Disabled glade for GNOME 2 projects because
23225 we will need glade2 there.
23227 * src/project_dbase.c: Fixed a memory lack.
23229 * pixmaps/appwiz_*2.png: Added GNOME 2 icons from Misha
23231 * src/cvs.c: Added an error message if jobs are running
23233 2002-04-23 Naba Kumar <kh_naba@users.sourceforge.net>
23235 * tagmanager/tm_work_object.c: Fixed a chrash
23236 bug which occurs when it tries to stat an empty
23239 2002-04-22 Naba Kumar <kh_naba@users.sourceforge.net>
23241 * src/controls.c: CVS menu items now becomes
23242 insensitive when the launcher is busy.
23244 * src/anjuta.c, cvs.h, cvs.c: Created a function
23245 to update the cvs preferences when preferences are
23246 applied in preferences dialog and called it from
23247 anjuta_update_preferences().
23249 2002-04-19 Naba Kumar <kh_naba@users.sourceforge.net>
23251 * src/cvs.c: Added a space in the cvs command
23252 before the revision part. This fixes the cvs
23253 error we get when cvs-diffing with revisions.
23255 * src/cvs.c: Fixed a compiler warning.
23257 * src/find_replace.c: The dialog now remembers
23258 the settings including the "prompt on replace"
23259 which seems to have broken somewhere line the
23262 2002-04-18 Naba Kumar <kh_naba@users.sourceforge.net>
23264 * src/cvs.{h,c}, src/cvs_cbs.{h,c}, src/cvs_gui.{h,c}:
23265 Added a new property in cvs class to hold a boolean
23266 for enabling date in cvs diff. This fixed the bizzare
23267 diff output due to the date that goes with the cvs
23268 command. Also, set the default value of compression
23269 to 3 and unified diff option to 1.
23271 2002-04-18 Naba Kumar <kh_naba@users.sourceforge.net>
23273 * src/cvs.c: The diff editor is set to hilite as
23274 diff syntax hiliting.
23276 * configure.in, manual/Makefile.am:
23277 Added a new manual module for ja language.
23279 * manual/ja/*/*/*: New module and files for the
23280 ja translation for the anjuta documentation
23281 from Takeshi AIHANA <aihana@jcom.home.ne.jp>
23283 2002-04-17 Naba Kumar <kh_naba@users.sourceforge.net>
23285 * src/launcher.c: Made a very messy work around
23286 for the launcher authentication to work properly.
23288 * src/find_replace.c: Applied the missing patch
23289 from Dan Elphick <dre00r@ecs.soton.ac.uk>
23291 2002-04-16 Andy Piper <andy.piper@freeuk.com>
23293 * src/cvs.c, src/main_menubar_def.h: made message strings
23294 consistent with existing standards from our own documentation
23295 (such as uppercase P in Project, corrected spelling of
23298 2002-04-16 Naba Kumar <kh_naba@users.sourceforge.net>
23300 * src/cvs_gui.c: Cleaned up gui and aligned various
23301 widgets to give a clean look.
23303 2002-04-16 Naba Kumar <kh_naba@users.sourceforge.net>
23305 * src/launcher.c: Added work around to retrieve
23306 the child exit code. It works. :)
23308 * src/find_in_files.c, src/gnome_project.c,
23309 src/project_import.c, src/cvs.c, src/configure.c, src/compile.c,
23310 src/clean.c, src/clean_project.c, src/build_project.c,
23311 src/build_file.c: Modified to handle the new
23314 2002-04-15 Dan Elphick <dre00r@ecs.soton.ac.uk>
23316 * src/find_replace.c: Changed signal to call
23317 on_replace_text_close on from delete_event
23318 to close => the replace history is now updated.
23320 2002-04-15 Naba Kumar <kh_naba@users.sourceforge.net>
23322 * src/cvs.c: escaped the cvs import message before
23325 2002-04-14 Johannes Schmid <clubfan@users.sourceforge.net>
23327 Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23329 * src/cvs.[c/h], src/texteditor.[c/h]: Fixed bug #542151
23331 * src/cvs.[c/h], src/cvs_cbs.[c/h], src/cvs_gui.[c/h]:
23334 * src/preferences_gui.c: GUI improvements
23336 * src/project_dbase.c, src/controls.c: Fixed some menu stuff
23338 2002-04-13 Naba Kumar <kh_naba@users.sourceforge.net>
23340 * tagmanager/include/tm_tag.h, tagmanager/tm_tag.c:
23341 Removed static qualifier from tm_tag_type_name() and
23342 availed it's prototype for use in outside code. also
23343 created reverse map function tm_tag_type_name();
23345 * src/anjuta.c: Implemented qualified tags names for
23346 the tag list (on the toolbar pulldown list) to avoid
23347 ambiguty in tags with similar names (like prototype
23348 and definition). Patch modified and improved.
23350 Patch from: Todd Goyen <wettoad@knighthoodofbuh.org>
23352 2002-04-11 Naba Kumar <kh_naba@users.sourceforge.net>
23354 * src/utilities.[c,h]: Added a utility funtion
23355 that escapes the single and double quotes in a
23356 given string. Useful for passing command line
23359 * src/cvs.c: Escaped the cvs log message before
23360 passing it to cvs command line to avoid ambiguties
23361 with quotes in the message.
23363 * pixmaps/anjuta_icon.png: Changed to the new icon.
23364 from Todd Goyen <goyen@mbi-berlin.de>
23366 * src/message-manager-private.cc: Added regex to
23367 recognize (underline hilite) the parsable outputs
23368 from the zvt terminal.
23370 2002-04-11 Naba Kumar <kh_naba@users.sourceforge.net>
23372 Patch from: Tina Hirsch <tehirsch@arcor.de>
23374 * src/project_type.c:
23375 Fixed a bug in the wxproject type and modified the erroroutput when
23376 configure doesn't find wx-config
23378 Patch from: Timothee Besset <ttimo@idsoftware.com>
23380 * src/anjuta.c, src/message-manager-private.cc,
23381 src/message-manager-private.h
23382 Catches double clicks in the zvt terminal, and calls goto_error_line
23383 to jump to the appropriate location in the source. This will recognize
23386 2002-04-10 Naba Kumar <kh_naba@users.sourceforge.net>
23388 * src/build_project.c: Taken care of memory leak
23389 by freeing cmd variable properly.
23391 * src/main_menubar_def.h: Fixed wrong signal connection
23392 for cvs project commit.
23394 * src/cvs_cbs.c: Fixed non-functional "cancel" button.
23396 * src/preferences_gui.c: Added some border and adjusted
23397 expandsion, filling in box adds to make the cvs preferences
23400 2002-04-03 Johannes Schmid <clubfan@users.sourceforge.net>
23402 Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23404 * src/cvs*, src/main_menubar*, src/preferences*:
23405 Moved CVS settings to preferences, added a nice login dialog.
23407 * src/controls.c, src/project_dbase.c:
23408 CVS project options are only shown if a project is open
23410 * src/build_project.c:
23411 User is now asked if he wants to install as root
23416 * anjuta.prj: Updated with cvs files
23418 * TODO: Remove task which are done
23420 2002-03-31 Naba Kumar <kh_naba@users.sourceforge.net>
23422 * pixmaps/Makefile.am, src/compile.c, src/configurer.c,
23423 src/cvs.c, src/cvs_gui.c, src/gnome_project.c,
23424 src/launcher.c, src/main_menubar_def.h, src/pixmaps.h:
23426 Modified launcher to use controlling terminal to detect and
23427 take care of password authentications (for example, for cvs
23428 and root installs).
23430 * pixmaps/password.png: New file.
23432 2002-03-28 Naba Kumar <kh_naba@users.sourceforge.net>
23434 Anjuta kick start tutorial wirtten by:
23435 Ishan Chattopadhyaya <ichattopadhyaya@yahoo.com>
23437 * manuals/C/anjuta-tutorial, manuals/C/anjuta-tutorial/Makefile.am,
23438 manuals/C/anjuta-tutorial/anjuta-tutorial.sgml,
23439 manuals/C/anjuta-tutorial/anjuta-tutorial-C.omf,
23440 manuals/C/anjuta-tutorial/figures/*.png:
23444 * configure.in, manuals/C/Makefile.am, manuals/C/topic.dat
23448 2002-03-28 Roel Vanhout <roel@stack.be>
23450 Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23452 * src/aneditor.cxx, src/preferences.c, src/preferences.h,
23453 src/preferences_gui.c:
23454 Added option to wrap around to beginning/end of file when on last bookmark
23455 and next/previous bookmark is pressed
23457 2002-03-28 Naba Kumar <kh_naba@users.sourceforge.net>
23459 Patch from Philip Van Hoof <freax@pandora.be>
23461 * src/gnomefilelist.c:
23462 Added gimp like feature that changes the file extension of
23463 the filename entered in the selections when the file
23466 2002-03-28 Naba Kumar <kh_naba@users.sourceforge.net>
23468 Patch from Roy Wood <roy.wood@filogix.com>
23470 * src/controls.c, src/find_text.c, src/find_text.h,
23471 src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
23472 src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
23474 Menuitem for entering currently selected text as find target,
23475 added key accel for "find next" and changed some key accels for
23476 other key for consistency.
23481 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
23483 * src/watch.c, src/watch.h, src/watch_cbs.c,
23484 src/watch_cbs.h, src/watch_gui.c:
23486 Patch from Jeroen van der Vegt <A.J.vanderVegt@ITS.TUDelft.nl>
23488 Added change watch entries feature
23489 and Watch entries modify on double click fixed.
23491 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
23493 * src/mainmenu_callbacks.c:
23495 Project commit should not bypass dialog as
23496 we need to get the cvs log from the user.
23498 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
23500 * src/project_dbase.c:
23502 Patch from Roy Wood <roy.wood@filogix.com>
23504 Fixed docking bug with the new docking patch
23505 to fix copy/paste bug.
23507 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
23509 * src/cvs.c, src/cvs.h, src/cvs_cbs.c, src/cvs_cbs.h
23510 src/cvs_gui.c, src/cvs_gui.h, src/main_menubar.c,
23511 src/main_menubar.h, src/main_menubar_def.h,
23512 src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
23514 Added cvs project support. Featured bypass cvs dialog for
23515 cases where we don't need dialog (such as project and right
23516 click selection from file browser). Cleaned up cvs code to
23517 make them generic cvs operations instead of separate file
23518 and project operations. Added cvs log action. Increased
23519 file entry box width and enabled "unified diff" by default.
23520 Used Editor buffer for status and log and set hilite for
23521 these buffers including diff buffer (DIFF hilite).
23523 2002-03-23 Tina Hirsch <cevina@users.sourceforge.net>
23525 Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23527 * data: Added file autogen.sh.wxwin
23528 * data/Makefile.am: Added entry for autogen.sh.wxwin
23529 * pixmaps: Added project image appwiz_wxwin.png
23530 * pixmaps/Makefile.am: Added entry for appwiz_wxwin.png
23531 * src/appwizard_cbs
23532 src/compiler_options.c
23534 src/project_dbase.c
23535 src/project_dbase.h
23536 src/project_import_cbs.c
23540 src/wizard_gui.c: Added everything necessary for new
23541 project type 'wxWindows (wxGTK)
23542 * src/project_dbase.c: Fixed a bug that caused every project
23543 to be a glade project in dialog
23544 'Project information'.
23546 2002-03-25 Naba Kumar <kh_naba@users.sourceforge.net>
23548 Patch submitted by Roy Wood <roy.wood@filogix.com>
23550 * src/anjuta_gui.c, src/message-manager-dock.c,
23551 src/project_dbase.c:
23553 fixed the copy/paste bug by rewriting dock/undock
23556 2002-03-22 Johannes Schmid <clubfan@users.sourceforge.net>
23558 Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23560 * src/cvs*, src/Makefile.am:
23561 New file for CVS support. File operations currently work
23562 cvs login needs to be done. Project support is not yet
23565 * src/main_menubar*, src/mainmenu_callbacks,
23566 src/anjuta.c, src/anjuta.h:
23567 Added menus and functions for cvs commands.
23569 * src/text_editor_menu.h:
23570 Added #include <gtk/gtk.h>
23573 Removed a warning (and this time it works ;-)
23575 * src/utilities.c, src/utilities.h:
23576 Added a utility function to retrieve directory
23577 name out of full path.
23579 2002-03-11 Jeroen van der Vegt <ajvdvegt@sourceforge.net>
23581 * src/executer.c: (create_executer_dialog): changed the default
23582 focus on the entry.
23584 2002-03-10 Naba Kumar <kh_naba@users.sourceforge.net>
23586 * widgets/gnomefilelist.c:
23587 Fixed duplicate history entries for the same directory.
23589 2002-03-10 Stephane Demurget <demurgets@free.fr>
23593 * src/main_menubar_def.h: removed the Ctrl-L shortcut for Save All, as
23594 it's already used by scintilla to delete the whole current line.
23596 2002-03-10 Stephane Demurget <demurgets@free.fr>
23600 * src/anjuta_cbs.c: (on_open_filesel_ok_clicked): removed unecessary
23601 calls to fileselection_hide_widget,
23602 (on_open_filesel_cancel_clicked): removed.
23604 * src/project_dbase.c: (on_open_prjfilesel_cancel_clicked),
23605 (on_add_prjfilesel_cancel_clicked):
23607 * widgets/gnomefilelist.[ch]: (gnome_filelist_set_multiple_selection):
23610 * src/fileselection.c: Made some functions static.
23611 (fileselection_hide_widget): rewritten using the new
23612 gnome_filelist_set_multiple_selection function.
23614 * src/fileselection.c: (on_file_selection_delete_event): removed
23615 unuseful widget hides. Some cleanups,
23616 (on_file_selection_cancel_clicked): impl,
23617 (create_fileselection_gui): changed the cancel button clicked's
23618 callback to use this new function.
23620 * src/anjuta.c: (anjuta_new):
23621 * src/project_dbase.c: (project_dbase_new): removed the use of cancel
23622 callbacks, because this the gnome filelist widget's job.
23624 * widgets/gnomefilelist.c: (gnome_filelist_new_with_path): removed
23625 clist selection mode duplicates set,
23626 (gnome_filelist_key_press): use the new impl. function.
23628 2002-03-10 Stephane Demurget <demurgets@free.fr>
23632 * src/appwizard_cbs.c: (on_druidpagestandard2_next):
23633 fixed some bogus code using an array cell out of
23634 range, removed unecessary gettext usages.
23636 * src/appwiz_page2.c: (on_prj_name_entry_changed):
23637 some cleanups and now transform minus characters to
23641 (source_write_configure_in),
23642 (source_write_toplevel_makefile_am),
23643 (source_write_desktop_entry),
23644 (source_write_glade_file):
23645 * src/project_dbase.c: (project_dbase_summon_glade),
23646 (project_dbase_generate_source_code):
23647 * src/glades.c: (gladen_write_glade_write):
23648 replaced some occurences of the target name by the
23649 project filename, using project_dbase_get_proj_name,
23650 to fix the name of some files.
23651 Fixed a lot of mem leaks.
23652 Various code cleanups.
23654 2002-03-06 Stephane Demurget <demurgets@free.fr>
23656 Merged with latest (1.44) scintilla.
23658 Added: - The calltip.<lexer>.end.definition property to display help
23659 text on a second line of calltip.
23660 - The calltip.<lexer>.word.characters property to correctly find
23661 calltips for functions that include characters like '$' which
23662 is not normally considered a word character.
23663 - The use.monospaced property to determine initial state of
23664 Use Monospaced Font setting.
23666 Bugs fixed: Too many to mention; please see :
23667 http://www.scintilla.org/ScintillaHistory.html for the
23670 * scintilla/*/*: updated nearly all files.
23672 * TODO: removed the need of a scintilla merge.
23674 Merged with latest (1.44) SciTE properties.
23676 * data/properties/anjuta.properties: added the wrap, use.monospaced
23679 * data/properties/html.properties: added a missing php extension, and
23680 updated php keywords to the latest reference.
23682 * data/properties/pascal.properties: added commands to compile, build
23683 and execute pascal applications.
23685 * data/properties/lua.properties: added styles for statements.
23687 * data/properties/bash.properties: added the declare keyword.
23689 Fixed distchecking.
23691 * global-tags/Makefile.am,
23692 global-tags/create-global-tags.sh: used some kind of ugly hack to
23693 make distchek work, since noone has proposed some better way.
23695 * src/main_menubar_def.h: Ctrl-W is now associated to close file,
23696 and Ctrl-N replace Alt-N for new file according to the Gnome design
23699 2002-03-06 Naba Kumar <kh_naba@users.sourceforge.net>
23701 * widgets/gnomedirlist.c
23702 widgets/gnomedirlist.h
23703 widgets/gnomefilelist.c
23704 widgets/gnomefilelist.h:
23706 Added GPL headings in the file.
23708 2002-03-06 Naba Kumar <kh_naba@users.sourceforge.net>
23710 * src/attach_process.c
23711 src/attach_process_cbs.c
23712 src/attach_process_cbs.h
23713 src/attach_process_gui.c
23715 src/breakpoints_cbs.c
23716 src/breakpoints_cbs.h
23717 src/breakpoints_gui.c
23719 src/compiler_options.c
23720 src/compiler_options_cbs.c
23721 src/compiler_options_cbs.h
23722 src/compiler_options_gui.c
23723 src/find_in_files.c
23724 src/find_in_files_cbs.c
23725 src/find_in_files_cbs.h
23726 src/find_in_files_gui.c
23731 src/preferences_gui.c
23732 src/project_config.c
23734 src/src_paths_cbs.c
23735 src/src_paths_cbs.h
23736 src/src_paths_gui.c:
23738 Bugs #521629 and #522427 fixed. The problem was, that the
23739 escape-key was not catched and the dialog was hidden, but
23740 the flag was not set correctly.
23742 Changed the callbacks for delete_event to close, using gnome_dialog_close(),
23743 using the gnome_dialog_close_hides()-setting present in most dialogs.
23744 Instead of _hide() in the button-callbacks, calling gnome_dialog_close(), which
23745 emits "close" and set the flag in the close-callback.
23747 Patch from: Jens Georg <mail@jensgeorg.de>
23749 2002-03-06 Stephane Demurget <demurgets@free.fr>
23751 * src/*.{c,cpp}: s/string_free/g_free/
23753 * src/utilities.[ch]: (string_free): removed.
23755 2002-03-06 Dan Elphick <dre00r@ecs.soton.ac.uk>
23757 Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23759 * src/controls.c, src/main_menubar.[ch], src/main_menubar_def.h,
23760 src/mainmenu_callbacks.[ch]:
23761 Removed Project menu options: README, TODO, ChangeLog and NEWS
23762 Moved Save Build Messages to Build menu and only highlight it
23763 when there are build messages.
23764 Corrected a spelling: "mojority" -> "majority"
23765 Fixed initialisation of edit.edit_app_gui so now Edit menu
23766 can be shown when no project is loaded.
23768 * src/project_dbase.h: Removed prototype for static function
23770 2002-03-06 Naba Kumar <kh_naba@users.sourceforge.net>
23772 * src/text_editor.c: Editor is marked changed after
23775 Patch from: Jens Georg <mail@jensgeorg.de>
23777 2002-03-04 Roel Vanhout <roel@stack.be>
23779 Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23781 * src/find_in_files.c, src/find_in_files.h, src/find_in_files_gui.c
23782 Added option to ignore binary files on 'Find in files' (grep -I option)
23784 2002-03-03 Naba Kumar <kh_naba@users.sourceforge.net>
23787 session restoration and commandline load in
23790 * src/anjuta.[h,c], src/anjuta_cbs.c:
23791 Removed "clear windows menu" and prevented runtime
23794 * src/compile.c, src/build_file.c, src/build_project.c,
23796 Takes into account the preference setting for
23797 show dialog when job completes. Dialogs are
23798 shown when it is enabled otherwise not.
23800 2002-03-03 Roel Vanhout <roel@stack.be>
23802 Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23805 Store 'Find...' search string on search so that 'Find Next' will search for
23806 that string, even if the dialog hasn't been closed yet.
23808 2002-03-03 Naba Kumar <kh_naba@users.sourceforge.net>
23810 * src/anjuta.[h,c], src/anjuta_gui.c, src/anjuta_cbs.c,
23811 src/controls.c, src/main_menubar.h, src/main_menubar.[h,c],
23812 src/main_menubar_def.h:
23814 Organized menus, removed "Windows" and "Utilities" menus from the
23815 menubar [they are no longer needed]. Also removed some extragenous
23818 2002-03-03 Naba Kumar <kh_naba@users.sourceforge.net>
23820 * src/message-manager-private.cc:
23821 Set message clist selection mode to BROWSE.
23823 * src/message-manager.cc, src/an_symbol_view.c,
23824 src/an_file_view.c:
23825 Added Key navigation for the CTree and CList. Arrow left for
23826 node collapse, right for node expand, space (or enter) for
23827 activation (same as double click).
23829 2002-03-03 Roel Vanhout <roel@stack.be>
23831 Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23833 * plugins/class-gen/clsGen.c
23834 Added functionality to semi-intelligently prefill filename
23835 boxes with names deduced from class name
23837 2002-02-26 lbell <lbell@tsc4.com>
23839 Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23840 * src/preferences_gui.c:
23841 Removed an incorrect use of gtk_misc_set_alignment().
23843 * src/anjuta.c, src/anjuta.h, src/controls.c, src/main.c,
23844 src/main_menubar.c, src/mainmenu_callbacks.c, src/preferences.c,
23845 src/preferences.h, src/preferences_gui.c:
23847 Added the option to reload last open project at the startup.
23848 Added the possibility to open a new project without close
23851 * src/properties.cxx:
23852 Corrected a spelling mistake in message string.
23855 Updated session functions.
23857 2002-02-26 Naba Kumar <kh_naba@users.sourceforge.net>
23859 * widgets/gnomefilelist.c: Bug fixes.
23861 Patch from Philip Van Hoof <freax@pandora.be>
23863 2002-02-25 Naba Kumar <kh_naba@users.sourceforge.net>
23865 * src/an_file_view.c:
23866 anjuta was unable to open some files becuase they were not being
23867 recognized as "text/*" mime type (example files *.rej, *.in, etc.).
23868 Removed mime checking when opening with anjuta, becuase it doesn't
23869 hurt to open binary files in anjuta (some even may want to do so).
23871 Added a warning when mime type is not set when "view with default
23872 viewer" is activated.
23874 * src/an_file_view.c, an_symbol_view.c:
23875 Converted N_() to _() where ever appropriate in the strings.
23877 2002-02-25 Johannes Schmid <clubfan@users.sourceforge.net>
23879 * src/appwizard_gui.c, src/appwizard_cbs.c
23880 src/wizard_gui.c/h, src/appwiz_page3.c,
23881 src/project_import_gui.c:
23883 Moved target type radiobuttons to appwiz. page 2
23885 * src/message-manager-private.cc
23886 Fixed a bug which caused a crash if next message function was used
23888 Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>.
23890 2002-02-25 Naba Kumar <kh_naba@users.sourceforge.net>
23892 * src/anjuta.h, anjuta.c, anjuta_cbs.c:
23893 Modifies the behaviour of Alt-TAB in Anjuta. This
23894 brings a behaviour similar to VC6 Alt-TAB, by maintaining the recently
23895 edited files in the first items of the notebook.
23897 Patch from: Timothee Besset <timo@qeradiant.com>
23899 2002-02-24 Philip Van Hoof <freax@pandora.be>
23901 * widgets/gnomefilelist.c, gnomefilelist.h:
23902 Added filecompletion
23904 Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>.
23906 2002-02-21 Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz>
23908 * configure.in: Added "sk" to ALL_LINGUAS.
23910 2002-02-20 Johannes Schmid <clubfan@users.sourceforge.net>
23912 * src/appwiz_page3.c, src/appwizard.c, src/appwizard_cbs.c,
23913 src/appwizard_gui.c, src/project_dbase.c, src/source.c,
23914 src/wizard_gui.c: Added support for static and dynamic libs
23916 2002-02-20 Dan Elphick <dre00r@ecs.soton.ac.uk>
23918 * widgets/gnomefilelist.c:
23919 Fixed gnome_filelist_get_lastfilename so it no longer returns
23922 2002-02-20 Naba Kumar <kh_naba@users.sourceforge.net>
23924 * src/resources.h, resources.c:
23927 * src/main_menubar_def.h, mainmenu_callbacks.c:
23928 Changed to use gnome configed url handler.
23930 2002-02-19 Philip Van Hoof <freax@pandora.be>
23932 * widgets/gnomefilelist.c
23933 Added PHP filetype.
23935 2002-02-19 Naba Kumar <kh_naba@users.sourceforge.net>
23937 * plugins/class-gen/clsGen.c:
23940 * widgets/gnomefilelist.c:
23941 Gives the maximum space to the files section of the open file dialog.
23943 Patches from: lbell <lbell@tsc4.com>
23945 2002-02-18 Naba Kumar <kh_naba@users.sourceforge.net>
23947 * src/anjuta.c, main.c:
23948 Used tm_get_real_path in anjuta_get_full_filename();
23950 2002-02-18 Andy Piper <andyp@users.sourceforge.net>
23952 * anjuta.prj: update version
23954 2002-02-17 Stephane Demurget <demurgets@free.fr>
23956 * widgets/gnomefilelist.[ch]: (gnome_filelisttype_addtype_f):
23957 removed the amount arg and replaced with a NULL-ending list.
23958 (gnome_filelisttype_makedefaultlist): use the new prototype.
23960 2002-02-17 Andy Piper <andyp@users.sourceforge.net>
23962 * src/about.c, THANKS: updated for new contributors
23964 * anjuta.prj: added new files
23966 * README: corrected some documentation, ctags no longer needed,
23967 pkgconfig now required
23969 * data/properties/others.properties: add .cvsdiff extension
23971 * src/project_dbase_gui.c, src/utilities.c, src/utilities.h:
23972 patch from Vadim Berezniker <vadim@berezniker.com> to improve
23975 * doc/anjuta.1: added initial man page thanks to
23976 Rob Bradford <rob@debianplanet.org> (NB build and install
23979 2002-02-17 Johannes Schmid <clubfan@users.sourceforge.net>
23981 * src/Makefile.am: Cleaned handling of compiler flags by moving them
23982 to CFLAGS and CXXFLAGS. Anjuta is now compiled with -g -O2 and many
23985 * configure.in: Changed version to 0.1.10-pre
23987 2002-02-17 Stephane Demurget <demurgets@free.fr>
23989 * src/fileselection.c: (create_fileselection_gui): always display
23990 the directory creation button as we cannot rely on the dialog
23993 * widgets/gnomefilelist.[ch]: fixed includes.
23995 * pixmaps/new_folder.xpm: resized, added a + sign.
23997 2002-02-17 Stephane Demurget <demurgets@free.fr>
23999 * widgets/gnomefilelist.c: (gnome_filelisttype_makedefaultlist):
24000 changed all extensions to begin with a dot.
24002 2002-02-16 Philip Van Hoof <freax@pandora.be>
24004 Patch reviewed by Stephane Demurget <demurgets@free.fr>.
24006 * THANKS: added Philip.
24008 * pixmaps/Makefile.am, pixmaps/new_folder.xpm: added.
24010 * src/project_dbase.c: (project_dbase_make_default_filetype_list),
24011 * src/file_selection.[ch],
24012 * widgets/gnomefilelist.[ch]: added a filetype
24013 combobox to the Anjuta file dialog widget.
24015 2002-02-14 Andy Piper <andy.piper@freeuk.com>
24017 * anjuta.spec.in: eep! the import script was not being installed by
24018 RPM - fixed for the release.
24020 2002-02-13 Stephane Demurget <demurgets@free.fr>
24022 Various cleanups and fixes for the next release to be able to make
24025 * plugins/*/*.c: added missing prototypes causing gcc to speak to
24026 much and make some tweaks plus cleanups.
24028 * widgets/scroll-menu.c: made compare_menu_items use gconstpointers
24029 args to remove some warnings.
24031 * global-tags/Makefile.am,
24033 src/Makefile.am: link against Anjuta static libs using the
24034 $(top_builddir) dir, not anymore on $(top_srcdir) to make
24037 * src/Makefile.am: ditto with all the Anjuta static libs.
24039 * src/main_menubar.c: removed the widgets/ dir from the scroll-menu.c
24040 include, as we already include the whole directory for the build.
24042 * src/text_editor_cbs.c: included dnd.h for scintilla_uri_dropped ().
24044 2002-02-13 Andy Piper <andy.piper@freeuk.com>
24046 * pixmaps/Makefile.am: icon for libglade project now installed
24047 * NEWS, README, TODO, configure.in, anjuta.prj: revised for release
24048 * manuals/C/Makefile.am: removed ChangeLog reference which was
24049 breaking some build stuff
24050 * global-tags/Makefile.am, tagmanager/Makefile.am: fixed some
24051 include reference problems that showed up on make distcheck
24052 * tagmanager/tm_workspace.c: fixed crash bug spotted by Biswa
24054 2002-02-13 Johannes Schmid <clubfan@users.sourceforge.net>
24056 * src/aneditor.cxx: Fixed bug #509977 (CallTips)
24058 2002-02-12 Naba Kumar <kh_naba@users.sourceforge.net>
24060 * src/message-manager-private.cc:
24061 The horizontal scrollbar now shows properly on demand.
24063 2002-02-08 Johannes Schmid <clubfan@users.sourceforge.net>
24065 * src/dnd.c fixed some warnings
24066 * src/message-manager-private.cc: Horizontal scrollbar is now shown
24067 and works. It is shown always at the moment but before it was
24068 shown on demand and did never work.
24070 2002-02-07 Naba Kumar <kh_naba@users.sourceforge.net>
24072 * src/anjuta.c: Fixed a crash bug.
24073 patch from: Jens Georg <mail@jensgeorg.de>
24075 2002-02-04 Andy Piper <andy.piper@freeuk.com>
24077 * manuals/C/anjuta-manual/*.sgml: fixed so that jade no longer
24078 reports a problem with missing end tags on <graphic>
24080 2002-02-03 Andy Piper <andy.piper@freeuk.com>
24082 * manuals/C/ChangeLog: removed since it was never used
24083 * manuals/C/anjuta-manual/*: more updates, new screenshots
24084 * anjuta.prj: updated for new manuals/ structure
24086 2002-02-03 Johannes Schmid <clubfan@users.sourceforge.net>
24088 * source.c, compiler_options.[c/h]:
24089 Fixed bug #460321 "Problem with optimization options"
24090 by separating INCLUDE and C(XX)FLAGS in Makefile.am creation
24092 2002-02-03 Andy Piper <andy.piper@freeuk.com>
24094 * NEWS: prepared for release, need to fill in date
24095 * data/welcome.txt: version number updated
24097 2002-02-03 Andy Piper <andy.piper@freeuk.com>
24099 * src/text_editor_menu.c, src/an_file_view.c,
24100 src/an_symbol_view.c: marked strings for translation
24102 * src/defaults.c, data/properties/xml.properties:
24103 *.omf and *.xsl files should use XML highlighting
24105 * manuals/C/anjuta-manual/*:
24106 - restructured so that files have more meaningful names
24107 and are easier to edit (see anjuta-manual.sgml for the
24109 - updated some screenshots
24110 - continued rewrite
24112 2002-02-02 Naba Kumar <kh_naba@users.sourceforge.net>
24114 * main.c: Made a workaround to remove the old
24115 anjuta gnome config file (older than 9 Feb 2002). This
24116 will fix the bug which never lets the brower toolbar shown.
24118 * main.c: In fact, the above solution wouldn't work in all
24119 cases. Therefore, here is the better fix, which works by
24120 detecting the version of the old config file and deleting
24121 ~/.gnome/Anjuta if it is lesser than 0.1.9.
24123 2002-02-01 Andy Piper <andy.piper@freeuk.com>
24125 * HACKING: added info on submitting patches
24127 2002-01-31 Johannes Schmid <clubfan@users.sourceforge.net>
24129 * src/project_import_gui.c, src/project_import.c:
24130 - If Project Import Wizard is canceled everything is
24132 - Back button is now insensitive on page 3 (some problems:
24133 see TODO in project_import_qui.c:284
24134 - Menu frame is insensitive if project type != GNOME(mm)
24136 2002-01-31 Naba Kumar <kh_naba@users.sourceforge.net>
24138 * src/main.c: Fixed bug # (Unable to open files on
24139 double click in project window from second trial onwards when
24140 the project is opened from command line).
24142 * po/POTFILES.in: Removed tags_manager.[h,c]
24144 2002-01-31 Naba Kumar <kh_naba@users.sourceforge.net>
24146 * src/preferences.c:
24147 A quick hack to fix the 'invisible' browser toolbar when
24148 upgrading from 0.1.8 to 0.1.9
24151 Fixed toolbar names which were causing confusions in the toolbar
24155 Substituted "anjuta" with PACKAGE
24157 * src/project_import_gui.c:
24158 Consistensy: wm_class should be set with "Anjuta" and not "anjuta"
24160 * anjuta.prj, src/tags_manager.h, src/tags_manger.c:
24161 Added new files and removed obsolete ones.
24163 2002-01-30 Andy Piper <andy.piper@freeuk.com>
24165 * src/appwizard_cbs.c, project_import_cbs.c,
24166 main_menubar_def.h, project_import_gui.c:
24167 updates to message strings and layout for the
24170 * text_editor_cbs.c: fix for the tab menu entries for
24171 redocked windows (Dan Elphick <dre00r@ecs.soton.ac.uk>)
24173 2002-01-30 Naba Kumar <kh_naba@users.sourceforge.net>
24180 Tag dropdown exclusive (takes
24181 all space in the toolbar) and never vertical and
24182 increased the width of the tag combo to 256 pixs.
24183 Toolbar separator before the combo and button.
24184 Added tags label before the tag button.
24185 Reorganized the dock bands for the toolbars.
24187 * src/project_import_gui.c
24188 src/project_import.c:
24189 Fixed an error and removed an unused variable.
24191 * data/properties/anjuta.properties:
24192 Removed the property for the old toolbar and set
24193 browser toolbar show to default.
24195 * src/project_dbase.c: excluded modules were not
24199 No build files will be written if the project is blocked.
24201 * src/project_import.c,
24202 src/project_import_cbs.c,
24206 Manually applied Johannes patch to fix some memory
24207 issues and gui clean up.
24208 Patch from: Johannes Schmid <clubfan@users.sourceforge.net>
24210 * src/project_dbase.c, project_dbase.h, project_dbase_gui.h:
24211 Fixed a bad bug with remove file from project because of
24212 files were never removed properly from the project and
24213 from the tagmanager.
24215 * src/appwiz_page3.c: Disabled unused codes to clear
24218 2002-01-30 Naba Kumar <kh_naba@users.sourceforge.net>
24220 * tagmanager/*/*: Upgraded to 0.7.1 version from Biswa.
24223 pixmaps/Makefile.am
24226 src/an_symbol_view.c
24234 src/main_menubar_def.h
24235 src/mainmenu_callbacks.c
24236 src/mainmenu_callbacks.h
24238 src/project_dbase.c
24239 src/project_dbase.h
24241 src/text_editor_menu.c
24242 src/text_editor_menu.h
24245 src/toolbar_callbacks.c
24246 src/toolbar_callbacks.h :
24248 Patch submitted by:
24249 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24251 Removes the Tags toolbar and substituted it with
24252 tags combo dropdown list. Fixes a couple of bugs.
24254 Moved the tag combo to browser toolbar because
24255 main toolbar was becoming too long.
24256 Made a new icon of tag toolbar.
24258 * po/zh_TW.po: Fixed bug.
24260 * pixmaps/an_tag.xpm: Added new file.
24262 2002-01-30 Naba Kumar <kh_naba@users.sourceforge.net>
24264 * src/project_import_gui.c: Reorganized project
24267 2002-01-29 Andy Piper <andy.piper@freeuk.com>
24269 * HACKING: added info on creating windows and dialogs
24271 2002-01-29 Naba Kumar <kh_naba@users.sourceforge.net>
24273 * src/tm_file_view.c:
24275 Sorts the file list at the end instead of doing sort-insert
24276 to improve performance.
24277 Patch from: Dan Elphick <dre00r@ecs.soton.ac.uk>
24279 * src/project_dbase.c: Resolved a conflict from
24282 * src/project_import.c:
24284 Fixed to use anjuta_import.sh for the bin dir and
24285 not from the data dir.
24287 Used anjuta_is_installed() function to verify a the command's
24290 Fixed import command to use sh (which is more general and is
24291 gauranteed to be found in any unix system :-)). Also, added
24292 double quotes around the import directory.
24294 Changed some strings for better translations (like avoiding
24297 Fixed the reading of wrong target type.
24299 * src/control.c: Insensitive "import project" when there is
24302 * src/project_import_cbs.c:
24304 Fixed strcmp() [== 0 was left out]. Languages now selected properly.
24305 Fixed selection of gettext checkbox.
24306 Sets the menu entries.
24308 2002-01-28 Johannes Schmid <clubfan@users.sourceforge.net>
24310 * src/appwiz_page[1-4].c
24312 * src/appwizard.[c/h]: Moved some code to wizard_gui.[c/h]
24313 be able to reuse it.
24315 * src/mainmenubar.[c/h]
24316 * src/mainmenubar_def.h
24317 * src/mainmenu_callbacks.[c/h]: Code to create "Import Project"
24320 * src/message-manager.c: Fixed bug 509192
24321 * src/message-manager-dock.c: Added accel_group if window is undocked
24323 * src/project_dbase.[c/h]: Splitted opening code to be able
24324 to use it without an open file dialog
24325 (Maybe I broke Naba's changes, please take a look)
24327 * src/project_import.[c/h]
24328 * src/project_import_gui.c: New Files, Code for Project Import Wizard
24330 * src/wizard_gui.[c/h]: New Files, shared code between appwizard and
24333 2002-01-28 Andy Piper <andy.piper@freeuk.com>
24335 * src/main_menubar_def.h, tagmanager/tm_project.c: more
24338 * manuals/C/anjuta_manual/*: started rewrite of the
24339 manual, updated some screenshots
24341 2002-01-28 Naba Kumar <kh_naba@users.sourceforge.net>
24343 * src/gnomefilelist.h, src/gnomefilelist.c:
24345 Fixed multiple selection bug (#497085). The OK button is
24346 sensitive when in multiple mode, if the no. of
24347 selection is one or more.
24349 Toggle between single and multiple selection mode
24350 and multiple mode display.
24352 Fixed strings to translable strings.
24354 Fixed some compiler warnings by commenting out
24357 2002-01-28 Naba Kumar <kh_naba@users.sourceforge.net>
24359 * src/project_dbase.c: App status bar now updates
24360 with the project name when the project is loaded.
24362 * src/an_file_view.c, tagmanager/tm_file_entry.c:
24364 Puts the directories at the top. They're also sorted now.
24365 Patch from: Dan Elphick <dre00r@ecs.soton.ac.uk>
24367 2002-01-28 Naba Kumar <kh_naba@users.sourceforge.net>
24369 * scripts/anjuta_import.sh.in: Added file.
24370 * scripts/anjuta_import.sh: Removed file.
24372 * .cvsignore, po/.cvsignore, scripts/.cvsignore:
24375 * src/main_menubar_def.h:
24377 Changed shortcut for Find/Replace to CTRL+SHIFT+F (to
24378 reflect the opposite of Find (CTRL+F) and also to leave
24381 Changed Glade summon with ALT+G, which frees the ATL+E
24382 for poping up the edit menu.
24384 * src/Makefile.am: Debugging link flags by Biswa, removed.
24386 2002-01-28 Andy Piper <andy.piper@freeuk.com>
24388 * HACKING: added information on best practices for writing
24389 application messages and GUI labels
24391 * src/CORBA-Server.c, src/about.c, src/anjuta.c,
24392 src/breakpoints.c, src/build_file.c, src/build_project.c,
24393 src/clean_project.c, src/compile.c,
24394 src/compiler_options_cbs.c, src/compiler_options_gui.c,
24395 src/configurer.c, src/debugger.c, src/executer.c,
24396 src/find_in_files.c, src/find_in_files_cbs.c,
24397 src/find_replace.c, src/find_text.c, src/glades.c,
24398 src/gnome_project.c, src/goto_line.c, src/main.c,
24399 src/main_menubar.c, src/main_menubar_def.h,
24400 src/mainmenu_callbacks.c, src/preferences_gui.c,
24401 src/project_config.c, src/project_dbase.c,
24402 src/project_dbase_gui.c, src/resources.c, src/source.c,
24403 src/support.c, src/tags_manager.c, src/text_editor.c,
24404 src/text_editor_gui.c, src/text_editor_menu.c,
24405 src/toolbar_callbacks.c, src/utilities.c:
24406 lots of minor message updates to make them more user-friendly
24409 2002-01-28 Naba Kumar <kh_naba@users.sourceforge.net>
24413 Because of the spaces escaping, the command could not be
24414 executed when run without terminal. Now fixed.
24416 * anjuta.prj, Makefile.am:
24418 Added anjuta project file.
24420 2002-01-27 Naba Kumar <kh_naba@users.sourceforge.net>
24422 * src/message-manager-private.h, message-manager-private.cc,
24425 Added freeze() and thaw() for the message window class to
24426 speed up the message manager update.
24428 * src/project_config.h, project_config.c,
24429 src/project_dbase.h, project_dbase.h
24430 scripts/anjuta_project.template:
24432 Added two new prject attributes: project.config.blocked and
24433 project.excluded.modules. The former will make sure that users
24434 are not given any previlidge in enabling the 'overwrite build
24435 files' flags and the later issues a list of modules in the project
24436 to be skipped for symbol browsing and project listing.
24438 * configure.in, scripts/anjuta_import.sh, scripts/Makefile.am:
24440 Modified script to read the template from the anjuta data dir
24441 rather than from the directory in which the script exist. Otherwise,
24442 Being transfered to the bin dir, the script will not be able to
24443 find the template when it is run.
24445 The script is also create with configure.in to set in the anjuta
24446 data dir path inside the script.
24448 2002-01-26 Stephane Demurget <demurgets@free.fr>
24450 * po/fr.po: updated to the latest sources.
24452 2002-01-26 Naba Kumar <kh_naba@users.sourceforge.net>
24454 * scripts/Makefile.am:
24455 anjuta_import.sh goes with distribution.
24457 * po/*.po: They seem to have updated (merged with
24458 anjuta.pot) automatically when I did "make dist".
24460 2002-01-26 Naba Kumar <kh_naba@users.sourceforge.net>
24462 * src/compiler_options_cbs.c, compiler_options.h, compiler_options_gui.c,
24463 Fixed Bug #499807, ie crash on removing libs, includes, defines from
24464 the compiler options dialog.
24467 Correct todays date. :)
24469 * scripts/Makefile.am:
24470 Installs anjuta_import.sh in $(prefix)/bin dir and
24471 is treated as an executable.
24473 2002-01-26 Naba Kumar <kh_naba@users.sourceforge.net>
24475 * Fix for bug #499373
24477 * data/properties/anjuta.properties, ada.properties, cpp.properties,
24478 java, properties, latex.properties, lua.properties, others.properties,
24481 Added double-quotes around file arguments so that
24482 filenames with spaces could also work.
24484 * launcher/anjuta-launcher.c, executer.c:
24485 Escaped quotes in the cammand and it's arguments before executing
24486 so that args with spaces can also work.
24488 Commented #DEBUG switch.
24490 2002-01-26 Naba Kumar <kh_naba@users.sourceforge.net>
24492 * scripts/*: Added files which I forgot previously.
24494 * src/aneditor.h: Lined up commands definition for better look.
24496 * src/mainmenu_callbacks.c. main_menu_def.h, main_menubar.c,
24497 main_menubar.h, control.c:
24498 Added three more convert EOL chars submenu items in transform.
24499 Reformatted some some.
24501 * data/anjuta.properties:
24502 Reformatted a line.
24504 * src/aneditor.h, aneditor.c:
24505 Added three commands (with definitions) for EOL conversions.
24507 * src/text_editor.c:
24508 Editor detects file mode from the file content and
24509 set the editing mode to CR/LF/CRLF automatically.
24510 Refined Dos mode extrageneous chars filter
24511 This will make sure that filter works only in Dos mode and not
24514 * src/anjuta.c: Editor mode display in status bar.
24516 * src/preferences_gui.c: Changed the string for dos mode
24517 filter to more sensible string.
24519 * src/aneditor.c: Default editor mode sets during widget creation
24520 and not everty time the properties are loaded. This makes sure
24521 that the auto-detected mode is not overridden by the default mode.
24523 * src/text_editor.c, aneditor.c: Disabled #DEBUG flag.
24525 * src/anjuta.c: Fixed bug #476028.
24526 Now anjuta also searches for file relative to top project dir,
24527 when the project is open.
24529 * src/anjuta_cbs.c: Fixed bug #499536.
24530 File is not closed if it is not able to save the file properly.
24532 * src/mainmenu_callbacks.c: Fixed bug #499536.
24533 Newfiles (which are not modified) are also closed on "close all files".
24535 2002-01-25 Naba Kumar <kh_naba@users.sourceforge.net>
24537 * src/an_symbol_view.c: Added MAX_STRING_LENGTH
24539 * tagmanager/tm_source_file.c, regex.c, parse.c:
24540 defined and delimited g_messages within #debug.
24542 * src/preferences.c, data/anjuta.properties:
24543 saved/defied message-manager tag position in string.
24544 Message tag possition is saved between sessions. And
24545 and tag position bottom as default.
24547 2002-01-25 Naba Kumar <kh_naba@users.sourceforge.net>
24549 Patch submitted by:
24550 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24555 data/properties/Makefile.am
24556 global-tags/Makefile.am
24557 pixmaps/Makefile.am
24561 src/an_symbol_view.c
24562 src/an_symbol_view.h
24567 src/message-manager-private.cc
24569 src/project_dbase.c
24570 src/project_dbase_gui.c
24580 pixmaps/sv_class.xpm
24581 pixmaps/sv_function.xpm
24582 pixmaps/sv_macro.xpm
24583 pixmaps/sv_private_fun.xpm
24584 pixmaps/sv_private_var.xpm
24585 pixmaps/sv_protected_fun.xpm
24586 pixmaps/sv_protected_var.xpm
24587 pixmaps/sv_public_fun.xpm
24588 pixmaps/sv_public_var.xpm
24589 pixmaps/sv_static_fun.xpm
24590 pixmaps/sv_static_var.xpm
24591 pixmaps/sv_struct.xpm
24592 pixmaps/sv_unknown.xpm
24593 pixmaps/sv_variable.xpm
24594 pixmaps/fv_core.xpm
24595 pixmaps/fv_text.xpm
24596 pixmaps/filestoremove.txt:
24600 * pixmaps/class.xpm
24601 pixmaps/function.xpm
24602 pixmaps/fv_autofile.xpm
24604 pixmaps/fv_i18n.xpm
24605 pixmaps/fv_source.xpm
24606 pixmaps/private_func.xpm
24607 pixmaps/private_var.xpm
24608 pixmaps/protected_func.xpm
24609 pixmaps/protected_var.xpm
24610 pixmaps/public_func.xpm
24611 pixmaps/public_var.xpm
24613 pixmaps/variable.xpm
24619 Upgraded to tagmanager-0.7
24621 2002-01-24 Johannes Schmid <clubfan@users.sourceforge.net>
24622 * src/anjuta_cbs.c: Fixed bug #506441
24623 * src/watch_gui.c: Changed layout of eval dialog so that
24624 it fits on a 800x600 desktop with German translation.
24626 2002-01-23 Andy Piper <andy.piper@freeuk.com>
24628 * src/project_dbase.c: completed string updates for GTKmm and GNOMEmm
24629 * pixmaps/appwiz_libglade.png, src/pixmaps.h, pixmaps/Makefile.am: new
24630 icon for new project type (thanks to Misha)
24631 * configure.in: build and install Danish translation
24632 * src/about.c, THANKS, manuals/C/anjuta-manual/authors.sgml: updated
24633 credits to cover new patches and translations
24635 2002-01-23 Johannes Schmid <clubfan@users.sourceforge.net>
24637 * src/preferences.c, src/message-manager.cc, src/project_type.c,
24638 src/appwiz_page1.c:
24640 - Font preferences are restored properly now (\n was missing)
24641 - Dock menu label of message-manager is "Dock/Undock" instead
24642 of "Dock|Undock" to match with the rest of anjuta.
24643 - Name of GTK-- and GNOME-- have changed to GTKmm and GNOMEmm, so I
24644 changed it in anjuta, too
24646 2002-01-21 Naba Kumar <kh_naba@users.sourceforge.net>
24648 * tagmanager/tm_source_file.c,
24649 tagmanager/parse.c,
24650 tagmanager/tm_project.c,
24651 src/an_symbol_view.c,
24654 Disabled debug warnings.
24656 2002-01-21 Naba Kumar <kh_naba@users.sourceforge.net>
24658 * src/appwiz_page1.c
24659 src/compiler_options.c
24660 src/project_dbase.c
24661 src/project_dbase.h
24666 New project type named LibGlade.
24668 Patch submitted by:
24669 Dick Knol <dknol@gmx.net>
24672 Commented out unused pixmap creation. May be it
24673 will fix the crash in project creation.
24675 2002-01-21 Naba Kumar <kh_naba@users.sourceforge.net>
24679 src/registers_cbs.c
24680 src/registers_cbs.h
24681 src/registers_gui.c
24684 src/sharedlib_cbs.c
24685 src/sharedlib_cbs.h
24686 src/sharedlib_gui.c
24694 src/stack_trace_cbs.c
24695 src/stack_trace_cbs.h
24696 src/stack_trace_gui.c
24704 Fixed bug #496290: Attach/detach removed from these
24705 windows as they are never implemented.
24707 Patch submitted by:
24708 Johannes Schmid <johannes.schmid@gmx.de>
24710 2002-01-18 Naba Kumar <kh_naba@users.sourceforge.net>
24716 when you right click on the tabs, a list of filenames are given
24717 out, but now it gives a list of "page 1", "page 2", etc...
24719 Patch submitted by:
24720 Jens Georg <mail@jensgeorg.de>
24722 * anjuta.in.in: Removed c|c++ because, it was not necessary
24723 and was causing translation problem.
24725 * plugins/class-gen/clsGen.c:
24726 removed "'" for the same reason.
24728 attached the fix for the menu
24731 2002-01-17 Naba Kumar <kh_naba@users.sourceforge.net>
24733 * src/preferences.h,
24735 src/preferences_gui.c:
24737 Adds the functionality to Anjuta to auto save your unsaved
24738 files before you build a project.
24740 Patch submitted by:
24741 jason <jason_williams@suth.com>
24743 * src/anjuta.[h,c]:
24744 Added function for save all files.
24746 * src/mainmenu_callbacks.c:
24747 Modified to use the above function.
24749 * src/build_project.c:
24750 Save all files before build if it is set in the
24753 2002-01-17 Naba Kumar <kh_naba@users.sourceforge.net>
24755 * src/message-manager-private.cc
24756 src/message-manager-private.h
24757 src/message-manager.cc:
24759 Message-manager now restores the tabs which were shown on startup.
24760 The terminal is now created on demand (as requested by Biswa)
24761 and I have removed some debug messages.
24763 Patch submitted by:
24764 Johannes Schmid <johannes.schmid@gmx.de>
24766 2002-01-13 Stephane Demurget <demurgets@free.fr>
24768 * src/anjuta_cbs.c: fixed the global shortcut handling to have a
24769 proper tabs keyboard navigation.
24771 * src/an_symbol_view.c,
24773 src/gnome_project.c,
24774 src/project_dbase.c,
24775 src/tags_manager.c: removed some debugging display.
24777 2002-01-09 Naba Kumar <kh_naba@users.sourceforge.net>
24779 * src/message-manager-dock.c
24780 src/message-manager-private.cc
24781 src/message-manager-private.h
24782 src/message-manager.cc
24785 src/preferences_gui.c:
24787 Patch submitted by:
24788 Johannes Schmid <johannes.schmid@gmx.de>
24790 This patch adds a tab to the notebook of the preferences-dialog
24791 where you can change the colors, the tab position of the new
24792 message manager. Also the truncate messages stuff has moved
24793 from misc tab to messages tab.
24795 Also improved the remembering position stuff of message manager.
24797 * data/internal.properties,
24798 Added definitions for messages colors and tag position.
24800 * src/message_manager.cc:
24801 Fixed a bug that never lets the messages panes to get cleared.
24802 Added wmclass setting for the message window. Fixed a bug in
24803 which the message window was not being shown.
24805 * src/tag_manager.c: Fixed printing of (NULL) in the debug
24806 output and disabled it.
24808 * src/anjuta.c: Preferences created and loaded before anything else.
24809 anjuta now recognizes messages colors on startup and initializes
24812 2002-01-09 Andy Piper <andy.piper@freeuk.com>
24814 * src/project_dbase.c: fix bug #497923 (thanks to Johannes Schmid)
24816 2002-01-09 Stephane Demurget <demurgets@free.fr>
24818 * pixmaps/file_c.xpm,
24819 pixmaps/file_cpp.xpm,
24820 pixmaps/file_file.xpm,
24821 pixmaps/file_h.xpm,
24822 pixmaps/file_html.xpm,
24823 pixmaps/file_i18n.xpm,
24824 pixmaps/file_icon.xpm,
24825 pixmaps/file_pix.xpm,
24826 pixmaps/fv_doc.xpm,
24827 pixmaps/fv_i18n.xpm,
24828 pixmaps/fv_image.xpm,
24829 pixmaps/fv_source.xpm,
24830 pixmaps/fv_unknown.xpm: made these icons transparent.
24832 2002-01-08 Andy Piper <andy.piper@freeuk.com>
24834 * launcher/anjuta_launcher.c: updated message strings
24835 * src/message-manager-dock.c: added newline at end to avoid compile warning
24836 * src/project_dbase.c: corrected spelling of include (noted by Biswa)
24837 * src/controls.c, src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
24838 src/mainmenu_callbacks.c, src/mainmenu_callbacks.h: added some new Insert menu
24839 entries for username and Python-style GPL notice
24840 * HACKING: added info on files to change to update Insert menu
24842 2002-01-08 Naba Kumar <kh_naba@users.sourceforge.net>
24844 * src/project_dbase.c,
24845 src/an_file_view.c,
24846 src/an_symbol_view.c:
24847 Changed the CTree expander style to square and
24848 line style to Dotted line.
24850 * po/POTFILES.in: Removed and Added translable files.
24852 2002-01-08 Naba Kumar <kh_naba@users.sourceforge.net>
24854 * ccview/.cvsignore: Removed.
24856 2002-01-08 Naba Kumar <kh_naba@users.sourceforge.net>
24859 cccmd.cc, ccview_main.h, func_dialog.cc, struct.xpm,
24860 cccmd.h, cfolder.xpm, func_dialog.h, ofolder.xpm, support.c,
24861 cccproj.cc, ChangeLog, gtk_help.cc, panes.cc, support.h,
24862 cccproj.hh, class.xpm, gtk_help.h, private.xpm, tree_coll.h,
24863 ccview.cc, cregex.hh, hash_str.h, protected.xpm,
24864 ccview.h, public.xpm, ccview_main.cc, file.xpm, Makefile.am, scanner.xpm:
24866 Removed ccview module because it is no longer needed.
24868 2002-01-08 Naba Kumar <kh_naba@users.sourceforge.net>
24870 * src/project_dbase.c:
24871 Shifted structure initialization in project_dbase_new()
24872 before anything else, otherwise it was crashing due to
24873 uninitialized values.
24875 * src/an_symbol_view.c:
24876 Disabled high volume debug output.
24878 2002-01-08 Naba Kumar <kh_naba@users.sourceforge.net>
24880 Applied a very heavy patch from:
24881 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24885 pixmaps/Makefile.am
24897 src/fileselection.c
24900 src/main_menubar_def.h
24901 src/mainmenu_callbacks.c
24902 src/mainmenu_callbacks.h
24903 src/project_dbase.c
24904 src/project_dbase.h
24905 src/project_dbase_gui.c
24907 src/text_editor_menu.c
24908 src/toolbar_callbacks.c
24909 tagmanager/Makefile.am
24911 tagmanager/include/Makefile.am
24912 tagmanager/include/tm_project.h
24913 tagmanager/include/tm_symbol.h
24914 tagmanager/include/tm_tag.h
24915 tagmanager/include/tm_tagmanager.h
24916 tagmanager/include/tm_workspace.h
24917 tagmanager/tm_project.c
24918 tagmanager/tm_source_file.c
24919 tagmanager/tm_symbol.c
24920 tagmanager/tm_tag.c
24921 tagmanager/tm_workspace.c
24922 widgets/Makefile.am: Modified.
24924 * src/an_file_view.[c,h],
24925 src/an_symbol_view.[c,h],
24926 src/file_history.[c,h],
24928 widgets/scroll-menu.[c,h],
24929 tagmanager/tm_file_entry.c
24930 tagmanager/include/tm_file_entry.h: Added new files.
24932 * pixmaps/cfolder.xpm, fv_doc.xpm, fv_source.xpm,
24933 private_func.xpm, public_func.xpm,
24934 class.xpm, fv_exec.xpm, fv_unknown.xpm,
24935 private_var.xpm, public_var.xpm,
24936 function.xpm, fv_i18n.xpm, macro.xpm,
24937 protected_func.xpm, struct.xpm,
24938 fv_autofile.xpm, fv_image.xpm,
24939 ofolder.xpm, protected_var.xpm, variable.xpm:
24940 Updated and Added pixmap files.
24944 a) Removes CCView dependency.
24945 b) Improves the terminal.
24946 c) Adds tag navigation context menus.
24947 d) Upgrades tagmanager to latest version.
24948 e) Miscellaneous small additions.
24950 2002-01-07 Naba Kumar <kh_naba@users.sourceforge.net>
24952 * src/project_dbase_gui.c: Fixed crash of anjuta
24953 when project first created.
24955 * src/gnome_project.c: It now updates the tags manager
24956 when new projects are created.
24958 2002-01-07 Naba Kumar <kh_naba@users.sourceforge.net>
24960 * Thanks Johannes Schmid <johannes.schmid@gmx.de>
24961 for this big patch.
24963 * src/messages.[c,h]: Removed files.
24965 * src/message-manager.[cc,h],
24966 src/message-manager-dock.[c,h],
24967 src/message-manager-private.[cc,h]
24970 * src/anjuta.c, src/anjuta.h, src/anjuta_cbs.c, src/build_file.c
24971 src/build_project.c, src/clean_project.c, src/compile.c
24972 src/configurer.c, src/debugger.c, src/find_in_files.c
24973 src/mainmenu_callbacks.c, src/preferences.h
24974 src/preferences_gui.c, src/properties.h
24975 src/utilities.c, src/utilities.h:
24976 The new messages widget.
24978 - Use of GtkNotebook instead of ToggleButtons
24980 - Popupmenu to show and hide message types and
24981 to dock/undock in detach mode
24983 All other things should work as they did with the
24984 old message window. Currently the keyboard short-cuts
24985 do not work in detached mode.
24987 Some functions in utitlities.[c,h] changed.
24988 so that they take const arguments where this is possible
24990 * src/Makefile.am, po/POTFILES.in:
24991 Removed messages.[c,h] and
24992 added message-manager.[cc,h], message-manager-dock.[c,h],
24993 message-manager-private.[cc,h]
24995 * src/message-manager.h: Removed "include <bonobo.h>"
24996 and added a newline at the end of the file.
24998 * src/message-manager-private.cc:
24999 Set clist's width setting to Automatic.
25000 Set scroll window's scroll bars to Automatic.
25002 2002-01-05 Naba Kumar <kh_naba@users.sourceforge.net>
25004 * text_editor_menu.c:
25005 Fixed misalignment of the function sub menu
25006 in the text editor pop up menu.
25008 2002-01-04 Naba Kumar <kh_naba@users.sourceforge.net>
25010 * src/text_editor.c: Fixed a compiler warning.
25012 2002-01-04 Andy Piper <andy.piper@freeuk.com>
25014 * THANKS, manuals/*/authors.sgml: updated for new translations
25015 * plugins/class-gen/clsGen.c: converted messages to English
25016 * src/about.c, src/main_menubar_def.h: string updates
25018 2002-01-04 Naba Kumar <kh_naba@users.sourceforge.net>
25023 src/mainmenu_callbacks.c
25026 src/text_editor_cbs.c
25027 src/text_editor-gui.c:
25029 Earlier code for adding 'cross' button
25030 for closing pages were too error prone and unorganized.
25031 Cleaned up the code and shifted the 'extra' widgets
25032 creation (eg. close button, close_pixmap and lable)
25033 from anjuta to text_editor. This takes care of proper
25034 widgets creation and destruction. Otherwise, anjuta
25035 was crashing at too many points, especially related
25036 to docking and undocking.
25038 2002-01-04 Stephane Demurget <demurgets@free.fr>
25040 * src/aneditor.cxx: removed debugging code.
25042 * data/properties/.cvsignore: added swap files.
25044 2002-01-03 Naba Kumar <kh_naba@users.sourceforge.net>
25048 Fixed Crashing of anjuta when a new file is saved as
25051 2002-01-03 Naba Kumar <kh_naba@users.sourceforge.net>
25053 * src/aneditor.c: Some debug codes around.
25055 * data/internal.properties, data/anjuta.properties: Removed.
25056 data/properties/Makefile.am:
25057 data/properties/ada
25059 data/properties/make
25061 data/properties/html
25062 data/properties/ruby
25063 data/properties/baan
25064 data/properties/idl
25065 data/properties/pascal
25066 data/properties/sample
25067 data/properties/bash
25068 data/properties/java
25069 data/properties/perl
25070 data/properties/sql
25071 data/properties/conf
25072 data/properties/latex
25073 data/properties/props
25075 data/properties/cpp
25076 data/properties/lua
25077 data/properties/python
25078 data/properties/xml
25079 data/properties/others
25080 data/properties/.cvsignore:
25081 Added files. Properties now splitted into small files
25085 configure.in: Update the removal and added properties module.
25087 * src/preferences.c: preferences_new(): Updated to reflect the
25088 new properties files organization.
25090 * src/Makefile.am: Added Baan Lexer.
25092 2002-01-01 Stephane Demurget <demurgets@free.fr>
25094 * src/aneditor.cxx: readded the baan lexer.
25096 * src/preferences.c: fixed translated messages and a typo.
25098 * desktop.in.in: changed the name to Anjuta C|C++ IDE, since the / was
25099 confusing the regexp usage in xml-i18-merge.
25101 2002-01-01 Andy Piper <andy.piper@freeuk.com>
25103 * src/project_dbase.c: tidied some messages, and spotted a typo in
25104 the reading of properties which prevented the project version from
25105 ever being reported in the Project Information window - fixed :)
25107 * po/POTFILES.in: removed syntax.h
25109 2001-12-31 Stephane Demurget <demurgets@free.fr>
25111 * data/internal.properties: fixed baan properties.
25112 Added all ada properties.
25114 * src/main_menubar_def.h,
25117 src/utilities.[ch]: added support for the Ada highlight style.
25119 2001-12-31 Stephane Demurget <demurgets@free.fr>
25121 * plugins/*/.cvsignore: updated.
25123 2001-12-31 Stephane Demurget <demurgets@free.fr>
25127 src/Makefile.am: removed the empty header syntax.h.
25129 2001-12-31 Naba Kumar <kh_naba@users.sourceforge.net>
25132 Stef's observation on the 'superfluous' hseparators in the recent
25133 files and projects is fully justified -- removed.
25135 * main_menubar_def.h:
25136 Changed "Plug Ins" to "Plugins" in the menu label.
25138 * configure.in, plugins/Makefile.am, plugins/class-gen/*:
25139 Added class-gen in the configure output and class-gen module.
25141 * data/internal.properties:
25142 Correct mis-spelled "jave" to "java".
25143 Added file.is.source for *.h, *.c, *.cpp properties.
25145 * global-tags/Makefile.am:
25146 "chmod +x create_global_tags.sh" before it is executed, because
25147 there is very high chance that it will be found "-x" and resulting
25150 2001-12-31 Stephane Demurget <demurgets@free.fr>
25152 Fixed a crash on Solaris reported by Holder Burde, thanks to him
25155 * src/gnome_project.c: (create_new_project): if the user doesn't
25156 select any icon, it doesn't have any extension and thus we can't
25157 use it in printf on Solaris, since the %s modifier use strlen to
25158 know the string length and then crash. On Linux, gcc checks the value
25159 of the pointer to be NULL and write "(null)" if necessary. We can't
25162 * src/source.c: (source_write_desktop_entry): if there's no icon, we
25163 don't need to have the directory icon but the generic one.
25165 2001-12-30 Stephane Demurget <demurgets@free.fr>
25167 Merged with latest (1.42) scintilla.
25169 Added: Support for the {load,save}.on.(de)activate properties.
25170 The PHP lexer to match keywords case insensitively.
25172 Experimental supports for changeable style attribute & line
25175 Updated: Both the C++ and HTML lexers.
25176 More shell keywords added.
25177 Horizontal scrolling and diplay of long lines optimised.
25178 Cursor setting optimised.
25180 Bugs fixed: Caret movement over folded lines.
25181 Selection tracking in 2ndary views when doing modifications.
25183 * scintilla/CallTip.{cxx.h},
25184 scintilla/ContractionState.{cxx,h},
25185 scintilla/Document.{cxx,h},
25186 scintilla/Editor.{cxx,h},
25187 scintilla/KeyWords.cxx,
25188 scintilla/LexHTML.cxx,
25189 scintilla/PlatGTK.cxx,
25190 scintilla/RESearch.cxx,
25191 scintilla/ScintillaBase.cxx,
25192 scintilla/ScintillaGTK.cxx,
25193 scintilla/Style.{cxx,h},
25194 scintilla/StyleContext.h,
25195 scintilla/ViewStyle.cxx,
25196 scintilla/include/*.h: updated.
25198 * scintilla/LexBaan.cxx, scintilla/Makefile.am: added Baan lexer.
25200 * scintilla/LexCPP.cxx: removed all references to noDocChars. This
25201 should have been told to the scintilla team. We're lucky I read the
25202 ChangeLog and the modifications of the lexer (thanks to the Gnome
25205 * data/internal.properties: added Baan definitions.
25206 Fixed some issues for C such as *_cast directive, that are only
25207 available with C++.
25208 Updated C++, HTML and shell scripts definitions.
25209 Updated Ada and Bullant, that have been forgotten.
25211 * src/main_menubar_def.h,
25214 src/utilities.[ch]: added support for the Baan highlight style.
25216 2001-12-29 Stephane Demurget <demurgets@free.fr>
25218 Polished the plugins menu behaviour and added a tearoff
25219 menuitem to the recent entries submenu.
25221 Note: The recent entries list seems to be too height
25222 with all these superfluous hseparators.
25224 * src/main_menubar.c: Polished, making some
25225 functions declarations static and cleaning some code.
25227 (create_submenu_plugin): removed the extra
25228 plugins entry and the horizontal separators.
25230 (on_plugins_menu_realize): the plugins menu is only
25231 shown if there's at least one available.
25233 (create_submenu*): added a tearoff menuitem to have
25234 a more homogeneous menu style. For now, it doesn't
25235 take care of user settings (but it was even worse
25238 2001-12-29 Stephane Demurget <demurgets@free.fr>
25240 * configure.in: added the packageplugindir variable to avoid
25241 installing the plugins in $(prefix). It's not the same path as
25242 anjuta 2 to allow parallel installation.
25244 2001-12-29 Stephane Demurget <demurgets@free.fr>
25245 Fix a reopened part of bug #440676: keyboard navigation between the
25246 different text buffers. Changed to a more global approch.
25248 * src/notebook.[ch]: removed.
25250 * src/Makefile.am: removed notebook.[ch]
25252 * src/anjuta_{gui,cbs}.c, src/anjuta.h:
25253 (on_anjuta_window_key_press_event): added to fulfill the global
25256 * HACKING: updated according to the new global shortcuts handling.
25258 2001-12-29 Naba Kumar <kh_naba@users.sourceforge.net>
25260 * src/main_menubar_def.h, main_menubar.h, main_menubar.c:
25261 Shifted plugin menu from Edit submenu to main menu.
25264 Added plugins/sample1/plugin-sample1.c
25266 * plugins/sample1/plugin-sample1.c:
25267 Added localization and used anjuta_info, instead of anjuta_error.
25269 * plugins/.cvsignore, plugins/sample1/.cvsignore:
25272 2001-12-28 Naba Kumar <kh_naba@users.sourceforge.net>
25274 * configure.in, acconfig.h: Added definition for PACKAGE_PLUGIN_DIR
25277 * Makefile.am: Added module plugins.
25279 * plugins, plugins/Makefile.am, plugins/sample1/*:
25280 Created plugins modules.
25282 * src/anjuta.h, src/anjuta.c: Removed app->szAddinDir and
25283 Defined PACKAGE_PLUGIN_DIR directly and properly. Fixed
25284 to load plugins of *.so only and not *.so* (which results
25287 * anjuta.spec.in: added %{prefix}/lib/anjuta to take care of
25288 plugins during packaging.
25290 2001-12-27 Simos Xenitellis <simos@hellug.gr>
25292 * configure.in: Added Greek (el) to ALL_LINGUAS.
25294 2001-12-27 Duarte Loreto <happyguy_pt@hotmail.com>
25296 * configure.in: Added portuguese to ALL_LINGUAS
25298 2001-12-24 Naba Kumar <kh_naba@users.sourceforge.net>
25300 * global-tags/.cvsignore
25301 tagmanager/.cvsignore
25302 tagmanager/include/.cvsignore:
25303 Added cvs ignore files.
25306 Updated cvs ignore file.
25308 2001-12-23 Andy Piper <andy.piper@freeuk.com>
25310 * src/debugger.c, src/text_editor.c, src/anjuta.c,
25311 data/anjuta.properties, data/internal.properties: clean up some
25312 message strings (me)
25314 2001-12-23 Andy Piper <andy.piper@freeuk.com>
25316 * src/about.c, THANKS: added Jens to the credits
25318 2001-12-23 Andy Piper <andy.piper@freeuk.com>
25320 * pixmaps/close_file_small.xpm, pixmaps/Makefile.am, src/anjuta.c,
25321 src/text_editor.h, src/pixmaps.h, src/text_editor_cbs.c,
25322 src/text_editor_cbs.h, src/text_editor_gui.c: patch from Jens
25323 Georg <mail@jensgeorg.de> to add close button to file tabs.
25325 2001-12-20 Andy Piper <andy.piper@freeuk.com>
25327 * launcher/anjuta_launcher.c: patch from Stef to fix #490816
25328 (debugger now catches correct signal from process)
25330 2001-12-20 Andy Piper <andy.piper@freeuk.com>
25332 * pixmaps/Makefile.am, pixmaps/appwiz_*.png: new images from Misha
25333 * src/pixmaps.h: switch appwizard project icons to new designs
25334 * pixmaps/appwid*xpm, pixmaps/gear.xpm: removed unused graphics
25336 2001-12-20 Andy Piper <andy.piper@freeuk.com>
25338 * pixmaps/Makefile.am: stop redundant images from being installed.
25339 The next step will be to remove them completely.
25340 * src/appwiz*: further updates (more to come)
25341 * src/pixmaps.h: cleaned up, commented
25342 * src/splash.c: should use the pixmaps macro defined
25343 * HACKING: more on the graphics stuff and use of pixmaps.h
25345 2001-12-19 Andy Piper <andy.piper@freeuk.com>
25347 * src/defaults.c: fix bug #494864
25349 2001-12-18 Andy Piper <andy.piper@freeuk.com>
25351 * pixmaps/applogo.png, pixmaps/appwizard.png: added new wizard
25352 graphics from Misha
25353 * pixmaps/interface.xpm, pixmaps/app_wizard.jpg: removed
25354 redundant graphics, no longer used
25355 * src/appwiz*: revamped application wizard by Andy and Misha for
25356 a more usable and professional look-and-feel
25357 * HACKING: updates to cover patching, graphics, and some additions
25359 * TODO: removed some implemented features
25361 2001-12-17 Andy Piper <andy.piper@freeuk.com>
25363 * data/anjuta.properties, data/internal.properties: cleanup
25364 * src/compiler_options_gui.c, src/mainmenu_callbacks.*,
25365 src/preferences_gui.c, src/text_editor_menu.c: patches from Biswa
25366 to edit styles colors for keywords and add Goto Tag menu option
25369 2001-12-14 Naba Kumar <kh_naba@users.sourceforge.net>
25371 * src/anjuta.c, anjuta.h, text_editor.c, text_editor.h:
25374 fixes the Forget of the cursor position when tab is brought active
25375 from project manager.
25377 2001-12-13 Naba Kumar <kh_naba@users.sourceforge.net>
25380 Exported "TERM=xterm" to get a color terminal when
25381 anjuta is not started from within a terminal.
25383 2001-12-13 Naba Kumar <kh_naba@users.sourceforge.net>
25387 Added a frame around zvt terminal.
25389 * src/preferences_gui.c
25390 Modified to say "Use glade component (experimental)"
25391 instead of "Use Component".
25393 2001-12-13 Naba Kumar <kh_naba@users.sourceforge.net>
25396 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
25399 src/fileselection.c
25404 src/project_dbase.c
25406 a) Extra scrollbar in terminal no longer appears.
25407 b) Character set preference should be preserved (untested).
25408 c) File selection widget now remembers last directory.
25409 d) On creation of generic project, the glade 'file not found' error no
25411 e) First terminal window is created 'on demand', so it should always to
25412 the Right Thing (TM) as far as starting WD is concerned. Also, the
25413 environment is now passed to the terminal.
25414 f) Solaris compilation should be fixed (replaced get_current_dir_name()
25416 g) Fixed some compilation warnings.
25418 2001-12-10 Andy Piper <andy.piper@freeuk.com>
25420 * configure.in, src/anjuta.c, src/messages.c, src/messages.h,
25421 src/pixmaps.h: applied terminal and warnings patch (Biswa)
25422 * src/*: cleanups (me)
25423 * pixmaps/mini_term.xpm: added new file for terminal button
25424 (me, based on existing artwork)
25426 2001-12-07 Andy Piper <andy.piper@freeuk.com>
25428 * configure.in: bumped version to 0.1.9-pre
25429 * THANKS, manuals/C/anjuta-manual/authors.sgml: updated for new
25431 * src/aneditor.cxx: patch from Biswa to re-enable autocompletion
25433 2001-12-07 Pablo Saratxaga <pablo@mandrakesoft.com>
25435 * src/splash.c: removed a DOS end of line of a comment (so the *.po
25436 files are free of that char)
25437 * configure.in: added "az" to ALL_LINGUAS
25439 2001-11-29 Andy Piper <andy.piper@freeuk.com>
25441 * tagmanager/tm_workspace.c, src/project_dbase.c: critical
25442 crash bug fix from Biswa.
25443 * FUTURE: added Anjuta/gIDE merger information to provide
25444 details on future direction and status of 1.x stuff
25445 * NEWS: prepared for release
25446 * po/de.po: update from Jens Georg <mail@jensgeorg>
25448 2001-11-28 Andy Piper <andy.piper@freeuk.com>
25450 * multiple minor updates pre-0.1.8
25451 * patch from Biswa to fix syntax highlighting and packaging
25452 * po/fr.po: update from Stef
25454 2001-11-26 Naba Kumar <kh_naba@users.sourceforge.net>
25456 * global-tags/Makefile.am
25457 global-tags/create_global_tags.sh
25458 global-tags/tm_global_tags.c
25459 scintilla/LexCPP.cxx
25460 scintilla/include/SciLexer.h
25462 src/project_dbase.c
25463 tagmanager/Makefile.am
25464 tagmanager/include/Makefile.am
25465 tagmanager/include/tm_project.h
25466 tagmanager/include/tm_tag.h
25467 tagmanager/include/tm_tagmanager.h
25468 tagmanager/tm_project.c
25469 tagmanager/tm_source_file.c
25470 tagmanager/tm_tag.c
25471 tagmanager/tm_workspace.c:
25473 Includes the syntax highliting patch to scintilla).
25474 and more stable code.
25476 *tagmanager/include/tm_symbol.h: New file.
25477 *tagmanager/tm_symbol.c: New file.
25479 Add symbol tree building functionality at project level
25482 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
25484 2001-11-22 Naba Kumar <kh_naba@users.sourceforge.net>
25486 * pixmaps/file_cpp.xpm, pixmaps/file_html.xpm, pixmaps/file_icon.xpm,
25487 pixmaps/file_c.xpm, pixmaps/file_h.xpm, pixmaps/file_pix.xpm,
25488 pixmaps/file_file.xpm, pixmaps/file_i18n.xpm
25489 : New and improved pixmaps from Misha <misha@phreaker.net>
25492 2001-11-22 Naba Kumar <kh_naba@users.sourceforge.net>
25494 * Big patch submitted by
25495 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>.
25496 Many thanks to him.
25498 * src/Makefile.am, src/aneditor.cxx
25499 src/anjuta.c, src/anjuta.h, src/project_dbase.c,
25500 src/project_dbase.h, src/text_editor.c, src/text_editor.h:
25501 Use of tagmanager lib for advanced calltips.
25503 * global-tags/*: Created new directory and added files to
25504 generate system.tags.
25506 * tagmanager/*: Created new directory and added tagmanager lib
25509 * configure.in, acconfig.h, Makefile.am: Modified to reflect
25510 the above additions.
25512 * data/Makefile.am: Modified to accomodate generated system.tags file.
25514 2001-11-07 Andy Piper <andy.piper@freeuk.com>
25516 * scintilla/: updated to 1.41
25517 * src/Makefile.am: added Ada and Bullant lexers from Scintilla
25518 * src/about.c: updated list of authors
25519 * src/aneditor.cxx: tidied to remove unused SciTE debug calls
25520 * HACKING: updated to cover Scintilla usage
25521 * THANKS, manuals/C/anjuta-manual/authors.sgml: updated for new
25524 2001-11-07 Naba Kumar <kh_naba@users.sourceforge.net>
25526 * src/aneditor.cxx: Fixed compilation errors with it.
25527 by add include to gtk+ headers and typedefining a mysteriously
25528 vanished class Colour.
25530 2001-10-29 Naba Kumar <kh_naba@users.sourceforge.net>
25532 * configure.in: Added pt_BR in the languages.
25534 2001-11-01 Andy Piper <andy.piper@freeuk.com>
25536 * src/executer.c, mainmenu_callbacks.c: patch from Dan Elphick
25537 (<dre00r@ecs.soton.ac.uk>) to correct a spelling mistake
25539 * manuals/C/anjuta-manual/*: new format to match
25540 the rest of the GNOME docs chapter layout. Added the many
25541 new contributors. Moved Authors and License information into new
25542 chapters of their own - should make expansion easier too
25543 * src/compiler_options.c: changed the profiler option to -pg to
25544 work with GNU tools (gprof)
25545 * src/compiler_options_gui.c, main_menubar_def.h: tidied some messages
25548 2001-10-29 Naba Kumar <kh_naba@users.sourceforge.net>
25550 * src/compiler_options.h, compiler_options.c, compiler_options_cbs.c
25551 compiler_options_gui.c:
25552 Added a new entry for linker flags and renamed c_options to c_flags
25553 and l_options to l_libs. Also, added a new function:
25554 compiler_options_set_prjlflags_in_file();
25556 * src/source.c: projects/src/Makefile.am now have LDFLAGS set.
25558 * src/compiler_options_gui.c: Trimmed some UI for the 'others' page.
25560 2001-10-26 Andy Piper <andy.piper@freeuk.com>
25562 * THANKS, src/about.c: corrections and additions following
25564 * src/main_menubar.c: patch from Rikul to fix the problem with
25565 menu accelerators not being loaded
25567 2001-10-26 Naba Kumar <kh_naba@users.sourceforge.net>
25569 * THANKS: Added all contributors and translators names and emails.
25571 * pixmap/anjuta_logo.png: Reduced the size of the logo.
25572 * pixmap/anjuta_splash.png, pixmaps/Makefile.am:
25573 Added new file (earlier logo with border).
25574 * src/about.c: Added all contributors names and emails
25575 and used macro definition for logo pixmap file.
25576 * src/pixmaps.h: Added entry for anjuta splash screen.
25578 2001-10-24 Andy Piper <andy.piper@freeuk.com>
25580 * pixmaps/anjuta_icon[.xpm|.png]: updated application icon
25581 to new PNG version (thanks to Misha) and removed the old
25584 2001-10-24 Abel Cheung <maddog@linux.org.hk>
25586 * THANKS: added Conner Mo for simplified Chinese translation.
25587 * configure.in: added zh_CN in ALL_LINGUAS
25589 2001-10-21 Abel Cheung <maddog@linux.org.hk>
25591 * THANKS: added Joe Man for his traditional Chinese translation.
25592 * configure.in: added zh_TW in ALL_LINGUAS.
25594 2001-10-19 Naba Kumar <kh_naba@users.sourceforge.net>
25596 * src/main_menubar_def.h: Changed the link of lidn to
25597 http://lidn.sourceforge.net.
25599 2001-10-18 Naba Kumar <kh_naba@users.sourceforge.net>
25601 * Applied patch from Rikul
25602 * Applied patch from Luca
25603 * Fixed a cvs conflict. :)
25605 2001-10-17 Stephane Demurget <demurgets@free.fr>
25607 * THANKS: added Marc Botermans for his Dutch translation.
25609 * configure.in: added nl in ALL_LINGUAS.
25613 2001-10-17 Naba Kumar <kh_naba@users.sourceforge.net>
25615 * anjuta.c: Fixed luca's typo.
25616 * resources.c, resources.h: Changed gchar* return to void, to
25617 avoid a compiler warning.
25618 * scintilla/Makefile.am: Reorganized file entries.
25619 * src/Makefile.am: Added StyleContex.o module directly with the lexers.
25621 2001-10-16 Naba Kumar <kh_naba@users.sourceforge.net>
25623 * Upgraded scintilla to 1.4.
25624 * Added 6 files: LexCrontab.cxx LexEiffel.cxx LexRuby.cxx
25625 LexLisp.cxx StyleContext.cxx StyleContext.h
25626 * src/Makefile.am: Added 4 lexers and separated lexer objects
25627 from the main link variable.
25629 2001-10-14 Stephane Demurget <demurgets@free.fr>
25631 * THANKS: added Luca, even if it shouldn't be my role to write
25632 this sort of thing :)
25634 * src/anjuta.c: (scan_AddIns_in_directory): some fixes and cleanups on
25635 the latest Luca patch.
25637 2001-10-14 Andy Piper <andy.piper@freeuk.com>
25639 * added skeleton plugin functionality (lbell <lbell@tsc4.com>).
25640 This is not documented yet; plugins to come later.
25641 * src/find*.c: find dialogs now persistent
25642 (Rick <rikul@bellsouth.net>)
25643 * widgets/gnomefilelist.c: fixed multiple file open issue
25644 (Rick <rikul@bellsouth.net>)
25645 * changes to recent file and project lists handling
25646 (lbell <lbell@tsc4.com>)
25647 * more minor UI updates (me)
25649 2001-10-11 Andy Piper <andy.piper@freeuk.com>
25651 * src/Makefile.am: removed warnings for traditional C syntax
25652 * pixmaps: added new icons for mini_locals, mini_cvs and
25653 the splash screen - thanks to Misha <misha@phreaker.net>
25655 2001-10-10 Andy Piper <andy.piper@freeuk.com>
25657 * src/toolbar.c: fix typo in tooltip text
25658 * ccview/cccmd.cc: alter Func to Function in menu text
25660 2001-10-09 Andy Piper <andy.piper@freeuk.com>
25662 * src/find_text.c: applied patch from rikul <null@acm.org> to fix minor
25663 issue with find dialog reporting an error when Scintilla finds text
25664 * applied patch from Denis Boehme <boehme at syncio dot de> to support
25665 DOS files (i.e. CR/LF translation)
25667 2001-10-03 Andy Piper <andy.piper@freeuk.com>
25669 * src/notebook.c: applied patch from rikul <null@acm.org> to fix bug
25671 * data/internal.properties: default fold style now set to 3 :-)
25672 * applied patch from rikul <null@acm.org> to turn notebook tab
25673 headings red when file has been edited.
25675 2001-10-02 Kjartan Maraas <kmaraas@gnome.org>
25677 * configure.in: Added "no" to ALL_LINGUAS.
25679 2001-09-29 Naba Kumar <kh_naba@users.sourceforge.net>
25681 * Patch from lbell <lbell@tsc4.com>
25686 src/main_menubar_def.h
25687 src/mainmenu_callbacks.c
25688 src/mainmenu_callbacks.h
25689 src/project_dbase.c
25690 src/project_dbase.h
25692 Implemented a check menu item to handle the 'show locals' flag
25693 for the current project.
25695 * data/internal.properties: Removed the redundant command
25696 for gnome-terminal.
25698 2001-09-25 Naba Kumar <kh_naba@users.sourceforge.net>
25700 * Patch from lbell <lbell@tsc4.com> for fixing some compiler warnings.
25702 2001-09-24 Fatih Demir <kabalak@gtranslator.org>
25704 * configure.in: Added "ta" to the languages list.
25706 2001-09-21 Andy Piper <andy.piper@freeuk.com>
25708 * data/internal.properties:
25709 added fold.symbols property to control appearance of folds
25710 in the Scintilla editor (thanks to rikul <null@acm.org>)
25712 2001-09-21 Naba Kumar <kh_naba@users.sourceforge.net>
25715 one extra button for message win is being created -- Fixed.
25717 The frame should be hidden and not only the pix_lab when
25718 that message pane is hidden (aBts[nIndex].bVisible == FALSE)
25721 * pixmaps/mini_locals.xpm (new file), pixmaps/Makefile.am:
25722 for the time being it is same as mini_cvs.xpm.
25724 2001-09-21 Naba Kumar <kh_naba@users.sourceforge.net>
25726 * src/find_repace.c: Fixed the vanishing find/replace dialog box.
25728 Patch from rikul <null@acm.org>
25730 * CORBA-Server.c, debugger.c, debugger.h, glades.c,
25731 glades.h, messages.c, messages.h, pixmaps.h,
25732 project_dbase.c, project_dbase.h, session.c,
25733 session.h, watch_cbs.c, watch_cbs.h, watch_gui.c:
25735 inserted 'add to watch' option in inspect window, so you can add easily
25736 a variable in watch window .
25738 Added a new message pane for the gdb local variables inspection. Changed
25739 the code in messages.c to better account for future new panes insertion.
25740 Defined a new pixmap for the new tab button in pixmaps.h
25741 (ANJUTA_PIXMAP_MINI_LOCALS); someone must create it and add it to the
25744 Changed the debugger module to have a single function for asking to gdb
25745 to send program info. The idea is to ask the debugger about only the
25746 info needed to open windows( watch, registers, etc ) to speedup the step
25747 command. I plan to ask informations to the debugger based on the user
25749 The request for local variables is enabled by default, but the
25750 projectDBase has a variable to control it, to allow disabling that
25751 feature, there is also the code to save and to reload the state. If you
25752 want to have it disabled by dafult change SHOW_LOCALS_DEFAULT to FALSE
25755 This big patch is from: lbell <lbell@tsc4.com>
25757 2001-09-20 Stephane Demurget <demurgets@free.fr>
25759 Patch from rikul <null@acm.org> :
25761 * data/internal.properties, src/aneditor.cxx: fixed the fold margin
25762 problem and added folding support for php/hmtl.
25764 2001-09-19 Naba Kumar <kh_naba@users.sourceforge.net>
25766 * Fixed dnd of files within scintilla.
25767 patch from: rikul <null@acm.org>
25769 2001-09-18 Naba Kumar <kh_naba@users.sourceforge.net>
25771 * Applied patch from Luca.
25773 * src/source.c: source_write_build_files(): Fixed the project generation
25774 failure. The fist return statement and the free_project_type were
25777 2001-09-14 Naba Kumar <kh_naba@users.sourceforge.net>
25779 * anjuta.c, anjuta.h, main.c, main_menubar.c, main_menubar_def.h,
25780 mainmenu_callbacks.c, mainmenu_callbacks.h, messages.c:
25782 1) Restore the error color to red (waiting for a configurable one )
25783 2) Saving projects settings if you exit anjuta without closing an open
25785 3) New Menu 'repaeat search' to search with a keystroke without pressing
25787 4) some define in the menus to better handle menu item update
25789 Patch from: lbell <lbell@tsc4.com>
25791 * main_menubar_def.h, main_menubar.c: Change the position of
25792 "Repeat find" menu position.
25794 2001-09-13 Naba Kumar <kh_naba@users.sourceforge.net>
25796 project_type.h, project_type.c, source.c: Applied patch.
25797 patch from Johannes Schmid <clubfan@users.sourceforge.net>
25799 2001-09-12 Naba Kumar <kh_naba@users.sourceforge.net>
25801 * configure.in, src/Makefile.am: Using macros for ORBit flags.
25803 2001-09-07 Johannes Schmid <clubfan@users.sourceforge.net>
25805 * Fixed bug #445752
25807 2001-9-06 Johannes Schmid <clubfan@users.sourceforge.net>
25809 * Fixed bugs in Gtk-- and Gnome-- project type
25811 2001-09-12 Naba Kumar <kh_naba@users.sourceforge.net>
25813 * dnd.c: Support for multiple files drag-n-drop.
25815 Patch from: rikul <null@acm.org>
25817 * anjuta.c, anjuta.h, anjuta_cbs.c, main_menubar_def.h,
25818 mainmenu_callbacks.c, mainmenu_callbacks.h: Added message text
25821 Patch from: rikul <null@acm.org>
25823 * Applied patch for widgetizing goto dialog box.
25826 * Applied patch for having new project type handling.
25827 Patch from: Johannes Schmid <clubfan@users.sourceforge.net>
25829 2001-09-12 Naba Kumar <kh_naba@users.sourceforge.net>
25831 * Makefile.am, aneditor.cxx, aneditor.h, anjuta.c, anjuta.h,
25832 anjuta_cbs.c, anjuta_gui.c, breakpoints.c, breakpoints.h,
25833 debugger.c, debugger.h, find_in_files.c, find_in_files.h,
25834 find_replace.c, find_replace.h, find_text.c, find_text.h,
25835 glade_iface.c, main.c, messages.c, messages.h, project_dbase.c,
25836 project_dbase.h, source.c, text_editor.c, text_editor.h,
25837 text_editor_cbs.c, utilities.c, utilities.h:
25839 Applied a huge patch (after slight preview). I would like Luca
25840 to have his feature additions mentioned here.
25842 Patch from: lbell <lbell@tsc4.com>
25844 2001-09-09 Stephane Demurget <demurgets@free.fr>
25846 * scintilla/Makefile.am: added to $(GTK_CFLAGS) INCLUDES.
25848 * po/fr.po: updated to the latest sources.
25851 2001-09-07 Johannes Schmid <clubfan@users.sourceforge.net>
25853 * Fixed bug #445752
25855 2001-08-07 Naba Kumar <kh_naba@users.sourceforge.net>
25857 * dnd.h, dnd.c: New files for drag n drop support.
25859 * anjuta.h, anjuta_gui.c, anjuta_cbs.c:
25860 Added drag and drop support for opening files.
25862 Thanks to José Antonio Caminero Granja <JCamGra@alumnos.uva.es> and
25863 Archit Baweja <bighead@crosswinds.net> for this idea.
25865 * TODO: Added some more todos. :-(
25867 2001-08-06 Naba Kumar <kh_naba@users.sourceforge.net>
25869 * Fixed the goto line activate bug.
25870 patch from: Martyn Bone <mbone@brightstar.u-net.com>
25872 2001-9-06 Johannes Schmid <clubfan@users.sourceforge.net>
25874 * Fixed bugs in Gtk-- and Gnome-- project type
25876 2001-08-5 Naba Kumar <kh_naba@users.sourceforge.net>
25878 * widgets/gonmefilelist.c, gnomefilelist.c:
25879 Modified multiple selection on pressing control.
25880 # Patch from: venugopal gummuluru <vgummuluru@yahoo.com>
25882 * src/project_dbase_gui.c, anjuta_cbs.c, fileselection.h, fileselection.h:
25883 Modified multiple selection on pressing control.
25884 # Patch from: venugopal gummuluru <vgummuluru@yahoo.com>
25886 2001-09-05 Abel Cheung <maddog@linux.org.hk>
25888 * src/project_dbase_gui.c(*lang_data[]): Rename zh_TW.Big5 to zh_TW .
25889 This is useless; but just in case...
25891 2001-08-4 Naba Kumar <kh_naba@users.sourceforge.net>
25893 * data/internal.properties: modified a bit of perl properties.
25895 2001-08-3 Naba Kumar <kh_naba@users.sourceforge.net>
25897 * ccview/cccproj.hh, ccview/hash_str.h, src/fileselection.c, src/fileselection.h
25898 src/project_dbase_gui.c, widgets/gnomefilelist.c, widgets/gnomefilelist.h:
25899 Added support for multiple file imports. Changed the standrd C++
25900 convention of #include <file> to #include <file.h>, because I had given
25901 some wrong options while compiling my gcc-3.0.1 compiler, so it does not
25902 now support the #include <file> convention. That is something to be fixed :).
25903 # Patch from: venugopal gummuluru <vgummuluru@yahoo.com>
25905 2001-08-1 Naba Kumar <kh_naba@users.sourceforge.net>
25907 * src/anjuta.c: Added function static greetings_text(), to solve the non
25908 translation of the greetings text in the wizard.
25910 2001-08-31 Andy Piper <andy.piper@freeuk.com>
25912 * src/find_in_files_gui.c: made order of buttons consistent with other Find
25913 dialogs, with OK the default (fix bug #453482)
25915 2001-08-31 Naba Kumar <kh_naba@users.sourceforge.net>
25917 * src/anjuta.c: Fixed a bug that tries to printf 'NULL'
25919 * src/appwizard.c: added N_() for the inlcuding the welcome message translatable.
25921 2001-08-29 Naba Kumar <kh_naba@users.sourceforge.net>
25929 src/main_menubar_def.h
25930 src/mainmenu_callbacks.c
25931 src/mainmenu_callbacks.h:
25932 Applied the patch that addes menu items which allow users to
25933 insert GPL notice and date time in current document.
25934 patch from: Rick Patel <rikul@shreve.net>
25936 * src/main_menu.c: Fixed a compilation error.
25938 * src/anjuta.c: Fixed non-rememberence of editor tab position.
25940 * src/mainmenu_callbacks.c: Fixed gpl strings to avoid compiler warnings
25941 about the unterminated strings.
25943 * scintilla/*: Updated scintilla to 1.3.9 version.
25945 2001-08-28 Naba Kumar <kh_naba@users.sourceforge.net>
25947 * widgets/gnomefileselection.c:
25948 Applied the patch for fixing multiple selection of file open funcion,
25949 which will deselect the files selected.
25950 patch from: venugopal gummuluru <vgummuluru@yahoo.com>
25952 2001-08-27 Naba Kumar <kh_naba@users.sourceforge.net>
25954 * widgets/gnomefileselection.h, widgets/gnomefileselection.c, src/fileselection.h,
25955 src/fileselection.c, src/anjuta_cbs.c:
25956 Applied the patch for multiple selection of file open.
25957 patch from: venugopal gummuluru <vgummuluru@yahoo.com>
25959 2001-08-27 Naba Kumar <kh_naba@users.sourceforge.net>
25961 * Removed "-f" option in call to devhelp, because devhelp no longer
25964 2001-08-26 Stephane Demurget <demurgets@free.fr>
25966 All these modifications have been pointed out by
25967 Gregory Schmitt <gregory.schmitt@free.fr>, so thanks to him.
25969 * data/internal.properties: two fixes for the PHP lexer.
25972 * fr.po: minor fixes.
25974 * TODO: added a couple of PHP suggestions from Gregory Schmitt.
25976 2001-08-25 Naba Kumar <kh_naba@users.sourceforge.net>
25980 main_menubar_def.h,
25981 main_menubar_callbacks.c,
25983 Added new menu item for "close all fils".
25984 (Patch from Rikul <rikul@shreve.net>, after revision)
25986 * project_dbase.c: project_dbase_close_project(): remove unnecessary printf() statement.
25988 * find_text.c, find_replace.c: Fixed dialog wins not show up once close by 'Esc'.
25989 (Patch from Rikul <rikul@shreve.net>)
25991 * anjuta.c: Fixed to have the current dir in the fileopen dialog box.
25992 (Patch from Rikul <rikul@shreve.net>)
25994 2001-08-22 Naba Kumar <kh_naba@users.sourceforge.net>
25996 * appwiz_page2.c: Applied patch for disabling auto-upper-casting of
25997 project name in application widzard.
25998 [Patch from: Yannick Koehler <yannick.koehler@colubris.com> ]
26000 * executer.c: hacked to change the behavior of the executer dialog. Now, instead
26001 of the 'OK' button there is an 'Execute' one.
26002 [ Patch from: Giovanni Corriga <valkadesh@libero.it> ]
26004 * executer.c: Changed cancel button to close button. That was more appropriate.
26006 2001-08-22 Naba Kumar <kh_naba@users.sourceforge.net>
26008 * HACKING: corrected >>>>>> Config management.
26010 * HACKING: Added many things.
26012 * src/launcher.h: Added some comments.
26014 2001-08-21 Stephane Demurget <demurgets@free.fr>
26016 * configure.in, NEWS, README: bumped anjuta version to 0.1.7.
26019 manuals/C/anjuta-faqs/anjuta-faqs.sgml,
26020 src/appwizard_cbs.c,
26021 src/appwizard_gui.c: Applied UI/docs cleanup patch from
26022 Andy Piper <andy.piper@freeuk.com>
26024 * po/fr.po: updated to latest sources.
26026 * Makefile.am: removed anjuta.prj from EXTRA_DIST.
26029 2001-08-18 Andy Piper <andy.piper@freeuk.com>
26031 * Fixed bugs #450280 and #448845
26033 * src/about.c: corrected Naba's e-mail address (.net, not .com)
26035 * src/goto_line.c, src/attach_process_gui.c, src/find_replace.c:
26038 * src/breakpoints_gui.c, src/commands.c, src/find_text.c,
26039 src/find_in_files_gui.c, src/project_dbase_gui.c, src/help.c,
26040 src/watch_gui.c, src/stack_trace_gui.c: edited window and dialog
26041 names to remove "Anjuta: " prefix
26043 * src/main_menubar_def.c: altered a message
26045 * launcher/anjuta_launcher.c: cleaned up some messages
26047 * src/debugger.c: edited messages to improve clarity
26049 * src/app_wiz*.c: tidied wizard interface
26052 2001-08-15 Stephane Demurget <demurgets@free.fr>
26054 Synced Naba's fix and mine about the wizards not working and removed
26055 anjuta.prj to avoid a nasty checkin.
26057 * Makefile.am: removed the install-data-local rule.
26059 * data/Makefile.am: changed the list of files.
26061 * anjuta.prj: removed to avoid checkin of Anjuta temp files.
26063 * .cvsignore: added anjuta.prj for the same reason.
26066 2001-08-15 Naba Kumar <kh_naba@users.sourceforge.net>
26068 * src/source.c: Fixed a bug that fails new gnome projects to get
26071 * src/project_manager.c: Fixed a bug that disables storing recent
26074 * Makefile.am: Added stuffs to install the macro files in the
26078 2001-08-14 Stephane Demurget <demurgets@free.fr>
26080 * data/Makefile.am: added some rules to support the gnome/ macros
26081 dir in order to make the wizards work again.
26083 * anjuta.spec.in: upped the release number.
26086 2001-08-12 Zbigniew Chyla <cyba@gnome.pl>
26088 * configure.in (ALL_LINGUAS): Added pl.
26091 2001-08-09 Stephane Demurget <demurgets@free.fr>
26093 * anjuta.spec.in: fixed the doc files list.
26096 2001-08-09 Naba Kumar <kh_naba@users.sourceforge.net>
26098 * src/about.c: corrected my email address. :-)
26102 * manuals/C/anjuta-manual/chapter15.sgml: Slight correction.
26103 (patch from Andy Piper <squiggle@ukgateway.net>)
26105 2001-08-08 Naba Kumar <kh_naba@users.sourceforge.net>
26107 * debugger.c: Fixed a bug associated with debugging threaded
26110 * text_editor_menu.c: Fixed broken ui in text editor
26113 * text_editor_menu.c: Now the option sub menu in text editor pop up
26116 * mainmenu_callbacks.c: Fixed "no-modified" bug with autoformat.
26117 (suggested by lord sibn <sibn@utspl.cjb.net> )
26119 2001-08-07 Naba Kumar <kh_naba@users.sourceforge.net>
26121 * src/text_editor_menu.c: Added menu item for context help
26122 (patch from Andy Piper <squiggle@ukgateway.net>)
26124 2001-08-06 Stephane Demurget <demurgets@free.fr>
26126 * ccview/cccproj.cc: added missing i18n strings.
26128 * data/welcome.txt: bumped version to 0.1.6.
26130 * src/anjuta.c: fixed a compilation error due to devhelp integration.
26132 2001-08-06 Naba Kumar <kh_naba@users.sourceforge.net>
26134 * help.c, help.h: Added support for DevHelp context sensitive help
26135 and gnome api browsing.
26136 * Fixed toolbars and editor views "not save" bug.
26137 * Updated sgmldocs.make and configure.in to handle rh 7.1 crap.
26138 (patch from Andy Piper <squiggle@ukgateway.net>)
26139 * Updated THANKS and chapter15.sgml for uk and ru translators.
26141 2001-08-05 Naba Kumar <kh_naba@users.sourceforge.net>
26143 * Transfered ru.po, uk.po and update.sh from gnome-i18n/extra-po/anjuta
26144 * Updated configure.in to include these changes
26146 2001-08-03 Stephane Demurget <demurgets@free.fr>
26148 * src/project_dbase_gui.c: fixed bug #446963
26149 (on_project_dbase_ccview_update_start),
26150 (on_project_dbase_ccview_update_end): added.
26151 These two respectively disable and enable close file/project
26152 menu entries and toolbar items, while the ccview part updates
26156 2001-08-03 Stephane Demurget <demurgets@free.fr>
26158 * configure.in: added sv to the ALL_LINGUAS list.
26161 2001-08-01 Fatih Demir <kabalak@gtranslator.org>
26163 * anjuta.desktop.(in(.in)), configure.in & Makefile.am: Get the desktop
26164 file to work: merge translations and distribute it.
26166 * .cvsignore & ABOUT-NLS: Erh, "ABOUT-NLS" shouldn't be in CVS.
26168 * NEWS, README, THANKS & TODO: Spelling fixes.
26170 2001-08-01 Stephane Demurget <demurgets@free.fr>
26172 * README: updated requirements.
26174 * scintilla/Makefile.am,
26175 src/Makefile.am: fixed includes using $(srcdir), as the distcheck
26176 target can't be realized (custom build path).
26178 * Makefile.am: added xml-i18n-* and anjuta.spec.in as EXTRA_DIST.
26179 Removed install-data-local.
26181 * src/compiler_options.c: changed the include paths of the pixmaps.
26182 we hadn't any warning because of the include paths passed to the
26183 compiler. Thanks to make distcheck for reporting this.
26186 2001-07-31 Stephane Demurget <demurgets@free.fr>
26188 * NEWS, THANKS: updated.
26190 * src/anjuta.c: (anjuta_fatal_signal_handler), (anjuta_exit_signal_handler):
26191 fixed to show the correct kernel signal number and its description.
26193 * widgets/gnomefilelist.c: fixed bug #445756
26194 (goto_last): renamed to goto_prev and changed according to goto_next.
26195 (goto_next): added.
26196 (goto_directory): removed.
26197 (check_list_for_entry): renamed (g_list_find_string_pos) and rewrote: the
26198 returned value is now the position in the list.
26199 (check_ok_button_cb): changed the back check and added one for next.
26200 (gnome_filelist_set_dir): the check in history make it wouldn't be
26201 a "true" history. polished the whole thing, using set_dir_internal.
26202 (set_dir_internal): used in gnome_filelist_set_dir and back/next callbacks, so
26203 there's no check in the history when using back or next.
26205 * manuals/*: added missing .cvsignore files.
26208 2001-07-30 Stephane Demurget <demurgets@free.fr>
26210 * po/fr.po: updated to latest sources.
26212 * src/preferences_gui.c: (create_preferences_page6): fixed bug #445758
26213 call on_trunc_mesg_check_clicked after the two spinbuttons are ref'ed,
26214 to put off their sensitive attributes.
26216 2001-07-29 Stephane Demurget <demurgets@free.fr>
26218 * po/fr.po: fixed some grammar things.
26219 Thanks to Pierre Sarrazin <sarrazip@sympatico.ca> for having pointed
26222 * src/utilities.c: (file_is_link): use lstat instead of stat.
26224 2001-07-27 Naba Kumar <kh_naba@123india.com>
26226 * Remove help dir from cvs, because it is no longer
26229 * Remove manuals/anjuta-manual dir from cvs, because it is no longer
26232 2001-07-24 Naba Kumar <kh_naba@123india.com>
26234 * debugger.c: (debugger_update_prog_status): Fixed
26235 the bug with gdb version 5. Debugger starts, when
26236 step in/out/over etc are clicked.
26238 * debugger.c: All functions: added debugging codes.
26240 * breakpoints.c: (breakpoints_dbase_set_all_in_editor):
26241 * breakpoints.c: (breakpoints_dbase_add_brkpnt):
26242 Modified to recognize non project files also.
26244 * source.c: (source_write_configure_in):
26245 Added source for 'prefix' counterparts for
26246 no-prefix AC_SUBST.
26248 2001-07-23 Naba Kumar <kh_naba@123india.com>
26250 * anjuta.c: added function anjuta_remove_text_editor();
26251 and suitably modified anjuta_remove_current_text_editor().
26253 * project_dbase.c: project_dbase_close(), Added code to
26254 close all opened files that belong to the project when
26255 the project is closed.
26256 (patch from "Maxim Blagai" <maximblagai@yahoo.com> and some my codes)
26258 * Updated the manuals/anjuta-manual subdir for GDP standards.
26259 (patch from Andy Piper <squiggle@ukgateway.net>)
26261 * main_menubar.h, main_menubar.def: Added Menu items to handle
26262 urls for library references, bugs, patches and feature request
26265 2001-07-20 Naba Kumar <kh_naba@123india.com>
26267 * Set wmclass names in all windows.
26268 (patch from Andy Piper <squiggle@ukgateway.net>)
26269 * New splash logo from "Misha" <misha@phreaker.net>);
26271 2001-07-19 Naba Kumar <kh_naba@123india.com>
26273 * preferences.[h,c], preferences_gui.c: Added 4 properties to
26274 set caret color, calltip back color and selection fore/back
26277 2001-07-18 Naba Kumar <kh_naba@123india.com>
26279 * project_dbase.c: Closes all files when project is closed.
26280 (patch applied from "Maxim Blagai" <maximblagai@yahoo.com>)
26281 -- We still need to refine this as it closes all sort of files.
26283 * compiler_options.c: Fixed seg-fault bug when last item in
26284 compiler option lists is removed.
26286 * Fixed missing newline warnings during compilation.
26287 (patch from Andy Piper <squiggle@ukgateway.net>)
26289 2001-07-17 Fatih Demir <kabalak@gtranslator.org>
26291 * xml-i18n-*: Blew away the xml-i18n-* files from CVS -- they're
26292 autogenerated no need to store'em in CVS.
26294 * ccview/.cvsignore: Addition of cvsignore.
26296 2001-07-17 Naba Kumar <kh_naba@123india.com>
26298 *GUI fixes and spell corrections
26299 (patch from Andy Piper <squiggle@ukgateway.net>)
26301 2001-07-15 Naba Kumar <kh_naba@123india.com>
26303 *Fixed double error message for file not found.
26305 *Put white backgrounds for png images.
26307 *Converted '-' to '_' in sgml files.
26309 2001-07-14 Naba Kumar <kh_naba@123india.com>
26311 * project_dbase.c: Short-cut for expand/collasp project tree
26313 * project_dbase_gui.c:
26314 (patch applied from "Maxim Blagai" <maximblagai@yahoo.com>)
26316 2001-07-13 Naba Kumar <kh_naba@123india.com>
26318 * notebook.[h,c]: Added
26319 (patch applied from "Maxim Blagai" <maximblagai@yahoo.com>)
26320 Project/message window now toggles on control and
26321 and notebook switch short-cut
26323 2001-07-7 Naba Kumar <kh_naba@123india.com>
26325 * Changed a new icon set which looks more gnomish.
26327 * Changed a new anjuta splash logo.
26328 (Icons and splash logo created by "Misha" <misha@phreaker.net>)
26330 2001-07-6 Naba Kumar <kh_naba@123india.com>
26332 * ccview/*: Integrated ccview for class view and file view
26333 in the project Manager.
26335 * widgets/gnomefilelist.[h,c]: Added show hidden files options.
26337 2001-07-1 Naba Kumar <kh_naba@123india.com>
26339 * scintilla/*: Upgraded Scintilla to version 1.3.7
26341 * manuals/anjuta-manual/C/chapter[00-12].sgml: Added many more stuffs.
26343 2001-06-28 Naba Kumar <kh_naba@123india.com>
26345 * src/debugger.c: Correct step-over and step-out swapping.
26347 * manuals/anjuta-manual/C/chapter[00-12].sgml: Splitted manual
26348 chapters and added more stuffs.
26350 2001-06-13 Naba Kumar <kh_naba@123india.com>
26352 * data/autogen.sh.gtkmm: Added
26354 * data/autogen.sh.gnomemm: Added
26356 * src/appwiz.c: Added two more application wizard templetes
26358 * src/project: for gtk-- and gnome-- and proper support
26360 * src/source.c: for c++ in the project configuration.
26364 2001-05-05 Naba Kumar <kh_naba@123india.com>
26366 * Merged my pre-cvs modifications with
26367 the current cvs copy.
26369 * (lot of files change).
26371 * Implemented session management.
26373 * Local installation possible by
26374 manageing our own pixmaps paths
26377 * resources.h: Added.
26378 * resources.c: Added.
26382 2001-05-05 Fatih Demir <kabalak@gtranslator.org>
26384 * manuals/.cvsignore & manuals/anjuta-manual/C/.cvsignore:
26385 Corrected/extended ignores.
26387 2001-05-04 Naba Kumar <kh_naba@123india.com>
26389 * manuals/: dir tree added.
26390 Sgml documentation started in this dir.
26392 * omf-install/: dir tree added.
26394 * manuals/anjuta-manual/C/anjuta-manual.sgml:
26395 Created initial document structure.
26397 * configure.in: Added test for scrollkeeper.
26398 Added some Makefile entries in AC_OUTPUT.
26400 * Makefile.am: Added subdir manuals/
26402 * HACKING: Wrote something stupid.
26404 2001-05-02 Stéphane Démurget <demurgets@free.fr>
26406 * Makefile.am: Added ChangeLog in local data list, becaused it's
26407 needed to create a new project.
26409 * po/fr.po: minor fixes.
26411 * src/build_file.c, src/configurer.c, src/debugger.c,
26412 src/executer.c, src/find_replace.c, src/gnome_project.c,
26413 src/goto_line.c, src/launcher.c, src/messages.c,
26414 src/preferences.c src/project_dbase.c: functions declared static.
26416 * widgets/gnomefilelist.c: Fixed a project creation bug,
26417 introduced with latest changes.
26419 2001-05-01 Stéphane Démurget <demurgets@free.fr>
26421 * widgets/gnomefilelist.c,
26422 BUGS: Fixed an annoying bug preventing from loading files/project
26423 given on the command line. Polished the whole gnome_filelist widget.
26425 2001-04-27 Stéphane Démurget <demurgets@free.fr>
26429 src/anjuta.h: Polished the command line parsing.
26431 * BUGS: Need to clean that damn gnome_filelist widget.
26433 2001-04-25 Stéphane Démurget <demurgets@free.fr>
26437 src/signals.c: Removed duplicated includes.
26439 * po/fr.po: minor fixes.
26441 * src/compiler_options_gui.c: Cleaned up a part of the GUI,
26442 create_compiler_options_page? () declared static.
26444 src/anjuta.c: Put a command line option for disabling
26447 * src/preferences_gui.c: Fixed an internationalization issue,
26448 other functions declared static.
26450 * src/gnome_project.c: Fixed some memory leaks,
26451 new_prj_terminated () declared static.
26453 2001-04-24 Fatih Demir <kabalak@gtranslator.org>
26455 * configure.in: Sort ALL_LINGUAS alphabetically.
26457 2001-04-22 Stéphane Démurget <demurgets@free.fr>
26459 * Emptied that ugly old Changelog.
26461 == Anjuta 0.1.5 ===
26464 2001-03-10 Naba kumar <naba@gnome.org>
26466 * src/gnome_project.c: Fixed project dir creation bug.
26468 * src/text_editor.c: Fixed double accelerators bug.
26470 * src/glade_iface.c, src/project_dbase.c: Fixed source generation bug.
26472 * src/stack_trace.c, * src/compiler_options.c,
26473 data/internals.properties, src/defaults.c:
26474 Fixed pixmap creation with NULL window.
26476 * src/commands.c, src/preferences_gui.c, src/build_project.c
26477 src/clean_project.c: Bug fix.
26479 * src/main_menubar_def.h: i18n bug fix.
26481 * src/executer.h, src/executer.c: Bug fix.
26483 * src/controls.c: Bug fix.
26485 * src/debugger.c: Debugger now takes program args.
26487 * po/ja.po: Added japanese translation file.
26489 Upgraded to ver 0.1.4
26490 ... Fixed other minor bugs.
26492 == Anjuta 0.1.3 ===
26494 2001-XX-XX Naba kumar <naba@gnome.org>
26496 * Lots of unaccountable changes. Integrated scintilla.
26497 Redesigned Project managemet. Added supports for other languages.
26498 Java style properties managements. .... blah blah
26500 2000-11-11 Naba kumar <naba@gnome.org>
26502 * README, htmls/page111.html, configure.in, anjuta.prj, anjuta.spec:
26503 Upgraded to version 0.1.3.
26505 * src/mainmenu_callbacks.c, src/main_menubar_def.h:
26506 Fixed to activate Debug->add watch properly.
26508 === Anjuta 0.1.2 beta_2 ===
26509 === Anjuta 0.1.2 ===
26511 2000-11-05 Naba kumar <naba@gnome.org>
26513 * src/compiler_options.c, src/compiler_options_cbs.c
26514 src/compiler_options_cbs.h, src/compiler_options_gui.c
26515 src/anjuta2.c, extra/stock_libs.anj (new),
26516 extra/README.stock_libs (new), htmls/page13.html,
26517 htmls/images/*: Improved Library settings GUI. Can now enable/disable
26518 added libraries. Stock libs provided for ease of entry. Modified
26519 help html file accordingly.
26521 2000-11-03 Naba kumar <naba@gnome.org>
26523 * README: Minor fixes in Doc files.
26525 * src/gnome_prj.c, src/appwidzard_cbs.c:
26526 Fixed to ignore non-existant dir for blank prj.
26527 More checking in project creation, especially to confirm
26528 that the prj file already does not exist.
26530 * anjuta.spec, configure.in: Upgraded to version 0.1.2
26532 * src/controls.c: Now Menu item "Format/Detach current document"
26533 is inactive when there is no document opened.
26535 === Anjuta 0.1.1 ===
26537 2000-11-01 Naba kumar <naba@gnome.org>
26539 Completed and Release of first version (Beta) with lots of bugs.
26541 1999-12-27 Naba kumar <naba@gnome.org>
26543 Anjuta project started.