1 2008-03-11 Johannes Schmid <jhs@gnome.org>
3 Patch from Rob Bradford:
4 * plugins/build-basic-autotools/executer.c (execute_program):
5 520324 – Execute command is not overridable
7 * plugins/sourceview/sourceview.c (on_insert_text):
10 2008-03-11 Johannes Schmid <jhs@gnome.org>
12 Patch from James Liggett:
13 * plugins/subversion/plugin.c (activate_plugin):
14 521691 – Crash when click "Resolve Conflicts" without opened project
16 2008-03-11 Johannes Schmid <jhs@gnome.org>
18 * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
19 * plugins/language-support-cpp-java/cpp-java-utils.c:
20 * plugins/language-support-cpp-java/plugin.c
21 (get_line_indentation_base), (on_editor_char_inserted_cpp):
22 520415 – [PATCH] Problems in auto indentatation code,
23 520766 – Brace autocompletion (Patch from Ignacio Casal Quinteiro <nacho@gnome.org>)
25 * plugins/sourceview/anjuta-view.c (anjuta_view_key_press_event),
26 (anjuta_view_button_press_event):
27 * plugins/sourceview/sourceview.c (on_insert_text),
28 (sourceview_adjustment_changed), (sourceview_new):
29 #520761 – Weirz behavior with popup
31 2008-03-03 Johannes Schmid <jhs@gnome.org>
33 * libanjuta/anjuta-launcher.c (anjuta_launcher_initialize),
34 (anjuta_launcher_dispose), (anjuta_launcher_finalize),
35 (anjuta_launcher_set_env), (anjuta_launcher_fork_setenv),
36 (anjuta_launcher_fork):
37 * libanjuta/anjuta-launcher.h:
38 Add API to set environment variables for the forked process
40 * plugins/build-basic-autotools/Makefile.am:
41 * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
43 * plugins/build-basic-autotools/build-basic-autotools.c
44 (build_set_env), (build_execute_command_full),
45 (build_execute_command), (build_configure_project),
46 (build_autogen_project):
47 * plugins/build-basic-autotools/build-basic-autotools.h:
48 * plugins/build-basic-autotools/build-options.c
49 (fill_options_combo), (build_dialog_configure):
50 * plugins/build-basic-autotools/build-options.h:
51 Use new launcher API to set CFLAGS when running configure. New configure dialog
52 which has predefined CFLAGS settings.
54 Fixes 520076 – [PATCH] Add support for setting custom CFLAGS from the UI
58 2008-03-11 Naba Kumar <naba@gnome.org>
60 * NEWS: Updated for 2.4.0 stable release.
61 * configure.in: Version bumped to 2.4.0
62 * TODO.tasks: Updated.
64 2008-03-10 Rob Bradford <rob@robster.org.uk>
66 Reviewed by Naba Kumar <naba@gnome.org>:
67 * global-tags/Makefile.am:
68 Revert change for #515954. This change was incorrect, the anjuta-tags
69 program is installed into the $(bindir) rather than the $(scriptdir).
71 2008-03-02 Naba Kumar <naba@gnome.org>
73 * plugins/message-view/anjuta-msgman.h: Fixed a build error.
74 * configure.in: Added a requirement for scintilla editor plugin.
76 2008-03-02 Johannes Schmid <jhs@gnome.org>
78 * plugins/message-view/anjuta-msgman.c
79 (anjuta_msgman_instance_init), (anjuta_msgman_append_view),
80 (anjuta_msgman_get_current_view), (anjuta_msgman_set_current_view):
81 * plugins/message-view/anjuta-msgman.h:
83 Fixed anjuta_msgman_get_current_view() to access the notebook directly and
84 get rid of the cached current_view member.
85 Fixes #518469 – Save message buffer not working good
87 2008-03-01 Johannes Schmid <jhs@gnome.org>
89 Patch by James Liggett:
90 * plugins/subversion/svn-command.h:
91 * plugins/subversion/svn-diff-command.c (svn_diff_command_run):
92 Fixed #519275 – Subversion should allow offline diffs
94 2008-02-29 Johannes Schmid <jhs@gnome.org>
96 * plugins/language-support-cpp-java/cpp-java-assist.c
97 (cpp_java_assist_get_calltip_context), (cpp_java_assist_check):
98 Removed some debug code
100 * plugins/sourceview/assist-tip.c (assist_tip_set_tips):
101 Escape tooltip text to avoid broken markup
103 2008-02-29 Johannes Schmid <jhs@gnome.org>
105 * libanjuta/Makefile.am:
106 Fixed a build error when building with -j X
108 * plugins/tools/scripts/prepare-changelog.pl:
109 Updated to latest script version in gnome svn
111 2008-02-28 Johannes Schmid <jhs@gnome.org>
113 * plugins/document-manager/anjuta-docman.c:
114 (anjuta_docman_page_destroy):
115 Do not unref widget because the GtkNotebook will unref them
117 * plugins/file-manager/file-view.c: (file_view_refresh):
118 * plugins/search/search_preferences.c: (search_preferences_init):
121 * plugins/sourceview/sourceview.c: (sourceview_add_monitor),
122 (ieditor_get_offset), (ieditor_iface_init),
123 (idocument_get_filename), (ilanguage_get_supported_languages),
124 (autodetect_language):
126 Fixed memory leaks and implemented ianjuta_editor_get_offset() which
129 2008-02-28 Johannes Schmid <jhs@gnome.org>
131 * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
132 Hide tooltip when Up, Down, Page_Up or Page_Down is pressed
134 2008-02-27 Naba Kumar <naba@gnome.org>
136 * plugins/document-manager/plugin.c: (on_docman_auto_save): Reverted
137 string break. That was a mistake doing at this point.
141 2008-02-26 Naba Kumar <naba@gnome.org>
143 * plugins/document-manager/plugin.c: (on_docman_auto_save): Fixed a
144 crash when there is a modified new file open, a non-modified exiting
145 file open and autosave happen. Simplified error checking logic and
146 avoided memory corruption. Fixes bug #Bug 518716.
148 2008-02-25 Naba Kumar <naba@gnome.org>
150 * NEWS: Updated for release 2.3.5
151 * configure.in: Bumped version to 2.3.5
153 * plugins/build-basic-autotools/build-basic-autotools.c:
154 (on_editor_changed): Avoid accessing text which is greater than
157 * plugins/editor/text_editor_cbs.[c,h]: Removed dead code.
159 2008-02-25 Sébastien Granjoux <seb.sfo@free.fr>
161 * plugins/debug-manager/breakpoints.c:
162 Fix #518329: Crash when adding breakpoint and other similar bugs
164 2008-02-25 Johannes Schmid <jhs@gnome.org>
166 * tagmanager/entry.c: (updateSortedFlag), (isCtagsLine),
167 (copyBytes), (copyFile), (openTagFile), (makeTagEntry):
168 Never call error() which calls exit()
169 #517646 – Anjuta exists with code 2 when i try to import gedit
171 2008-02-23 Johannes Schmid <jhs@gnome.org>
173 * plugins/sourceview/sourceview.c: (ieditor_insert):
174 Block insert_text signal when inserting manually.
176 2008-02-23 Johannes Schmid <jhs@gnome.org>
178 * plugins/sourceview/sourceview.c: (on_insert_text):
179 Fixed a problem with the "insert-text" signal that broke
182 2008-02-22 Johannes Schmid <jhs@gnome.org>
184 * plugins/language-support-cpp-java/plugin.c:
185 (get_line_indentation_base):
186 More fixes for comment handling and made the code
189 2008-02-22 Johannes Schmid <jhs@gnome.org>
191 * plugins/sourceview/sourceview.c: (on_insert_text):
192 Fixed #517919 – Crash on pasting docblock
194 2008-02-20 Johannes Schmid <jhs@gnome.org>
196 Patch from James Liggett:
197 * plugins/profiler/profiler.glade:
198 Fix width options dialog. Translations are not longer cut off. (#516630)
200 2008-02-18 Johannes Schmid <jhs@gnome.org>
202 * plugins/sourceview/sourceview.c: (on_insert_text):
203 Do not change the iterator in the "insert-text" handler because
204 it has some strange side-effects when copying text
205 Fix useless free'ing in hover-leave that might have led to random
208 2008-02-18 Sébastien Granjoux <seb.sfo@free.fr>
210 * plugins/debug-manager/start.c:
211 Avoid a glib warning if no project is loaded
213 2008-02-18 Sébastien Granjoux <seb.sfo@free.fr>
215 * manuals/anjuta-manual/C/debugger.xml:
216 Remove warning about new debugger
218 2008-02-17 Johannes Schmid <jhs@gnome.org>
220 * manuals/anjuta-manual/figures/project-window.png:
221 Use a smaller picture
223 2008-02-17 Sébastien Granjoux <seb.sfo@free.fr>
225 * plugins/gdb/debugger.c:
226 Set breakpoint in file with uncommon characters in path name
228 2008-02-17 Johannes Schmid <jhs@gnome.org>
230 * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
231 * plugins/sourceview/sourceview-cell.c: (icell_get_character),
233 * plugins/sourceview/sourceview.c: (on_insert_text):
234 Fix "char-added" signal to pass the correct iterator
236 2008-02-17 Sébastien Granjoux <seb.sfo@free.fr>
238 * plugins/gdb/debugger.c:
239 Load executable in gdb with space in path name
241 2008-02-17 Johannes Schmid <jhs@gnome.org>
243 * plugins/language-support-cpp-java/plugin.c:
244 (get_line_indentation_base), (get_line_auto_indentation),
246 Some bugfixes and clean-ups in comment indentation code
248 * plugins/sourceview/anjuta-view.c: (anjuta_view_class_init),
249 (anjuta_view_finalize), (anjuta_view_key_press_event):
250 * plugins/sourceview/sourceview.c: (on_insert_text),
251 (sourceview_create_highligth_indic), (sourceview_new):
252 Cleaned implementation of char-added signal by using "insert-text" signal
253 instead of filtering "key-press-event"
254 * plugins/sourceview/sourceview-cell.c: (icell_get_character),
255 (icell_get_length), (icell_get_char), (iiter_first), (iiter_last),
257 Fixed implementation of get_character and return value of iiter_first() and
260 2008-02-16 Johannes Schmid <jhs@gnome.org>
262 * plugins/valgrind/plugin.c: (valgrind_activate),
263 (ipreferences_merge), (ipreferences_unmerge):
264 * plugins/valgrind/vgactions.c: (vg_actions_run):
265 * plugins/valgrind/vgdefaultview.c: (valgrind_view_load_log):
267 Fixed crasher when starting valgrind because of strange prefs handling and
268 #516641 – Valgrind: Load Log does not clear list
270 2008-02-15 James Liggett <jrliggett@cox.net>
272 * plugins/profiler/plugin.c:
273 (on_select_other_target_button_clicked):
274 Select the new custom target in the list so that the user sees it.
276 Bug 516630 – Selection custom binary in profiler is not
279 2008-02-16 Sébastien Granjoux <seb.sfo@free.fr>
281 * manuals/anjuta-manual/C/projects.xml:
282 Fix #515993: "Add package" button is "Add Package" in code
283 Fix #516727: "Build All" is "Build Project" in code
284 Fix #516728: "Clean All" is "Clean Project" in code
285 Fix #516728: "Autogenerate" is "Run Autogenerate..." in code
286 Fix #516730: Fix note title
287 "Configure" is "Run Configure..." in code
289 2008-02-16 Sébastien Granjoux <seb.sfo@free.fr>
291 * (added) manuals/anjuta-manual/C/figures/project-window.png,
292 (removed) manuals/anjuta-manual/C/figures/project_win.png,
293 manuals/anjuta-manual/C/projects.xml,
294 manuals/anjuta-manual/Makefile.am:
295 Fix #515207: Add a new project window screenshoot
296 Rename "Project View" to "Project window"
298 2008-02-16 Sébastien Granjoux <seb.sfo@free.fr>
300 * plugins/project-import/project-import.c:
301 Fix #516743: Import project keeps an old date on project file
303 * plugins/project-manager/plugin.c:
304 Fix #516737: Import project doesn't load project with space in name
306 2008-02-16 Sébastien Granjoux <seb.sfo@free.fr>
308 * plugins/debug-manager/command.c:
309 Destroy local variables on each step
311 * plugins/debug-manager/debug_tree.c,
312 plugins/debug-manager/watch.c,
313 plugins/debug-manager/locals.c,
314 plugins/gdb/debugger.c,
315 libanjuta/interfaces/libanjuta.idl:
316 Parse local variables scope (not used yet)
318 2008-02-15 James Liggett <jrliggett@cox.net>
320 reviewed by: Johannes Schmid <jhs@gnome.org>
322 * plugins/profiler/gprof-options.c: (setup_widgets),
323 (gprof_options_set_target), (gprof_options_has_target),
324 (gprof_options_get_string):
325 * plugins/profiler/gprof-options.h:
326 * plugins/profiler/plugin.c: (ifile_open):
327 516128 – crash in Anjuta IDE: selected profiler as the...
329 2008-02-14 Johannes Schmid <jhs@gnome.org>
331 * plugins/macro/macro-db.c: (save_macro), (macro_db_get_macro):
332 * plugins/macro/macro-dialog.c: (on_macro_selection_changed):
333 * plugins/symbol-browser/an_symbol.c:
334 * plugins/symbol-browser/an_symbol_view.c:
335 (on_symbol_view_row_expanded):
336 Fixed some memory leaks (Remember to all free/unref everything that comes
337 from gtk_tree_model_get())
339 2008-02-14 Johannes Schmid <jhs@gnome.org>
341 * plugins/document-manager/search-box.c: (on_search_activated):
342 516377 – Status bar does not change its status of 'Search for .. continued at top'
343 (caused by differences between scintilla and sourceview)
345 2008-02-13 James Liggett <jrliggett@cox.net>
347 * plugins/subversion/svn-diff-command.c: (svn_diff_command_run):
348 Output in UTF-8 format to avoid hangs with the editor. (#516014)
350 2008-02-14 Johannes Schmid <jhs@gnome.org>
352 * plugins/language-support-cpp-java/plugin.c:
353 (get_line_indentation_base), (get_line_auto_indentation),
354 (on_editor_char_inserted_cpp):
355 504905 – Ctrl-I (Auto Indent) doesn't indent properly after C++ public: and private:
357 2008-02-13 Johannes Schmid <jhs@gnome.org>
359 * plugins/language-support-cpp-java/plugin.c:
360 (is_iter_inside_string), (get_line_auto_indentation):
361 Handle comments in the code and do not ask editor. Fixes scintilla
362 indentation (sourceview does not report comments anyway).
364 * plugins/sourceview/sourceview-cell.c: (iiter_diff):
365 Diff with correct sign (also fixes some issues with language-support)
367 2008-02-13 Johannes Schmid <jhs@gnome.org>
369 * plugins/language-support-cpp-java/plugin.c:
370 (get_line_indentation_base):
371 Act even more clever for comments. Indent /* */ comments correctly
374 2008-02-13 Johannes Schmid <jhs@gnome.org>
376 * plugins/sourceview/sourceview.c: (ieditor_set_tab_size):
377 Also set indentation size correctly, when tab size is set
378 by language support plugin
380 2008-02-13 Johannes Schmid <jhs@gnome.org>
382 * plugins/language-support-cpp-java/plugin.c:
383 (get_line_indentation_base):
385 Indent lines after comments correctly
387 2008-02-13 Johannes Schmid <jhs@gnome.org>
389 * libanjuta/anjuta-launcher.c: (anjuta_launcher_set_encoding_real),
390 (anjuta_launcher_set_encoding), (anjuta_launcher_fork):
391 * libanjuta/anjuta-launcher.h:
392 Some more fixes from symbol-db-branch
395 Move anjuta-shell to noinst_PROGRAMS as it is just a test
397 2008-02-12 Johannes Schmid <jhs@gnome.org>
399 Patch from Gennaro Bellizio <genbell@tiscali.it>:
400 * global-tags/Makefile.am:
402 #515954 – create_global_tags.sh: wrong anjuta-tags path
404 * libanjuta/anjuta-launcher.c: (anjuta_launcher_initialize),
405 (anjuta_launcher_dispose), (anjuta_launcher_check_password_real),
406 (anjuta_launcher_scan_output), (anjuta_launcher_scan_error),
407 (anjuta_launcher_scan_pty), (anjuta_launcher_set_encoding),
408 (anjuta_launcher_fork):
409 * libanjuta/anjuta-launcher.h:
410 Fix anjuta_launcher_set_encoding() and cleaned-up. Mostly backported
411 from symbol-db branch
413 2008-02-11 Johannes Schmid <jhs@gnome.org>
415 * plugins/file-manager/file-model.c: (file_model_expand_idle):
416 515868 – File browser only shows icons when activated
418 2008-02-11 Johannes Schmid <jhs@gnome.org>
420 * plugins/file-manager/file-model.c: (file_model_expand_idle):
421 #515867 – Anjuta dies on startup
423 2008-02-11 Johannes Schmid <jhs@gnome.org>
425 * TODO.tasks: Marked subversion task as completed
429 2008-02-11 Naba Kumar <naba@gnome.org>
431 * configure.in: Bumped version to 2.3.4
433 2008-02-10 Naba Kumar <naba@gnome.org>
435 * NEWS: Updated for release.
437 2008-02-10 Johannes Schmid <jhs@gnome.org>
439 * plugins/document-manager/anjuta-document-manager.plugin.in:
440 Added html, javascript and glade file types. This makes it possible to
441 edit a glade file by hand in anjuta (shows a dialog whether to use Glade or
442 document-manager (#514695 – Anjuta v2.2.3 can't open js files)
444 * plugins/file-wizard/anjuta-file-wizard.glade:
445 * plugins/gdb/anjuta-gdb.glade:
446 * plugins/project-wizard/anjuta-project-wizard.glade:
447 * plugins/search/anjuta-search.glade:
448 * plugins/terminal/anjuta-terminal-plugin.glade:
450 Fixed some other translation issues (#507921)
452 2008-02-10 Naba Kumar <naba@gnome.org>
454 * plugins/gtodo/preferences.c: (preferences_cb_do_tooltip): Removed
455 unnecessary warning. Fixes bug #510183 - Tooltips claim to be broken.
457 2008-02-10 Sébastien Granjoux <seb.sfo@free.fr>
459 * manuals/anjuta-manual/C/interface.xml,
460 manuals/anjuta-manual/C/introduction.xml,
461 manuals/anjuta-manual/C/preferences.xml,
462 manuals/anjuta-manual/C/fileoperations.xml,
463 manuals/anjuta-manual/C/projects.xml:
464 Fix spelling errors, including bug #515204, #515172, #515117
467 2008-02-10 Naba Kumar <naba@gnome.org>
469 * plugins/document-manager/plugin.c: Fixed stream comment and added
470 translator's comment for 'block comment', 'box comment' and 'stream
473 2008-02-10 Sébastien Granjoux <seb.sfo@free.fr>
475 * plugins/debug-manager/command.c,
476 plugins/debug-manager/command.h,
477 plugins/debug-manager/breakpoints.c,
478 libanjuta/interfaces/libanjuta.idl:
479 Avoid adding the same breakpoint several times
481 * plugins/gdb/debugger.c:
482 Fix bug #515463: Deattaching process kill it
484 2008-02-10 Sébastien Granjoux <seb.sfo@free.fr>
486 * manuals/anjuta-manual/C/debugger.xml:
487 Fix translation bug #515459 and #515460
489 2008-02-10 Johannes Schmid <jhs@gnome.org>
491 Patch from Rémi Cardona <remi@gentoo.org>
493 * plugins/build-basic-autotools/Makefile.am:
494 * plugins/cvs-plugin/Makefile.am:
495 * plugins/document-manager/Makefile.am:
496 * plugins/editor/Makefile.am:
497 * plugins/indent/Makefile.am:
498 * plugins/language-support-cpp-java/Makefile.am:
499 * plugins/message-view/Makefile.am:
500 * plugins/sourceview/Makefile.am:
501 * plugins/symbol-browser/Makefile.am:
502 * plugins/terminal/Makefile.am:
503 * scripts/build-schemas.mk:
505 Fix #512531 – Parallel build fails
507 * AUTHORS: Added Rémi
509 2008-02-10 Sébastien Granjoux <seb.sfo@free.fr>
511 * plugins/debug-manager/queue.c:
512 Fix interrupt command, not working due to previous change
514 2008-02-10 Johannes Schmid <jhs@gnome.org>
518 * src/anjuta-callbacks.c (removed):
519 * src/anjuta-callbacks.h (removed):
521 Removed (almost) empty files, fixes #515383 and #515388
523 2008-02-09 James Liggett <jrliggett@cox.net>
525 Reviewed by Naba Kumar <naba@gnome.org>:
527 * plugins/subversion/svn-add-command.c: (svn_add_command_new):
528 * plugins/subversion/svn-cat-command.c: (svn_cat_command_new):
529 * plugins/subversion/svn-command.c:
530 (svn_command_make_canonical_path):
531 * plugins/subversion/svn-command.h:
532 * plugins/subversion/svn-copy-command.c: (svn_copy_command_new):
533 * plugins/subversion/svn-diff-command.c: (svn_diff_command_new):
534 * plugins/subversion/svn-log-command.c: (svn_log_command_new):
535 * plugins/subversion/svn-merge-command.c: (svn_merge_command_new):
536 * plugins/subversion/svn-remove-command.c:
537 (svn_remove_command_new):
538 * plugins/subversion/svn-status-command.c:
539 (svn_status_command_new):
540 * plugins/subversion/svn-switch-command.c:
541 (svn_switch_command_new):
542 * plugins/subversion/svn-update-command.c:
543 (svn_update_command_new):
544 Make sure that all paths are "canonical" by libsvn rules so anjuta doesn't
545 die if the user gives a path that libsvn doesn't like.
549 2008-02-08 Sébastien Granjoux <seb.sfo@free.fr>
551 * plugins/debug-manager/command.c,
552 plugins/debug-manager/command.h,
553 plugins/debug-manager/queue.c:
554 Fix crashes when trying to stop the debugger while it is busy
556 2008-02-08 Johannes Schmid <jhs@gnome.org>
558 Patch from Rodrigo Moya <rodrigo@novell.com>
560 * plugins/glade/plugin.c: (ifile_open):
561 * plugins/symbol-browser/test-class.cpp:
562 * AUTHORS: Added Rodrigo
564 #514732 – 64 bit compliation error
565 #514733 – Use of uninitialized variables
567 2008-02-05 Sébastien Granjoux <seb.sfo@free.fr>
569 * manuals/anjuta-manual/C/debugger.xml:
570 Fix translation bug #514494 and bug #514440
572 2008-02-05 Massimo Cora' <maxcvs@email.it>
574 * plugins/symbol-db/symbol-db-engine-iterator-node.c:
575 Fix a compile error added in the previous patch
577 2008-02-04 Sébastien Granjoux <seb.sfo@free.fr>
579 * plugins/profiler/gprof-view.c,
580 plugins/class-inheritance/class-callbacks.c,
581 plugins/class-inheritance/class-inherit.c,
582 plugins/symbol-browser/an_symbol.c,
583 plugins/symbol-db/symbol-db-engine-iterator-node.c,
584 libanjuta/interfaces/libanjuta.idl:
585 Change ianjuta_symbol_file function to ianjuta_symbol_uri
587 2008-02-04 Johannes Schmid <jhs@gnome.org>
589 * plugins/search/anjuta-search.glade: Fixed typo
591 2008-02-03 Johannes Schmid <jhs@gnome.org>
593 * libanjuta/anjuta-save-prompt.c: (anjuta_save_prompt_add_item):
594 * libanjuta/anjuta-utils.c: (anjuta_util_execute_shell):
595 * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
597 * plugins/build-basic-autotools/build-basic-autotools.c:
598 (build_get_context), (build_configure_project):
599 * plugins/class-gen/anjuta-class-gen-plugin.glade:
600 * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
601 * plugins/cvs-plugin/cvs-callbacks.c: (on_cvs_commit_response):
602 * plugins/cvs-plugin/cvs-execute.c: (on_cvs_terminated):
603 * plugins/devhelp/plugin.c: (devhelp_activate):
604 * plugins/editor/Makefile.am:
605 * plugins/editor/anjuta-editor-scintilla.glade:
606 * plugins/editor/text_editor.c:
607 * plugins/editor/text_editor.h:
608 * plugins/editor/text_editor_menu.c (removed):
609 * plugins/editor/text_editor_menu.h (removed):
610 * plugins/file-wizard/anjuta-file-wizard.glade:
611 * plugins/gtodo/notification.c: (create_notification_window):
612 * plugins/gtodo/preferences.c: (preferences_widget):
613 * plugins/language-support-cpp-java/plugin.c:
614 (cpp_java_plugin_activate_plugin):
615 * plugins/message-view/anjuta-message-manager-plugin.glade:
616 * plugins/message-view/plugin.c: (activate_plugin):
617 * plugins/project-manager/plugin.c: (confirm_removal):
618 * plugins/search/anjuta-search.glade:
619 * plugins/search/plugin.c:
620 * plugins/search/search-replace.c: (nb_results_alert):
621 * plugins/subversion/subversion-commit-dialog.c:
622 (on_subversion_commit_response):
623 * plugins/symbol-browser/plugin.c: (activate_plugin):
624 * plugins/valgrind/plugin.c: (on_menu_run_activate):
625 * plugins/valgrind/vgcachegrindprefs.c: (cache_settings_new):
626 * plugins/valgrind/vggeneralprefs.c: (vg_general_prefs_init):
629 Fixed translation bugs from #507921.
630 Removed unused files in scintilla plugin
632 2008-02-03 Sébastien Granjoux <seb.sfo@free.fr>
634 * manuals/anjuta-manual/C/debugger.xml:
635 Fix bug #514124 and bug #514138: Wrong menu item name
637 2008-02-03 Sébastien Granjoux <seb.sfo@free.fr>
639 * plugins/profiler/gprof-view.c,
640 plugins/symbol-browser/plugin.c,
641 plugins/class-inheritance/class-callbacks.c,
642 plugins/debug-manager/plugin.c,
643 plugins/tools/editor.c,
644 plugins/search/search-replace.c,
645 plugins/search/search-replace_backend.c,
646 plugins/search/search-replace_backend.h,
647 plugins/build-basic-autotools/build-basic-autotools.c,
648 plugins/document-manager/plugin.c,
649 plugins/document-manager/file_history.c,
650 plugins/document-manager/anjuta-docman.c,
651 plugins/document-manager/anjuta-docman.h,
652 plugins/document-manager/action-callbacks.c,
653 libanjuta/interfaces/libanjuta.idl:
654 Rename IAnjutaDocumentManager functions:
655 find_document_with_path, goto_file_line, goto_file_line_mark
656 and get_full_filename into
657 find_document_with_uri, goto_uri_line, goto_uri_line_mark
659 Fix search plugin to use an URI instead of a file path
660 Fix anjuta_docman_get_uri to always return an URI
662 2008-02-03 Sébastien Granjoux <seb.sfo@free.fr>
664 * plugins/debug-manager/breakpoints.c:
665 Fix bug #514118: Rename Clear All Breakpoints to Remove
668 2008-02-03 Sébastien Granjoux <seb.sfo@free.fr>
670 * manuals/anjuta-manual/C/debugger.xml:
671 Update debugger documentation
673 2008-02-03 Sébastien Granjoux <seb.sfo@free.fr>
675 * plugins/debug-manager/sharedlib.c,
676 plugins/debug-manager/anjuta-debug-manager.glade,
677 plugins/debug-manager/queue.c,
678 plugins/tools/execute.c,
679 plugins/tools/anjuta-tools.glade,
680 plugins/tools/editor.c,
681 plugins/project-wizard/templates/terminal.wiz,
682 plugins/project-wizard/templates/xlib-dock.wiz,
683 plugins/project-wizard/templates/wxwin.wiz,
684 plugins/project-wizard/templates/java.wiz,
685 plugins/project-wizard/templates/gnome.wiz,
686 plugins/project-wizard/templates/anjuta-plugin.wiz,
687 plugins/project-wizard/templates/gtkmm.wiz,
688 plugins/project-wizard/templates/python.wiz,
689 plugins/project-wizard/templates/cpp.wiz,
690 plugins/project-wizard/templates/sdl.wiz,
691 plugins/project-wizard/templates/gtk.wiz,
692 plugins/project-wizard/templates/minimal.wiz,
693 plugins/project-wizard/templates/xlib.wiz,
694 plugins/project-wizard/templates/gcj.wiz,
695 plugins/gdb/plugin.c,
696 plugins/gdb/debugger.c,
697 libanjuta/anjuta-plugin-manager.c:
698 Partial fix of #507921: translation issues in debug-manager, tools,
699 project-wizard, gdb and anjuta-plugin-manager.
701 2008-02-02 Sébastien Granjoux <seb.sfo@free.fr>
703 * plugins/debug-manager/queue.c:
704 Debugger Local, Stack and Thread windows were missing due to
707 2008-02-02 Johannes Schmid <jhs@gnome.org>
709 * manuals/anjuta-manual/Makefile.am:
710 Fixed #513888 – Trailing '\' in anjuta-manual/Makefile.am
711 causes make install to fail
713 2008-02-02 Johannes Schmid <jhs@gnome.org>
715 * plugins/macro/macros.xml:
716 #495511 – Header_h macro correction
718 2008-02-02 Johannes Schmid <jhs@gnome.org>
720 * plugins/patch/patch-plugin.glade:
721 gtk-apply is not translatable...
723 2008-02-02 Johannes Schmid <jhs@gnome.org>
725 * plugins/build-basic-autotools/build-basic-autotools.c:
726 (on_build_mesg_format):
728 Also check for untranslated messages from make. Should fix
729 #511981 – Error parsing make output
731 2008-02-02 Johannes Schmid <jhs@gnome.org>
733 * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
736 Fixed #511010 – [UI] Execute program utility window
738 2008-02-02 Johannes Schmid <jhs@gnome.org>
741 Fixed #509908 – [UI] Problems with the General settings tab
743 2008-02-02 Johannes Schmid <jhs@gnome.org>
745 * manuals/anjuta-manual/C/fileoperations.xml:
746 Fixed #513730 – Option not present in the GUI po file
748 2008-02-02 Johannes Schmid <jhs@gnome.org>
750 * plugins/sourceview/anjuta-editor-sourceview.glade:
751 Adjust preferences default values
753 2008-02-02 Johannes Schmid <jhs@gnome.org>
755 * plugins/document-manager/plugin.c: (docman_plugin_set_tab_pos):
756 Fixed #512535 – Open files tabs' position is correctly remembered
757 but not applied at startup
759 2008-02-02 Johannes Schmid <jhs@gnome.org>
761 * plugins/search/search-replace.c: (on_message_clicked):
762 Pass and uri ianjuta_document_manager_goto_file_line_mark() to
763 fix clicking on search result messages
765 2008-02-01 James Liggett <jrliggett@cox.net>
767 * plugins/subversion/svn-command.c: (on_svn_notify):
768 Fixed wrong status message output when resolving conflicts.
770 2008-02-02 Johannes Schmid <jhs@gnome.org>
772 * configure.in: Require GtkSourceView 2.1.2
773 * plugins/sourceview/sourceview-prefs.c: (init_colors_and_fonts):
774 * plugins/sourceview/sourceview.c: (mark_real), (imark_unmark),
775 (imark_is_marker_set), (imark_delete_all_markers),
776 (ibookmark_toggle), (goto_bookmark), (ibookmark_clear_all):
778 Adapted to API changes in GtkSourceView
780 2008-02-01 Johannes Schmid <jhs@gnome.org>
782 * plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
783 Fixed tabsize preference
785 2008-02-01 Johannes Schmid <jhs@gnome.org>
787 * manuals/anjuta-manual/C/fileoperations.xml:
788 * manuals/anjuta-manual/C/interface.xml:
791 * manuals/anjuta-manual/Makefile.am:
792 * manuals/anjuta-manual/C/figures/*:
794 Updated figures to be in clearlooks theme, removed old figures
796 2008-02-01 Johannes Schmid <jhs@gnome.org>
798 * plugins/patch/patch-plugin.glade:
799 * plugins/patch/plugin.c: (patch_plugin_activate):
800 Another UI issue with the patch plugin and silenced a compiler
803 Patch from James Liggett:
804 * plugins/profiler/gprof-call-graph-view.c:
805 (gprof_call_graph_view_create_columns):
806 * plugins/profiler/gprof-flat-profile-view.c:
807 (gprof_flat_profile_view_create_columns):
808 * plugins/profiler/gprof-view.c: (gprof_view_format_float):
809 * plugins/profiler/gprof-view.h:
811 Use two decimal places for float values in profiler views (#507831)
813 2008-02-01 Johannes Schmid <jhs@gnome.org>
816 * plugins/editor/Makefile.am:
818 Fixed #512751 – libgnomeprint unnecessary without scintilla
820 2008-01-31 Johannes Schmid <jhs@gnome.org>
822 * plugins/language-manager/languages.xml:
823 Added a pretty ugly string for C++ headers. Maybe we should rely
824 on mime-types instead...
826 2008-01-31 Johannes Schmid <jhs@gnome.org>
828 * plugins/language-support-cpp-java/cpp-java-assist.c:
829 (get_iter_column), (cpp_java_assist_get_calltip_context),
830 (cpp_java_assist_show_calltip), (cpp_java_assist_check),
831 (on_assist_chosen), (cpp_java_assist_install):
832 * plugins/language-support-cpp-java/plugin.c:
833 (on_editor_char_inserted_cpp):
834 Removed annoying DEBUG_PRINTs
836 * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
837 * plugins/sourceview/sourceview-cell.c: (icell_get_attribute):
838 * plugins/sourceview/sourceview.c: (iassist_show_tips):
840 Fixed "jumping" tooltips, fixed indentation of brances
842 2008-01-31 Johannes Schmid <jhs@gnome.org>
844 * plugins/document-manager/plugin.c: (on_document_changed):
845 Fixed crash when closing anjuta after all document tabs have been closed
847 2008-01-31 Sébastien Granjoux <seb.sfo@free.fr>
849 * plugins/debug-manager/anjuta-debug-manager.glade:
850 Fix #513485: wrong strings maked as translatable
852 2008-01-31 Sébastien Granjoux <seb.sfo@free.fr>
854 * plugins/debug-manager/threads.c,
855 plugins/debug-manager/stack_trace.c:
856 Avoid crash when getting relative path from debugger (same fix
859 * plugins/debug-manager/queue.c:
860 Emit all state changes notification
862 * plugins/debug-manager/start.c:
863 Fix #511586: Project path with "+" not working in debugger
865 2008-01-31 Johannes Schmid <jhs@gnome.org>
867 * plugins/patch/patch-plugin.glade:
868 Fixed button ui problem...
870 Patch from James Liggett:
871 * plugins/profiler/gprof-call-graph-block-entry.c:
872 (gprof_call_graph_block_primary_entry_new),
873 (gprof_call_graph_block_secondary_entry_new):
874 * plugins/profiler/gprof-flat-profile-entry.c:
875 (gprof_flat_profile_entry_new):
877 Fix #507831 - Wrong Profiler values for some locales
879 2008-01-31 Johannes Schmid <jhs@gnome.org>
881 * plugins/sourceview/anjuta-editor-sourceview.glade:
882 * plugins/sourceview/sourceview-prefs.c:
883 * plugins/sourceview/sourceview.c: (sourceview_finalize):
885 Fixed Editor->View popup menu for those entries that are appropriate for
888 2008-01-30 Sébastien Granjoux <seb.sfo@free.fr>
890 * plugins/debug-manager/breakpoints.c:
891 Fix #512901: Crash when adding a breakpoint
893 * plugins/debug-manager/queue.c:
894 Remove a possible memory leak
896 2008-01-30 Sébastien Granjoux <seb.sfo@free.fr>
898 * plugins/debug-manager/data_view.c,
899 plugins/debug-manager/sparse_view.c,
900 manuals/anjuta-manual/C/debugger.xml:
901 Fix #513130, #513131 #513135: Wrong menu item names and errors
904 2008-01-30 Sébastien Granjoux <seb.sfo@free.fr>
906 * plugins/tools/editor.c:
907 ianjuta_document_manager_find_document_with_path expect an uri not
910 2008-01-29 Sébastien Granjoux <seb.sfo@free.fr>
912 * manuals/reference/libanjuta/libanjuta-docs.sgml,
913 manuals/reference/libanjuta/libanjuta-sections.txt,
914 libanjuta/interfaces/libanjuta.idl:
915 Documentation fixes for IAnjutaDebugger* interfaces
919 2008-01-27 Naba Kumar <naba@gnome.org>
921 * Makefile.am, anjuta.spec.in, configure.in: Removed unmaintained
924 * plugins/symbol-browser/plugin.c: (on_editor_foreach_disconnect),
925 (value_added_current_editor), (value_removed_current_editor):
928 * TODO.tasks: Updated.
930 * libanjuta/anjuta-save-prompt.c: (anjuta_save_prompt_init): Added
931 scrollwindow shadow in.
933 * plugins/editor/anjuta-editor-scintilla.glade:
934 * plugins/editor/style-editor.c: (create_style_editor_gui):
935 Set style window transient and cetered for preferences window.
936 Fixed Bug #365490 - problems displaying Scintilla Colors & Fonts dialog
938 * plugins/editor/anjuta-editor-scintilla.glade:
939 Fixes Bug #427108 - Scintilla plugin configuration folding-style
942 * configure.in, NEWS: Updated for release 2.3.3
944 2008-01-26 Sébastien Granjoux <seb.sfo@free.fr>
946 * plugins/debug-manager/anjuta-debug-manager.glade:
947 Fix #512224: Use a string in english
949 2008-01-26 Sébastien Granjoux <seb.sfo@free.fr>
951 * plugins/build-basic-autotools/build-basic-autotools.c:
952 ianjuta_document_manager_goto_file_line_mark needs an uri and
955 2008-01-26 Sébastien Granjoux <seb.sfo@free.fr>
957 * plugins/symbol-browser/plugin.c,
958 plugins/symbol-browser/an_symbol_view.c:
959 use gnome_vfs_get_uri_from_local_path to get local path from uri
960 This takes care of escaping some characters
962 2008-01-25 Sébastien Granjoux <seb.sfo@free.fr>
964 * plugins/debug-manager/stack_trace.c:
965 Probably fix #510028: crash debugger when having a relative filename
968 2008-01-25 Tom <tpgww@onepost.net>
970 reviewed by: Sébastien Granjoux <seb.sfo@free.fr>
972 * plugins/document-manager/plugin.c,
973 plugins/document-manager/file_history.c,
974 plugins/document-manager/file_history.h,
975 plugins/document-manager/anjuta-docman.c,
976 plugins/document-manager/anjuta-docman.h:
977 Rename filename argument to uri when an uri is expected
978 anjuta_docman_get_document_for_uri will remove symlinks
980 2008-01-25 Naba Kumar <naba@gnome.org>
982 * plugins/terminal/terminal.c: (terminal_execute),
984 * plugins/tools/execute.c: Fixed couple of gtk+ critical warnings.
986 2008-01-24 Sébastien Granjoux <seb.sfo@free.fr>
988 * plugins/debug-manager/anjuta-debug-manager.glade,
989 plugins/debug-manager/start.c:
990 Fix #511049: Change UI of add source directories dialog
992 2008-01-24 Naba Kumar <naba@gnome.org>
994 * plugins/editor/text-editor-iterable.c: (iiter_get_length):
995 * plugins/editor/text_editor.c: (itext_editor_get_text_all),
996 (itext_editor_get_text), (itext_editor_get_length): Fixes implementations
997 of ianjuta_editor_get_length(), ianjuta_iterable_get_length() and
998 ianjuta_editor_get_text_all(). Current Search-replace and symbol-db
1001 2008-01-24 Johannes Schmid <jhs@gnome.org>
1003 Patch from: Luca Ferretti <ella.uca@libero.it>:
1005 * plugins/document-manager/anjuta-docman.c:
1006 (anjuta_docman_page_init), (anjuta_docman_class_init):
1007 * plugins/message-view/anjuta-msgman.c: (anjuta_msgman_page_new):
1009 Fix #511757 – Close icon in tabs cut off (Patch was only for
1010 document-manager, also adapted it for message-manager)
1012 2008-01-24 Johannes Schmid <jhs@gnome.org>
1014 * plugins/Makefile.am:
1015 * plugins/sourceview/anjuta-document.c:
1016 * plugins/sourceview/anjuta-marshal.list:
1017 * plugins/sourceview/anjuta-view.c: (anjuta_view_class_init),
1018 (anjuta_view_key_press_event):
1019 * plugins/sourceview/sourceview-cell.c: (icell_iface_init),
1020 (iiter_next), (iiter_previous), (iiter_last), (iiter_compare),
1021 (iiter_diff), (iiter_iface_init):
1022 * plugins/sourceview/sourceview.c: (on_document_char_added),
1023 (ieditor_goto_position), (ieditor_get_text),
1024 (ieditor_get_text_all), (ieditor_get_position), (ieditor_insert),
1025 (ieditor_erase), (ieditor_get_line_from_position),
1026 (ieditor_get_line_begin_position), (ieditor_get_line_end_position),
1027 (ieditor_get_position_from_offset), (ieditor_get_start_position),
1028 (ieditor_get_end_position), (ieditor_goto_start),
1029 (ieditor_goto_end), (ieditor_iface_init), (iconvert_to_upper),
1030 (iconvert_to_lower), (iindic_set), (iassist_suggest),
1031 (iassist_show_tips):
1033 Implemented new iterators interface in sourceview editor and
1036 2008-01-23 Naba Kumar <naba@gnome.org>
1038 * libanjuta/interfaces/libanjuta.idl:
1039 * manuals/reference/libanjuta/libanjuta-sections.txt:
1040 * plugins/build-basic-autotools/build-basic-autotools.c:
1041 (build_indicator_location_set), (on_editor_changed):
1042 * plugins/debug-manager/plugin.c: (show_program_counter_in_editor):
1043 * plugins/debug-manager/variable.c: (get_hovered_word):
1044 * plugins/document-manager/action-callbacks.c:
1045 (on_editor_command_upper_case_activate),
1046 (on_editor_command_lower_case_activate):
1047 * plugins/document-manager/search-box.c: (on_incremental_search),
1048 (on_search_activated):
1049 * plugins/editor/text-editor-iterable.c: (icell_get_attribute),
1050 (iiter_last), (iiter_set_position), (iiter_get_position),
1051 (iiter_get_length), (iiter_compare), (iiter_diff),
1053 * plugins/editor/text_editor.c: (text_editor_get_position_lineno),
1054 (text_editor_goto_point), (itext_editor_goto_start),
1055 (itext_editor_goto_end), (itext_editor_goto_position),
1056 (itext_editor_get_text_all), (itext_editor_get_text),
1057 (itext_editor_get_position), (itext_editor_get_offset),
1058 (itext_editor_get_length), (itext_editor_insert),
1059 (itext_editor_erase), (itext_editor_erase_all),
1060 (itext_editor_get_column), (itext_editor_get_overwrite),
1061 (itext_editor_set_popup_menu),
1062 (itext_editor_get_line_from_position),
1063 (itext_editor_get_line_begin_position),
1064 (itext_editor_get_line_end_position),
1065 (itext_editor_get_position_from_offset),
1066 (itext_editor_get_start_position), (itext_editor_get_end_position),
1067 (itext_editor_iface_init), (iconvert_to_upper),
1068 (iconvert_to_lower), (iassist_suggest), (iassist_show_tips),
1070 * plugins/editor/text_editor.h:
1071 * plugins/editor/text_editor_cbs.c:
1072 (on_text_editor_scintilla_notify):
1073 * plugins/indent/plugin.c: (on_indent_action_activate):
1074 * plugins/language-support-cpp-java/cpp-java-assist.c:
1075 (cpp_java_assist_get_scope_context),
1076 (cpp_java_assist_get_pre_word),
1077 (cpp_java_assist_show_autocomplete),
1078 (cpp_java_assist_show_calltip), (cpp_java_assist_check),
1079 (on_editor_char_added), (on_assist_chosen):
1080 * plugins/language-support-cpp-java/plugin.c:
1081 (get_line_indentation), (skip_iter_to_previous_logical_line),
1082 (skip_preprocessor_lines), (initialize_indentation_params),
1083 (set_line_indentation), (get_line_indentation_base),
1084 (get_line_auto_indentation), (on_editor_char_inserted_cpp),
1085 (on_editor_char_inserted_java), (on_auto_indent):
1086 * plugins/macro/macro-actions.c: (match_shortcut):
1087 * plugins/macro/macro-dialog.c: (on_ok_clicked):
1088 * plugins/macro/plugin.c: (match_keyword):
1089 * plugins/search/plugin.c: (find_incremental):
1090 * plugins/search/search-replace.c: (search_and_replace),
1091 (search_start_over):
1092 * plugins/search/search-replace_backend.c:
1093 (file_buffer_new_from_te), (file_buffer_line_from_pos),
1094 (create_search_entries):
1095 * plugins/symbol-browser/plugin.c:
1096 (on_editor_buffer_symbols_update_timeout), (on_char_added),
1097 (isymbol_manager_iface_init):
1098 * plugins/symbol-db/plugin.c:
1099 (on_editor_buffer_symbols_update_timeout), (on_char_added),
1100 (isymbol_manager_iface_init):
1101 * plugins/tools/execute.c: (atp_output_context_construct),
1102 (atp_output_context_destroy), (atp_user_tool_execute):
1104 Update IAnjutaEditor and IAnjutaIndicable interfaces to take
1105 iterators instead of integer offsets.
1106 - Renamed original ianjuta_editor_get_position(int) to
1107 ianjuta_editor_get_offset(). It is deprecated.
1108 - Renamed original ianjuta_editor_get_position_iter() to
1109 ianjuta_editor_get_position().
1110 - Renamed ianjuta_editor_get_cell_iter() to
1111 ianjuta_editor_get_position_from_offset()
1112 - Renamed ianjuta_editor_get_text_iter() to ianjuta_editor_get_text()
1113 - Added new methods:
1114 ianjuta_editor_get_start_position(), ianjuta_editor_get_end_position()
1115 ianjuta_editor_get_text_all(), ianjuta_editor_goto_start(),
1116 ianjuta_editor_goto_end().
1117 - All relevent signals and methods converted to use iterators.
1118 - All relevent plugins fixed to use new API.
1119 - Removed ianjuta_editor_cell_get_line() because it is provided by
1120 ianjuta_editor_get_line_from_position().
1121 - Removed ianjuta_symbol_manager_get_completions_at_position()
1122 because it not used anywhere and is not right to be there.
1123 - Updated IAnjutaEditable documentation.
1125 Updated IAnjutaIterable interface:
1126 - ianjuta_iterable_compare() and ianjuta_iterable_diff()
1127 - Introduced 'end-iter' to point at the end of the list.
1128 - Updated IAnjutaIterable documentation.
1130 * plugins/Makefile.am:
1131 (Disabled sourceview plugin for now. Jhs is coming up with a patch
1134 2008-01-22 Johannes Schmid <jhs@gnome.org>
1136 * plugins/file-wizard/anjuta-file-wizard.plugin.in:
1137 * plugins/project-import/anjuta-project-import.glade:
1138 * plugins/project-import/anjuta-project-import.plugin.in:
1139 * plugins/project-wizard/anjuta-project-wizard.glade:
1140 * plugins/project-wizard/anjuta-project-wizard.plugin.in:
1141 * plugins/project-wizard/druid.c: (npw_druid_new):
1142 * plugins/project-wizard/plugin.c: (npw_plugin_create_view):
1144 Fixed #465084 – wizard instead of assistant (only string changes...)
1146 2008-01-20 Rob Bradford <rob@openedhand.com>
1148 * libanjuta/anjuta-utils.c: (anjuta_util_parse_args_from_string):
1149 Fix parsing with quotes in the command line. Kudos to Jorn Baayen for
1150 coming up with the solution. (Bug: #510390.)
1152 2008-01-20 Sébastien Granjoux <seb.sfo@free.fr>
1154 * plugins/build-basic-autotools/executer.c:
1155 Fix #502508, use anjuta_launcher to keep program output
1157 * plugins/terminal/terminal.c:
1158 Remove unused child_initizlized member
1159 Start the shell on plugin activation
1161 2008-01-20 Sébastien Granjoux <seb.sfo@free.fr>
1163 * plugins/debug-manager/sparse_buffer.c:
1164 Fix a crash when scrolling in the diassembly window
1166 * plugins/debug-manager/sparse_view.c:
1167 Small limit change using the same "unit" for both number
1169 2008-01-19 Naba Kumar <naba@gnome.org>
1171 * plugins/language-support-cpp-java/cpp-java-assist.c:
1172 (cpp_java_assist_get_scope_context),
1173 (cpp_java_assist_get_pre_word): Usef ianjuta_editer_get_text_iter()
1176 2008-01-19 Johannes Schmid <jhs@gnome.org>
1178 * plugins/sourceview/anjuta-editor-sourceview.glade:
1179 * plugins/valgrind/vgrule-editor.c: (vg_rule_editor_save):
1181 And even more strings...
1183 2008-01-19 Sébastien Granjoux <seb.sfo@free.fr>
1185 * plugins/project-wizard/templates/cpp/src/main.cc:
1186 Fix #498734, typing error in c++ project template
1188 2008-01-19 Johannes Schmid <jhs@gnome.org>
1190 * plugins/editor/text_editor.c: (text_editor_save_file):
1191 * plugins/macro/anjuta-macro.glade:
1192 * plugins/subversion/anjuta-subversion.glade:
1194 Fixed even more strings
1196 2008-01-19 Sébastien Granjoux <seb.sfo@free.fr>
1198 * plugins/language-support-cpp-java/cpp-java-assist.c:
1199 Fix bug #488519, remove critical warning (completion_cache == NULL
1202 2008-01-19 Sébastien Granjoux <seb.sfo@free.fr>
1204 * plugins/gdb/debugger.c:
1205 Enable logging of gdb communication with an environment variable
1207 2008-01-19 Naba Kumar <naba@gnome.org>
1209 * plugins/editor/text-editor-iterable.c: (iiter_next),
1210 (iiter_set_position), (iiter_get_position), (iiter_get_length): Use
1211 editor native funtions to avoid round trips.
1213 2008-01-19 Sébastien Granjoux <seb.sfo@free.fr>
1215 * plugins/editor/text_editor.c:
1216 Fix a bug due to the previous patch: Unable to save new file in
1219 2008-01-18 Sébastien Granjoux <seb.sfo@free.fr>
1221 * plugins/debug-manager/disassemble.c,
1222 plugins/debug-manager/disassemble.h,
1223 plugins/debug-manager/registers.c,
1224 plugins/debug-manager/registers.h,
1225 plugins/debug-manager/memory.c,
1226 plugins/debug-manager/memory.h,
1227 plugins/debug-manager/command.c,
1228 plugins/debug-manager/command.h,
1229 plugins/debug-manager/queue.c,
1230 plugins/debug-manager/queue.h,
1231 plugins/debug-manager/breakpoints.c,
1232 plugins/debug-manager/stack_trace.c,
1233 plugins/debug-manager/threads.c,
1234 plugins/debug-manager/plugin.c,
1235 plugins/gdb/plugin.c,
1236 plugins/gdb/debugger.c,
1237 plugins/gdb/debugger.h,
1238 manuals/reference/libanjuta/libanjuta-sections.txt,
1239 manuals/reference/libanjuta/libanjuta.types,
1240 libanjuta/interfaces/libanjuta.idl:
1241 Use gulong instead of guint for addresses
1242 Split IAnjutaCpuDebugger interface in IAnjutaDebuggerRegister,
1243 IAnjutaDebuggerMemory and IAnjutaDebuggerInstruction
1245 * plugins/gdb/anjuta-gdb.plugin.in:
1246 Remove reference to IAnjutaCpuDebugger (useless)
1248 2008-01-18 Johannes Schmid <jhs@gnome.org>
1250 * AUTHORS: Added Alexander
1252 2008-01-18 Johannes Schmid <jhs@gnome.org>
1254 Patch from: Alexander Korolyov <kilork@yandex.ru>
1256 * plugins/editor/text_editor.c: (load_from_file),
1257 (text_editor_save_file):
1259 Fixed symlinks (#510238) and file permission (#405321)
1260 handling for scintilla editor.
1262 2008-01-17 Johannes Schmid <jhs@gnome.org>
1264 * plugins/document-manager/action-callbacks.c:
1265 (on_editor_command_select_all_activate),
1266 (on_editor_command_cut_activate),
1267 (on_editor_command_paste_activate),
1268 (on_editor_command_copy_activate),
1269 (on_editor_command_clear_activate):
1270 Resupport cut/copy/paste/clear on GtkEditables when those
1271 have focus. (Important for shortcuts to work).
1273 * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
1274 * plugins/document-manager/search-box.c: (on_search_activated):
1275 * plugins/gdb/plugin.c: (gdb_plugin_start_terminal):
1276 * plugins/patch/patch-plugin.c: (on_ok_clicked):
1277 * plugins/profiler/plugin.c: (profiler_get_data):
1278 * plugins/project-wizard/druid.c: (npw_druid_new):
1279 * plugins/project-wizard/install.c: (on_install_end_install_file):
1280 * plugins/sourceview/anjuta-editor-sourceview.glade:
1281 * plugins/subversion/anjuta-subversion.glade:
1282 * plugins/tools/anjuta-tools.glade:
1283 Various string fixes
1285 2008-01-17 Naba Kumar <naba@gnome.org>
1287 Patch from James Liggett:
1289 * plugins/subversion/subversion-add-dialog.c:
1290 (on_subversion_add_response):
1291 * plugins/subversion/subversion-copy-dialog.c:
1292 (on_subversion_copy_response):
1293 * plugins/subversion/subversion-diff-dialog.c:
1294 (on_subversion_diff_response):
1295 * plugins/subversion/subversion-merge-dialog.c:
1296 (on_subversion_merge_response):
1297 * plugins/subversion/subversion-remove-dialog.c:
1298 (on_subversion_remove_response):
1299 * plugins/subversion/subversion-switch-dialog.c:
1300 (on_subversion_switch_response):
1301 * plugins/subversion/subversion-ui-utils.c: (check_input):
1302 * plugins/subversion/subversion-ui-utils.h:
1303 * plugins/subversion/subversion-update-dialog.c:
1304 (on_subversion_update_response):
1306 If the user doesn't enter any data for path or revision fields in
1307 certain SVN plugin dialogs, libsvn throws assertion failures and
1308 kills Anjuta. To avoid this, the validity of path and revision
1309 input data are checked before the command gets executed.
1311 Fixes Bug #509510 - Check input of some dialogs to avoid termination
1312 if user gives bad or no input
1314 2008-01-16 Sébastien Granjoux <seb.sfo@free.fr>
1316 * plugins/document-manager/anjuta-docman.c:
1317 Fix #507627 memory tab stay active on debugger stop
1318 Remove two unused variables due to the previous patch
1320 2008-01-16 Johannes Schmid <jhs@gnome.org>
1322 * libanjuta/anjuta-plugin-manager.c:
1323 Fixed #508399 – When you enable a plugin, preferences don't show up
1325 2008-01-16 Rob Bradford <rob@openedhand.com>
1327 Reviewed by: Johannes Schmid <jhs@gnome.org>
1329 * libanjuta/anjuta-preferences.c: (get_object_type_from_string),
1330 (get_property_value_as_string), (set_property_value_as_string),
1331 (register_callbacks):
1332 * libanjuta/anjuta-preferences.h:
1333 Add support for both file and folder preferences (originally only
1334 folder choosers were supported. (Fixes bug: #508805.)
1336 * plugins/file-manager/file-manager.glade:
1337 Update the only in-tree use of the ANJUTA_PROPERTY_OBJECT_TYPE_FILE
1340 2008-01-16 Johannes Schmid <jhs@gnome.org>
1342 * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
1344 * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
1347 Fixed #509875 – The "Update globale tags" button wording is incorrect
1348 Fixed #509873 – Build Autotools Preferences has excessive padding
1349 Fixed #509872 – General Information labels are incorrectly aligned
1350 Fixed #509871 – General preferences has incorrect use of colons
1352 2008-01-16 Johannes Schmid <jhs@gnome.org>
1354 * plugins/document-manager/anjuta-document-manager.glade:
1355 * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
1357 Fixed #509865 – Incorrect padding in the Documents settings tabs
1358 Fixed #509867 – Create button contents is mis-aligned
1359 Fixed #509869 – "Add Directory" button is not HIG complient
1361 2008-01-16 Johannes Schmid <jhs@gnome.org>
1363 * libanjuta/anjuta-preferences-dialog.c:
1364 (anjuta_preferences_dialog_add_page):
1366 Fix #509864 – No initial section selected when opening the Preferences dialog
1368 2008-01-16 Johannes Schmid <jhs@gnome.org>
1370 * plugins/gtodo/preferences.c: (pref_gconf_set_notifications):
1371 Removed unused gconf_notifications
1373 * plugins/search/anjuta-search.glade:
1374 * plugins/subversion/anjuta-subversion.glade:
1375 * plugins/tools/anjuta-tools.glade:
1376 * src/anjuta-app.c: (anjuta_app_instance_init):
1378 Fixed various strings
1380 2008-01-15 Naba Kumar <naba@gnome.org>
1382 * plugins/editor/text_editor.c: (isavable_save_as): Correctly highlight
1383 newfile saved. Fixes bug #502322 - Highlight doesn't work on new
1386 * plugins/symbol-browser/an_symbol_view.c:
1387 (anjuta_symbol_view_workspace_update_file): Refresh the symbols for
1390 2008-01-15 Johannes Schmid <jhs@gnome.org>
1392 * libanjuta/anjuta-profile.c: (anjuta_profile_class_init),
1393 (anjuta_profile_add_plugins_from_xml):
1394 * plugins/file-manager/file-manager.glade:
1397 * libanjuta/interfaces/libanjuta.idl:
1400 * plugins/sourceview/Makefile.am:
1401 * plugins/sourceview/anjuta-editor-sourceview.glade:
1402 * plugins/sourceview/sourceview-print.c: (paginate), (draw_page),
1403 (end_print), (print_setup), (sourceview_print),
1404 (sourceview_print_preview):
1405 * plugins/sourceview/sourceview.c: (iprint_print),
1406 (iprint_print_preview):
1408 Added printing support to GtkSourceView editor
1410 2007-01-14 Tom <tpgww@onepost.net>
1412 reviewed by: Sébastien Granjoux <seb.sfo@free.fr>
1414 * plugins/document-manager/anjuta-docman.c:
1415 Fix two memory leaks added by the previous patch
1417 2008-01-14 Johannes Schmid <jhs@gnome.org>
1419 * plugins/sourceview/assist-tip.c: (assist_tip_move):
1420 * plugins/sourceview/assist-window.c: (assist_window_move):
1424 2008-01-14 Rob Bradford <rob@openedhand.com>
1426 * global-tags/Makefile.am:
1427 * global-tags/create_global_tags.sh.in:
1428 Install anjuta-tags binary into FHS policy compliant directory and
1429 update references. (Fixes bug: 509346.)
1431 2008-01-13 Naba Kumar <naba@gnome.org>
1433 Patch from: Ritesh Khadgaray
1434 * plugins/project-wizard/templates/gnome/src/Makefile.am.tpl:
1435 * plugins/project-wizard/templates/gtk/src/Makefile.am.tpl:
1436 Adds export-dynamic option to LDFLAGS to project template for libglade
1437 to work for autoconnect signals.
1439 2008-01-13 Sébastien Granjoux <seb.sfo@free.fr>
1441 * libanjuta/anjuta-utils.c:
1442 anjuta_util_get_real_path return a string that need to be freed
1443 with g_free even if PATH_MAX is not defined
1445 2008-01-13 Andre Klapper <a9016009@gmx.de>
1447 * manuals/anjuta-manual/Makefile.am: add forgotten Swedish entry
1450 2008-01-13 Sébastien Granjoux <seb.sfo@free.fr>
1452 * plugins/document-manager/anjuta-docman.c:
1453 Do not reopen file having escaped character (+,...) in path name
1455 2008-01-13 Naba Kumar <naba@gnome.org>
1457 * libanjuta/interfaces/libanjuta.idl:
1458 * plugins/class-gen/plugin.c: (cg_plugin_add_to_project):
1459 * plugins/project-manager/plugin.c: (iproject_manager_iface_init):
1460 Renamed IAnjutaProjectManager::add_source_multi() to more appropriate
1461 IAnjutaProjectManager::add_sources().
1463 * plugins/glade/plugin.c: (on_glade_resource_removed),
1464 (on_glade_resource_updated), (ifile_open), (iwizard_activate): Added
1465 stubs for handing resources in glade file.
1467 2008-01-13 Naba Kumar <naba@gnome.org>
1469 * libanjuta/anjuta-launcher.c: (is_password_prompt): Use const.
1471 * plugins/glade/plugin.c: (ifile_open): Select the first window
1472 in the glade project when it is first opened. Avoids empty glade
1473 document the first time.
1475 2008-01-12 Bolesław Kulbabiński <bolekk@gmail.com>
1477 Reviewed by: Johannes Schmid <jhs@gnome.org>
1479 * plugins/gtodo/callback.c: (remove_todo_item):
1480 Fix #507304 – crash in Anjuta IDE while removing done tasks
1482 2008-01-11 Sébastien Granjoux <seb.sfo@free.fr>
1484 * plugins/debug-manager/anjuta-debug-manager.ui,
1485 plugins/debug-manager/plugin.c,
1486 plugins/debug-manager/start.h,
1487 plugins/debug-manager/start.c:
1488 New menu item to add extra source directories for debugger
1490 === anjuta 2.3.2 ===
1492 2008-01-11 Bolesław Kulbabiński <bolekk@gmail.com>
1494 * plugins/gtodo/callback.c: (remove_todo_item):
1495 Fix #507304 – crash in Anjuta IDE while removing done tasks
1497 2008-01-11 Naba Kumar <naba@gnome.org>
1499 * configure.in: Bumped version to 2.3.2
1500 * NEWS: Updated for anjuta 2.3.2 release
1501 * plugins/build-basic-autotools/build-basic-autotools.c: It's 'make dist'
1504 2008-01-11 Johannes Schmid <jhs@gnome.org>
1506 * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
1508 Reverted accidently commited change
1510 * plugins/document-manager/anjuta-document-manager.glade:
1511 Fix Gtk-Critical because of broken glade file
1513 2008-01-11 Naba Kumar <naba@gnome.org>
1515 * plugins/glade/plugin.c: (on_document_destroy),
1516 (glade_plugin_add_project): Fixed a bug where when more than one
1517 glade document is open and one is closed, it closes all the glade
1518 documents. Also it might have fixed the bug where sometimes closing
1519 the glade document leaves glade widget tree unclosed.
1521 2008-01-11 Naba Kumar <naba@gnome.org>
1523 * libanjuta/Makefile.am: Install glade3 files in own prefix to
1524 prevent install errors when not installed as root (then the files
1525 are only useful when glade-3 is installed in the same prefix, but it
1526 doesn't harm anjuta runtime).
1528 * plugins/sourceview/sourceview.c: Commented use of a file
1529 not currently distributed.
1531 2008-01-10 Naba Kumar <naba@gnome.org>
1533 * po/POTFILES.skip: Added plugins/macro/macros.xml because there is
1534 nothing to translate in it.
1536 2008-01-10 Johannes Schmid <jhs@gnome.org>
1538 * plugins/project-wizard/templates/gnome.wiz:
1539 * plugins/project-wizard/templates/gnome/src/Makefile.am.tpl:
1540 * plugins/project-wizard/templates/gnome/src/main.c:
1541 * plugins/project-wizard/templates/translatable-strings.h:
1543 Fixed #508497 and added a new chooser to select whether to use
1546 2008-01-10 Johannes Schmid <jhs@gnome.org>
1548 Patch from Tom <tpgww@onepost.net>:
1550 * libanjuta/anjuta-utils.c: (anjuta_util_get_real_path),
1551 (anjuta_util_glist_path_dedup):
1552 * libanjuta/anjuta-utils.h:
1554 Give the method a proper prefixed name
1556 * plugins/document-manager/action-callbacks.c:
1557 (get_current_popup_active),
1558 (on_editor_command_select_all_activate),
1559 (on_editor_command_cut_activate),
1560 (on_editor_command_paste_activate),
1561 (on_editor_command_copy_activate),
1562 (on_editor_command_clear_activate), (on_show_search),
1563 (on_repeat_quicksearch):
1564 * plugins/document-manager/action-callbacks.h:
1565 * plugins/document-manager/anjuta-docman.c:
1566 (anjuta_docman_add_editor), (anjuta_docman_get_current_popup),
1567 (anjuta_docman_goto_file_line_mark),
1568 (anjuta_docman_get_full_filename):
1569 * plugins/document-manager/anjuta-docman.h:
1570 * plugins/document-manager/anjuta-document-manager.ui:
1571 * plugins/document-manager/plugin.c:
1572 (update_document_ui_interface_items):
1574 Better way to fix the popup-menu items (Cut/Copy/Paste)
1575 and various clean-ups.
1577 * plugins/document-manager/search-box.c: (on_document_changed),
1578 (search_box_fill_search_focus):
1579 * plugins/document-manager/search-box.h:
1580 * plugins/search/plugin.c:
1582 Add a menu item to repeat the quick search
1584 2008-01-10 Johannes Schmid <jhs@gnome.org>
1586 * plugins/language-support-cpp-java/cpp-java-assist.c:
1589 Fixed #508424 – Auto complete: previous char was removed when
1590 pre TAB to auto complete.
1592 2008-01-10 Johannes Schmid <jhs@gnome.org>
1594 Patch from: James Ligett:
1596 * plugins/profiler/gprof-call-graph-view.c:
1597 (gprof_call_graph_view_create_columns):
1598 * plugins/profiler/gprof-flat-profile-view.c:
1599 (gprof_flat_profile_view_create_columns):
1601 Fixed translation issues (#496833)
1603 2008-01-10 Johannes Schmid <jhs@gnome.org>
1605 Patch from Bolesław Kulbabiński <bolekk@gmail.com> (GHOP):
1607 * plugins/gtodo/gtodo.c: (category_manager_add_item):
1608 Fix #460390 – Changing categories while edinting something
1610 2008-01-09 Naba Kumar <naba@gnome.org>
1612 * libanjuta/anjuta-plugin-manager.c:
1613 (anjuta_plugin_manager_activate_plugins): Commented dead code and
1616 * libanjuta/anjuta-status.c: (anjuta_status_dispose): Fixes a memory
1617 corruption reported in bug #507491. Potentially fixes too.
1619 2008-01-09 Johannes Schmid <jhs@gnome.org>
1621 Patch from Bolesław Kulbabiński <<bolekk@gmail.com> (GHOP):
1623 * plugins/gtodo/mcategory.c: (category_manager_add_item):
1624 Fix bug #505205 completely
1626 * AUTHORS: Added Bolesław
1628 2008-01-08 Johannes Schmid <jhs@gnome.org>
1630 * plugins/document-manager/action-callbacks.c:
1631 (on_editor_command_cut_activate),
1632 (on_editor_command_paste_activate),
1633 (on_editor_command_copy_activate),
1634 (on_editor_command_clear_activate):
1636 Fixed editor popup menu (Cut, Copy, Paste)
1638 2008-01-08 Johannes Schmid <jhs@gnome.org>
1640 * plugins/sourceview/sourceview.c: (autodetect_language):
1641 Fixed a crash when creating a new file
1643 2008-01-08 Johannes Schmid <jhs@gnome.org>
1645 Patch by <bolekk@gmail.com> (GHOP Student)
1647 * plugins/gtodo/mcategory.c: (category_manager_add_item):
1650 2008-01-08 Naba Kumar <naba@gnome.org>
1652 * libanjuta/anjuta-plugin-handle.c: (anjuta_plugin_handle_new):
1653 * libanjuta/anjuta-plugin-manager.c:
1654 (anjuta_plugin_manager_select),
1655 (anjuta_plugin_manager_activate_plugins):
1656 * libanjuta/anjuta-profile.c: (anjuta_profile_to_xml):
1657 * plugins/file-loader/plugin.c: (sort_wizards), (open_with_dialog),
1658 (on_create_submenu), (create_open_with_submenu):
1659 * src/about.c: (on_about_plugin_activate),
1660 (about_create_plugins_submenu): Use translated version of get_string()
1661 API in AnjutaDescription for translatable properties. Fixes bug #496833
1664 2008-01-07 Johannes Schmid <jhs@gnome.org>
1666 * plugins/build-basic-autotools/executer.c: (execute_program):
1667 * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
1668 * plugins/debug-manager/anjuta-debug-manager.glade:
1669 * plugins/debug-manager/locals.c: (create_locals_gui):
1670 * plugins/file-loader/plugin.c: (on_create_submenu):
1671 * plugins/gtodo/main.h:
1672 * plugins/gtodo/preferences.c: (preferences_widget):
1673 * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
1674 * plugins/tools/anjuta-tools.glade:
1675 * plugins/tools/execute.c: (atp_output_context_print):
1678 Another bunch of i18n fixes (#496833)
1680 2008-01-07 Johannes Schmid <jhs@gnome.org>
1682 * plugins/build-basic-autotools/build-basic-autotools.c:
1683 (on_build_terminated):
1684 * plugins/gtodo/interface.c: (set_read_only):
1685 * plugins/project-manager/plugin.c: (confirm_removal),
1686 (on_popup_add_to_project):
1687 * plugins/subversion/anjuta-subversion.glade:
1688 * plugins/tools/execute.c: (atp_output_context_print_result):
1690 Fixed some strings from #496833
1692 2008-01-07 Johannes Schmid <jhs@gnome.org>
1694 * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
1695 * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin
1697 * plugins/language-support-cpp-java/plugin.c: (install_support),
1698 (uninstall_support), (ipreferences_merge), (ipreferences_unmerge):
1699 Added basic Vala support
1701 * plugins/sourceview/sourceview.c: (autodetect_language):
1702 Fixed mime-type detection
1704 2008-01-06 Massimo Cora' <maxcvs@email.it>
1706 Reviewed by: Johannes Schmid <jhs@gnome.org>
1708 * plugins/symbol-db/plugin.c: (on_global_treeview_row_collapsed),
1709 (value_removed_current_editor), (symbol_db_activate),
1710 (symbol_db_deactivate):
1711 * plugins/symbol-db/symbol-db-engine.c:
1712 (symbol_db_engine_get_global_members_filtered):
1713 * plugins/symbol-db/symbol-db-view.c:
1714 (do_add_child_symbol_to_view), (prepare_for_adding),
1715 (on_symbol_inserted), (sdb_view_row_expanded_idle_destroy),
1716 (sdb_view_row_expanded_idle), (sdb_view_namespace_row_expanded),
1717 (sdb_view_global_row_expanded), (sdb_view_vars_row_expanded),
1718 (symbol_db_view_row_expanded), (symbol_db_view_row_collapsed),
1719 (sdb_view_init), (sdb_view_finalize),
1720 (sdb_view_build_and_display_base_tree):
1721 * plugins/symbol-db/symbol-db-view.h:
1722 added controls to expand Global tab nodes in a non-freezing way.
1723 Fixed also some little bugs always on global-tab.
1725 2008-01-06 Naba Kumar <naba@gnome.org>
1727 Patches from James Liggett:
1728 * plugins/profiler/gprof-call-graph-view.c:
1729 (gprof_call_graph_view_create_columns):
1730 * plugins/profiler/gprof-flat-profile-view.c:
1731 (gprof_flat_profile_view_create_columns):
1732 * plugins/profiler/gprof-function-call-tree-view.c:
1733 (gprof_function_call_tree_view_create_columns): Made all
1734 of the columns resizable and reorderable.
1736 2008-01-06 Johannes Schmid <jhs@gnome.org>
1738 * libanjuta/anjuta-launcher.c: (anjuta_launcher_initialize),
1739 (anjuta_launcher_check_password_real),
1740 (anjuta_launcher_scan_output), (anjuta_launcher_scan_error),
1741 (anjuta_launcher_scan_pty),
1742 (anjuta_launcher_disable_password_check):
1743 * libanjuta/anjuta-launcher.h:
1744 Added disable_password_check for stream where it does not make sense
1745 (e.g symbol-db) and lots of DEBUG_PRINTS to better scope launcher errors
1746 that sometimes occur in symbol-db plugin
1748 * plugins/file-manager/file-model.c:
1749 (file_model_cancel_expand_idle):
1750 Fixed removing of idle source
1752 * plugins/sourceview/anjuta-view.c: (anjuta_view_set_colors):
1753 * plugins/sourceview/sourceview-prefs.c: (on_gconf_notify_color):
1755 Fixed #348854 – invisible cursor in certain themes
1757 2008-01-06 Naba Kumar <naba@gnome.org>
1759 * libanjuta/anjuta-preferences.c:
1760 (anjuta_preferences_register_property_custom): Fixed a crash bug on
1761 closing preferences dialog due to patch in bug #507300
1763 2008-01-06 Naba Kumar <naba@gnome.org>
1765 * plugins/language-support-cpp-java/cpp-java-assist.c:
1767 * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
1768 * plugins/search/search-replace_backend.c: (create_search_entries):
1769 Added missing unrefs.
1771 2008-01-06 Johannes Schmid <jhs@gnome.org>
1773 * plugins/debug-manager/variable.c: (get_hovered_word):
1774 Add a g_object_unref()
1776 * plugins/sourceview/sourceview.c: (ieditor_get_text_iter),
1777 (on_sourceview_hover_leave):
1778 Fixed hover and editor interface to make hover in debugger work
1780 2008-01-06 Naba Kumar <naba@gnome.org>
1782 * plugins/editor/text-editor.c: Whitespaces fixes.
1783 * plugins/language-manager/plugin.c: (ilanguage_get_from_string): Use
1784 DEBUG_PRINT instead of g_message.
1786 2008-01-06 Sébastien Granjoux <seb.sfo@free.fr>
1788 * plugins/debug-manager/breakpoints.c:
1789 Fix #507441: Disable all breakpoints doesn't work
1790 Fix #507444: Enable Breakpoint menu item doesn't change name
1792 2008-01-05 Naba Kumar <naba@gnome.org>
1794 * manuals/reference/libanjuta/libanjuta.types: Renamed
1795 IAnjutaVariableDebugger to IAnjutaDebuggerVariable to fix build error.
1797 2008-01-05 Sébastien Granjoux <seb.sfo@free.fr>
1799 * plugins/debug-manager/variable.c:
1800 Update variable display to use IAnjutaIterable instead of position
1802 * plugins/editor/text_editor_cbs.c,
1803 plugins/editor/text_editor.c:
1804 Fix Gtk critical warnings when a hover signal is emitted
1805 Fix get_text_iter in Scintilla (range should include last character)
1807 2008-01-05 Sébastien Granjoux <seb.sfo@free.fr>
1809 * plugins/debug-manager/debug_tree.c,
1810 plugins/debug-manager/debug_tree.h,
1811 plugins/debug-manager/watch.c,
1812 plugins/debug-manager/command.c,
1813 plugins/debug-manager/queue.c,
1814 plugins/gdb/plugin.c,
1815 plugins/gdb/debugger.c,
1816 plugins/gdb/debugger.h,
1817 libanjuta/interfaces/libanjuta.idl:
1818 Rename IAnjutaVariableDebugger to IAnjutaDebuggerVariable
1820 2008-01-05 Naba Kumar <naba@gnome.org>
1822 * plugins/valgrind/plugin.c: Removed stock icon open/save from
1823 menus to avoid conflict with file open/save. Fixes bug #507455
1825 2008-01-05 Johannes Schmid <jhs@gnome.org>
1828 Conditionally depend on gtksourceview2 >= 2.1.0
1830 * libanjuta/interfaces/libanjuta.idl:
1831 Update IAnjutaEditorSeletion and IAnjutaEditorHover to use
1832 iterators instead of positions
1834 * plugins/debug-manager/threads.c:
1835 Fixed a warnings by including gnome-vfs properly
1837 * plugins/debug-manager/variable.c: (get_hovered_word),
1839 Updated to changes in IAnjutaEditorHover/Selection
1841 * plugins/document-manager/action-callbacks.c:
1842 (on_editor_command_upper_case_activate),
1843 (on_editor_command_lower_case_activate):
1844 * plugins/document-manager/search-box.c: (on_incremental_search),
1845 (on_search_activated):
1846 * plugins/editor/text_editor.c: (itext_editor_get_text_iter),
1847 (itext_editor_erase), (itext_editor_iface_init), (iselection_set),
1848 (iselection_get_start), (iselection_get_end),
1849 (iselection_iface_init), (ihover_display), (ihover_iface_init):
1850 * plugins/editor/text_editor_cbs.c:
1851 (on_text_editor_scintilla_notify):
1853 Updated to changes in IAnjutaEditorHover/Selection and updated editor
1854 interface of scintilla editor.
1856 * plugins/language-manager/languages.xml:
1857 * plugins/language-manager/plugin.c:
1858 (ilanguage_get_from_mime_type), (ilanguage_get_from_string):
1859 Added chdr to C language files and some DEBUG_PRINTs
1861 * plugins/language-support-cpp-java/cpp-java-assist.c:
1863 * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
1864 * plugins/search/plugin.c: (find_incremental):
1865 * plugins/search/search-replace.c: (search_and_replace):
1866 * plugins/search/search-replace_backend.c: (create_search_entries):
1867 Adapted to changed interfaces
1869 * plugins/sourceview/Makefile.am:
1870 * plugins/sourceview/anjuta-document.c: (anjuta_document_init),
1871 (set_uri), (anjuta_document_save):
1872 * plugins/sourceview/anjuta-editor-sourceview.glade:
1873 * plugins/sourceview/anjuta-view.c: (anjuta_view_init),
1874 (anjuta_view_key_press_event):
1875 * plugins/sourceview/assist-tip.c: (assist_tip_set_tips):
1876 * plugins/sourceview/sourceview-cell.c:
1877 (sourceview_cell_instance_init), (sourceview_cell_finalize),
1878 (icell_get_line), (icell_get_attribute), (icell_iface_init):
1879 * plugins/sourceview/sourceview-prefs.c: (get_bool),
1880 (on_gconf_notify_disable_hilite), (on_gconf_notify_tab_size),
1881 (on_gconf_notify_indent_size), (on_gconf_notify_braces_check),
1882 (on_gconf_notify_view_marks), (on_gconf_notify_view_right_margin),
1883 (on_gconf_notify_right_margin_position), (sourceview_prefs_init):
1884 * plugins/sourceview/sourceview-private.h:
1885 * plugins/sourceview/sourceview.c: (on_assist_window_destroyed),
1886 (on_assist_tip_destroyed), (on_assist_chosen), (on_assist_cancel),
1887 (on_document_loaded), (sourceview_instance_init),
1888 (sourceview_dispose), (sourceview_finalize),
1889 (sourceview_create_markers), (sourceview_new),
1890 (ifile_savable_save), (ieditor_get_tab_size),
1891 (ieditor_set_tab_size), (ieditor_set_use_spaces),
1892 (ieditor_set_auto_indent), (ieditor_goto_line),
1893 (ieditor_get_text_iter), (ieditor_iface_init), (iselect_to_brace),
1894 (iselect_block), (iselect_set), (iselect_get_start),
1895 (iselect_get_end), (iselect_iface_init), (mark_real), (imark_mark),
1896 (imark_unmark), (imark_is_marker_set),
1897 (imark_location_from_handle), (imark_delete_all_markers),
1898 (ibookmark_toggle), (goto_bookmark), (ibookmark_first),
1899 (ibookmark_last), (ibookmark_next), (ibookmark_previous),
1900 (ibookmark_clear_all), (iprint_print), (iprint_print_preview),
1901 (ilanguage_get_supported_languages), (autodetect_language),
1902 (ilanguage_set_language), (iassist_show_tips),
1903 (on_sourceview_hover_leave), (on_sourceview_hover_over),
1904 (ihover_display), (ihover_iface_init):
1906 Use GtkSourceView 2.1.x:
1907 * New mark interface
1908 * Fixed #486724 and #488615
1909 * Implemented hover interface
1910 * Adapted to changed interfaces
1912 2008-01-04 Rob Bradford <rob@o-hand.com>
1914 Reviewed by Naba Kumar <naba@gnome.org>:
1915 * libanjuta/anjuta-preferences.c:
1916 (anjuta_preferences_register_property_custom):
1917 Unregister preferences for custom preferences when the widget is
1920 2008-01-03 Johannes Schmid <jhs@gnome.org>
1922 * plugins/file-manager/file-model.c: (file_model_row_expanded),
1923 (file_model_row_collapsed):
1924 Fixed the too method to take a correct data argument
1926 2008-01-02 Johannes Schmid <jhs@gnome.org>
1928 * plugins/document-manager/anjuta-docman.c:
1929 (anjuta_docman_add_document), (anjuta_docman_remove_document):
1930 ref and unref correctly to silence a Gtk+ critical
1932 2008-01-01 Johannes Schmid <jhs@gnome.org>
1934 * plugins/editor/text_editor.c: (itext_editor_get_text):
1935 Fixed #506740 – ianjuta_editor_get_text crash if request
1936 text past the buffer length
1938 2008-01-01 Sébastien Granjoux <seb.sfo@free.fr>
1940 * plugins/debug-manager/utilities.c,
1941 plugins/debug-manager/utilities.h,
1942 plugins/debug-manager/breakpoints.c:
1943 Move get_current_editor function in utilities.c
1945 * plugins/debug-manager/plugin.c,
1946 plugins/debug-manager/debug_tree.c,
1947 plugins/debug-manager/debug_tree.h,
1948 plugins/debug-manager/watch.c,
1949 plugins/debug-manager/watch.h,
1950 plugins/debug-manager/locals.c,
1951 plugins/debug-manager/locals.h,
1952 (added) plugins/debug-manager/variable.c,
1953 (added) plugins/debug-manager/variable.h,
1954 plugins/debug-manager/Makefile.am:
1955 Use hover interface to display variable value
1957 2007-12-31 Johannes Schmid <jhs@gnome.org>
1959 * libanjuta/Makefile.am:
1960 Only install glade catalog files if glade-3 is available
1961 (Fixes #506269 and #500296)
1963 2007-12-30 Johannes Schmid <jhs@gnome.org>
1965 * libanjuta/anjuta-preferences.c: (get_property_value_as_string),
1966 (set_property_value_as_string), (register_callbacks):
1968 Fixed GtkFileChooserButton preferences to also work when only the combo
1969 changes without a dialog being open.
1971 2007-12-29 Johannes Schmid <jhs@gnome.org>
1973 * plugins/editor/Makefile.am:
1974 Fixed #506266 – Attempting to build the scintilla plugin, even when explicitly disabled
1976 2007-12-29 Johannes Schmid <jhs@gnome.org>
1978 * plugins/devhelp/plugin.c: (devhelp_activate):
1979 Fixed #498986 - Anjuta-2.3.0 fails to build
1981 2007-12-29 Johannes Schmid <jhs@gnome.org>
1983 * plugins/debug-manager/breakpoints.c: (on_added_current_editor):
1984 * plugins/debug-manager/plugin.c:
1985 (on_run_to_cursor_action_activate):
1986 * plugins/document-manager/anjuta-docman.c:
1987 (anjuta_docman_goto_file_line_mark):
1988 * plugins/symbol-db/plugin.c: (value_added_current_editor),
1989 (value_removed_current_editor):
1991 Fixed IAnjutaEditor vs. IAnjutaDocument GTK+-Criticals. We should really rename
1992 all those to value_added_current_document...
1994 * plugins/editor/anjuta-editor-scintilla.glade:
1995 Fixed #505315 – anjuta hangs when going from editing a glade file to editing a c source file
1996 Remember to ALWAYS use for loops when iterating of a GList* as this is much more convinient!
1998 2007-12-28 Massimo Cora' <maxcvs@email.it>
2000 * plugins/symbol-db/plugin.c: (on_importing_project_end),
2001 (symbol_db_activate), (symbol_db_deactivate),
2002 (symbol_db_instance_init), (isymbol_manager_get_parents):
2003 * plugins/symbol-db/plugin.h:
2004 * plugins/symbol-db/symbol-db-engine-iterator-node.c:
2005 * plugins/symbol-db/symbol-db-engine.c:
2006 (symbol_db_engine_get_global_members_filtered):
2007 * plugins/symbol-db/symbol-db-view.c: (prepare_for_adding),
2008 (on_symbol_inserted):
2009 Filtered out static functions on global-tab. E.g. when flag
2010 is_file_scope = 1 we won't add entries there.
2011 Fixed a little bug on 'Global'->'Vars/Others' node too.
2013 2007-12-28 Johannes Schmid <jhs@gnome.org>
2015 * libanjuta/anjuta-launcher.c:
2016 Fixed a silly (and completely useless) memory corruption that probably
2017 only occured at a few race conditions though I wonder why it did not
2020 2007-12-28 Johannes Schmid <jhs@gnome.org>
2021 * plugins/cvs-plugin/cvs-execute.c: (on_cvs_mesg_parse):
2022 * plugins/debug-manager/plugin.c: (set_program_counter):
2023 * plugins/debug-manager/stack_trace.c: (on_stack_trace_updated):
2024 * plugins/debug-manager/start.c: (get_source_directories):
2025 * plugins/debug-manager/threads.c: (on_info_thread),
2027 * plugins/file-manager/file-model.c: (file_model_set_property):
2028 * plugins/file-manager/plugin.c: (file_manager_set_default_uri):
2029 * plugins/tools/editor.c: (on_editor_response):
2031 Use gnome_vfs_get_uri_from_local_path instead of g_strconcat where appropriate.
2033 * plugins/document-manager/plugin.c: (update_title),
2034 (value_added_project_root_uri):
2035 * plugins/document-manager/plugin.h:
2036 Shorten down the title bar if the current path is inside the opened project
2038 2007-12-28 Massimo Cora' <maxcvs@email.it>
2040 reviewed by: Johannes Schmid <jhs@gnome.org>
2042 * plugins/project-wizard/templates/java/project.anjuta:
2043 * plugins/project-wizard/templates/mkfile/project.anjuta:
2044 * plugins/project-wizard/templates/python/project.anjuta:
2045 Added attribute="Interfaces" and value="IAnjutaSymbolManager" to
2046 let new projects use new SymbolDB plugin.
2048 * plugins/symbol-browser/images/Makefile.am:
2049 added some images taken from MonoDevelop project.
2051 * plugins/symbol-db/plugin.c: (value_added_current_editor),
2052 (goto_file_line), (on_importing_project_end), (project_root_added),
2053 (on_session_load), (symbol_db_deactivate), (symbol_db_finalize),
2054 (isymbol_manager_search):
2055 Added project-updating feature when opening a project with some files
2056 modified externally [e.g. a svn up].
2058 * plugins/symbol-db/symbol-db-engine-iterator-node.c:
2059 (sdb_engine_iterator_node_instance_init),
2060 (sdb_engine_iterator_node_finalize),
2061 (symbol_db_engine_iterator_node_set_conversion_hash):
2062 * plugins/symbol-db/symbol-db-engine-iterator-node.h:
2063 * plugins/symbol-db/symbol-db-engine-iterator.c:
2064 (symbol_db_engine_iterator_new):
2065 * plugins/symbol-db/symbol-db-engine-iterator.h:
2066 Moved Hash table initialization into the engine. This proxies and
2067 speeds up the process of creation and iteration of a GdaDataModel.
2069 * plugins/symbol-db/symbol-db-engine.c:
2070 (sdb_engine_ctags_output_thread),
2071 (sdb_engine_timeout_trigger_signals), (sdb_engine_thread_monitor),
2072 (sdb_engine_scan_files_1), (sdb_engine_init),
2073 (sdb_engine_unlink_shared_files), (sdb_engine_finalize),
2074 (symbol_db_engine_add_new_workspace),
2075 (symbol_db_engine_add_new_project), (sdb_engine_add_new_file),
2076 (sdb_engine_update_file), (on_scan_update_files_symbols_end),
2077 (symbol_db_engine_get_sym_type_conversion_hash),
2078 (symbol_db_engine_update_files_symbols),
2079 (symbol_db_engine_update_project_symbols),
2080 (symbol_db_engine_update_buffer_symbols),
2081 (symbol_db_engine_get_class_parents),
2082 (symbol_db_engine_get_global_members_filtered),
2083 (symbol_db_engine_get_scope_members_by_symbol_id_filtered),
2084 (symbol_db_engine_get_scope_members_by_symbol_id),
2085 (symbol_db_engine_get_scope_members),
2086 (symbol_db_engine_get_current_scope),
2087 (symbol_db_engine_get_file_symbols),
2088 (symbol_db_engine_get_symbol_info_by_id),
2089 (symbol_db_engine_find_symbol_by_name_pattern),
2090 (symbol_db_engine_get_parent_scope_id_by_symbol_id):
2091 * plugins/symbol-db/symbol-db-engine.h:
2092 * plugins/symbol-db/symbol-db-view-locals.c:
2093 (sdb_view_locals_get_iter_from_row_ref),
2094 (symbol_db_view_locals_clear_cache), (do_add_child_symbol_to_view),
2095 (traverse_on_scan_end), (on_scan_end), (on_symbol_removed),
2096 (on_symbol_inserted), (symbol_db_view_locals_update_list):
2097 Changes on some queries fuctions and some fixes. Added *_filtered
2100 * plugins/symbol-db/symbol-db-view.c:
2101 (do_add_child_symbol_to_view), (add_new_waiting_for),
2102 (prepare_for_adding), (on_symbol_inserted),
2103 (do_recurse_subtree_and_remove), (on_symbol_removed),
2104 (sdb_view_do_add_hidden_dummy_child),
2105 (sdb_view_namespace_row_expanded), (sdb_view_global_row_expanded),
2106 (sdb_view_vars_row_expanded), (symbol_db_view_row_expanded),
2107 (sdb_view_locals_create_new_store), (sdb_view_init),
2108 (sdb_view_finalize), (sdb_view_class_init),
2109 (symbol_db_view_get_type), (sdb_view_load_symbol_pixbufs),
2110 (symbol_db_view_get_pixbuf),
2111 (sdb_view_build_and_display_base_tree), (symbol_db_view_open):
2112 New display for global tags. This is the definitive version, bugs apart.
2114 * plugins/symbol-db/tables.sql:
2117 2007-12-27 Naba Kumar <naba@gnome.org>
2119 * libanjuta/interfaces/libanjuta.idl:
2120 * plugins/editor/aneditor-priv.h:
2121 * plugins/editor/aneditor.cxx:
2122 * plugins/editor/text_editor.c: (text_editor_instance_init),
2123 (text_editor_show_hover_tip), (text_editor_hide_hover_tip),
2124 (ihover_display), (ihover_set_timeout), (ihover_iface_init):
2125 * plugins/editor/text_editor.h:
2126 * plugins/editor/text_editor_cbs.c:
2127 (on_text_editor_scintilla_notify):
2129 Implemented IAnjutaEditorHover interface in scintilla editor. Disabled
2130 related code in AnEditor. Fixed some compilation warnings.
2132 2007-12-26 Naba Kumar <naba@gnome.org>
2134 * Changelog: Fixed indentation.
2136 2007-12-25 Naba Kumar <naba@gnome.org>
2138 * plugins/editor/Makefile.am:
2139 * plugins/editor/editor.glade:
2140 * plugins/editor/plugin.c:
2141 * plugins/editor/style-editor.c:
2142 * plugins/sourceview/Makefile.am:
2143 * plugins/sourceview/plugin.c:
2144 * plugins/sourceview/sourceview.glade:
2145 * plugins/valgrind/Makefile.am:
2147 Renamed glade files to anjuta-editor-* to give name space for the
2148 schema files (because they are installed in system directory).
2150 * scripts/build-schemas.mk: Install the schemas files also (need for
2151 binary package installation/uninstallation).
2153 2007-12-25 Johannes Schmid <jhs@gnome.org>
2155 * plugins/language-support-cpp-java/plugin.c:
2156 (set_indentation_param_vim):
2158 Support some more vim modeline commands and shortcuts (#504331)
2160 2007-12-25 Johannes Schmid <jhs@gnome.org>
2162 Patches from James Liggett:
2163 * libanjuta/anjuta-vcs-status-tree-view.c: (path_sort),
2164 (anjuta_vcs_status_tree_view_init):
2165 * plugins/subversion/subversion-commit-dialog.c:
2166 (subversion_commit_dialog):
2167 * plugins/subversion/subversion-diff-dialog.c:
2168 (on_subversion_diff_response):
2169 * plugins/subversion/subversion-log-dialog.c:
2170 (on_log_view_selected_button_clicked),
2171 (on_log_diff_selected_button_clicked),
2172 (on_log_diff_previous_button_clicked):
2173 * plugins/subversion/subversion-resolve-dialog.c:
2174 (subversion_resolve_dialog):
2175 * plugins/subversion/subversion-revert-dialog.c:
2176 (subversion_revert_dialog):
2177 * plugins/subversion/subversion-ui-utils.c: (stop_pulse_timer),
2178 (pulse_progress_bar), (hide_pulse_progress_bar),
2179 (disconnect_data_arrived_signals),
2180 (cancel_data_arrived_signal_disconnect):
2181 * plugins/subversion/subversion-ui-utils.h:
2183 #504818 – Some signals/timeouts should be disconnected when dialogs are closed
2184 #505237 – Sort list of modified files
2186 2007-12-24 Sébastien Granjoux <seb.sfo@free.fr>
2188 * plugins/gdb/debugger.c:
2189 Fix bug #491301: Inspecting a variable opens a bad focus dialog
2191 2007-12-23 Johannes Schmid <jhs@gnome.org>
2193 * plugins/language-support-cpp-java/plugin.c:
2194 (set_indentation_param_emacs), (set_indentation_param_vim),
2195 (parse_mode_line_emacs), (parse_mode_line_vim),
2196 (extract_mode_line), (initialize_indentation_params):
2198 Added (basic) support for vim modelines (#504331)
2200 * plugins/message-view/message-view.c: (message_view_next),
2201 (message_view_previous):
2203 Fixed next/previous message
2205 2007-12-23 Johannes Schmid <jhs@gnome.org>
2207 * libanjuta/anjuta-ui.h:
2208 Check for != NULL before unref'ing pixbuf (related to #497878)
2210 * plugins/devhelp/plugin.c: (register_stock_icons):
2211 * plugins/document-manager/anjuta-docman.c:
2212 (anjuta_docman_add_document):
2213 * plugins/glade/plugin.c: (on_close_activated),
2214 (register_stock_icons), (on_session_save),
2215 (glade_plugin_add_project):
2217 Fixed bugs #497878 crash when double clicking on project->/->src->glade/gtk-foobar.glade
2218 and #503719 Opening and closing .glade files plays badly with docman (Patch from Tom)
2220 * plugins/language-support-cpp-java/plugin.c:
2221 (register_stock_icons):
2222 Fixed stock icon registration macros
2224 2007-12-23 Johannes Schmid <jhs@gnome.org>
2226 * global-tags/Makefile.am:
2227 * launcher/Makefile.am:
2228 * libanjuta/Makefile.am:
2229 * libegg/Makefile.am:
2230 * manuals/anjuta-faqs/Makefile.am:
2231 * manuals/anjuta-manual/Makefile.am:
2232 * manuals/reference/libanjuta/Makefile.am:
2233 * plugins/build-basic-autotools/Makefile.am:
2234 * plugins/class-gen/Makefile.am:
2235 * plugins/class-inheritance/Makefile.am:
2236 * plugins/cvs-plugin/Makefile.am:
2237 * plugins/debug-manager/Makefile.am:
2238 * plugins/devhelp/Makefile.am:
2239 * plugins/document-manager/Makefile.am:
2240 * plugins/editor/Makefile.am:
2241 * plugins/editor/scintilla/Makefile.am:
2242 * plugins/editor/scintilla/include/Makefile.am:
2243 * plugins/file-loader/Makefile.am:
2244 * plugins/file-manager/Makefile.am:
2245 * plugins/file-wizard/Makefile.am:
2246 * plugins/gdb/Makefile.am:
2247 * plugins/glade/Makefile.am:
2248 * plugins/gtodo/Makefile.am:
2249 * plugins/gvim/Makefile.am:
2250 * plugins/indent/Makefile.am:
2251 * plugins/language-manager/Makefile.am:
2252 * plugins/language-support-cpp-java/Makefile.am:
2253 * plugins/macro/Makefile.am:
2254 * plugins/message-view/Makefile.am:
2255 * plugins/patch/Makefile.am:
2256 * plugins/profiler/Makefile.am:
2257 * plugins/project-import/Makefile.am:
2258 * plugins/project-manager/Makefile.am:
2259 * plugins/project-wizard/Makefile.am:
2260 * plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl:
2261 * plugins/project-wizard/templates/cpp/src/Makefile.am.tpl:
2262 * plugins/project-wizard/templates/gnome/src/Makefile.am.tpl:
2263 * plugins/project-wizard/templates/gtk/src/Makefile.am.tpl:
2264 * plugins/project-wizard/templates/gtkmm/src/Makefile.am.tpl:
2265 * plugins/project-wizard/templates/minimal/Makefile.am.tpl:
2266 * plugins/project-wizard/templates/sdl/src/Makefile.am.tpl:
2267 * plugins/project-wizard/templates/wxwin/src/Makefile.am.tpl:
2268 * plugins/project-wizard/templates/xlib-dock/src/Makefile.am.tpl:
2269 * plugins/project-wizard/templates/xlib/src/Makefile.am.tpl:
2270 * plugins/sample1/Makefile.am:
2271 * plugins/search/Makefile.am:
2272 * plugins/sourceview/Makefile.am:
2273 * plugins/subversion/Makefile.am:
2274 * plugins/symbol-browser/Makefile.am:
2275 * plugins/symbol-db/Makefile.am:
2276 * plugins/symbol-db/test/Makefile.am:
2277 * plugins/terminal/Makefile.am:
2278 * plugins/tools/Makefile.am:
2279 * plugins/valgrind/Makefile.am:
2281 * tagmanager/Makefile.am:
2283 Replaces the deprecated "INCLUDES" in all Makefile.am's with
2284 the correct "AM_CPPFLAGS" preprocessor flags keyword. Also fixes some
2285 warnings from illigel C++ compiler flags.
2287 2007-12-23 Johannes Schmid <jhs@gnome.org>
2289 Patch from Tom <tpgww@onepost.net>:
2291 * plugins/document-manager/anjuta-docman.c:
2292 (on_notebook_tab_btnpress), (on_notebook_tab_btnrelease),
2293 (anjuta_docman_compare_pages), (anjuta_docman_sort_pagelist),
2294 (anjuta_docman_instance_init), (on_notebook_switch_page),
2295 (anjuta_docman_grab_text_focus):
2296 * plugins/document-manager/plugin.c: (on_document_added),
2297 (on_window_key_press_event), (on_window_key_release_event):
2299 Some more document-manager code cleanups and fixes.
2301 2007-12-23 Massimo Cora' <maxcvs@email.it>
2303 * plugins/symbol-db/plugin.c: (register_stock_icons),
2304 (value_added_current_editor), (value_removed_current_editor),
2305 (on_importing_project_end), (project_root_removed):
2306 added controls to clean/populate GtkTreeView(s) on projects unload/load.
2308 * plugins/symbol-db/symbol-db-engine.c: (sdb_engine_finalize),
2309 (symbol_db_engine_get_file_db_path):
2310 fixed a useless warning.
2312 * plugins/symbol-db/symbol-db-view-locals.c:
2313 (traverse_free_waiting_for), (file_view_status_destroy),
2314 (sdb_view_locals_create_new_store), (traverse_files_view_status),
2315 (symbol_db_view_locals_clear_cache), (sdb_view_locals_init),
2316 (sdb_view_locals_finalize), (on_symbol_inserted),
2317 (symbol_db_view_locals_recv_signals_from_engine),
2318 (symbol_db_view_locals_update_list):
2319 more speed on editors switching. GtkTreeStore caching method implemented.
2320 Fixed compiler warnings and a little memory leak.
2322 * plugins/symbol-db/symbol-db-view-locals.h:
2323 * plugins/symbol-db/symbol-db-view.c: (gtree_compare_func),
2324 (traverse_free_waiting_for), (symbol_db_view_clear_cache),
2325 (on_scan_end), (on_symbol_inserted),
2326 (sdb_view_locals_create_new_store), (sdb_view_init),
2327 (sdb_view_finalize), (symbol_db_view_new), (symbol_db_view_open):
2328 * plugins/symbol-db/symbol-db-view.h:
2329 fixed some crashers. Now project loading/populating should be quite quick.
2331 2007-12-22 Sébastien Granjoux <seb.sfo@free.fr>
2333 * plugins/debug-manager/command.c,
2334 plugins/debug-manager/queue.c:
2335 Take care of command return value (FALSE is an error)
2337 2007-12-22 Sébastien Granjoux <seb.sfo@free.fr>
2339 * plugins/debug-manager/anjuta-debug-manager.glade,
2340 plugins/debug-manager/breakpoints.c:
2341 Remove address, condition and pass breakpoint column if not supported
2342 Fix clear all remove_all to avoid an endless loop if a breakpoint
2345 2007-12-17 Johannes Schmid <jhs@gnome.org>
2347 Patch from Tom <tpgww@onepost.net> (with some changes):
2349 * plugins/document-manager/action-callbacks.c: (on_open_activate),
2350 (on_save_as_activate), (on_save_all_activate),
2351 (on_close_file_activate), (on_close_all_file_activate),
2352 (on_reload_file_activate), (on_editor_command_clear_activate),
2353 (on_transform_eolchars1_activate), (on_comment_block),
2354 (on_comment_box), (on_comment_stream), (on_goto_line_no1_activate),
2355 (on_goto_block_start1_activate), (on_goto_block_end1_activate),
2356 (on_editor_linenos1_activate), (on_editor_markers1_activate),
2357 (on_editor_codefold1_activate), (on_editor_indentguides1_activate),
2358 (on_editor_whitespaces1_activate), (on_editor_eolchars1_activate),
2359 (on_editor_linewrap1_activate), (on_zoom_in_text_activate),
2360 (on_zoom_out_text_activate):
2361 * plugins/document-manager/action-callbacks.h:
2362 * plugins/document-manager/anjuta-docman.c:
2363 (on_notebook_page_close_button_click),
2364 (on_notebook_page_close_button_enter),
2365 (on_notebook_page_close_button_leave),
2366 (on_notebook_tab_btnrelease), (on_notebook_page_reordered),
2367 (anjuta_docman_page_init), (anjuta_docman_page_new),
2368 (on_open_filesel_response), (create_file_open_dialog_gui),
2369 (anjuta_docman_save_document_as), (anjuta_docman_dispose),
2370 (anjuta_docman_instance_init), (on_notebook_switch_page),
2371 (on_document_destroy), (anjuta_docman_add_editor),
2372 (anjuta_docman_add_document), (anjuta_docman_remove_document),
2373 (anjuta_docman_set_current_document),
2374 (anjuta_docman_goto_file_line_mark), (get_real_path),
2375 (anjuta_docman_get_full_filename),
2376 (anjuta_docman_delete_all_markers),
2377 (anjuta_docman_delete_all_indicators),
2378 (anjuta_docman_save_file_if_modified), (anjuta_docman_reload_file),
2379 (anjuta_docman_order_tabs):
2380 * plugins/document-manager/anjuta-docman.h:
2381 * plugins/document-manager/file_history.c: (an_hist_file_new),
2382 (an_file_history_push), (an_file_history_dump):
2383 * plugins/document-manager/file_history.h:
2384 * plugins/document-manager/plugin.c: (update_title),
2385 (value_removed_project_root_uri),
2386 (update_document_ui_interface_items), (menu_name_compare),
2387 (on_document_added), (on_document_changed),
2388 (on_window_key_press_event), (on_window_key_release_event),
2390 * plugins/document-manager/search-box.c: (on_document_changed),
2391 (on_goto_activated), (search_box_init), (search_box_new):
2392 * plugins/document-manager/search-box.h:
2394 Yet more code cleanups
2395 Save glade files correctly in session
2396 Use new tooltip API if available
2397 Sort notebook pages when session is restored (needs work)
2399 2007-12-16 Johannes Schmid <jhs@gnome.org>
2401 * plugins/document-manager/anjuta-docman.c:
2402 (anjuta_docman_add_document):
2404 Present correct widget with anjuta_shell_present_widget(). This got wrong when
2405 the new search bar was introduced.
2407 2007-12-12 Johannes Schmid <jhs@gnome.org>
2409 Patch from Tom <tpgww@onepost.net>:
2410 (#485233 – another bunch of docman cleanups)
2412 * libanjuta/interfaces/libanjuta.idl:
2413 * plugins/document-manager/action-callbacks.c:
2414 (get_current_document), (get_current_focus_widget),
2415 (on_save_activate), (on_save_as_activate), (on_save_all_activate),
2416 (on_close_file_activate), (on_close_all_file_activate),
2417 (on_reload_file_activate), (on_print_activate),
2418 (on_print_preview_activate),
2419 (on_editor_command_upper_case_activate),
2420 (on_editor_command_lower_case_activate),
2421 (on_editor_command_eol_crlf_activate),
2422 (on_editor_command_eol_lf_activate),
2423 (on_editor_command_eol_cr_activate),
2424 (on_editor_command_select_all_activate),
2425 (on_editor_command_select_to_brace_activate),
2426 (on_editor_command_select_block_activate),
2427 (on_editor_command_match_brace_activate),
2428 (on_editor_command_undo_activate),
2429 (on_editor_command_redo_activate),
2430 (on_editor_command_cut_activate),
2431 (on_editor_command_paste_activate),
2432 (on_editor_command_copy_activate),
2433 (on_editor_command_clear_activate),
2434 (on_editor_command_close_folds_all_activate),
2435 (on_editor_command_open_folds_all_activate),
2436 (on_editor_command_toggle_fold_activate),
2437 (on_editor_command_bookmark_toggle_activate),
2438 (on_editor_command_bookmark_first_activate),
2439 (on_editor_command_bookmark_next_activate),
2440 (on_editor_command_bookmark_prev_activate),
2441 (on_editor_command_bookmark_last_activate),
2442 (on_editor_command_bookmark_clear_activate),
2443 (on_transform_eolchars1_activate), (on_comment_block),
2444 (on_comment_box), (on_comment_stream),
2445 (on_goto_block_start1_activate), (on_goto_block_end1_activate),
2446 (on_zoom_in_text_activate), (on_zoom_out_text_activate),
2447 (on_force_hilite_activate), (on_swap_activate),
2448 (on_editor_add_view_activate), (on_editor_remove_view_activate):
2449 * plugins/document-manager/action-callbacks.h:
2450 * plugins/document-manager/anjuta-docman.c:
2451 (on_notebook_page_close_button_click),
2452 (on_notebook_page_close_button_enter),
2453 (on_notebook_page_close_button_leave), (on_notebook_tab_btnpress),
2454 (on_notebook_tab_btnrelease), (anjuta_docman_page_setup),
2455 (anjuta_docman_page_new), (anjuta_docman_page_destroy),
2456 (on_open_filesel_response), (anjuta_docman_open_file),
2457 (anjuta_docman_save_document_as), (anjuta_docman_save_document),
2458 (anjuta_docman_dispose), (anjuta_docman_instance_init),
2459 (anjuta_docman_class_init), (anjuta_docman_new),
2460 (on_notebook_switch_page), (on_document_save_point),
2461 (on_document_destroy), (anjuta_docman_add_editor),
2462 (anjuta_docman_add_document), (anjuta_docman_remove_document),
2463 (anjuta_docman_set_popup_menu),
2464 (anjuta_docman_get_current_focus_widget),
2465 (anjuta_docman_get_page_for_document),
2466 (anjuta_docman_get_current_document),
2467 (anjuta_docman_set_current_document),
2468 (anjuta_docman_goto_file_line),
2469 (anjuta_docman_goto_file_line_mark),
2470 (anjuta_docman_get_full_filename),
2471 (anjuta_docman_present_notebook_page),
2472 (anjuta_docman_update_page_label),
2473 (anjuta_docman_delete_all_markers),
2474 (anjuta_docman_delete_all_indicators),
2475 (anjuta_docman_save_file_if_modified), (anjuta_docman_reload_file),
2476 (do_ordertab1), (anjuta_docman_order_tabs),
2477 (anjuta_docman_set_editor_properties),
2478 (anjuta_docman_get_document_for_path),
2479 (anjuta_docman_get_all_doc_widgets):
2480 * plugins/document-manager/anjuta-docman.h:
2481 * plugins/document-manager/editor-tooltips.c:
2482 * plugins/document-manager/plugin.c: (update_title),
2483 (update_document_ui_enable_all), (update_document_ui_disable_all),
2484 (update_document_ui_save_items),
2485 (update_document_ui_interface_items), (update_document_ui),
2486 (on_document_update_save_ui), (update_status),
2487 (on_document_update_ui), (on_document_added),
2488 (on_document_changed), (on_session_save), (on_save_prompt),
2489 (on_docman_auto_save), (on_gconf_notify_timer):
2490 * plugins/document-manager/search-box.c: (on_document_changed),
2491 (search_box_new), (search_box_grab_line_focus):
2492 * plugins/glade/plugin.c: (ifile_open):
2493 * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
2494 * plugins/search/search-replace_backend.c: (create_search_entries):
2495 * plugins/sourceview/anjuta-document.c: (set_uri),
2496 (anjuta_document_save):
2497 * plugins/sourceview/sourceview.c: (ifile_savable_save):
2498 * plugins/tools/editor.c: (on_editor_response):
2500 The patch renames most stuff from "editor" or "te" to "doc where appropriate.
2501 It fixes some issues with session handling and several memory lacks.
2502 Gtk 2.12 Tooltip API is used if available.
2504 2007-12-10 Sébastien Granjoux <seb.sfo@free.fr>
2506 * plugins/debug-manager/disassemble.c,
2507 plugins/debug-manager/disassemble.h,
2508 plugins/debug-manager/command.c,
2509 plugins/debug-manager/command.h,
2510 plugins/debug-manager/plugin.c
2511 plugins/debug-manager/sparse_view.c,
2512 plugins/debug-manager/sparse_view.h,
2513 plugins/gdb/plugin.c,
2514 plugins/gdb/debugger.c,
2515 plugins/gdb/debugger.h,
2516 libanjuta/interfaces/libanjuta.idl:
2517 Fix bug #502533: Implement assembler step
2519 * plugins/debug-manager/breakpoints.c:
2520 Do not save temporary breakpoints
2522 * plugins/debug-manager/stack_trace.c:
2523 Fix a crash when a stack command is cancelled
2525 2007-12-09 Sébastien Granjoux <seb.sfo@free.fr>
2527 * plugins/debug-manager/plugin.c,
2528 plugins/debug-manager/breakpoints.c,
2529 plugins/debug-manager/breakpoints.h:
2530 Fix bug #488732: Breakpoint on delete lines
2531 Breakpoints are now linked to their position in editor
2533 * plugins/gdb/debugger.c:
2534 Fix removing condition on breakpoint
2536 2007-12-07 Sébastien Granjoux <seb.sfo@free.fr>
2538 * plugins/debug-manager/anjuta-debug-manager.glade,
2539 plugins/debug-manager/start.c,
2540 plugins/gdb/plugin.c,
2541 plugins/gdb/debugger.c,
2542 plugins/gdb/debugger.h,
2543 libanjuta/interfaces/libanjuta.idl:
2544 Fix bug #481366: Do not stop at the beginning of the program
2546 * plugins/debug-manager/command.c,
2547 plugins/debug-manager/command.h,
2548 plugins/debug-manager/breakpoints.c,
2549 plugins/debug-manager/queue.c,
2550 plugins/debug-manager/queue.h:
2551 Fix a bug remove all breakpoints was not working due to latest changes
2552 Setting breakpoints is disabled when program is running
2554 2007-12-04 Sébastien Granjoux <seb.sfo@free.fr>
2556 * plugins/debug-manager/queue.c,
2557 plugins/gdb/plugin.c:
2558 Fix bug #501469: Crash if mime_type is unknown
2560 2007-12-01 Massimo Cora' <maxcvs@email.it>
2562 * plugins/symbol-db/plugin.c: (on_editor_destroy),
2563 (on_editor_update_ui), (on_single_file_scan_end),
2564 (on_importing_project_end), (project_root_added),
2565 (on_session_load), (symbol_db_activate), (symbol_db_instance_init):
2566 * plugins/symbol-db/plugin.h:
2567 show on status bar files being scanned.
2569 * plugins/symbol-db/symbol-db-engine.c:
2570 (sdb_engine_get_query_by_id), (sdb_engine_populate_db_by_tags),
2571 (sdb_engine_ctags_output_thread),
2572 (sdb_engine_timeout_trigger_signals), (sdb_engine_thread_monitor),
2573 (sdb_engine_ctags_output_callback_1), (sdb_engine_scan_files_1),
2574 (sdb_engine_init), (sdb_engine_finalize), (sdb_engine_class_init),
2575 (sdb_engine_connect_to_db), (symbol_db_engine_db_exists),
2576 (sdb_engine_get_table_id_by_unique_name2),
2577 (symbol_db_engine_open_project),
2578 (sdb_engine_prepare_executing_commands),
2579 (symbol_db_engine_add_new_files), (sdb_engine_add_new_sym_type),
2580 (sdb_engine_add_new_scope_definition), (sdb_engine_add_new_symbol),
2581 (sdb_engine_detects_removed_ids),
2582 (symbol_db_engine_get_class_parents),
2583 (symbol_db_engine_get_global_members),
2584 (symbol_db_engine_get_scope_members_by_symbol_id),
2585 (symbol_db_engine_get_scope_members),
2586 (symbol_db_engine_get_current_scope),
2587 (symbol_db_engine_get_file_symbols),
2588 (symbol_db_engine_get_symbol_info_by_id),
2589 (symbol_db_engine_get_full_local_path),
2590 (symbol_db_engine_find_symbol_by_name_pattern),
2591 (symbol_db_engine_get_parent_scope_id_by_symbol_id):
2592 * plugins/symbol-db/symbol-db-engine.h:
2593 * plugins/symbol-db/symbol-db-view-locals.c:
2594 (sdb_view_locals_init), (traverse_free_waiting_for), (on_scan_end),
2595 (symbol_db_view_locals_recv_signals_from_engine),
2596 (symbol_db_view_locals_update_list):
2597 * plugins/symbol-db/symbol-db-view-locals.h:
2598 * plugins/symbol-db/symbol-db-view.c: (traverse_free_waiting_for),
2599 (on_scan_end), (trigger_on_symbol_inserted), (add_new_waiting_for),
2600 (prepare_for_adding), (on_symbol_inserted), (sdb_view_init),
2601 (symbol_db_view_recv_signals_from_engine), (symbol_db_view_open):
2602 * plugins/symbol-db/symbol-db-view.h:
2603 Added g_thread architecture to scan in background. With this you
2604 can use Anjuta's GUI without freezing.
2605 Improved insertion speed by using a paradigm like 'insert' and 'check'
2606 replacing a 'check' and 'insert' one. This has been done for tables
2607 like symbol, scope, sym_type.
2610 * plugins/symbol-db/tables.sql:
2611 * plugins/symbol-db/test/main.c: (get_global_members), (main),
2612 (thread), (print_message), (bastard_thread), (idle_signals):
2613 fixed a typo on tables that broke sql triggers.
2615 === anjuta 2.3.1 ===
2617 2007-12-02 Naba Kumar <naba.kumar@gnome.org>
2619 * NEWS, AUTHORS: Updated.
2620 * src/Makefile.am: Fixed make distcheck
2622 Patch from Yang Hong:
2623 * plugins/file-manager/file-manager.glade: Fixed file chooser
2624 size in file-manager preferences.
2626 2007-12-02 Naba Kumar <naba.kumar@gnome.org>
2628 * NEWS: Updated for 2.3.1 development release
2629 * configure.in: Bumped version to 2.3.1
2631 2007-12-01 Sébastien Granjoux <seb.sfo@free.fr>
2633 * plugins/debug-manager/threads.c,
2634 plugins/debug-manager/disassemble.c,
2635 plugins/debug-manager/watch.c,
2636 plugins/debug-manager/registers.c,
2637 plugins/debug-manager/locals.c,
2638 plugins/debug-manager/breakpoints.c,
2639 plugins/debug-manager/stack_trace.c,
2640 plugins/debug-manager/command.c,
2641 plugins/debug-manager/command.h,
2642 plugins/debug-manager/queue.c,
2643 libanjuta/interfaces/libanjuta.idl:
2644 Use different signals in IAnjutaDebugManager and IAnjutaDebugger
2645 Document IAnjutaDebugManager signals
2646 Generate new signals in queue.c
2647 Use new signals in other files
2649 2007-11-30 <genbell@tiscali.it>
2651 reviewed by: Sébastien Granjoux <seb.sfo@free.fr>
2653 * plugins/gdb/Makefile.am:
2656 2007-11-29 Sébastien Granjoux <seb.sfo@free.fr>
2658 * plugins/tools/variable.c:
2659 Fix a bug added in the previous patch (it is not a leak)
2661 2007-11-29 Sébastien Granjoux <seb.sfo@free.fr>
2663 * plugins/project-wizard/druid.c,
2664 plugins/project-wizard/templates/terminal.wiz,
2665 plugins/project-wizard/templates/xlib-dock.wiz,
2666 plugins/project-wizard/templates/wxwin.wiz,
2667 plugins/project-wizard/templates/java.wiz,
2668 plugins/project-wizard/templates/gnome.wiz,
2669 plugins/project-wizard/templates/anjuta-plugin.wiz,
2670 plugins/project-wizard/templates/gtkmm.wiz,
2671 plugins/project-wizard/templates/python.wiz,
2672 plugins/project-wizard/templates/cpp.wiz,
2673 plugins/project-wizard/templates/sdl.wiz,
2674 plugins/project-wizard/templates/gtk.wiz,
2675 plugins/project-wizard/templates/minimal.wiz,
2676 plugins/project-wizard/templates/xlib.wiz,
2677 plugins/project-wizard/templates/gcj.wiz,
2678 plugins/project-wizard/templates/translatable-strings.h,
2679 plugins/project-import/project-import.c:
2680 Partial Fix translation bugs #496833 comment 4,7,8,9,10,11
2682 2007-11-27 Sébastien Granjoux <seb.sfo@free.fr>
2684 * plugins/debug-manager/threads.c,
2685 plugins/debug-manager/disassemble.c,
2686 plugins/debug-manager/watch.c,
2687 plugins/debug-manager/registers.c,
2688 plugins/debug-manager/memory.c,
2689 plugins/debug-manager/locals.c,
2690 plugins/debug-manager/stack_trace.c,
2691 plugins/debug-manager/queue.c,
2692 plugins/debug-manager/queue.h:
2693 Connect debugger signal only when program is loaded
2694 Rename get_feature in is_supported
2696 * plugins/debug-manager/plugin.c:
2697 Remove editor watch when plugin is deactivated
2699 * plugins/debug-manager/anjuta-debug-manager.glade,
2700 plugins/debug-manager/breakpoints.c,
2701 plugins/debug-manager/breakpoints.h:
2702 Rewrite almost completely the breakpoint code
2703 Improve breakpoint dialog
2705 Implement condition, hit count, ignore and temporary attribute
2707 * plugins/debug-manager/command.c,
2708 plugins/debug-manager/command.h:
2709 Add a breakpoint list command
2711 * plugins/gdb/debugger.c,
2712 plugins/gdb/debugger.h:
2713 Add new breakpoint list command
2714 Fix parsing of breakpoint data
2716 * libanjuta/interfaces/libanjuta.idl,
2717 plugins/gdb/plugin.c:
2718 Rename IAnjutaBreakpointDebugger into IAnjutaDebuggerBreakpoint
2720 2007-11-23 Jaap Haitsma <jaap@haitsma.org>
2722 * plugins/document-manager/plugin.c:
2723 Use Ctrl+Shift+s as shortcut for Save As
2725 2007-11-22 Naba Kumar <naba.kumar@gnome.org>
2727 * plugins/subversion/plugin.c: (activate_plugin):
2728 * plugins/symbol-db/plugin.c: (symbol_db_activate):
2729 * src/layout.xml: Fixed dockitem positions.
2731 2007-11-21 Naba Kumar <naba.kumar@gnome.org>
2733 Icons from tpgww@onepost.net:
2734 * plugins/project-wizard/applogo.png:
2735 Icons from patch in bug #480093 comment #23. Also renamed icons.
2737 * plugins/message-view/Makefile.am:
2738 * plugins/message-view/plugin.c: (register_stock_icons),
2739 (ipreferences_merge): Removed redundant icon.
2741 * plugins/document-manager/plugin.c:
2742 (update_editor_ui_disable_all), (update_editor_ui_interface_items):
2743 Do not insensitize New action when there is no document.
2746 2007-11-21 Naba Kumar <naba.kumar@gnome.org>
2748 Icons from tpgww@onepost.net:
2749 * plugins/symbol-browser/an_symbol_prefs.c:
2750 * pixmaps/Makefile.am:
2751 * pixmaps/anjuta.png, pixmaps/anjuta_logo.png, pixmaps/anjuta.svg:
2753 Icons from patch in bug #480093 comment #23. Also renamed icons.
2756 2007-11-21 Naba Kumar <naba.kumar@gnome.org>
2758 Patch from James Liggett:
2759 * plugins/subversion/anjuta-subversion.glade: Make commit, resolve,
2760 revert and dialogs resizable.
2762 2007-11-20 Naba Kumar <naba.kumar@gnome.org>
2764 Patch from James Liggett:
2765 * plugins/subversion/anjuta-subversion.glade:
2766 * plugins/subversion/subversion-diff-dialog.c:
2767 (on_subversion_diff_response), (subversion_diff_dialog):
2768 * plugins/subversion/subversion-diff-dialog.h:
2770 The diff dialog should have a checkbox, enabled by default, that
2771 allows the user to make sure that all open files are saved before
2774 2007-11-20 Naba Kumar <naba.kumar@gnome.org>
2776 * plugins/Makefile.am: Remove duplicate 'profiler' in SUBDIRS.
2778 Icons from tpgww@onepost.net:
2779 * pixmaps/Makefile.am:
2782 * src/anjuta-preferences-general.svg:
2784 Icons from patch in bug #480093 comment #23. Also renamed icons.
2787 2007-11-19 Naba Kumar <naba.kumar@gnome.org>
2789 Icons from tpgww@onepost.net:
2790 * plugins/debug-manager/images/Makefile.am:
2791 * plugins/debug-manager/images/anjuta-watch.svg:
2792 * plugins/debug-manager/plugin.c: (register_stock_icons):
2793 * plugins/gdb/images/Makefile.am:
2794 * plugins/gtodo/Makefile.am:
2795 * plugins/gtodo/anjuta-gtodo-plugin.svg:
2796 * plugins/gtodo/anjuta-gtodo.plugin.in:
2797 * plugins/gtodo/interface.c: (stock_icons):
2798 * plugins/gtodo/main.h:
2799 * plugins/gtodo/plugin.c: (ipreferences_merge):
2800 * plugins/terminal/Makefile.am:
2801 * plugins/terminal/anjuta-terminal-plugin.svg:
2802 * plugins/terminal/anjuta-terminal.plugin.in:
2803 * plugins/terminal/terminal.c:
2804 * plugins/tools/Makefile.am:
2805 * plugins/tools/anjuta-tools-plugin.svg:
2806 * plugins/tools/anjuta-tools.plugin.in:
2807 * plugins/tools/plugin.c:
2808 * plugins/valgrind/Makefile.am:
2809 * plugins/valgrind/anjuta-valgrind-plugin.svg:
2810 * plugins/valgrind/anjuta-valgrind.plugin.in:
2811 * plugins/valgrind/plugin.c: (register_stock_icons),
2812 (ipreferences_merge):
2814 Icons from patch in bug #480093 comment #23. Also renamed icons.
2817 2007-11-18 Massimo Cora' <maxcvs@email.it>
2819 reviewed by: Johannes Schmid <jhs@gnome.org>
2822 required gda version to 3.1.3. [svn trunk]. Without this Anjuta can crash
2823 due to bug #493360. Still present anyway bug #495843
2825 * plugins/symbol-db/plugin.c: (goto_local_tree_iter),
2826 (goto_global_tree_iter), (on_treesearch_symbol_selected_event),
2827 (on_local_treeview_row_activated),
2828 (on_global_treeview_row_activated),
2829 (on_global_treeview_row_expanded), (on_project_element_added),
2830 (on_project_element_removed), (project_root_added),
2831 (symbol_db_activate), (isymbol_manager_search),
2832 (isymbol_manager_get_members),
2833 (isymbol_manager_get_completions_at_position):
2834 * plugins/symbol-db/symbol-db-engine-iterator-node.c:
2835 (symbol_db_engine_iterator_node_get_symbol_extra_string):
2836 * plugins/symbol-db/symbol-db-engine.c:
2837 (sdb_engine_execute_non_select_sql),
2838 (sdb_engine_execute_select_sql), (sdb_engine_get_query_by_id),
2839 (sdb_engine_free_cached_queries), (sdb_engine_disconnect_from_db),
2840 (sdb_engine_populate_db_by_tags), (sdb_engine_scan_files_1),
2841 (sdb_engine_create_db_tables), (symbol_db_engine_open_db),
2842 (symbol_db_engine_add_new_workspace),
2843 (symbol_db_engine_add_new_project),
2844 (symbol_db_engine_add_new_files), (sdb_engine_add_new_symbol),
2845 (sdb_engine_detects_removed_ids),
2846 (sdb_engine_walk_down_scope_path),
2847 (symbol_db_engine_get_class_parents),
2848 (symbol_db_engine_get_global_members),
2849 (symbol_db_engine_get_scope_members_by_symbol_id),
2850 (symbol_db_engine_get_scope_members),
2851 (symbol_db_engine_get_current_scope),
2852 (symbol_db_engine_get_file_symbols),
2853 (symbol_db_engine_get_symbol_info_by_id),
2854 (symbol_db_engine_find_symbol_by_name_pattern):
2855 * plugins/symbol-db/symbol-db-engine.h:
2856 * plugins/symbol-db/symbol-db-view-locals.c: (on_symbol_removed),
2857 (on_symbol_inserted), (symbol_db_view_locals_update_list):
2858 * plugins/symbol-db/symbol-db-view.c: (waiting_for_symbol_destroy),
2859 (sdb_view_get_iter_from_row_ref), (traverse_free_waiting_for),
2860 (on_scan_end), (do_add_root_symbol_to_view),
2861 (do_add_child_symbol_to_view), (add_waiting_for_symbol_to_view),
2862 (trigger_on_symbol_inserted), (add_new_waiting_for),
2863 (do_recurse_subtree_and_invalidate), (prepare_for_adding),
2864 (on_symbol_inserted), (do_recurse_subtree_and_remove),
2865 (on_symbol_removed), (sdb_view_do_add_hidden_dummy_child),
2866 (symbol_db_view_row_expanded), (sdb_view_init),
2867 (gtree_compare_func), (sdb_view_finalize),
2868 (sdb_view_load_symbol_pixbufs), (symbol_db_view_get_file_and_line),
2869 (sdb_view_populate_base_root),
2870 (sdb_view_build_and_display_base_tree), (symbol_db_view_open):
2871 * plugins/symbol-db/symbol-db-view.h:
2872 * plugins/symbol-db/tables.sql:
2873 * plugins/symbol-db/test/Makefile.am:
2874 * plugins/symbol-db/test/main.c: (dump_iterator), (get_parents),
2875 (get_scope_members), (get_current_scope), (get_global_members),
2876 (get_file_symbols), (get_info_by_id), (main):
2878 Rewrote symbol-db-view global tab. Now every expandable node is a query.
2879 Started using LIMIT keyword to speed up things.
2880 Deprecated GdaCommand in favour of GdaQuery into engine. This should
2881 make providers use prepared statements.
2883 2007-11-19 Naba Kumar <naba.kumar@gnome.org>
2885 Patch from James Liggett:
2886 * plugins/subversion/plugin.c: (subversion_instance_init):
2887 * plugins/subversion/plugin.h:
2888 * plugins/subversion/subversion-diff-dialog.c:
2889 (on_subversion_diff_response), (subversion_diff_dialog),
2890 (on_menu_subversion_diff):
2891 * plugins/subversion/subversion-log-dialog.c:
2892 (on_log_view_selected_button_clicked),
2893 (on_log_diff_selected_button_clicked),
2894 (on_log_diff_previous_button_clicked),
2895 (subversion_log_window_create):
2896 * plugins/subversion/subversion-ui-utils.c:
2897 (get_filename_from_full_path), (init_whole_project),
2898 (on_whole_project_toggled):
2899 * plugins/subversion/subversion-ui-utils.h:
2900 * plugins/subversion/subversion-update-dialog.c:
2901 (subversion_update_dialog), (on_menu_subversion_update):
2903 Whole Project checkbox enabled by default in diff and update dialogs.
2904 changes the editor names for diff editors to something much more
2905 descriptive. For example, working copy/head diffs would have an editor
2906 with a name like "[Working Copy/Head] some-file.diff," where some-file
2907 is the name of the file/directory that was diffed. For diffs against
2908 arbitrary diffs the name would look like "[Revisions 2832/3200]
2909 some-file.diff" for a diff of some-file between revisions 2832 and
2912 2007-11-19 Naba Kumar <naba.kumar@gnome.org>
2914 Icons from tpgww@onepost.net:
2915 * plugins/subversion/Makefile.am:
2916 * plugins/subversion/anjuta-subversion-plugin.svg:
2917 * plugins/subversion/anjuta-subversion.plugin.in:
2918 * plugins/subversion/plugin.h:
2919 * plugins/symbol-browser/Makefile.am:
2920 * plugins/symbol-browser/anjuta-symbol-browser-plugin.svg:
2921 * plugins/symbol-browser/anjuta-symbol-browser.plugin.in:
2922 * plugins/symbol-browser/plugin.c:
2923 * plugins/symbol-db/Makefile.am:
2924 * plugins/symbol-db/plugin.c:
2925 * plugins/symbol-db/symbol-db.plugin.in:
2927 Icons from patch in bug #480093 comment #23. Also renamed icons.
2930 2007-11-18 Naba Kumar <naba.kumar@gnome.org>
2932 Icons from tpgww@onepost.net:
2933 * plugins/project-manager/Makefile.am:
2934 * plugins/project-manager/anjuta-project-manager-plugin.svg:
2935 * plugins/project-manager/anjuta-project-manager.plugin.in:
2936 * plugins/project-manager/plugin.c:
2937 * plugins/project-wizard/Makefile.am:
2938 * plugins/project-wizard/anjuta-project-wizard-plugin.svg:
2939 * plugins/project-wizard/anjuta-project-wizard.plugin.in:
2940 * plugins/project-wizard/druid.h:
2941 * plugins/search/Makefile.am:
2942 * plugins/search/anjuta-search-plugin.svg:
2943 * plugins/search/anjuta-search.plugin.in:
2944 * plugins/search/plugin.c:
2946 Icons from patch in bug #480093 comment #23. Also renamed icons.
2949 2007-11-18 Naba Kumar <naba.kumar@gnome.org>
2951 * TODO.tasks: updated.
2953 Icons from tpgww@onepost.net:
2954 * plugins/file-loader/Makefile.am:
2955 * plugins/file-loader/anjuta-loader-plugin.svg:
2956 * plugins/file-loader/anjuta-loader.plugin.in:
2957 * plugins/file-manager/Makefile.am:
2958 * plugins/file-manager/anjuta-file-manager-plugin.svg:
2959 * plugins/file-manager/file-manager.plugin.in:
2960 * plugins/file-manager/plugin.c:
2961 * plugins/glade/Makefile.am:
2962 * plugins/glade/anjuta-glade-plugin.svg:
2963 * plugins/glade/anjuta-glade.plugin.in:
2964 * plugins/glade/plugin.c: (register_stock_icons):
2965 * plugins/language-manager/Makefile.am:
2966 * plugins/language-manager/anjuta-language-manager-plugin.svg:
2967 * plugins/language-manager/language-manager.plugin.in:
2968 * plugins/message-view/Makefile.am:
2969 * plugins/message-view/anjuta-message-manager.plugin.in:
2970 * plugins/message-view/anjuta-messages-plugin.svg:
2971 * plugins/message-view/plugin.c:
2972 * plugins/patch/Makefile.am:
2973 * plugins/patch/anjuta-patch-plugin.svg:
2974 * plugins/patch/anjuta-patch.plugin.in:
2975 * plugins/patch/plugin.c:
2976 * plugins/profiler/Makefile.am:
2977 * plugins/profiler/anjuta-profiler-plugin.svg:
2978 * plugins/profiler/plugin.c: (register_stock_icons):
2979 * plugins/profiler/profiler.plugin.in:
2980 * plugins/project-import/Makefile.am:
2981 * plugins/project-import/anjuta-project-import-plugin.svg:
2982 * plugins/project-import/anjuta-project-import.plugin.in:
2983 * plugins/project-import/plugin.c:
2985 Icons from patch in bug #480093 comment #23. Also renamed icons.
2988 2007-11-18 Johannes Schmid <jhs@gnome.org>
2990 * plugins/build-basic-autotools/build-basic-autotools.c:
2992 * plugins/debug-manager/anjuta-debug-manager.glade:
2993 * plugins/debug-manager/breakpoints.c:
2994 * plugins/debug-manager/sharedlib.c: (create_sharedlibs_gui):
2995 * plugins/file-wizard/file.c:
2996 * plugins/gdb/anjuta-gdb.glade:
2997 * plugins/glade/plugin.c: (ifile_open):
2998 * plugins/gtodo/egg-datetime.c: (egg_datetime_class_init):
2999 * plugins/gtodo/mcategory.c: (category_manager_add_item):
3000 * plugins/gtodo/tray-icon.c:
3001 * plugins/macro/macro-util.c: (get_date_Ymd), (get_date_Y):
3002 * plugins/macro/macros.xml:
3003 * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
3004 Fixed translation bugs (#496833, #488211 and #497758)
3006 * plugins/document-manager/plugin.c: (on_editor_changed):
3009 2007-11-17 Naba Kumar <naba.kumar@gnome.org>
3011 Icons from tpgww@onepost.net:
3012 * plugins/devhelp/Makefile.am:
3013 * plugins/devhelp/anjuta-devhelp-plugin.svg:
3014 * plugins/devhelp/anjuta-devhelp.plugin.in:
3015 * plugins/devhelp/plugin.c:
3016 * plugins/document-manager/anjuta-document-manager.plugin.in:
3017 * plugins/document-manager/images/Makefile.am:
3018 * plugins/document-manager/images/anjuta-document-manager-plugin.svg:
3019 * plugins/document-manager/plugin.c:
3020 * plugins/editor/Makefile.am:
3021 * plugins/editor/anjuta-editor-scintilla-plugin.svg:
3022 * plugins/editor/anjuta-editor.plugin.in:
3023 * plugins/editor/plugin.c:
3024 * plugins/sample1/Makefile.am:
3025 * plugins/sample1/anjuta-sample-plugin.svg:
3026 * plugins/sample1/anjuta-sample.plugin.in:
3027 * plugins/sourceview/Makefile.am:
3028 * plugins/sourceview/plugin.c:
3029 * plugins/sourceview/sourceview.plugin.in:
3031 Icons from patch in bug #480093 comment #23. Also renamed icons.
3034 2007-11-17 Naba Kumar <naba.kumar@gnome.org>
3036 * TODO.tasks: Updated.
3038 Icons from tpgww@onepost.net:
3039 * plugins/build-basic-autotools/Makefile.am:
3040 * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.svg:
3041 * plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in:
3042 * plugins/build-basic-autotools/build-basic-autotools.c:
3043 * plugins/class-inheritance/Makefile.am:
3044 * plugins/class-inheritance/anjuta-class-inheritance-plugin.svg:
3045 * plugins/class-inheritance/anjuta-class-inheritance.plugin.in:
3046 * plugins/class-inheritance/plugin.c:
3047 * plugins/cvs-plugin/Makefile.am:
3048 * plugins/cvs-plugin/anjuta-cvs-plugin.svg:
3049 * plugins/cvs-plugin/anjuta-cvs.plugin.in:
3050 * plugins/cvs-plugin/plugin.c:
3051 * plugins/debug-manager/anjuta-debug-manager.plugin.in:
3052 * plugins/debug-manager/images/Makefile.am:
3053 * plugins/debug-manager/images/anjuta-debug-manager-plugin.svg:
3054 * plugins/debug-manager/plugin.c:
3056 Icons from patch in bug #480093 comment #23. Also renamed icons.
3059 2007-11-07 Sébastien Granjoux <seb.sfo@free.fr>
3061 * (removed) libanjuta/anjuta-children.c,
3062 (removed) libanjuta/anjuta-children.h,
3063 libanjuta/anjuta-launcher.c,
3064 libanjuta/libanjuta.h,
3065 libanjuta/Makefile.am,
3066 plugins/gdb/debugger.c,
3067 plugins/terminal/terminal.c,
3068 manuals/reference/libanjuta/libanjuta-sections.txt,
3069 manuals/reference/libanjuta/libanjuta-docs.sgml:
3070 Replace anjuta_children_register by g_child_watch_add
3072 2007-11-13 Johannes Schmid <jhs@gnome.org>
3074 * plugins/subversion/anjuta-subversion.glade:
3075 * plugins/subversion/subversion-commit-dialog.c:
3076 (subversion_commit_dialog):
3077 * plugins/subversion/subversion-resolve-dialog.c:
3078 (subversion_resolve_dialog):
3079 * plugins/subversion/subversion-revert-dialog.c:
3080 (subversion_revert_dialog):
3081 * plugins/subversion/subversion-ui-utils.c: (status_pulse_timer),
3082 (pulse_timer), (status_bar_progress_pulse), (pulse_progress_bar),
3083 (hide_pulse_progress_bar):
3084 * plugins/subversion/subversion-ui-utils.h:
3086 Yet another patch from #457477:
3087 Add a pulsing progress bar to all dialogs receiving status
3089 2007-11-12 Johannes Schmid <jhs@gnome.org>
3091 * plugins/document-manager/plugin.c: (create_highlight_submenu):
3092 Bug 493583 – crash in Anjuta IDE: trying to open a file
3094 * plugins/subversion/subversion-commit-dialog.c:
3095 (select_all_files), (subversion_commit_dialog):
3096 Patch from jrligget - see #457477
3098 2007-11-12 Johannes Schmid <jhs@gnome.org>
3100 Patch from Marc Lorber <Lorber.Marc@wanodoo.fr>:
3101 * libanjuta/anjuta-plugin-handle.c:
3102 (anjuta_plugin_handle_get_about):
3103 Bug 495536 – Plugins localization improvement
3105 Patch from Gabor Kelemeng <kelemeng@gnome.hu>:
3106 * plugins/class-gen/anjuta-class-gen-plugin.glade:
3107 * plugins/indent/indent.glade:
3108 * plugins/subversion/anjuta-subversion.glade:
3109 Bug 495245 – Strings bug
3111 2007-11-08 James Liggett <jrliggett@cox.net>
3113 reviewed by: Johannes Schmid <jhs@gnome.org>
3115 * libanjuta/anjuta-async-command.c: (anjuta_async_command_init),
3116 (anjuta_async_command_finalize),
3117 (anjuta_async_command_notification_poll),
3118 (anjuta_async_command_thread), (start_command),
3119 (notify_data_arrived), (notify_complete),
3120 (anjuta_async_command_class_init),
3121 (anjuta_async_command_set_error_message),
3122 (anjuta_async_command_get_error_message),
3123 (anjuta_async_command_lock), (anjuta_async_command_unlock):
3124 * libanjuta/anjuta-async-command.h:
3125 * libanjuta/anjuta-command.c: (anjuta_command_init),
3126 (anjuta_command_finalize), (anjuta_command_class_init),
3127 (anjuta_command_start), (anjuta_command_notify_data_arrived),
3128 (anjuta_command_notify_complete),
3129 (anjuta_command_set_error_message),
3130 (anjuta_command_get_error_message):
3131 * libanjuta/anjuta-command.h:
3132 * libanjuta/anjuta-glade-catalog.c:
3133 * libanjuta/anjuta-glade.xml:
3134 * libanjuta/anjuta-vcs-status-tree-view.c:
3135 (on_selected_column_toggled),
3136 (anjuta_vcs_status_tree_view_create_columns),
3137 (anjuta_vcs_status_tree_view_init),
3138 (anjuta_vcs_status_tree_view_finalize),
3139 (anjuta_vcs_status_tree_view_set_property),
3140 (anjuta_vcs_status_tree_view_get_property),
3141 (anjuta_vcs_status_tree_view_class_init),
3142 (anjuta_vcs_status_tree_view_new),
3143 (anjuta_vcs_status_tree_view_destroy),
3144 (anjuta_vcs_status_tree_view_add), (select_all_paths),
3145 (anjuta_vcs_status_tree_view_select_all), (unselect_all_paths),
3146 (anjuta_vcs_status_tree_view_unselect_all),
3147 (create_selected_paths_list),
3148 (anjuta_vcs_status_tree_view_get_selected):
3149 * libanjuta/anjuta-vcs-status-tree-view.h:
3150 * libanjuta/anjuta-widgets.c: (glade_module_register_widgets):
3151 * libanjuta/anjuta-widgets.h:
3152 * plugins/subversion/subversion-add-dialog.c:
3153 (on_add_command_finished), (on_subversion_add_response),
3154 (subversion_add_dialog), (on_menu_subversion_add),
3155 (on_fm_subversion_add):
3156 * plugins/subversion/subversion-add-dialog.h:
3157 * plugins/subversion/subversion-commit-dialog.c:
3158 (on_commit_command_finished), (on_subversion_commit_response),
3159 (subversion_commit_dialog), (on_menu_subversion_commit),
3160 (on_fm_subversion_commit):
3161 * plugins/subversion/subversion-commit-dialog.h:
3162 * plugins/subversion/subversion-copy-dialog.c:
3163 (on_copy_other_revision_radio_toggled),
3164 (on_copy_browse_button_clicked), (on_copy_dest_entry_focus_in),
3165 (on_copy_command_finished), (on_subversion_copy_response),
3166 (subversion_copy_dialog), (on_menu_subversion_copy),
3167 (on_fm_subversion_copy):
3168 * plugins/subversion/subversion-copy-dialog.h:
3169 * plugins/subversion/subversion-diff-dialog.c: (on_editor_destroy),
3170 (on_subversion_diff_response), (subversion_diff_dialog),
3171 (on_menu_subversion_diff), (on_fm_subversion_diff):
3172 * plugins/subversion/subversion-diff-dialog.h:
3173 * plugins/subversion/subversion-log-dialog.c:
3174 (on_diff_selected_column_toggled), (create_columns),
3175 (on_log_command_finished), (on_log_view_button_clicked),
3176 (on_cat_command_data_arrived), (on_cat_command_finished),
3177 (on_log_view_selected_button_clicked), (get_selected_revisions),
3178 (on_log_diff_selected_button_clicked),
3179 (on_log_diff_previous_button_clicked),
3180 (on_subversion_log_vbox_destroy),
3181 (on_log_changes_view_row_selected), (subversion_log_window_create),
3182 (on_menu_subversion_log), (on_fm_subversion_log),
3183 (subversion_log_set_whole_project_sensitive):
3184 * plugins/subversion/subversion-log-dialog.h:
3185 * plugins/subversion/subversion-merge-dialog.c:
3186 (on_merge_command_finished), (on_subversion_merge_response),
3187 (on_merge_first_path_browse_button_clicked),
3188 (on_merge_second_path_browse_button_clicked),
3189 (on_merge_use_first_path_check_toggled),
3190 (on_merge_start_revision_radio_toggled),
3191 (on_merge_end_revision_radio_toggled), (subversion_merge_dialog),
3192 (on_menu_subversion_merge):
3193 * plugins/subversion/subversion-merge-dialog.h:
3194 * plugins/subversion/subversion-remove-dialog.c:
3195 (on_remove_command_finished),
3196 (on_remove_path_browse_button_clicked),
3197 (on_subversion_remove_response), (subversion_remove_dialog),
3198 (on_menu_subversion_remove), (on_fm_subversion_remove):
3199 * plugins/subversion/subversion-remove-dialog.h:
3200 * plugins/subversion/subversion-resolve-dialog.c:
3201 (on_resolve_command_finished), (on_subversion_resolve_response),
3202 (subversion_resolve_dialog), (on_menu_subversion_resolve):
3203 * plugins/subversion/subversion-resolve-dialog.h:
3204 * plugins/subversion/subversion-revert-dialog.c:
3205 (on_revert_command_finished), (on_subversion_revert_response),
3206 (subversion_revert_dialog), (on_menu_subversion_revert):
3207 * plugins/subversion/subversion-revert-dialog.h:
3208 * plugins/subversion/subversion-switch-dialog.c:
3209 (on_switch_other_revision_radio_toggled),
3210 (on_switch_command_finished), (on_subversion_switch_response),
3211 (subversion_switch_dialog), (on_menu_subversion_switch):
3212 * plugins/subversion/subversion-switch-dialog.h:
3213 * plugins/subversion/subversion-ui-utils.c: (subversion_data_new),
3214 (subversion_data_free), (on_mesg_view_destroy),
3215 (create_message_view), (check_filename), (get_log_from_textview),
3216 (pulse_timer), (on_pulse_timer_destroyed),
3217 (status_bar_progress_pulse), (clear_status_bar_progress_pulse),
3218 (report_errors), (on_status_command_finished),
3219 (on_status_command_data_arrived), (on_command_info_arrived),
3220 (select_all_status_items), (clear_all_status_selections),
3221 (init_whole_project), (on_whole_project_toggled),
3222 (send_diff_command_output_to_editor), (on_diff_command_finished),
3223 (stop_status_bar_progress_pulse):
3224 * plugins/subversion/subversion-ui-utils.h:
3225 * plugins/subversion/subversion-update-dialog.c:
3226 (on_update_command_finished), (on_subversion_update_response),
3227 (subversion_update_dialog), (on_menu_subversion_update),
3228 (on_fm_subversion_update):
3229 * plugins/subversion/subversion-update-dialog.h:
3230 * plugins/subversion/svn-add-command.c: (svn_add_command_init),
3231 (svn_add_command_finalize), (svn_add_command_run),
3232 (svn_add_command_class_init), (svn_add_command_new),
3233 (svn_add_command_destroy):
3234 * plugins/subversion/svn-add-command.h:
3235 * plugins/subversion/svn-cat-command.c: (svn_cat_command_init),
3236 (svn_cat_command_finalize), (svn_cat_command_run),
3237 (svn_cat_command_class_init), (svn_cat_command_new),
3238 (svn_cat_command_destroy), (svn_cat_command_get_output):
3239 * plugins/subversion/svn-cat-command.h:
3240 * plugins/subversion/svn-command.c: (svn_command_acquire_ui_lock),
3241 (svn_command_release_ui_lock), (simple_prompt),
3242 (ssl_server_trust_prompt), (svn_auth_simple_prompt_func_cb),
3243 (svn_auth_ssl_server_trust_prompt_func_cb),
3244 (svn_auth_ssl_client_cert_prompt_func_cb),
3245 (svn_auth_ssl_client_cert_pw_prompt_func_cb), (on_svn_notify),
3246 (svn_command_init), (svn_command_finalize),
3247 (svn_command_class_init), (svn_command_push_info),
3248 (svn_command_get_info_queue), (svn_command_set_error),
3249 (svn_command_get_client_context), (svn_command_get_pool),
3250 (svn_command_lock_ui), (svn_command_unlock_ui),
3251 (svn_command_get_revision), (svn_command_copy_path_list),
3252 (svn_command_free_path_list):
3253 * plugins/subversion/svn-command.h:
3254 * plugins/subversion/svn-commit-command.c: (on_log_callback),
3255 (svn_commit_command_init), (svn_commit_command_finalize),
3256 (svn_commit_command_run), (svn_commit_command_class_init),
3257 (svn_commit_command_new), (svn_commit_command_destroy):
3258 * plugins/subversion/svn-commit-command.h:
3259 * plugins/subversion/svn-copy-command.c: (on_log_callback),
3260 (svn_copy_command_init), (svn_copy_command_finalize),
3261 (svn_copy_command_run), (svn_copy_command_class_init),
3262 (svn_copy_command_new), (svn_copy_command_destroy):
3263 * plugins/subversion/svn-copy-command.h:
3264 * plugins/subversion/svn-diff-command.c: (svn_diff_command_init),
3265 (svn_diff_command_finalize), (svn_diff_command_run),
3266 (svn_diff_command_class_init), (svn_diff_command_new),
3267 (svn_diff_command_destroy), (svn_diff_command_get_output):
3268 * plugins/subversion/svn-diff-command.h:
3269 * plugins/subversion/svn-log-command.c: (svn_log_command_init),
3270 (svn_log_command_finalize), (log_callback), (svn_log_command_run),
3271 (svn_log_command_class_init), (svn_log_command_new),
3272 (svn_log_command_destroy), (svn_log_command_get_entry_queue):
3273 * plugins/subversion/svn-log-command.h:
3274 * plugins/subversion/svn-log-entry.c: (svn_log_entry_init),
3275 (svn_log_entry_finalize), (svn_log_entry_class_init),
3276 (strip_whitespace), (svn_log_entry_new), (svn_log_entry_destroy),
3277 (svn_log_entry_get_author), (svn_log_entry_get_date),
3278 (svn_log_entry_get_revision), (svn_log_entry_get_short_log),
3279 (svn_log_entry_get_full_log):
3280 * plugins/subversion/svn-log-entry.h:
3281 * plugins/subversion/svn-merge-command.c: (svn_merge_command_init),
3282 (svn_merge_command_finalize), (svn_merge_command_run),
3283 (svn_merge_command_class_init), (svn_merge_command_new),
3284 (svn_merge_command_destroy):
3285 * plugins/subversion/svn-merge-command.h:
3286 * plugins/subversion/svn-remove-command.c: (on_log_callback),
3287 (svn_remove_command_init), (svn_remove_command_finalize),
3288 (svn_remove_command_run), (svn_remove_command_class_init),
3289 (svn_remove_command_new), (svn_remove_command_destroy),
3290 (svn_remove_command_get_path):
3291 * plugins/subversion/svn-remove-command.h:
3292 * plugins/subversion/svn-resolve-command.c:
3293 (svn_resolve_command_init), (svn_resolve_command_finalize),
3294 (svn_resolve_command_run), (svn_resolve_command_class_init),
3295 (svn_resolve_command_new), (svn_resolve_command_destroy):
3296 * plugins/subversion/svn-resolve-command.h:
3297 * plugins/subversion/svn-revert-command.c:
3298 (svn_revert_command_init), (svn_revert_command_finalize),
3299 (svn_revert_command_run), (svn_revert_command_class_init),
3300 (svn_revert_command_new), (svn_revert_command_destroy):
3301 * plugins/subversion/svn-revert-command.h:
3302 * plugins/subversion/svn-status-command.c:
3303 (svn_status_command_init), (svn_status_command_finalize),
3304 (on_svn_status_notify), (svn_status_command_run),
3305 (svn_status_command_class_init), (svn_status_command_new),
3306 (svn_status_command_destroy),
3307 (svn_status_command_get_status_queue):
3308 * plugins/subversion/svn-status-command.h:
3309 * plugins/subversion/svn-status.c: (svn_status_init),
3310 (svn_status_finalize), (svn_status_class_init), (svn_status_new),
3311 (svn_status_destroy), (svn_status_get_path),
3312 (svn_status_get_vcs_status):
3313 * plugins/subversion/svn-status.h:
3314 * plugins/subversion/svn-switch-command.c:
3315 (svn_switch_command_init), (svn_switch_command_finalize),
3316 (svn_switch_command_run), (svn_switch_command_class_init),
3317 (svn_switch_command_new), (svn_switch_command_destroy):
3318 * plugins/subversion/svn-switch-command.h:
3319 * plugins/subversion/svn-update-command.c:
3320 (svn_update_command_init), (svn_update_command_finalize),
3321 (svn_update_command_run), (svn_update_command_class_init),
3322 (svn_update_command_new), (svn_update_command_destroy):
3323 * plugins/subversion/svn-update-command.h:
3325 Now really committed all files from James patch (#457477)
3327 2007-11-08 Johannes Schmid <jhs@gnome.org>
3329 * TODO.tasks: Updated
3331 2007-11-08 James Liggett <jrliggett@cox.net>
3333 reviewed by: Johannes Schmid <jhs@gnome.org>
3336 * libanjuta/Makefile.am:
3337 * libanjuta/anjuta-status.c: (anjuta_status_progress_pulse):
3338 * libanjuta/anjuta-status.h:
3339 * libanjuta/libanjuta.h:
3340 * plugins/subversion/Makefile.am:
3341 * plugins/subversion/anjuta-subversion.glade:
3342 * plugins/subversion/anjuta-subversion.ui:
3343 * plugins/subversion/plugin.c: (value_added_project_root_uri),
3344 (value_removed_project_root_uri), (activate_plugin),
3345 (deactivate_plugin), (finalize), (subversion_instance_init):
3346 * plugins/subversion/plugin.h:
3347 * plugins/subversion/subversion-actions.c:
3348 * plugins/subversion/subversion-actions.h:
3349 * plugins/subversion/subversion-callbacks.c:
3350 * plugins/subversion/subversion-callbacks.h:
3351 * plugins/subversion/svn-auth.c:
3352 * plugins/subversion/svn-auth.h:
3353 * plugins/subversion/svn-backend-priv.h:
3354 * plugins/subversion/svn-backend.c:
3355 * plugins/subversion/svn-backend.h:
3356 * plugins/subversion/svn-notify.c:
3357 * plugins/subversion/svn-notify.h:
3358 * plugins/subversion/svn-thread.c:
3359 * plugins/subversion/svn-thread.h:
3361 Commited alpha2 of the new subversion plugin (#457477)
3363 2007-11-07 Sébastien Granjoux <seb.sfo@free.fr>
3365 * plugins/debug-manager/command.c:
3366 Fix a stupid crash when changing a register value
3368 2007-11-07 Sébastien Granjoux <seb.sfo@free.fr>
3370 * libanjuta/interfaces/libanjuta.idl,
3371 plugins/debug-manager/command.c,
3372 plugins/debug-manager/command.h,
3373 plugins/debug-manager/start.c,
3374 plugins/gdb/plugin.c,
3375 plugins/gdb/debugger.c,
3376 plugins/gdb/debugger.h:
3377 Use anjuta terminal plugin instead of gnome terminal
3378 Select if a terminal is used in the the start_program function
3379 Move terminal code from debugger.c to plugin.c
3380 Partial fix of bug #481366
3382 * plugins/gdb/utilities.c,
3383 plugins/gdb/utilities.h:
3384 Remove gnome terminal check function
3386 2007-11-06 Johannes Schmid <jhs@gnome.org>
3388 * plugins/project-import/anjuta-project-import.glade:
3389 * plugins/project-import/project-import.c: (on_import_next),
3390 (on_import_finish), (project_import_set_directory):
3391 * plugins/project-wizard/property.c: (npw_property_create_widget),
3392 (npw_property_set_value_from_widget):
3394 Replaced gnome_file_entry with gtk_file_chooser_button
3395 Fixes #422329 – Creating a new directory in program options doesn't work
3397 2007-11-04 Massimo Cora' <maxcvs@email.it>
3399 * plugins/symbol-db/plugin.c:
3400 add all files at once on project_import.
3401 No need to split them into more languages: ctags
3402 and the engine will take care of that.
3404 * plugins/symbol-db/symbol-db-engine.h,
3405 * plugins/symbol-db/symbol-db-engine.c,
3406 * plugins/symbol-db/tables.sql,
3407 * plugins/symbol-db/test/Makefile.am,
3408 * plugins/symbol-db/test/main.c,
3409 * plugins/symbol-db/symbol-db-view-locals.c:
3410 some memory leaks fixed. Ported the thing to
3411 libgda 3.1.2 [or better svn HEAD].
3412 Thanks to a fresh new algorithm to detect
3413 parent scope we're able to display correcly
3414 a local gtktree, including classes not directly
3415 defined inside that file.
3417 2007-11-04 Sébastien Granjoux <seb.sfo@free.fr>
3419 * plugins/debug-manager/threads.c,
3420 plugins/debug-manager/stack_trace.c:
3421 Do not display address when not needed
3423 * plugins/debug-manager/plugin.c,
3424 plugins/debug-manager/breakpoints.c:
3425 Breakpoints directly connect to debugger signals
3427 * plugins/debug-manager/watch.c:
3428 program-unload signal does not exist used debugger-stopped
3430 * plugins/debug-manager/queue.c,
3431 libanjuta/interfaces/libanjuta.idl:
3432 Display error message returned by debugger command
3435 2007-11-04 Johannes Schmid <jhs@gnome.org>
3437 * plugins/project-wizard/templates/gcj/configure.ac.tpl:
3438 Bug 493062 – gcj template needs AC_PROG_CC
3439 (thanks to Bruno Cigic <bruno.cigic@gmail.com>)
3441 * src/anjuta-actions.h:
3442 Bug 493212 – Use GTK_STOCK_ABOUT i.s.o. deprecated GNOME_STOCK_ABOUT
3443 (thanks to Jaap A. Haitsma <jaap@haitsma.org>)
3445 === anjuta 2.3.0 ===
3447 2007-11-02 Naba Kumar <naba.kumar@gnome.org>
3451 2007-11-01 Naba Kumar <naba.kumar@gnome.org>
3453 * ChangeLog: Tagged 2.3.0 release.
3455 * plugins/indent/Makefile.am: Fixed indentation.
3457 * plugins/editor/aneditor-autocomplete.cxx:
3458 * plugins/editor/aneditor-priv.h:
3459 * plugins/editor/aneditor.cxx:
3460 * plugins/editor/aneditor.h: Commented out dead codes.
3462 * configure.in, plugins/symbol-db/symbol-db.plugin.in:
3463 Do not build symbol-db by
3464 default. Added 'unstable' in plugin description to signify it's
3465 developmental state.
3467 * plugins/file-manager/Makefile.am,
3468 plugins/language-manager/Makefile.am: Fixed 'make distcheck'.
3470 2007-11-01 Sébastien Granjoux <seb.sfo@free.fr>
3472 * plugins/debug-manager/utilities.c,
3473 plugins/debug-manager/utilities.h,
3474 plugins/debug-manager/threads.c,
3475 plugins/debug-manager/plugin.c,
3476 plugins/debug-manager/plugin.h,
3477 plugins/debug-manager/disassemble.h,
3478 plugins/debug-manager/watch.c,
3479 plugins/debug-manager/watch.h,
3480 plugins/debug-manager/breakpoints.c,
3481 plugins/debug-manager/stack_trace.c:
3482 Replace few remaining function calls by signal
3484 * plugins/debug-manager/disassemble.c,
3485 plugins/debug-manager/registers.c,
3486 plugins/debug-manager/memory.c,
3487 plugins/debug-manager/locals.c,
3488 plugins/debug-manager/queue.c,
3489 plugins/debug-manager/queue.h:
3490 Connect signals when debugger is started
3491 Disconnect them when debugger is stopped
3492 Do not display window if debugger doesn't support feature
3494 * plugins/gdb/plugin.c,
3495 libanjuta/interfaces/libanjuta.idl:
3496 Remove unused initialization function
3498 2007-11-01 Naba Kumar <naba.kumar@gnome.org>
3501 * plugins/file-manager/Makefile.am:
3502 * scripts/build-schemas.mk: Fixed 'make distcheck'
3504 2007-11-01 Naba Kumar <naba.kumar@gnome.org>
3506 * manuals/reference/libanjuta/libanjuta-docs.sgml,
3507 manuals/reference/libanjuta/libanjuta-sections.txt: Updated docs
3508 to latest API additions.
3510 * manuals/reference/libanjuta/writing-plugins.sgml: Fixed to adhere
3513 2007-10-31 Naba Kumar <naba.kumar@gnome.org>
3515 * ChangeLog: Fixed indentation.
3516 * NEWS: Updated for 2.3.0 release. Also merged changes from 2.2.x
3519 2007-10-30 Naba Kumar <naba.kumar@gnome.org>
3521 * libanjuta/interfaces/libanjuta.idl:
3522 * plugins/build-basic-autotools/build-basic-autotools.c:
3523 (build_compile_file_real), (build_build_project),
3524 (build_install_project), (build_clean_project),
3525 (build_configure_project), (build_autogen_project),
3526 (build_distribution_project), (build_build_module),
3527 (build_install_module), (build_clean_module), (fm_build),
3528 (fm_install), (fm_clean), (pm_build), (pm_install), (pm_clean),
3529 (finalize), (basic_autotools_plugin_instance_init),
3530 (ibuildable_set_command), (ibuildable_reset_commands),
3531 (ibuildable_get_command), (ibuildable_build), (ibuildable_clean),
3532 (ibuildable_install), (ibuildable_configure),
3533 (ibuildable_generate), (ibuildable_iface_init):
3534 * plugins/build-basic-autotools/build-basic-autotools.h:
3536 Added API for commands override in build interface and implemented
3537 them in build plugin. Useful for other plugins override build
3538 commands depending on project environment.
3540 2007-10-28 Naba Kumar <naba@gnome.org>
3543 plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade:
3544 Fixed widget alignment for dock switcher tab style combo and
3545 scratchbox path entrybox.
3547 2007-10-28 Johannes Schmid <jhs@gnome.org>
3549 * plugins/document-manager/plugin.c: (on_editor_changed):
3550 Fixed a memory leak and simplified code (thanks again Sébastien)
3553 Bumped LIBGDA requirement to 3.1.2 (the version that supports LIMIT
3554 and OFFSET sql statements)
3556 2007-10-28 Massimo Cora' <maxcvs@email.it>
3558 * plugins/symbol-db/plugin.c,
3559 plugins/symbol-db/symbol-db-engine.h,
3560 plugins/symbol-db/symbol-db-view.c,
3561 plugins/symbol-db/symbol-db-view.c,
3562 plugins/symbol-db/symbol-db-view-locals.c,
3563 plugins/symbol-db/symbol-db-view-locals.h,
3564 plugins/symbol-db/symbol-db-engine.c:
3565 Better end-of-file-scan detection, permitting
3566 an improved scope/inheritance parsing.
3567 Locals tab gtktree now displays correct
3568 namespace->class->children tree, even if
3569 in a C++ file there isn't class declaration.
3571 2007-10-27 Johannes Schmid <jhs@gnome.org>
3573 Patch from Stanislav Brabec <sbrabec@suse.cz>
3575 Bug 489798 – Do not rely on svn-config
3577 Patch from Michael Wolf <maw@ximian.com>:
3578 * libegg/eggtreemodelfilter.c: (egg_tree_model_filter_fetch_child),
3579 (egg_tree_model_filter_remove_node),
3580 (egg_tree_model_filter_row_deleted):
3581 Bug 487683 – undefined operations in libegg/eggtreemodelfilter.c
3583 2007-10-27 Johannes Schmid <jhs@gnome.org>
3585 * plugins/devhelp/anjuta-devhelp.ui:
3586 * plugins/message-view/anjuta-message-manager.ui:
3588 Added some separators to the toolbar
3590 * plugins/document-manager/plugin.c:
3591 (on_support_plugin_deactivated), (load_new_support_plugins),
3592 (unload_unused_support_plugins), (on_editor_changed):
3594 Fixed the language supprt loading unloading stuff. Thanks to Sébastien
3595 for pointing out that is was crap.
3597 2007-10-24 Sébastien Granjoux <seb.sfo@free.fr>
3599 * libanjuta/interfaces/libanjuta.idl,
3600 libanjuta/anjuta-plugin-manager.c,
3601 libanjuta/anjuta-plugin-manager.h,
3602 libanjuta/anjuta-c-plugin-factory.c,
3603 libanjuta/anjuta-c-module.h,
3604 libanjuta/anjuta-c-module.c:
3605 Report detailled error message in case of plugin loading failure
3607 2007-10-24 Johannes Schmid <jhs@gnome.org>
3610 * plugins/Makefile.am:
3612 Activate build of symbol-db plugin (when libgda is available)
3614 * plugins/document-manager/plugin.c:
3615 (on_support_plugin_deactivated), (on_editor_changed):
3617 Properly handle language support plugins even when they are
3618 unloaded by the session.
3620 * plugins/symbol-db/plugin.c: (register_stock_icons),
3621 Port to new REGISTER_ICONS stuff
3623 2007-10-22 Massimo Cora' <maxcvs@email.it>
3625 * plugins/symbol-db/plugin.c,
3626 * plugins/symbol-db/symbol-db-view.c
3627 * plugins/symbol-db/symbol-db-engine.h,
3628 * plugins/symbol-db/symbol-db-engine-iterator-node.c,
3629 * plugins/symbol-db/symbol-db-view-locals.c,
3630 * plugins/symbol-db/symbol-db-view-locals.h,
3631 * plugins/symbol-db/symbol-db-engine.c:
3632 Fixed functions declarations with 'const gchar*' instead of 'gchar*'.
3633 Added a new algorithm for dynamic population of the local symbols' tab.
3634 Now the default view is tree-like.
3635 Some fixes on engine correct some population issues.
3637 2007-10-23 Naba Kumar <naba@gnome.org>
3639 * plugins/glade/Makefile.am: Corrected conditional not to install
3640 .plugin file if plugin is disabled.
3641 * plugins/sourceview/Makefile.am: Corrected conditional not to
3642 install schemas if plugin is not built.
3644 2007-10-20 Sébastien Granjoux <seb.sfo@free.fr>
3646 * plugins/debug-manager/queue.c:
3647 Fix #488061: Mutiple crash dialogs
3649 * plugins/gdb/debugger.c,
3650 plugins/gdb/debugger.h:
3651 Remove maximum gdb command length, should fix bug#474811
3653 2007-10-19 Sébastien Granjoux <seb.sfo@free.fr>
3655 * manuals/reference/libanjuta/plugin-description-file.sgml,
3656 manuals/reference/libanjuta/libanjuta-docs.sgml,
3657 manuals/reference/libanjuta/libanjuta-sections.txt,
3658 libanjuta/interfaces/libanjuta.idl,
3659 libanjuta/anjuta-c-module.c,
3660 libanjuta/anjuta-c-plugin-factory.c:
3661 Document last changes in plugin code
3663 2007-10-19 Johannes Schmid <jhs@gnome.org>
3665 * plugins/subversion/subversion-callbacks.c: (check_filename):
3667 Fixed #487854 – Anjuta crashes when i try to add a SVN url
3669 2007-10-19 Naba Kumar <naba@gnome.org>
3671 * plugins/file-manager/file-model.c: Fixed a critical runtime
3674 2007-10-18 Johannes Schmid <jhs@gnome.org>
3676 * libanjuta/anjuta-ui.h:
3677 Small fix on icon macros
3679 * libanjuta/interfaces/libanjuta.idl:
3680 * plugins/language-manager/plugin.c: (ilanguage_get_name),
3681 (ilanguage_get_from_editor), (ilanguage_get_name_from_editor),
3682 (ilanguage_iface_init):
3684 Added get_from_editor() and get_name_from_editor() methods
3687 * plugins/document-manager/plugin.c:
3688 (update_editor_ui_interface_items), (on_editor_changed):
3689 * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin
3691 * plugins/language-support-cpp-java/plugin.c: (install_support):
3693 Ported plugins to use the new interface
3695 2007-10-17 Johannes Schmid <jhs@gnome.org>
3697 * libanjuta/anjuta-ui.h:
3699 Added macros to register stock icons to stop all this copy&paste
3700 which had spread over a lot of files. New macros support to add
3701 icons with toolbar and menu size (16 and 24)
3703 * plugins/class-inheritance/plugin.c: (register_stock_icons):
3704 * plugins/debug-manager/images/anjuta-attach.svg:
3705 * plugins/debug-manager/images/anjuta-step-out.svg:
3706 * plugins/debug-manager/images/anjuta-step-over.svg:
3707 * plugins/debug-manager/plugin.c: (register_stock_icons):
3708 * plugins/document-manager/images/Makefile.am:
3709 * plugins/document-manager/images/anjuta-block-end.svg:
3710 * plugins/document-manager/images/anjuta-block-start.svg:
3711 * plugins/document-manager/images/anjuta-bookmark-16.xpm:
3712 * plugins/document-manager/images/anjuta-bookmark.svg:
3713 * plugins/document-manager/images/anjuta-go-history-next.svg:
3714 * plugins/document-manager/images/anjuta-go-history-prev.svg:
3715 * plugins/document-manager/plugin.c: (register_stock_icons):
3716 * plugins/glade/plugin.c: (register_stock_icons):
3717 * plugins/language-support-cpp-java/plugin.c:
3718 (register_stock_icons):
3719 * plugins/message-view/Makefile.am:
3720 * plugins/message-view/anjuta-go-message-next.svg:
3721 * plugins/message-view/anjuta-go-message-prev.svg:
3722 * plugins/message-view/anjuta-message-view.svg:
3723 * plugins/message-view/messages.xpm:
3724 * plugins/message-view/plugin.c: (register_stock_icons):
3725 * plugins/patch/plugin.c: (patch_plugin_activate):
3726 * plugins/project-manager/plugin.c: (register_stock_icons):
3727 * plugins/search/Makefile.am:
3728 * plugins/search/anjuta-go-match-next.svg:
3729 * plugins/search/anjuta-go-match-prev.svg:
3730 * plugins/search/plugin.c: (activate_plugin):
3731 * plugins/symbol-browser/plugin.c: (register_stock_icons):
3732 * plugins/terminal/terminal.c: (register_stock_icons):
3733 * plugins/valgrind/plugin.c: (register_stock_icons):
3735 Updated to use the new icons and added several new and updated
3738 2007-10-16 Sébastien Granjoux <seb.sfo@free.fr>
3740 * libanjuta/anjuta-plugin-handle.c,
3741 libanjuta/anjuta-plugin-handle.h:
3742 Add a new path property containing the directory of the .plugin
3743 file, library file (.so or whatever) must be in the same directory
3745 * libanjuta/anjuta-plugin-manager.c,
3746 libanjuta/interfaces/libanjuta.idl,
3747 (removed) libanjuta/anjuta-glue-plugin.c,
3748 (removed) libanjuta/anjuta-glue-plugin.h,
3749 (removed) libanjuta/anjuta-glue-c.c,
3750 (removed) libanjuta/anjuta-glue-c.h,
3751 (removed) libanjuta/anjuta-glue-cpp.c,
3752 (removed) libanjuta/anjuta-glue-cpp.h,
3753 (removed) libanjuta/anjuta-glue-factory.c,
3754 (removed) libanjuta/anjuta-glue-factory.h,
3755 (added) libanjuta/anjuta-c-module.c,
3756 (added) libanjuta/anjuta-c-module.h,
3757 (added) libanjuta/anjuta-c-plugin-factory.c,
3758 (added) libanjuta/anjuta-c-plugin-factory.h,
3759 libanjuta/Makefile.am:
3760 AnjutaPluginManager uses the new IAnjutaPluginFactory interface
3761 anjuta-glue-factory.[ch] is replaced by anjuta-c-plugin-factory.[ch]
3762 implementing IAnjutaPluginFactory
3763 anjuta-glue-(c|plugin).[ch] is replaced by anjuta-c-module.[ch]
3765 * libanjuta/libanjuta.h:
3766 anjuta-plugin-handle.h must be public (used in IAnjutaPluginFactory
3769 * libanjuta/anjuta-plugin.h:
3770 Replace AnjutaGluePlugin by GTypeModule
3771 Remove unused anjuta_glue_get_component_type replaced by
3774 * plugins/build-basic-autotools/build-basic-autotools.h,
3775 plugins/class-gen/plugin.h,
3776 plugins/class-inheritance/plugin.h,
3777 plugins/cvs-plugin/plugin.h,
3778 plugins/debug-manager/plugin.h,
3779 plugins/devhelp/plugin.h,
3780 plugins/document-manager/plugin.h,
3781 plugins/editor/plugin.h,
3782 plugins/file-loader/plugin.h,
3783 plugins/file-wizard/plugin.h,
3784 plugins/gdb/plugin.h,
3785 plugins/glade/plugin.h,
3786 plugins/gtodo/plugin.h,
3787 plugins/indent/plugin.h,
3788 plugins/language-manager/plugin.h,
3789 plugins/language-support-cpp-java/plugin.h,
3790 plugins/macro/plugin.h,
3791 plugins/message-view/plugin.h,
3792 plugins/patch/plugin.h,
3793 plugins/profiler/plugin.h,
3794 plugins/project-import/plugin.h,
3795 plugins/project-manager/plugin.h,
3796 plugins/project-wizard/plugin.h,
3797 plugins/sample1/plugin.h,
3798 plugins/search/plugin.h,
3799 plugins/sourceview/plugin.h,
3800 plugins/subversion/plugin.h,
3801 plugins/symbol-browser/plugin.h,
3802 plugins/symbol-db/plugin.h,
3803 plugins/terminal/terminal.c,
3804 plugins/tools/plugin.h,
3805 plugins/valgrind/plugin.h:
3806 Replace AnjutaGluePlugin by GTypeModule
3808 2007-10-16 Sebastien Granjoux <seb.sfo@free.fr>
3810 * plugins/debug-manager/breakpoints.c:
3811 Fix bug#487112, crash while removing a breakpoint in a new file
3813 2007-10-15 Sebastien Granjoux <seb.sfo@free.fr>
3815 * plugins/document-manager/search-box.c:
3816 Fix a crash (with an useful comment) focus-out-event handler must
3819 2007-10-14 Johannes Schmid <jhs@gnome.org>
3821 * plugins/sourceview/sourceview.c:
3822 Hide calltip when "Up" or "Down" key is pressed
3824 2007-10-14 Sebastien Granjoux <seb.sfo@free.fr>
3826 * plugins/document-manager/search-box.c:
3827 Change included file order to avoid a compile error with gnome 2.16
3829 2007-10-13 Johannes Schmid <jhs@gnome.org>
3831 * plugins/debug-manager/plugin.c: (enable_log_view):
3833 Fixed crash when closing a project and unloading another while
3834 the debugger is enabled
3836 2007-10-13 Johannes Schmid <jhs@gnome.org>
3838 * plugins/debug-manager/breakpoints.c: (breakpoints_dbase_new):
3840 Use correct breakpoint icon
3842 * plugins/devhelp/Makefile.am:
3843 * plugins/devhelp/anjuta-go-help-next.svg:
3844 * plugins/devhelp/anjuta-go-help-prev.svg:
3845 * plugins/devhelp/plugin.c: (register_stock_icons),
3848 Added new icons from #480093
3850 * plugins/document-manager/images/anjuta-bookmark-clear.svg:
3851 * plugins/document-manager/images/anjuta-bookmark-first.svg:
3852 * plugins/document-manager/images/anjuta-bookmark-last.svg:
3853 * plugins/document-manager/images/anjuta-bookmark-next.svg:
3854 * plugins/document-manager/images/anjuta-bookmark-prev.svg:
3855 * plugins/document-manager/images/anjuta-bookmark-toggle.svg:
3856 * plugins/message-view/anjuta-go-message-next.svg:
3857 * plugins/message-view/anjuta-go-message-prev.svg:
3859 Updated icons from #480093
3861 * src/anjuta-actions.h:
3862 Use GTK_STOCK_FULLSCREEN
3864 * src/anjuta-app.c: (on_gdl_style_changed),
3865 (anjuta_app_instance_init):
3868 Added preference option to set the gdl switcher style
3870 2007-10-13 Johannes Schmid <jhs@gnome.org>
3872 * libanjuta/anjuta-preferences.c: (get_object_type_from_string),
3873 (get_property_value_as_string), (set_property_value_as_string),
3874 (register_callbacks):
3875 * libanjuta/anjuta-preferences.h:
3877 Support GtkFileChooserButton as preferences widget
3879 * libanjuta/anjuta-ui.c: (anjuta_ui_add_action_group):
3881 Fixed a Gtk-Critical
3883 * plugins/file-manager/Makefile.am:
3884 * plugins/file-manager/file-model.c: (file_model_filter_file),
3885 (file_model_add_dummy), (file_model_expand_idle),
3886 (file_model_set_property), (file_model_get_property),
3887 (file_model_class_init):
3888 * plugins/file-manager/plugin.c: (file_manager_set_default_uri),
3889 (project_root_added), (on_file_view_open_file), (on_gconf_notify),
3890 (file_manager_activate), (file_manager_finalize),
3891 (file_manager_instance_init), (ipreferences_merge),
3892 (ipreferences_unmerge), (ipreferences_iface_init):
3893 * plugins/file-manager/plugin.h:
3895 Added preferences to file-manager
3897 * plugins/glade/plugin.c: (activate_plugin):
3899 Move Properties widget into center because it is way to big
3902 2007-10-10 Johannes Schmid <jhs@gnome.org>
3904 * plugins/language-support-cpp-java/Makefile.am:
3905 * plugins/language-support-cpp-java/anjuta-complete-auto.svg:
3906 * plugins/language-support-cpp-java/anjuta-complete.svg:
3907 * plugins/language-support-cpp-java/anjuta-indent-auto.svg:
3908 * plugins/language-support-cpp-java/plugin.c:
3909 (register_stock_icons):
3911 And yet some more icons...
3913 2007-10-10 Johannes Schmid <jhs@gnome.org>
3915 * plugins/debug-manager/breakpoints.c:
3916 * plugins/debug-manager/images/Makefile.am:
3917 * plugins/debug-manager/images/anjuta-bookmark.svg:
3918 * plugins/debug-manager/images/anjuta-breakpoint-clear.svg:
3919 * plugins/debug-manager/images/anjuta-breakpoint-disabled.svg:
3920 * plugins/debug-manager/images/anjuta-breakpoint-enabled.svg:
3921 * plugins/debug-manager/images/anjuta-breakpoint-toggle.svg:
3922 * plugins/debug-manager/images/anjuta-linemark.svg:
3923 * plugins/debug-manager/images/anjuta-pcmark.svg:
3924 * plugins/debug-manager/plugin.c: (register_stock_icons):
3925 * plugins/debug-manager/sparse_view.c:
3926 * plugins/document-manager/images/Makefile.am:
3927 * plugins/document-manager/images/anjuta-block-select.svg:
3928 * plugins/document-manager/images/anjuta-fold-close.svg:
3929 * plugins/document-manager/images/anjuta-fold-open.svg:
3930 * plugins/document-manager/images/anjuta-fold-toggle.svg:
3931 * plugins/document-manager/images/anjuta-indent-less.svg:
3932 * plugins/document-manager/images/anjuta-indent-more.svg:
3933 * plugins/document-manager/images/anjuta-swap.svg:
3934 * plugins/document-manager/images/block_select.xpm:
3935 * plugins/document-manager/images/fold_close.xpm:
3936 * plugins/document-manager/images/fold_open.xpm:
3937 * plugins/document-manager/images/fold_toggle.xpm:
3938 * plugins/document-manager/images/indent.xpm:
3939 * plugins/document-manager/images/indent_dcr.xpm:
3940 * plugins/document-manager/images/indent_inc.xpm:
3941 * plugins/document-manager/plugin.c: (register_stock_icons):
3942 * plugins/editor/Makefile.am:
3943 * plugins/editor/anjuta-bookmark-16.xpm:
3944 * plugins/editor/anjuta-breakpoint-disabled-16.xpm:
3945 * plugins/editor/anjuta-breakpoint-enabled-16.xpm:
3946 * plugins/editor/anjuta-linemark-16.xpm:
3947 * plugins/editor/anjuta-pcmark-16.xpm:
3948 * plugins/editor/bookmark.xpm:
3949 * plugins/editor/breakpoint-disabled.xpm:
3950 * plugins/editor/breakpoint-enabled.xpm:
3951 * plugins/editor/linemarker.xpm:
3952 * plugins/editor/program-counter.xpm:
3953 * plugins/editor/text_editor.c:
3954 * plugins/message-view/Makefile.am:
3955 * plugins/message-view/anjuta-go-message-next.svg:
3956 * plugins/message-view/anjuta-go-message-prev.svg:
3957 * plugins/message-view/anjuta-message-manager.ui:
3958 * plugins/message-view/plugin.c:
3959 * plugins/sourceview/Makefile.am:
3960 * plugins/sourceview/sourceview.c:
3962 Integrated lots of icons from #480093
3963 Thanks to <tpgww@onepost.net>
3965 * plugins/document-manager/plugin.c:
3966 Do not mark the line in ifile_open(), that looks ugly.
3968 * plugins/document-manager/search-box.c: (on_search_focus_out),
3970 Clear the status bar on focus_out.
3972 * plugins/file-loader/anjuta-loader-plugin.ui:
3975 2007-10-09 Johannes Schmid <jhs@gnome.org>
3977 * plugins/debug-manager/breakpoints.c: (breakpoints_dbase_new):
3978 * plugins/valgrind/vgmemcheckprefs.c: (option_menu_new):
3980 Some things I missed in the patch for #484419
3982 * plugins/document-manager/action-callbacks.c:
3983 (on_new_file_activate):
3984 * plugins/document-manager/action-callbacks.h:
3985 * plugins/document-manager/plugin.c: (ui_give_shorter_names),
3986 (on_window_key_press_event), (on_gconf_notify_timer):
3988 484645 – patch to deal with docman FIXME etc
3990 * plugins/editor/text_editor.c: (text_editor_set_indicator):
3991 * plugins/search/search-replace.c: (search_and_replace),
3992 (write_message_pane), (search_replace_populate),
3993 (translate_dialog_strings), (create_dialog),
3994 (anjuta_search_replace_activate):
3995 * plugins/search/search-replace_backend.c:
3996 (file_buffer_new_from_path), (get_next_match),
3997 (create_search_entries), (regex_backref),
3998 (clear_search_replace_instance):
3999 * plugins/search/search-replace_backend.h:
4001 #484573 – patch to correct various search-related issues
4003 Thanks for the above patches to <tpgww@onepost.net>
4005 * plugins/sourceview/sourceview.c:
4006 (sourceview_create_highligth_indic):
4008 Use the same marker for important as gedit (yellow background)
4010 * plugins/document-manager/anjuta-document-manager.ui:
4011 * plugins/file-loader/anjuta-file-loader.ui:
4012 * plugins/file-loader/plugin.c:
4014 Moved FileNew action to document-manager
4016 2007-10-08 Johannes Schmid <jhs@gnome.org>
4018 * plugins/document-manager/search-box.c: (on_search_activated):
4019 Mark messages for translation
4021 2007-10-07 Marc Lorber <Lorber.Marc@wanadoo.fr>
4023 reviewed by: Johannes Schmid <jhs@gnome.org>
4025 * plugins/Makefile.am:
4026 * plugins/build-basic-autotools/build-basic-autotools.c:
4027 (build_compile_file_real):
4028 * plugins/search/search-replace.c:
4029 * plugins/valgrind/preferences.c: (build_general_prefs):
4031 Fix #484379 – Contents of Makefile.am plugins and
4032 #484419 – Improvement into translation
4034 2007-10-06 Johannes Schmid <jhs@gnome.org>
4036 * libanjuta/interfaces/anjuta-idl-compiler.pl:
4038 Fixed to properly support pointer-to-pointer (**) types
4040 * libanjuta/interfaces/libanjuta.idl:
4041 * plugins/sourceview/sourceview-cell.c: (sourceview_cell_get_iter):
4042 * plugins/sourceview/sourceview-cell.h:
4043 * plugins/sourceview/sourceview.c: (ieditor_get_position_iter),
4044 (ieditor_iface_init), (iselect_set_iter), (iselect_get_start_iter),
4045 (iselect_get_end_iter), (iselect_iface_init), (isearch_forward),
4046 (isearch_backward), (isearch_iface_init):
4047 * plugins/editor/text_editor.c: (itext_editor_get_position_iter),
4048 (itext_editor_iface_init), (iselection_set_iter),
4049 (iselection_get_start_iter), (iselection_get_end_iter),
4050 (iselection_iface_init), (isearch_forward), (isearch_backward),
4051 (isearch_iface_init):
4053 Added IAnjutaEditorSearch interface and some utility methods to
4054 migrate from positions to iterators for the editor interface.
4056 * plugins/document-manager/Makefile.am:
4057 * plugins/document-manager/action-callbacks.c:
4058 (on_goto_line_no1_activate), (on_show_search):
4059 * plugins/document-manager/action-callbacks.h:
4060 * plugins/document-manager/anjuta-docman.c:
4061 (anjuta_docman_add_document), (anjuta_docman_show_editor),
4062 (anjuta_docman_grab_text_focus):
4063 * plugins/document-manager/anjuta-document-manager.ui:
4064 * plugins/document-manager/goto_line.c: (removed)
4065 * plugins/document-manager/goto_line.h: (removed)
4066 * plugins/document-manager/search-box.c:
4067 * plugins/document-manager/search-box.h:
4068 * plugins/document-manager/plugin.c: (ui_give_shorter_names),
4069 (update_editor_ui_enable_all), (update_editor_ui_disable_all),
4070 (update_editor_ui_interface_items), (on_editor_added),
4071 (activate_plugin), (deactivate_plugin):
4072 * plugins/document-manager/plugin.h:
4074 Created new incremental "Quick Search" bar in the document manager to
4075 replace the crappy EggToolbar entries. Uses the new search interface and
4076 it thus much faster and more reliable.
4078 Bug 357544 – incremental search should work consistently (or not at all)
4079 when main toolbar is hidden
4080 Bug 440637 – Search, don't work very well (partly for incremental search)
4082 * plugins/search/anjuta-search.ui:
4083 * plugins/search/plugin.c: (activate_plugin):
4085 Removed incremental search stuff
4087 * plugins/build-basic-autotools/build-basic-autotools.c:
4088 (on_session_save), (on_session_load):
4089 * plugins/build-basic-autotools/executer.c:
4090 (get_program_parameters):
4092 Scroll to selected executable and remember it across sessions
4093 (followup of #477976)
4095 * plugins/debug-manager/plugin.c: (value_added_current_editor):
4096 Check if it is an editor and cast afterwards, avoids a Gtk-Critical
4098 * plugins/devhelp/anjuta-devhelp.ui:
4099 Rearraged toolbar items a bit
4101 2007-10-05 Sebastien Granjoux <seb.sfo@free.fr>
4103 * plugins/debug-manager/command.c,
4104 plugins/debug-manager/queue.c,
4105 plugins/gdb/plugin.c,
4106 plugins/gdb/debugger.c:
4107 Fix several crashing bugs (including bug#482985) with the debugger
4108 when closing project, stopping the debugger, restarting the program
4110 2007-10-05 Sebastien Granjoux <seb.sfo@free.fr>
4112 * libanjuta/anjuta-launcher.c:
4113 Avoid adding new timeout in anjuta_launcher_execution_done_cleanup
4115 2007-10-03 Sebastien Granjoux <seb.sfo@free.fr>
4117 * plugins/debug-manager/command.c,
4118 plugins/debug-manager/queue.c:
4119 Asynchronous command can abort other commands in queue
4120 Resynchronize debugger state when a command is cancelled
4122 * plugins/debug-manager/breakpoints.c:
4123 Free BreakpointItem only when it is not used anymore
4125 * plugins/gdb/plugin.c:
4126 Do not return TRUE if the callback and/or ready signal is not used
4128 * plugins/gdb/debugger.c:
4129 Fix a crash, return correct state when debugger is stopped
4131 2007-10-01 Sebastien Granjoux <seb.sfo@free.fr>
4133 * plugins/project-wizard/autogen.c:
4134 Fix bug#482067, escape project wizard user defined strings
4136 2007-10-01 Johannes Schmid <jhs@gnome.org>
4138 * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
4140 * plugins/build-basic-autotools/build-basic-autotools.c:
4141 (basic_autotools_plugin_instance_init):
4142 * plugins/build-basic-autotools/build-basic-autotools.h:
4143 * plugins/build-basic-autotools/executer.c:
4144 (get_program_parameters):
4146 Fixed #477976 – Keybinding in run dialog
4148 2007-09-30 Johannes Schmid <jhs@gnome.org>
4150 * plugins/Makefile.am:
4151 Do not build indent plugin (yet)
4153 * plugins/document-manager/plugin.c: (ipreferences_merge):
4154 Fixed unintentional and wrong change
4156 * plugins/indent/anjuta-indent.ui:
4159 2007-09-28 Johannes Schmid <jhs@gnome.org>
4161 * libanjuta/anjuta-launcher.c: (anjuta_launcher_send_stdin_eof):
4162 * libanjuta/anjuta-launcher.h:
4163 Add a method to send EOF to some process. Needed for the indent plugin
4164 and should be useful in general. It does not actually send EOF as this
4165 is not possible with utf-8, but closes the stream instead.
4167 * plugins/devhelp/plugin.c: (value_added_current_editor):
4168 Fixed a Gtk-Critical due to the IAnjutaEditor -
4169 IAnjutaDocument switch.
4172 * plugins/Makefile.am:
4173 * plugins/document-manager/Makefile.am:
4174 * plugins/document-manager/action-callbacks.c:
4175 * plugins/document-manager/anjuta-document-manager.glade:
4176 * plugins/document-manager/anjuta-document-manager.ui:
4177 * plugins/document-manager/images/Makefile.am:
4178 * plugins/document-manager/images/indent_auto.xpm:
4179 * plugins/document-manager/images/indent_set.xpm:
4180 * plugins/document-manager/indent-dialog.c:
4181 * plugins/document-manager/indent-dialog.h:
4182 * plugins/document-manager/indent-util.c:
4183 * plugins/document-manager/indent-util.h:
4184 * plugins/document-manager/indent_test.c:
4185 * plugins/document-manager/plugin.c: (register_stock_icons),
4186 (docman_plugin_instance_init), (ipreferences_merge):
4187 * plugins/document-manager/plugin.h:
4189 Removed indent code from document manager
4191 * plugins/indent/Makefile.am:
4192 * plugins/indent/indent-dialog.c:
4193 * plugins/indent/indent-util.c: (indent_init_indent_style):
4194 * plugins/indent/indent.glade:
4195 * plugins/indent/indent.plugin.in:
4196 * plugins/indent/plugin.c: (on_indent_finished),
4197 (on_indent_output), (on_indent_action_activate),
4198 (on_edit_editor_indent), (on_style_combo_changed),
4199 (value_added_current_editor), (value_removed_current_editor),
4200 (indent_plugin_activate_plugin), (indent_plugin_deactivate_plugin),
4201 (indent_plugin_finalize), (indent_plugin_dispose),
4202 (anjuta_indent_plugin_instance_init),
4203 (anjuta_indent_plugin_class_init), (ipreferences_merge),
4204 (ipreferences_unmerge), (ipreferences_iface_init):
4205 * plugins/indent/plugin.h:
4207 Moved indent code to it's own plugin. Also reimplemented indent invocation
4208 using anjuta_launcher and streams. This is not yet completely working, maybe
4209 I got something wrong with the launcher.
4210 Also fixed #478987 – Unusable 'Indent setting window' on preferences
4212 2007-09-27 Sebastien Granjoux <seb.sfo@free.fr>
4214 * plugins/debug-manager/plugin.c:
4215 Fix bug#480851, disconnect save_session signal when plugin is unloaded
4217 2007-09-27 Johannes Schmid <jhs@gnome.org>
4219 * libanjuta/interfaces/libanjuta.idl:
4220 * plugins/Makefile.am:
4221 * plugins/symbol-browser/an_symbol.c: (isymbol_type_name),
4222 (isymbol_type_str), (isymbol_name), (isymbol_args),
4223 (isymbol_scope), (isymbol_inheritance), (isymbol_access),
4224 (isymbol_impl), (isymbol_iface_init):
4225 * plugins/symbol-browser/an_symbol_info.c:
4226 * plugins/symbol-browser/an_symbol_info.h:
4227 * plugins/symbol-db/Makefile.am:
4228 * plugins/symbol-db/plugin.c:
4229 (on_editor_buffer_symbols_update_timeout), (on_editor_saved),
4230 (value_added_current_editor), (on_editor_foreach_clear),
4231 (value_removed_current_editor), (project_root_added),
4232 (symbol_db_activate), (symbol_db_deactivate),
4233 (isymbol_manager_search):
4234 * plugins/symbol-db/readtags.c: (initialize_1):
4235 * plugins/symbol-db/symbol-db-engine-iterator.c:
4236 (sdb_engine_iterator_instance_init),
4237 (sdb_engine_iterator_finalize), (sdb_engine_iterator_class_init),
4238 (symbol_db_engine_iterator_new), (symbol_db_engine_iterator_first),
4239 (symbol_db_engine_iterator_move_next),
4240 (symbol_db_engine_iterator_move_prev),
4241 (symbol_db_engine_iterator_get_n_items),
4242 (symbol_db_engine_iterator_last),
4243 (symbol_db_engine_iterator_set_position),
4244 (symbol_db_engine_iterator_get_position),
4245 (symbol_db_engine_iterator_foreach), (isymbol_iter_first),
4246 (isymbol_iter_next), (isymbol_iter_previous), (isymbol_iter_last),
4247 (isymbol_iter_foreach), (isymbol_iter_set_position),
4248 (isymbol_iter_get_position), (isymbol_iter_get_length),
4249 (isymbol_iter_clone), (isymbol_iter_assign),
4250 (isymbol_iter_iface_init):
4251 * plugins/symbol-db/symbol-db-engine-iterator.h:
4252 * plugins/symbol-db/symbol-db-engine.c:
4253 (sdb_engine_disconnect_from_db), (sdb_engine_populate_db_by_tags),
4254 (sdb_engine_ctags_output_callback_1), (sdb_engine_scan_files_1),
4255 (sdb_engine_finalize), (sdb_engine_get_type),
4256 (sdb_engine_create_db_tables), (symbol_db_engine_open_db),
4257 (sdb_engine_get_table_id_by_unique_name2),
4258 (sdb_engine_get_table_id_by_unique_name3),
4259 (symbol_db_engine_add_new_workspace),
4260 (symbol_db_engine_get_opened_project_name),
4261 (symbol_db_engine_open_project), (symbol_db_engine_close_project),
4262 (sdb_engine_add_new_language), (sdb_engine_add_new_file),
4263 (sdb_prepare_executing_commands), (symbol_db_engine_add_new_files),
4264 (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
4265 (sdb_engine_add_new_scope_definition),
4266 (sdb_engine_add_new_tmp_heritage_scope),
4267 (sdb_engine_second_pass_update_scope_1),
4268 (sdb_engine_second_pass_update_heritage),
4269 (sdb_engine_add_new_symbol), (sdb_engine_detects_removed_ids),
4270 (sdb_engine_update_file), (symbol_db_engine_update_files_symbols),
4271 (symbol_db_engine_update_project_symbols),
4272 (symbol_db_engine_remove_file), (on_scan_update_buffer_end),
4273 (symbol_db_engine_update_buffer_symbols),
4274 (sdb_engine_walk_down_scope_path),
4275 (sdb_engine_prepare_symbol_info_sql),
4276 (symbol_db_engine_get_global_members),
4277 (symbol_db_engine_get_scope_members_by_symbol_id),
4278 (symbol_db_engine_get_scope_members),
4279 (symbol_db_engine_get_current_scope),
4280 (symbol_db_engine_get_file_symbols):
4281 * plugins/symbol-db/symbol-db-engine.h:
4282 * plugins/symbol-db/symbol-db-view-locals.c: (on_symbol_removed),
4283 (on_symbol_updated), (on_symbol_inserted),
4284 (symbol_db_view_locals_get_line),
4285 (symbol_db_view_locals_update_list):
4286 * plugins/symbol-db/symbol-db-view-search.c:
4287 (sdb_view_search_model_filter), (sdb_view_search_get_type):
4288 * plugins/symbol-db/symbol-db-view-search.h:
4289 * plugins/symbol-db/symbol-db-view.c: (on_symbol_updated),
4290 (do_add_hidden_children), (do_recurse_and_add_new_sym),
4291 (on_symbol_inserted), (on_symbol_removed), (symbol_db_view_open):
4292 * plugins/symbol-db/tables.sql:
4293 * plugins/symbol-db/test/Makefile.am:
4294 * plugins/symbol-db/test/main.c: (add_new_files), (main):
4295 Updated patch from Massimo to improve symbol-db plugin
4297 * plugins/document-manager/plugin.c: (on_editor_changed):
4298 Make the code a bit more robust
4300 * plugins/sourceview/anjuta-document.c: (anjuta_document_finalize),
4301 (anjuta_document_get_property), (anjuta_document_class_init),
4302 (anjuta_document_init), (set_uri), (document_loader_loaded),
4303 (anjuta_document_load), (document_saver_saving):
4304 * plugins/sourceview/anjuta-document.h:
4305 * plugins/sourceview/sourceview.c: (autodetect_language),
4306 (ilanguage_set_language), (ilanguage_get_language):
4307 Fix language detection on startup
4309 2007-09-27 Naba Kumar <naba.kumar@gnome.org>
4311 * plugins/document-manager/action-callbacks.c:
4312 (on_editor_command_upper_case_activate),
4313 (on_editor_command_lower_case_activate): Leftover commit from previous
4314 commit (see last changlog entry by me).
4316 * plugins/file-manager/plugin.c: (file_manager_activate):
4317 Gave proper widget name so that layout works.
4319 2007-09-26 Johannes Schmid <jhs@gnome.org>
4321 * plugins/document-manager/plugin.c: (on_editor_changed),
4322 (docman_plugin_instance_init):
4323 Only unload/load language-support plugins if necessary.
4325 * plugins/language-manager/plugin.c: (language_manager_activate):
4326 Removed some debugging code
4328 * plugins/sourceview/sourceview.c: (on_document_saved),
4329 (ilanguage_set_language), (ilanguage_get_language):
4330 Fixed ianjuta_language interface and ensure that highlighting is
4331 activated when a new file is saved.
4333 2007-09-26 Naba Kumar <naba.kumar@gnome.org>
4335 * libanjuta/interfaces/libanjuta.idl:
4336 * plugins/document-manager/action-callbacks.c:
4337 (on_editor_command_upper_case_activate),
4338 (on_editor_command_lower_case_activate):
4339 * plugins/editor/text_editor.c: (iselection_has_selection),
4340 (iselection_get_start), (iselection_get_end),
4341 (iselection_iface_init):
4342 * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
4343 * plugins/sourceview/sourceview.c: (iselect_has_selection),
4344 (iselect_iface_init): Added IAnjutaEditorSelection::has_selection()
4345 method and implemented it for both scintilla and sourceview editors.
4346 Updated document-manager and assist plugins to use the new method.
4348 2007-09-25 Sebastien Granjoux <seb.sfo@free.fr>
4350 * plugins/file-manager/file-view.c:
4351 Fix typo, allow to compile new file manager with gtk < 2.12
4353 2007-09-25 Johannes Schmid <jhs@gnome.org>
4355 * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
4356 Support Auto-Indent for single lines (e.g no selection);
4358 * plugins/macro/plugin.c:
4359 Do not use the same shortcut as auto-indent does
4361 * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
4362 Optimized keyboard navigation - do not emit char_added when only
4363 navigation keys have been pressed.
4365 2007-09-25 Naba Kumar <naba.kumar@gnome.org>
4367 * plugins/language-support-cpp-java/cpp-java-assist.c:
4368 (on_assist_chosen), (cpp_java_assist_install),
4369 (cpp_java_assist_uninstall):
4370 * plugins/language-support-cpp-java/plugin.c: (install_support),
4371 (uninstall_support): Install and uninstall support in correct order.
4372 Fixes a bug where it was installed multiple times resulting in
4373 inserting autocomplete text multiple times.
4375 2007-09-25 Johannes Schmid <jhs@gnome.org>
4378 Add GNOME_WARNING_FLAGS(maximum) and
4379 GNOME_CXX_WARNIGS(yes) to avoid bugs
4380 the compiler can warn you.
4382 * libegg/test-tree-utils.c: (key_test):
4383 * plugins/file-manager/file-model.c:
4384 (file_model_cancel_expand_idle), (file_model_sort),
4385 (file_model_row_expanded):
4386 * plugins/file-manager/file-view.c: (file_view_cancel_refresh),
4387 (file_view_refresh), (file_view_get_selected), (file_view_init),
4389 * plugins/file-manager/file-view.h:
4390 * plugins/symbol-db/readtags.c: (initialize_1):
4393 Fixed the more critical warnings
4395 2007-09-25 Naba Kumar <naba.kumar@gnome.org>
4397 Icons from tpgww@onepost.net:
4399 * plugins/debug-manager/Makefile.am:
4400 * plugins/debug-manager/images/Makefile.am:
4401 * plugins/debug-manager/images/anjuta-attach.svg:
4402 * plugins/debug-manager/images/anjuta-run-to-cursor.svg:
4403 * plugins/debug-manager/images/anjuta-step-into.svg:
4404 * plugins/debug-manager/images/anjuta-step-out.svg:
4405 * plugins/debug-manager/images/anjuta-step-over.svg:
4406 * plugins/debug-manager/plugin.c: (register_stock_icons):
4407 * plugins/document-manager/Makefile.am:
4408 * plugins/document-manager/block_select.xpm:
4409 * plugins/document-manager/fold_close.xpm:
4410 * plugins/document-manager/fold_open.xpm:
4411 * plugins/document-manager/fold_toggle.xpm:
4412 * plugins/document-manager/images/Makefile.am:
4413 * plugins/document-manager/images/anjuta-block-end.svg:
4414 * plugins/document-manager/images/anjuta-block-start.svg:
4415 * plugins/document-manager/images/anjuta-bookmark-clear.svg:
4416 * plugins/document-manager/images/anjuta-bookmark-first.svg:
4417 * plugins/document-manager/images/anjuta-bookmark-last.svg:
4418 * plugins/document-manager/images/anjuta-bookmark-next.svg:
4419 * plugins/document-manager/images/anjuta-bookmark-prev.svg:
4420 * plugins/document-manager/images/anjuta-bookmark-toggle.svg:
4421 * plugins/document-manager/indent.xpm:
4422 * plugins/document-manager/indent_auto.xpm:
4423 * plugins/document-manager/indent_dcr.xpm:
4424 * plugins/document-manager/indent_inc.xpm:
4425 * plugins/document-manager/indent_set.xpm:
4426 * plugins/document-manager/plugin.c: Added nicer icons for
4427 document manager and debugger. Organized icons in 'images'
4430 2007-09-24 Johannes Schmid <jhs@gnome.org>
4432 * src/anjuta-app.c: (anjuta_app_add_widget_full):
4433 Fixed a missing NULL in g_object_set.
4435 2007-09-24 Naba Kumar <naba.kumar@gnome.org>
4437 * plugins/language-support-cpp-java/cpp-java-assist.c:
4438 (cpp_java_assist_show_autocomplete): Fixed autocompletion to show for
4439 scope memebers just after scope operator is entered.
4441 2007-09-24 Naba Kumar <naba.kumar@gnome.org>
4443 * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
4444 * plugins/language-support-cpp-java/cpp-java-assist.c:
4445 (completion_function), (completion_compare),
4446 (cpp_java_assist_tag_destroy), (create_completion),
4447 (cpp_java_assist_destroy_completion_cache),
4448 (cpp_java_assist_show_autocomplete), (on_assist_chosen):
4449 Show '()' for function items in autocomplete list. Allow adding
4450 ' ' and/or '(' after function call autocompletion and have preferences
4453 2007-09-24 Johannes Schmid <jhs@gnome.org>
4455 * sourceview.c: Reverting patch from r3157 because
4458 2007-09-24 Johannes Schmid <jhs@gnome.org>
4460 * plugins/search/search-replace.c: (on_message_clicked):
4462 Fixed #427104 – No "highlight" of lines matching find-result
4464 2007-09-24 Johannes Schmid <jhs@gnome.org>
4468 Fixed #479020 – Use of old open file dialog instead of GtkFileChooser
4470 2007-09-24 Yang Hong <hongyang@redflag-linux.com>
4472 reviewed by: Johannes Schmid <jhs@gnome.org>
4474 * plugins/build-basic-autotools/executer.c: (execute_program):
4475 Fix #478238 – set env for execute programe in the terminal
4477 2007-09-24 Tom <tpgww@onepost.net>
4479 reviewed by: Johannes Schmid <jhs@gnome.org>
4481 * libanjuta/anjuta-status.c: (anjuta_status_set_title):
4484 * plugins/debug-manager/disassemble.c: (on_disassemble):
4485 Correct a format string in DEBUG_PRINT()
4487 2007-09-23 Johannes Schmid <jhs@gnome.org>
4489 * plugins/sourceview/sourceview.c: (offset_to_position),
4490 (position_to_offset), (ieditor_goto_position), (ieditor_get_text),
4491 (ieditor_get_position), (iselect_set), (iselect_get_start),
4494 Fixed #Bug 440637 – Search, don't work very well
4496 2007-09-23 Johannes Schmid <jhs@gnome.org>
4498 * plugins/file-manager/file-model.c: (file_model_get_filename):
4499 * plugins/file-manager/file-model.h:
4500 * plugins/file-manager/file-view.c: (file_view_query_tooltip),
4501 (file_view_init), (file_view_class_init):
4502 * plugins/message-view/message-view.c:
4503 (message_view_query_tooltip), (message_view_dispose),
4504 (message_view_instance_init), (message_view_class_init):
4506 Added GTK+ 2.12 style tooltips to file-manager and message view.
4507 Only build if GTK+ 2.12 is availible otherwise for message-view, the
4508 old implementation is used.
4510 2007-09-23 Johannes Schmid <jhs@gnome.org>
4512 * libanjuta/anjuta-plugin-manager.c: (plugin_set_update):
4515 * plugins/language-manager/language-manager.plugin.in:
4516 Marked UserActivatable=FALSE
4518 * plugins/language-manager/plugin.c: (load_languages),
4519 (language_manager_activate), (language_manager_deactivate),
4520 (language_manager_dispose), (language_manager_instance_init),
4521 (language_manager_find_mime_type), (language_manager_find_string),
4522 (ilanguage_get_from_mime_type), (ilanguage_get_from_string),
4523 (ilanguage_get_name), (ilanguage_get_strings):
4525 Fixed various stupid bugs in language-manager plugin
4527 * plugins/symbol-db/symbol-db-engine.c:
4528 (sdb_engine_second_pass_update_scope_1):
4530 Add a g_return_if_fail to avoid a crash though still unsure
4533 2007-09-23 Johannes Schmid <jhs@gnome.org>
4535 * plugins/symbol-db/plugin.c: (on_project_element_added),
4536 (sources_array_free), (sources_array_add_foreach),
4537 (project_root_added):
4538 * plugins/symbol-db/symbol-db-engine.c:
4539 (symbol_db_engine_add_new_files):
4540 * plugins/symbol-db/symbol-db-engine.h:
4542 Added support for other languages than "C" to symbol-db. Now
4543 supports all languages listed by the language-manager.
4545 2007-09-23 Tom <tpgww@onepost.net>
4547 reviewed by: Johannes Schmid <jhs@gnome.org> (with small changes)
4550 Bumped GNOME_VFS_REQUIRED to 2.14 (this is two years ago now...)
4552 * libanjuta/anjuta-glue-factory.c: (load_plugin),
4553 (anjuta_glue_factory_get_object_type):
4554 * libanjuta/anjuta-status.c: (anjuta_status_set_title):
4555 * plugins/build-basic-autotools/build-basic-autotools.c:
4556 (value_added_current_editor):
4557 * plugins/debug-manager/breakpoints.c:
4558 (breakpoints_dbase_edit_breakpoint),
4559 (on_toggle_breakpoint_activate):
4560 * plugins/debug-manager/plugin.c:
4561 (on_run_to_cursor_action_activate):
4562 * plugins/debug-manager/stack_trace.c:
4563 (dma_thread_update_stack_trace):
4564 * plugins/gdb/plugin.c:
4565 * plugins/glade/plugin.c: (ifile_open):
4566 * plugins/profiler/gprof-call-graph-view.c:
4567 * plugins/profiler/gprof-flat-profile-view.c:
4568 * plugins/profiler/gprof-function-call-tree-view.c:
4569 * plugins/profiler/gprof-options.c: (setup_widgets):
4570 * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
4571 * plugins/search/search-replace_backend.c:
4572 (file_buffer_new_from_te):
4573 * plugins/sourceview/assist-tip.c: (assist_tip_move):
4574 * plugins/sourceview/assist-window.c: (assist_window_set_property),
4575 (assist_window_get_property), (assist_window_move):
4576 * plugins/symbol-browser/plugin.c: (update_editor_symbol_model),
4577 (value_added_current_editor):
4578 * plugins/symbol-db/plugin.c: (value_added_current_editor):
4579 * plugins/tools/variable.c: (atp_variable_get_editor_variable):
4580 * plugins/valgrind/vggeneralprefs.c: (general_prefs_get_argv):
4582 Many small code, warnings and leak fixes
4584 2007-09-23 Sebastien Granjoux <seb.sfo@free.fr>
4586 * (removed) plugins/debug-manager/debugger.c,
4587 (removed) plugins/debug-manager/debugger.h,
4588 (added) plugins/debug-manager/command.c,
4589 (added) plugins/debug-manager/command.h,
4590 (added) plugins/debug-manager/queue.c,
4591 (added) plugins/debug-manager/queue.h,
4592 plugins/debug-manager/breakpoints.c,
4593 plugins/debug-manager/debug_tree.c,
4594 plugins/debug-manager/debug_tree.h,
4595 plugins/debug-manager/disassemble.c,
4596 plugins/debug-manager/disassemble.h,
4597 plugins/debug-manager/locals.c,
4598 plugins/debug-manager/locals.h,
4599 plugins/debug-manager/memory.c,
4600 plugins/debug-manager/memory.h,
4601 plugins/debug-manager/plugin.c,
4602 plugins/debug-manager/plugin.h,
4603 plugins/debug-manager/registers.c,
4604 plugins/debug-manager/registers.h,
4605 plugins/debug-manager/sharedlib.c,
4606 plugins/debug-manager/sharedlib.h,
4607 plugins/debug-manager/signals.c,
4608 plugins/debug-manager/signals.h,
4609 plugins/debug-manager/stack_trace.c,
4610 plugins/debug-manager/stack_trace.h,
4611 plugins/debug-manager/start.h,
4612 plugins/debug-manager/start.c,
4613 plugins/debug-manager/threads.c,
4614 plugins/debug-manager/threads.h,
4615 plugins/debug-manager/watch.c,
4616 plugins/debug-manager/watch.h,
4617 plugins/debug-manager/Makefile.am,
4618 plugins/gdb/debugger.c,
4619 plugins/gdb/debugger.h,
4620 plugins/gdb/plugin.c,
4621 libanjuta/interfaces/libanjuta.idl:
4622 Split debug-manager/debugger.c into command.c and queue.c
4623 Clean up debugger queue
4624 DmaDebuggerQueue object does not implement IAnjutaDebugger
4626 2007-09-23 Johannes Schmid <jhs@gnome.org>
4629 Bumped version to 2.3.0 (to ensure bugzilla bugs are
4630 set correctly, etc.)
4632 * libanjuta/anjuta-glue-factory.c: (load_plugin):
4633 * libanjuta/anjuta-plugin-manager.c: (activate_plugin),
4634 (plugin_set_update):
4636 Show an error dialog instead of crashing when plugin loading fails
4638 * plugins/language-manager/Makefile.am:
4639 * plugins/language-manager/language-manager.plugin.in:
4640 * plugins/language-manager/languages.xml:
4641 * plugins/language-manager/plugin.c: (language_destroy),
4642 (load_languages), (language_manager_activate),
4643 (language_manager_deactivate), (language_manager_finalize),
4644 (language_manager_dispose), (language_manager_instance_init),
4645 (language_manager_class_init), (language_manager_find_mime_type),
4646 (language_manager_find_string), (ilanguage_get_from_mime_type),
4647 (ilanguage_get_from_string), (ilanguage_get_name),
4648 (ilanguage_get_strings), (ilanguage_iface_init):
4649 * plugins/language-manager/plugin.h:
4651 Added new language-manager plugin to have a better organisation for
4652 language names. The xml probabaly needs to be extended over time.
4654 * plugins/Makefile.am:
4655 * plugins/document-manager/plugin.c: (on_editor_changed):
4657 Adapted to new IAnjutaLanguage interface. Do not unload language-support
4658 because it does not really save memory but makes tab switching slow.
4660 * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin
4662 * plugins/language-support-cpp-java/plugin.c: (install_support),
4663 (uninstall_support), (cpp_java_plugin_deactivate_plugin):
4664 Adapted to new IAnjutaLanguage interface and fixed a Gtk-Critical while
4667 * plugins/language-support-cpp-java/cpp-java-assist.c:
4668 (cpp_java_assist_show_autocomplete):
4670 Fix autocomplete to only show valid completions
4672 * plugins/sourceview/assist-tip.c: (assist_tip_set_tips):
4673 Calltips always have correct size and position now
4675 2007-09-22 Johannes Schmid <jhs@gnome.org>
4677 * plugins/search/search-replace_backend.c: (get_next_match):
4678 Removed code introduced by accident that causes a crash.
4680 * plugins/sourceview/sourceview-tags.c:
4681 * plugins/sourceview/sourceview-tags.h:
4682 Removed ununsed files
4684 2007-09-22 Johannes Schmid <jhs@gnome.org>
4686 * plugins/language-support-cpp-java/cpp-java-assist.c:
4689 2007-09-21 Naba Kumar <naba.kumar@gnome.org>
4691 * plugins/language-support-cpp-java/cpp-java-assist.c:
4692 (cpp_java_assist_get_calltip_context), (on_editor_char_added):
4693 Increased matching brace search to 500 chars.
4695 2007-09-21 Johannes Schmid <jhs@gnome.org>
4697 * plugins/language-support-cpp-java/cpp-java-assist.c:
4698 (cpp_java_assist_get_pre_word),
4699 (cpp_java_assist_get_calltip_context), (cpp_java_assist_check):
4701 Added some profiling debug code
4703 * plugins/language-support-cpp-java/cpp-java-utils.c:
4704 (cpp_java_util_jump_to_matching_brace):
4705 * plugins/language-support-cpp-java/cpp-java-utils.h:
4706 * plugins/language-support-cpp-java/plugin.c:
4707 (get_line_indentation_base), (get_line_auto_indentation):
4709 Add the possiblity to pass a limit to cpp_java_util_jump_matching_brace to
4710 avoid looping over the whole file when using calltips which is too slow and
4713 * plugins/sourceview/assist-tip.c: (assist_tip_init),
4714 (assist_tip_set_tips), (assist_tip_get_coordinates),
4716 * plugins/sourceview/sourceview.c: (iassist_show_tips):
4718 Better calltips appearance (use theme now) and avoid jumping
4721 2007-09-21 Naba Kumar <naba.kumar@gnome.org>
4723 * plugins/document-manager/plugin.c:
4724 (update_editor_ui_interface_items):
4725 * plugins/language-support-cpp-java/plugin.c: (install_support),
4726 (uninstall_support): Moved autocomplete ui update code from
4727 document-manager to language-plugin.
4729 2007-09-21 Johannes Schmid <jhs@gnome.org>
4731 * libanjuta/interfaces/libanjuta.idl:
4733 Added IAnjutaLanguage interface (might still change...) for
4734 the upcoming language-manager plugin.
4736 * plugins/file-manager/Makefile.am:
4737 * plugins/file-manager/file-model.c:
4738 (file_model_cancel_expand_idle), (file_model_add_dummy),
4739 (file_model_expand_idle), (file_model_sort),
4740 (file_model_row_expanded), (file_model_row_collapsed),
4741 (file_model_init), (file_model_finalize),
4742 (file_model_set_property), (file_model_get_property),
4743 (file_model_class_init), (file_model_new), (file_model_refresh),
4744 (file_model_get_uri):
4745 * plugins/file-manager/file-model.h:
4746 * plugins/file-manager/file-view.c: (file_view_cancel_refresh),
4747 (file_view_expand_row_idle), (file_view_refresh),
4748 (file_view_get_selected), (file_view_button_press_event),
4749 (file_view_selection_changed), (file_view_init),
4750 (file_view_get_property), (file_view_set_property),
4751 (file_view_finalize), (file_view_class_init):
4753 Split up model/view as far as possible and fixed some file-manager
4754 bugs (popup-menu and incorrect project loading).
4756 * plugins/sourceview/assist-tip.c: (assist_tip_set_tips):
4757 Use monospace font for tips.
4759 * plugins/sourceview/sourceview-cell.c: (sourceview_cell_finalize),
4760 (sourceview_cell_new), (icell_get_character), (icell_get_length),
4761 (icell_get_attribute), (icell_style_get_font_description),
4762 (icell_style_get_color), (icell_style_get_background_color),
4763 (iiter_first), (iiter_next), (iiter_previous), (iiter_last),
4764 (iiter_foreach), (iiter_set_position), (iiter_get_position),
4765 (iiter_get_length), (iiter_clone), (iiter_assign):
4767 Use GtkTextIter only and do not use GtkTextMark at all in the sourceview-cell
4768 interface. This is way faster though it has the drawback to create invalid
4769 iterators if the buffer is changed.
4771 2007-09-21 Naba Kumar <naba.kumar@gnome.org>
4773 * libanjuta/interfaces/libanjuta.idl:
4774 * plugins/document-manager/action-callbacks.c:
4775 * plugins/document-manager/anjuta-document-manager.ui:
4776 * plugins/document-manager/plugin.c: (register_stock_icons):
4777 * plugins/editor/text_editor.c:
4778 * plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
4779 * plugins/language-support-cpp-java/cpp-java-assist.c:
4780 (cpp_java_assist_get_calltip_context):
4781 * plugins/language-support-cpp-java/plugin.c: (on_auto_complete),
4782 (register_stock_icons), (cpp_java_plugin_activate_plugin):
4784 Moved autocomplete menu action from document-manager to assist plugin
4785 and got rid of deprecated autocomplete interface.
4787 2007-09-20 Naba Kumar <naba.kumar@gnome.org>
4789 * libanjuta/interfaces/libanjuta.idl:
4790 * plugins/editor/text_editor.c: (iassist_iface_init):
4791 * plugins/language-support-cpp-java/cpp-java-assist.c:
4792 (cpp_java_assist_check), (on_assist_chosen):
4793 * plugins/sourceview/sourceview.c: (iassist_iface_init):
4794 Removed react() methods in both editors and assist interface. Assist
4795 plugin itself handles setting the autocomplete. Also fixed
4798 2007-09-20 Naba Kumar <naba.kumar@gnome.org>
4800 * plugins/file-manager/Makefile.am:
4801 * plugins/file-manager/file-view.c: (file_view_add_dummy),
4802 (file_view_expand_idle), (file_view_init):
4803 * plugins/file-manager/plugin.c: (on_file_manager_refresh),
4804 (file_manager_set_default_uri), (project_root_added),
4805 (on_file_view_current_uri_changed), (on_file_view_show_popup_menu),
4806 (file_manager_activate), (file_manager_deactivate),
4807 (file_manager_instance_init), (file_manager_class_init),
4808 (ifile_manager_set_root), (ifile_manager_set_selected),
4809 (ifile_manager_iface_init): Adjusted white spaces to match
4812 2007-09-19 Naba Kumar <naba@gnome.org>
4814 * libanjuta/interfaces/libanjuta.idl:
4815 * plugins/editor/text_editor.c: (text_editor_instance_init),
4816 (iassist_show_tips), (iassist_cancel_tips),
4817 (iassist_hide_suggestions), (iassist_iface_init):
4818 * plugins/editor/text_editor.h:
4819 * plugins/editor/text_editor_cbs.c:
4820 (on_text_editor_scintilla_notify):
4821 * plugins/language-support-cpp-java/cpp-java-assist.c:
4822 (is_scope_context_character), (is_word_character),
4823 (create_completion), (cpp_java_assist_get_scope_context),
4824 (cpp_java_assist_get_pre_word),
4825 (cpp_java_assist_get_scope_operator),
4826 (cpp_java_assist_destroy_completion_cache),
4827 (cpp_java_assist_create_scope_completion_cache),
4828 (cpp_java_assist_create_word_completion_cache),
4829 (cpp_java_assist_show_autocomplete),
4830 (cpp_java_assist_get_calltip_context),
4831 (cpp_java_assist_show_calltip), (cpp_java_assist_check),
4832 (on_editor_char_added), (on_assist_chosen),
4833 (cpp_java_assist_install), (cpp_java_assist_uninstall),
4834 (cpp_java_assist_init), (cpp_java_assist_finalize):
4835 * plugins/language-support-cpp-java/cpp-java-assist.h:
4836 * plugins/language-support-cpp-java/plugin.c:
4837 (initialize_indentation_params):
4838 * plugins/sourceview/assist-tip.c:
4839 * plugins/sourceview/assist-tip.h:
4840 * plugins/sourceview/sourceview-private.h:
4841 * plugins/sourceview/sourceview.c: (on_assist_window_destroyed),
4842 (on_assist_tip_destroyed), (on_assist_cancel),
4843 (on_document_char_added), (iassist_get_suggestions),
4844 (iassist_suggest), (iassist_show_tips), (iassist_iface_init):
4846 Implement state-less assistance so that assist can be evaluated
4847 any given time at any position. Changed IAnjutaEditorAssist interfance
4848 and implementations and removed any state management in editors.
4850 2007-09-18 Naba Kumar <naba.kumar@gnome.org>
4852 * plugins/language-support-cpp-java/cpp-java-assist.c: Improved
4853 completion items sorting and avoided unnecssary sorts.
4855 * plugins/text-editor.c: Fixed state.
4857 2007-09-17 Johannes Schmid <jhs@gnome.org>
4859 * plugins/language-support-cpp-java/cpp-java-assist.c:
4862 Fixed calltips in sourceview
4864 2007-09-17 Naba Kumar <naba.kumar@gnome.org>
4866 * plugins/language-support-cpp-java/cpp-java-assist.c: Improved
4867 completion items preparation time. Fixed a crash bug.
4869 * libanjuta/anjuta-launcher.c: (anjuta_launcher_fork):
4870 Set buffer size (From Massimo, required for symbol-db).
4872 * libanjuta/interfaces/libanjuta.idl: Also pass position information
4875 * plugins/sourceview/sourceview.c: (iassist_suggest): Fix for above
4878 * plugins/editor/aneditor-autocomplete.cxx,
4879 plugins/editor/aneditor.h, plugins/editor/aneditor-priv.h:
4880 Added ANE_GETWORDBEFORECARAT command.
4882 * plugins/editor/aneditor.cxx: Do not autocomplete. It's now done
4883 using assist interface.
4885 * plugins/editor/text_editor.c: (text_editor_instance_init),
4886 (text_editor_get_word_before_carat),
4887 (text_editor_get_current_word), (iassist_add_trigger),
4888 (iassist_remove_trigger), (on_assist_canceled),
4889 (iassist_init_suggestions), (iassist_suggest), (iassist_show_tips),
4890 (iassist_react), (iassist_hide_suggestions), (iassist_iface_init):
4891 * plugins/editor/text_editor.h:
4892 * plugins/editor/text_editor_cbs.c: (trigger_size),
4893 (max_trigger_size), (text_editor_check_assist),
4894 (on_text_editor_scintilla_notify): Implemented IAnjutaEditorAssist
4897 * plugins/language-support-cpp-java/Makefile.am:
4898 * plugins/language-support-cpp-java/plugin.c:
4899 (get_line_indentation_base), (get_line_auto_indentation),
4900 (install_support), (uninstall_support),
4901 (cpp_java_plugin_activate_plugin), (cpp_java_plugin_finalize),
4902 (cpp_java_plugin_instance_init):
4903 * plugins/language-support-cpp-java/plugin.h:
4904 * plugins/language-support-cpp-java/cpp-java-assist.[ch] (added),
4905 * plugins/language-support-cpp-java/cpp-java-utils.[ch] (added),
4906 Make assist a separate class.
4908 2007-09-14 Johannes Schmid <jhs@gnome.org>
4910 * plugins/sourceview/sourceview.c: (iassist_suggest):
4911 Fixed changed char_alignment paramter in language-support
4914 2007-09-14 Naba Kumar <naba@gnome.org>
4916 * plugins/language-support-cpp-java/plugin.c: Send the right
4917 'char_alignment' paramenter (needs fixing in sourceview).
4919 2007-09-13 Johannes Schmid <jhs@gnome.org>
4922 * plugins/project-wizard/templates/minimal/project.anjuta:
4923 Use IAnjutaSymbolManager instead of loading the plugin directly.
4924 (TODO: Think of a version to do this for older files...)
4927 * plugins/Makefile.am:
4928 * plugins/symbol-db/Makefile.am:
4930 Build symbol-db plugin if libgda-3.0 is found
4932 2007-09-13 Johannes Schmid <jhs@gnome.org>
4934 * plugins/sourceview/Makefile.am:
4935 * plugins/sourceview/anjuta-document.c: (anjuta_document_finalize),
4937 * plugins/sourceview/anjuta-document.h:
4938 Removed lots of dead code
4940 * plugins/sourceview/anjuta-languages-manager.c:
4941 * plugins/sourceview/anjuta-languages-manager.h:
4944 * plugins/sourceview/sourceview.c: (on_document_char_added),
4945 (on_document_loaded), (sourceview_instance_init),
4946 (iselect_get_start), (iselect_get_end),
4947 (ilanguage_get_supported_languages), (ilanguage_set_language):
4949 Fixed selection handling and make some adaptions for the changes
4952 2007-09-13 Johannes Schmid <jhs@gnome.org>
4954 * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
4955 * plugins/language-support-cpp-java/plugin.c: (on_assist_begin),
4958 Added preferences to language support completion/calltips
4960 * plugins/sourceview/assist-window.c: (assist_window_update):
4962 Always select first entry
4964 * plugins/sourceview/sourceview.glade:
4965 Removed old completion preferences
4967 2007-09-11 Naba Kumar <naba@gnome.org>
4969 * plugins/terminal/terminal.c: Fixed critical warning, memory leak
4970 and possible crash when pressing ctrl+d in terminal after preferences
4971 window has been shown once (no need for backport).
4973 * libanjuta/interfaces/anjuta-idl-compiler.pl: Create default method
4974 implementations to get warnings instead of crashes for unimplemented
4977 2007-09-11 Massimo Cora' <maxcvs@email.it>
4979 Reviewed by: Naba Kumar <naba@gnome.org>
4981 * libanjuta/anjuta-launcher.c: (anjuta_launcher_fork):
4982 * plugins/symbol-db/*:
4983 Added new symbol-database backend based on SQLite 3.
4984 (does not enabled for build currently).
4986 2007-09-10 Johannes Schmid <jhs@gnome.org>
4990 * libegg/egg-recent-model.c: (egg_recent_model_write_raw),
4991 (parse_info_init), (parse_info_free), (valid_element),
4992 (start_element_handler), (end_element_handler), (text_handler),
4993 (egg_recent_model_filter), (egg_recent_model_changed_timeout),
4994 (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
4995 (egg_recent_model_monitor), (egg_recent_model_read),
4996 (egg_recent_model_open_file), (egg_recent_model_lock_file),
4997 (egg_recent_model_unlock_file), (egg_recent_model_finalize),
4998 (egg_recent_model_set_property), (egg_recent_model_class_init),
4999 (egg_recent_model_init), (egg_recent_model_add_full),
5000 (egg_recent_model_delete), (egg_recent_model_get_list),
5001 (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
5002 (egg_recent_model_set_filter_mime_types),
5003 (egg_recent_model_clear_group_filter),
5004 (egg_recent_model_set_filter_groups),
5005 (egg_recent_model_clear_scheme_filter),
5006 (egg_recent_model_set_filter_uri_schemes),
5007 (egg_recent_model_remove_expired):
5009 Update EggRecent (#456465)
5011 2007-09-10 Johannes Schmid <jhs@gnome.org>
5013 * libanjuta/anjuta-plugin-manager.c: (get_plugin_loader_type),
5014 (anjuta_plugin_manager_get_plugin):
5015 * plugins/profiler/gprof-call-graph-view.c:
5016 (gprof_call_graph_view_create_columns):
5017 * plugins/profiler/gprof-flat-profile-view.c:
5018 (gprof_flat_profile_view_create_columns):
5019 * plugins/profiler/gprof-function-call-tree-view.c:
5020 (gprof_function_call_tree_view_create_columns):
5022 Fixed #466031 – Update of pieces of menus for Localization
5024 2007-09-10 Johannes Schmid <jhs@gnome.org>
5026 * libanjuta/anjuta-utils.c: (anjuta_util_parse_args_from_string):
5027 Bug 343522 – anjuta: Unable to execute commands that use options.
5029 2007-09-09 Johannes Schmid <jhs@gnome.org>
5031 * plugins/document-manager/anjuta-docman.c:
5032 (anjuta_docman_update_page_label):
5034 Fixed #458034 – Method of indicating unsaved changes breaks convention
5036 * plugins/document-manager/plugin.c: (update_title),
5037 (value_added_project_root_uri), (value_removed_project_root_uri),
5038 (on_editor_changed), (activate_plugin):
5039 * plugins/document-manager/plugin.h:
5040 * plugins/project-manager/plugin.c: (on_profile_scoped),
5041 (on_profile_descoped), (ifile_open):
5043 Fixed #427390 – Show path of item in currently focused editor window
5045 2007-09-09 Johannes Schmid <jhs@gnome.org>
5047 * plugins/search/plugin.c: (on_toolbar_find_clicked),
5048 (on_toolbar_find_incremental):
5049 Fix incremental search
5051 * plugins/sourceview/sourceview.c: (on_document_char_added),
5053 Fixed selection management
5055 2007-09-09 Johannes Schmid <jhs@gnome.org>
5057 * libanjuta/anjuta-ui.c: (anjuta_ui_remove_action_group):
5060 * libanjuta/interfaces/libanjuta.idl:
5061 Extended IAnjutaEditorAssist interface
5063 * plugins/language-support-cpp-java/plugin.c:
5064 (jump_to_matching_brace), (add_tags), (on_assist_begin),
5065 (assist_cleanup), (on_assist_chosen), (on_assist_update),
5066 (context_character), (get_context), (function_parser),
5067 (cpp_member_parser), (install_assist), (uninstall_assist),
5068 (get_line_indentation_base), (get_line_auto_indentation),
5069 (install_support), (uninstall_support),
5070 (on_value_added_current_editor), (on_value_removed_current_editor),
5071 (cpp_java_plugin_finalize), (cpp_java_plugin_instance_init):
5072 * plugins/language-support-cpp-java/plugin.h:
5074 Improved fixed editor assistance and added support for function/method
5075 tooltips. jumb_to_matching_brance => jump_to_matching_brace
5077 * plugins/message-view/anjuta-msgman.c: (on_message_view_destroy):
5080 * plugins/project-import/project-import.c: (on_import_next):
5081 Added a non-NULL check with could probably fix #474843 but not sure
5083 * plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl:
5084 Fixed anjuta-plugin project wizard
5086 * plugins/sourceview/Makefile.am:
5087 * plguins/sourceview/assist-tip.[ch]:
5088 * plugins/sourceview/anjuta-view.c: (anjuta_view_focus_out),
5089 (anjuta_view_key_press_event):
5090 * plugins/sourceview/assist-window.c: (assist_window_class_init),
5091 (assist_window_init), (assist_window_update), (assist_window_new):
5092 * plugins/sourceview/sourceview-private.h:
5093 * plugins/sourceview/sourceview.c: (on_assist_window_destroyed),
5094 (on_assist_tip_destroyed), (on_assist_chosen), (on_assist_cancel),
5095 (trigger_size), (max_trigger_size), (on_document_char_added),
5096 (sourceview_dispose), (ieditor_get_current_word),
5097 (iassist_add_trigger), (iassist_init_suggestions),
5098 (iassist_suggest), (iassist_hide_suggestions), (iassist_show_tips),
5099 (iassist_cancel_tips), (iassist_react), (iassist_iface_init):
5101 Big update on sourceview assist capabilites. Autocompletion should
5102 now work much better and function tooltips are finally supported!
5104 * plugins/sourceview/anjuta-document.h:
5105 * plugins/sourceview/anjuta-document.c: (wordcharacters_contains),
5106 (anjuta_document_get_current_word):
5107 Fixed get_current_word (inspired by aneditor.cxx implementation)
5109 * plugins/sourceview/sourceview-cell.c: (icell_get_char),
5110 (icell_get_attribute):
5111 Fixed get_attribute() to also detect character constants.
5112 Simplified get_char()
5114 * plugins/symbol-browser/plugin.c: (isymbol_manager_search),
5115 (isymbol_manager_get_members), (isymbol_manager_get_parents),
5116 (isymbol_manager_get_completions_at_position):
5118 Fixed IAnjutaSymbolManager interface (see 2.2.1 for details)
5120 2007-09-04 Naba Kumar <naba@gnome.org>
5122 * plugins/class-gen/plugin.c: Do not enable 'Add to project'
5123 projects that can not add sources.
5125 * plugins/file-wizard/file.c: Similarly for file wizard,
5126 Do not enable 'Add to project' projects that can not add sources.
5128 2007-09-04 Naba Kumar <naba@gnome.org>
5130 * configure.in: Bumped gnome-build requirement to 0.2.0
5131 for project capabilities support.
5133 * plugins/project-manager/plugin.c: Enable/disable project
5134 actions based on project capabilities. Fixes bug #433552:
5135 crash in Anjuta IDE: add file test.h in project on generic
5138 * libanjuta/interfaces/libanjuta.idl: Added method to query
5139 project capabilities.
5141 2007-09-03 Naba Kumar <naba@gnome.org>
5143 * plugins/file-manager/plugin.c: Set shadow type IN.
5144 * plugins/file-manager/file-view.c: Fixed code style.
5145 * plugins/file-manager/file-view.c: Fixed icons column to size
5148 * plugins/file-manager/plugin.[c,h]: Fixed code style.
5150 * plugins/file-manager/plugin.c: Fixed crash on closing project and
5151 unmonitors project-uri on file-manager deactivation.
5153 * TODO.tasks: Updated
5155 2007-09-02 Johannes Schmid <jhs@gnome.org>
5157 * libanjuta/anjuta-ui.c: (anjuta_ui_remove_action_group):
5160 * plugins/file-manager/file-view.c: (file_view_get_selected),
5161 (file_view_button_press_event), (file_view_finalize):
5162 * plugins/file-manager/plugin.c: (project_root_removed),
5163 (file_manager_deactivate):
5165 Fixed some small bugs I missed before
5167 2007-09-02 Johannes Schmid <jhs@gnome.org>
5169 * plugins/file-manager/*:
5170 Added new and file-manager
5172 2007-09-02 Johannes Schmid <jhs@gnome.org>
5174 * plugins/file-manager/*:
5175 Removed old file-manager
5177 2007-08-31 Johannes Schmid <jhs@gnome.org>
5179 * libanjuta/anjuta-plugin-manager.c: (anjuta_plugin_manager_new):
5180 * libanjuta/anjuta-ui.c: (anjuta_ui_add_action_group):
5182 Fixed some memory leaks
5184 * MAINTAINERS: Fixed
5186 2007-08-31 Johannes Schmid <jhs@gnome.org>
5188 * libanjuta/anjuta-preferences.c: (get_object_type_from_string),
5189 (get_property_value_as_string), (set_property_value_as_string),
5190 (register_callbacks), (preferences_foreach_callback),
5191 (anjuta_preferences_register_property_raw):
5192 * libanjuta/anjuta-preferences.h:
5193 * plugins/build-basic-autotools/build-basic-autotools.c:
5194 (on_build_mesg_format):
5195 * plugins/document-manager/anjuta-document-manager.glade:
5196 * plugins/message-view/anjuta-message-manager-plugin.glade:
5198 Use GtkComboBox instead of (deprecated) GtkOptionMenu and fixed
5199 broken message view preferences
5201 * plugins/message-view/message-view.c:
5202 (message_view_instance_init), (pref_change_color), (prefs_init),
5203 (imessage_view_append):
5204 Cleaned up message view (#458041)
5206 * src/shell.c: (on_preferences_activate),
5207 (anjuta_test_shell_instance_init),
5208 (anjuta_test_shell_get_plugin_manager), (anjuta_shell_iface_init):
5209 Fixed test shell to allow better debugging
5211 2007-08-31 Johannes Schmid <jhs@gnome.org>
5213 * plugins/gtodo/interface.c: (gtodo_get_hide_done),
5214 (gtodo_get_hide_nodate), (gtodo_get_hide_due):
5215 * plugins/gtodo/main.h:
5216 * plugins/gtodo/plugin.c: (activate_plugin):
5218 Fixed #423467 (View->Tasks menu items are not
5221 2007-08-31 Tobias Müller <gnome-bugs@auftrags-killer.org>
5223 reviewed by: Johannes Schmid <jhs@gnome.org>
5226 * data/welcome.txt.in:
5227 * launcher/anjuta_launcher.c:
5228 * libanjuta/anjuta-children.c:
5229 * libanjuta/anjuta-children.h:
5230 * libanjuta/anjuta-debug.h:
5231 * libanjuta/anjuta-encodings.c:
5232 * libanjuta/anjuta-encodings.h:
5233 * libanjuta/anjuta-glue-c.c:
5234 * libanjuta/anjuta-glue-c.h:
5235 * libanjuta/anjuta-plugin-description.c:
5236 * libanjuta/anjuta-plugin-description.h:
5237 * libanjuta/anjuta-plugin-handle.c:
5238 * libanjuta/anjuta-plugin-handle.h:
5239 * libanjuta/anjuta-plugin-manager.c:
5240 * libanjuta/anjuta-plugin-manager.h:
5241 * libanjuta/anjuta-plugin.c:
5242 * libanjuta/anjuta-plugin.h:
5243 * libanjuta/anjuta-preferences.c:
5244 * libanjuta/anjuta-preferences.h:
5245 * libanjuta/anjuta-profile-manager.c:
5246 * libanjuta/anjuta-profile-manager.h:
5247 * libanjuta/anjuta-profile.c:
5248 * libanjuta/anjuta-profile.h:
5249 * libanjuta/anjuta-save-prompt.c:
5250 * libanjuta/anjuta-save-prompt.h:
5251 * libanjuta/anjuta-serializer.c:
5252 * libanjuta/anjuta-serializer.h:
5253 * libanjuta/anjuta-session.c:
5254 * libanjuta/anjuta-session.h:
5255 * libanjuta/anjuta-shell.c:
5256 * libanjuta/anjuta-shell.h:
5257 * libanjuta/anjuta-status.c:
5258 * libanjuta/anjuta-status.h:
5259 * libanjuta/anjuta-ui.c:
5260 * libanjuta/anjuta-ui.h:
5261 * libanjuta/anjuta-utils-priv.h:
5262 * libanjuta/anjuta-utils.c:
5263 * libanjuta/anjuta-utils.h:
5264 * libanjuta/cell-renderer-captioned-image.c:
5265 * libanjuta/cell-renderer-captioned-image.h:
5266 * libanjuta/e-splash.c:
5267 * libanjuta/e-splash.h:
5268 * libanjuta/interfaces/anjuta-idl-compiler.pl:
5269 * libanjuta/interfaces/libanjuta.idl:
5270 * libanjuta/libanjuta.h:
5271 * libanjuta/resources.c:
5272 * libanjuta/resources.h:
5273 * libegg/egg-cell-renderer-text.c:
5274 * libegg/egg-combo-action.c:
5275 * libegg/egg-entry-action.c:
5276 * libegg/egg-recent-action.c:
5277 * libegg/egg-recent-files-module.c:
5278 * libegg/egg-recent-item.c:
5279 * libegg/egg-recent-model.c:
5280 * libegg/egg-recent-view-gtk.c:
5281 * libegg/egg-recent-view.c:
5282 * libegg/egg-submenu-action.c:
5283 * libegg/eggaccelerators.c:
5284 * libegg/eggcellrendererpopup.c:
5285 * libegg/eggcomboselect.c:
5286 * libegg/eggtreemodelfilter.c:
5287 * libegg/eggtreemultidnd.c:
5288 * libegg/gtkcellview.h:
5289 * libegg/treeviewutils/egg-cell-renderer-text.h:
5290 * libegg/treeviewutils/eggaccelerators.h:
5291 * libegg/treeviewutils/eggcellrendererkeys.h:
5292 * libegg/treeviewutils/eggcellrendererpopup.h:
5293 * libegg/treeviewutils/eggtreemodelfilter.h:
5294 * libegg/treeviewutils/eggtreemultidnd.h:
5295 * libegg/treeviewutils/eggtreeviewstate.h:
5296 * manuals/anjuta-faqs/C/anjuta-faqs.xml:
5297 * manuals/anjuta-faqs/Makefile.am:
5298 * manuals/anjuta-manual/C/anjuta-manual.xml:
5299 * manuals/anjuta-manual/C/license.xml:
5300 * manuals/anjuta-manual/es/es.po:
5301 * manuals/anjuta-manual/sv/sv.po:
5302 * manuals/old/C/anjuta-advanced-tutorial/anjuta-advanced-tutorial.x
5304 * manuals/old/C/anjuta-tutorial/anjuta-tutorial.xml:
5305 * manuals/old/de/anjuta-tutorial/anjuta-tutorial.xml:
5306 * manuals/old/ja/anjuta-faqs/anjuta-faqs.xml:
5307 * manuals/old/ja/anjuta-manual/anjuta-manual.xml:
5308 * manuals/old/ja/anjuta-manual/license.xml:
5309 * plugins/build-basic-autotools/build-basic-autotools.c:
5310 * plugins/build-basic-autotools/build-basic-autotools.h:
5311 * plugins/build-basic-autotools/executer.c:
5312 * plugins/build-basic-autotools/executer.h:
5313 * plugins/build/build_file.c:
5314 * plugins/build/build_file.h:
5315 * plugins/build/build_project.c:
5316 * plugins/build/build_project.h:
5317 * plugins/build/clean_project.c:
5318 * plugins/build/clean_project.h:
5319 * plugins/build/commands.c:
5320 * plugins/build/commands.h:
5321 * plugins/build/compile.c:
5322 * plugins/build/compile.h:
5323 * plugins/build/compiler_options.c:
5324 * plugins/build/compiler_options.h:
5325 * plugins/build/configurer.c:
5326 * plugins/build/configurer.h:
5327 * plugins/build/executer.c:
5328 * plugins/build/executer.h:
5329 * plugins/class-gen/cell-renderer-flags.c:
5330 * plugins/class-gen/cell-renderer-flags.h:
5331 * plugins/class-gen/combo-flags.c:
5332 * plugins/class-gen/combo-flags.h:
5333 * plugins/class-gen/element-editor.c:
5334 * plugins/class-gen/element-editor.h:
5335 * plugins/class-gen/generator.c:
5336 * plugins/class-gen/generator.h:
5337 * plugins/class-gen/plugin.c:
5338 * plugins/class-gen/plugin.h:
5339 * plugins/class-gen/transform.c:
5340 * plugins/class-gen/transform.h:
5341 * plugins/class-gen/validator.c:
5342 * plugins/class-gen/validator.h:
5343 * plugins/class-gen/window.c:
5344 * plugins/class-gen/window.h:
5345 * plugins/class-inheritance/class-callbacks.c:
5346 * plugins/class-inheritance/class-callbacks.h:
5347 * plugins/class-inheritance/class-inherit.c:
5348 * plugins/class-inheritance/class-inherit.h:
5349 * plugins/class-inheritance/plugin.c:
5350 * plugins/class-inheritance/plugin.h:
5351 * plugins/cvs-plugin/cvs-actions.c:
5352 * plugins/cvs-plugin/cvs-actions.h:
5353 * plugins/cvs-plugin/cvs-callbacks.c:
5354 * plugins/cvs-plugin/cvs-callbacks.h:
5355 * plugins/cvs-plugin/cvs-execute.c:
5356 * plugins/cvs-plugin/cvs-execute.h:
5357 * plugins/cvs-plugin/cvs-interface.c:
5358 * plugins/cvs-plugin/cvs-interface.h:
5359 * plugins/cvs-plugin/plugin.c:
5360 * plugins/cvs-plugin/plugin.h:
5361 * plugins/debug-manager/breakpoints.c:
5362 * plugins/debug-manager/breakpoints.h:
5363 * plugins/debug-manager/chunk_view.c:
5364 * plugins/debug-manager/chunk_view.h:
5365 * plugins/debug-manager/data_buffer.c:
5366 * plugins/debug-manager/data_buffer.h:
5367 * plugins/debug-manager/data_view.c:
5368 * plugins/debug-manager/data_view.h:
5369 * plugins/debug-manager/debug_tree.c:
5370 * plugins/debug-manager/debug_tree.h:
5371 * plugins/debug-manager/debugger.c:
5372 * plugins/debug-manager/debugger.h:
5373 * plugins/debug-manager/disassemble.c:
5374 * plugins/debug-manager/disassemble.h:
5375 * plugins/debug-manager/info.c:
5376 * plugins/debug-manager/info.h:
5377 * plugins/debug-manager/locals.c:
5378 * plugins/debug-manager/locals.h:
5379 * plugins/debug-manager/memory.c:
5380 * plugins/debug-manager/memory.h:
5381 * plugins/debug-manager/plugin.c:
5382 * plugins/debug-manager/plugin.h:
5383 * plugins/debug-manager/registers.c:
5384 * plugins/debug-manager/registers.h:
5385 * plugins/debug-manager/sexy-icon-entry.c:
5386 * plugins/debug-manager/sexy-icon-entry.h:
5387 * plugins/debug-manager/sharedlib.c:
5388 * plugins/debug-manager/sharedlib.h:
5389 * plugins/debug-manager/signals.c:
5390 * plugins/debug-manager/signals.h:
5391 * plugins/debug-manager/sparse_buffer.c:
5392 * plugins/debug-manager/sparse_buffer.h:
5393 * plugins/debug-manager/sparse_view.c:
5394 * plugins/debug-manager/sparse_view.h:
5395 * plugins/debug-manager/stack_trace.c:
5396 * plugins/debug-manager/stack_trace.h:
5397 * plugins/debug-manager/start.c:
5398 * plugins/debug-manager/start.h:
5399 * plugins/debug-manager/threads.c:
5400 * plugins/debug-manager/threads.h:
5401 * plugins/debug-manager/utilities.c:
5402 * plugins/debug-manager/utilities.h:
5403 * plugins/debug-manager/watch.c:
5404 * plugins/debug-manager/watch.h:
5405 * plugins/devhelp/htmlview.c:
5406 * plugins/devhelp/htmlview.h:
5407 * plugins/document-manager/action-callbacks.c:
5408 * plugins/document-manager/action-callbacks.h:
5409 * plugins/document-manager/anjuta-docman.c:
5410 * plugins/document-manager/anjuta-docman.h:
5411 * plugins/document-manager/editor-tooltips.c:
5412 * plugins/document-manager/editor-tooltips.h:
5413 * plugins/document-manager/file_history.c:
5414 * plugins/document-manager/file_history.h:
5415 * plugins/document-manager/indent-dialog.c:
5416 * plugins/document-manager/indent-dialog.h:
5417 * plugins/document-manager/indent-util.c:
5418 * plugins/document-manager/indent-util.h:
5419 * plugins/document-manager/plugin.c:
5420 * plugins/editor/aneditor-autocomplete.cxx:
5421 * plugins/editor/aneditor-calltip.cxx:
5422 * plugins/editor/aneditor-indent.cxx:
5423 * plugins/editor/aneditor-priv.h:
5424 * plugins/editor/aneditor.cxx:
5425 * plugins/editor/aneditor.h:
5426 * plugins/editor/lexer.h:
5427 * plugins/editor/plugin.c:
5428 * plugins/editor/plugin.h:
5429 * plugins/editor/print.c:
5430 * plugins/editor/print.h:
5431 * plugins/editor/properties.h:
5432 * plugins/editor/properties_cxx.h:
5433 * plugins/editor/style-editor.c:
5434 * plugins/editor/style-editor.h:
5435 * plugins/editor/text-editor-iterable.c:
5436 * plugins/editor/text-editor-iterable.h:
5437 * plugins/editor/text_editor.c:
5438 * plugins/editor/text_editor.h:
5439 * plugins/editor/text_editor_cbs.c:
5440 * plugins/editor/text_editor_cbs.h:
5441 * plugins/editor/text_editor_menu.c:
5442 * plugins/editor/text_editor_menu.h:
5443 * plugins/editor/text_editor_prefs.c:
5444 * plugins/editor/text_editor_prefs.h:
5445 * plugins/file-loader/dnd.c:
5446 * plugins/file-loader/dnd.h:
5447 * plugins/file-loader/plugin.c:
5448 * plugins/file-manager/an_file_view.c:
5449 * plugins/file-manager/plugin.c:
5450 * plugins/file-wizard/file.c:
5451 * plugins/file-wizard/file.h:
5452 * plugins/file-wizard/plugin.c:
5453 * plugins/file-wizard/plugin.h:
5454 * plugins/gdb/debugger.c:
5455 * plugins/gdb/debugger.h:
5456 * plugins/gdb/gdbmi-test.c:
5457 * plugins/gdb/gdbmi.c:
5458 * plugins/gdb/gdbmi.h:
5459 * plugins/gdb/global.h:
5460 * plugins/gdb/parser.c:
5461 * plugins/gdb/parser.h:
5462 * plugins/gdb/plugin.c:
5463 * plugins/gdb/plugin.h:
5464 * plugins/gdb/utilities.c:
5465 * plugins/gdb/utilities.h:
5466 * plugins/glade/plugin.c:
5467 * plugins/glade/plugin.h:
5468 * plugins/gtodo/egg-datetime.c:
5469 * plugins/gtodo/egg-datetime.h:
5470 * plugins/gtodo/eggtrayicon.c:
5471 * plugins/gtodo/eggtrayicon.h:
5472 * plugins/gtodo/plugin.c:
5473 * plugins/gvim/anjuta-vim.c:
5474 * plugins/gvim/anjuta-vim.h:
5475 * plugins/gvim/gtkvim.c:
5476 * plugins/gvim/gtkvim.h:
5477 * plugins/gvim/plugin.c:
5478 * plugins/gvim/plugin.h:
5479 * plugins/language-support-cpp-java/plugin.c:
5480 * plugins/language-support-cpp-java/plugin.h:
5481 * plugins/macro/macro-actions.c:
5482 * plugins/macro/macro-actions.h:
5483 * plugins/macro/macro-db.c:
5484 * plugins/macro/macro-db.h:
5485 * plugins/macro/macro-dialog.c:
5486 * plugins/macro/macro-dialog.h:
5487 * plugins/macro/macro-edit.c:
5488 * plugins/macro/macro-edit.h:
5489 * plugins/macro/macro-util.c:
5490 * plugins/macro/macro-util.h:
5491 * plugins/macro/plugin.c:
5492 * plugins/macro/plugin.h:
5493 * plugins/message-view/anjuta-msgman.c:
5494 * plugins/message-view/anjuta-msgman.h:
5495 * plugins/message-view/message-view.c:
5496 * plugins/message-view/message-view.h:
5497 * plugins/message-view/plugin.c:
5498 * plugins/message-view/plugin.h:
5499 * plugins/patch/patch-plugin.c:
5500 * plugins/patch/patch-plugin.h:
5501 * plugins/patch/plugin.c:
5502 * plugins/patch/plugin.h:
5503 * plugins/profiler/gprof-call-graph-block-entry.c:
5504 * plugins/profiler/gprof-call-graph-block-entry.h:
5505 * plugins/profiler/gprof-call-graph-block.c:
5506 * plugins/profiler/gprof-call-graph-block.h:
5507 * plugins/profiler/gprof-call-graph-view.c:
5508 * plugins/profiler/gprof-call-graph-view.h:
5509 * plugins/profiler/gprof-call-graph.c:
5510 * plugins/profiler/gprof-call-graph.h:
5511 * plugins/profiler/gprof-flat-profile-entry.c:
5512 * plugins/profiler/gprof-flat-profile-entry.h:
5513 * plugins/profiler/gprof-flat-profile-view.c:
5514 * plugins/profiler/gprof-flat-profile-view.h:
5515 * plugins/profiler/gprof-flat-profile.c:
5516 * plugins/profiler/gprof-flat-profile.h:
5517 * plugins/profiler/gprof-function-call-chart-view.c:
5518 * plugins/profiler/gprof-function-call-chart-view.h:
5519 * plugins/profiler/gprof-function-call-tree-view.c:
5520 * plugins/profiler/gprof-function-call-tree-view.h:
5521 * plugins/profiler/gprof-options.c:
5522 * plugins/profiler/gprof-options.h:
5523 * plugins/profiler/gprof-profile-data.c:
5524 * plugins/profiler/gprof-profile-data.h:
5525 * plugins/profiler/gprof-view-manager.c:
5526 * plugins/profiler/gprof-view-manager.h:
5527 * plugins/profiler/gprof-view.c:
5528 * plugins/profiler/gprof-view.h:
5529 * plugins/profiler/plugin.c:
5530 * plugins/profiler/plugin.h:
5531 * plugins/profiler/string-utils.c:
5532 * plugins/profiler/string-utils.h:
5533 * plugins/project-import/plugin.c:
5534 * plugins/project-import/plugin.h:
5535 * plugins/project-import/project-import.c:
5536 * plugins/project-import/project-import.h:
5537 * plugins/project-manager/plugin.c:
5538 * plugins/project-manager/plugin.h:
5539 * plugins/project-wizard/action.c:
5540 * plugins/project-wizard/action.h:
5541 * plugins/project-wizard/autogen.c:
5542 * plugins/project-wizard/autogen.h:
5543 * plugins/project-wizard/druid.c:
5544 * plugins/project-wizard/druid.h:
5545 * plugins/project-wizard/file.c:
5546 * plugins/project-wizard/file.h:
5547 * plugins/project-wizard/header.c:
5548 * plugins/project-wizard/header.h:
5549 * plugins/project-wizard/install.c:
5550 * plugins/project-wizard/install.h:
5551 * plugins/project-wizard/parser.c:
5552 * plugins/project-wizard/parser.h:
5553 * plugins/project-wizard/plugin.c:
5554 * plugins/project-wizard/plugin.h:
5555 * plugins/project-wizard/property.c:
5556 * plugins/project-wizard/property.h:
5557 * plugins/project-wizard/values.c:
5558 * plugins/project-wizard/values.h:
5559 * plugins/sample1/plugin.c:
5560 * plugins/search/plugin.c:
5561 * plugins/search/plugin.h:
5562 * plugins/search/search-replace_backend.c:
5563 * plugins/search/search-replace_backend.h:
5564 * plugins/search/search_preferences.c:
5565 * plugins/sourceview/anjuta-convert.c:
5566 * plugins/sourceview/anjuta-convert.h:
5567 * plugins/sourceview/anjuta-document-loader.c:
5568 * plugins/sourceview/anjuta-document-loader.h:
5569 * plugins/sourceview/anjuta-document-saver.c:
5570 * plugins/sourceview/anjuta-document-saver.h:
5571 * plugins/sourceview/anjuta-document.c:
5572 * plugins/sourceview/anjuta-document.h:
5573 * plugins/sourceview/anjuta-encodings.c:
5574 * plugins/sourceview/anjuta-encodings.h:
5575 * plugins/sourceview/anjuta-languages-manager.c:
5576 * plugins/sourceview/anjuta-languages-manager.h:
5577 * plugins/sourceview/anjuta-utils.c:
5578 * plugins/sourceview/anjuta-utils.h:
5579 * plugins/sourceview/anjuta-view.c:
5580 * plugins/sourceview/anjuta-view.h:
5581 * plugins/sourceview/assist-window.c:
5582 * plugins/sourceview/assist-window.h:
5583 * plugins/sourceview/sourceview-cell.c:
5584 * plugins/sourceview/sourceview-cell.h:
5585 * plugins/sourceview/sourceview-prefs.c:
5586 * plugins/sourceview/sourceview-prefs.h:
5587 * plugins/sourceview/sourceview-print.c:
5588 * plugins/sourceview/sourceview-print.h:
5589 * plugins/sourceview/sourceview-private.h:
5590 * plugins/sourceview/sourceview-tags.c:
5591 * plugins/sourceview/sourceview-tags.h:
5592 * plugins/sourceview/sourceview.c:
5593 * plugins/sourceview/sourceview.h:
5594 * plugins/subversion/plugin.c:
5595 * plugins/subversion/plugin.h:
5596 * plugins/subversion/subversion-actions.c:
5597 * plugins/subversion/subversion-actions.h:
5598 * plugins/subversion/subversion-callbacks.c:
5599 * plugins/subversion/subversion-callbacks.h:
5600 * plugins/subversion/svn-auth.c:
5601 * plugins/subversion/svn-auth.h:
5602 * plugins/subversion/svn-backend-priv.h:
5603 * plugins/subversion/svn-backend.c:
5604 * plugins/subversion/svn-backend.h:
5605 * plugins/subversion/svn-notify.c:
5606 * plugins/subversion/svn-notify.h:
5607 * plugins/subversion/svn-thread.c:
5608 * plugins/subversion/svn-thread.h:
5609 * plugins/symbol-browser/an_symbol.c:
5610 * plugins/symbol-browser/an_symbol.h:
5611 * plugins/symbol-browser/an_symbol_info.c:
5612 * plugins/symbol-browser/an_symbol_info.h:
5613 * plugins/symbol-browser/an_symbol_iter.c:
5614 * plugins/symbol-browser/an_symbol_iter.h:
5615 * plugins/symbol-browser/an_symbol_prefs.c:
5616 * plugins/symbol-browser/an_symbol_prefs.h:
5617 * plugins/symbol-browser/an_symbol_search.c:
5618 * plugins/symbol-browser/an_symbol_search.h:
5619 * plugins/symbol-browser/an_symbol_view.c:
5620 * plugins/symbol-browser/an_symbol_view.h:
5621 * plugins/symbol-browser/plugin.c:
5622 * plugins/symbol-browser/plugin.h:
5623 * plugins/terminal/terminal.c:
5624 * plugins/tools/dialog.c:
5625 * plugins/tools/dialog.h:
5626 * plugins/tools/editor.c:
5627 * plugins/tools/editor.h:
5628 * plugins/tools/execute.c:
5629 * plugins/tools/execute.h:
5630 * plugins/tools/fileop.c:
5631 * plugins/tools/fileop.h:
5632 * plugins/tools/plugin.c:
5633 * plugins/tools/plugin.h:
5634 * plugins/tools/scripts/find-fixmes.pl:
5635 * plugins/tools/scripts/translation-status.pl:
5636 * plugins/tools/tool.c:
5637 * plugins/tools/tool.h:
5638 * plugins/tools/variable.c:
5639 * plugins/tools/variable.h:
5640 * plugins/valgrind/ldd.c:
5641 * plugins/valgrind/ldd.h:
5642 * plugins/valgrind/list.c:
5643 * plugins/valgrind/list.h:
5644 * plugins/valgrind/menu-utils.c:
5645 * plugins/valgrind/menu-utils.h:
5646 * plugins/valgrind/parser.c:
5647 * plugins/valgrind/parser.h:
5648 * plugins/valgrind/plugin.c:
5649 * plugins/valgrind/plugin.h:
5650 * plugins/valgrind/preferences.c:
5651 * plugins/valgrind/preferences.h:
5652 * plugins/valgrind/process.c:
5653 * plugins/valgrind/process.h:
5654 * plugins/valgrind/symtab.c:
5655 * plugins/valgrind/symtab.h:
5656 * plugins/valgrind/vgactions.c:
5657 * plugins/valgrind/vgactions.h:
5658 * plugins/valgrind/vgcachegrindprefs.c:
5659 * plugins/valgrind/vgcachegrindprefs.h:
5660 * plugins/valgrind/vgdefaultview.c:
5661 * plugins/valgrind/vgdefaultview.h:
5662 * plugins/valgrind/vgerror.c:
5663 * plugins/valgrind/vgerror.h:
5664 * plugins/valgrind/vggeneralprefs.c:
5665 * plugins/valgrind/vggeneralprefs.h:
5666 * plugins/valgrind/vghelgrindprefs.c:
5667 * plugins/valgrind/vghelgrindprefs.h:
5668 * plugins/valgrind/vgio.c:
5669 * plugins/valgrind/vgio.h:
5670 * plugins/valgrind/vgmemcheckprefs.c:
5671 * plugins/valgrind/vgmemcheckprefs.h:
5672 * plugins/valgrind/vgrule-editor.c:
5673 * plugins/valgrind/vgrule-editor.h:
5674 * plugins/valgrind/vgrule-list.c:
5675 * plugins/valgrind/vgrule-list.h:
5676 * plugins/valgrind/vgrule.c:
5677 * plugins/valgrind/vgrule.h:
5678 * plugins/valgrind/vgrulepattern.c:
5679 * plugins/valgrind/vgrulepattern.h:
5680 * plugins/valgrind/vgsearchbar.c:
5681 * plugins/valgrind/vgsearchbar.h:
5682 * plugins/valgrind/vgstrpool.c:
5683 * plugins/valgrind/vgstrpool.h:
5684 * plugins/valgrind/vgtoolprefs.c:
5685 * plugins/valgrind/vgtoolprefs.h:
5686 * plugins/valgrind/vgtoolview.c:
5687 * plugins/valgrind/vgtoolview.h:
5690 * src/action-callbacks.c:
5691 * src/action-callbacks.h:
5692 * src/anjuta-actions.h:
5695 * src/anjuta-callbacks.c:
5696 * src/anjuta-callbacks.h:
5700 * src/bacon-message-connection.c:
5701 * src/bacon-message-connection.h:
5710 * tagmanager/options.c:
5712 Change the address of FSF in various files
5714 2007-08-30 Johannes Schmid <jhs@gnome.org>
5718 Removed because they are no longer in use
5720 * plugins/class-gen/anjuta-class-gen-plugin.glade:
5721 * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
5722 Marked some strings as not translatable
5724 * plugins/search/search-replace.c: (list_max_items):
5725 Fixed a possible memory corruption
5727 * src/anjuta-app.c: (anjuta_app_add_widget_full):
5728 Do not show menuitems for locked layout items
5730 * src/main.c: (main):
5731 Some minor style correction in gnome_init
5733 2007-08-25 Sebastien Granjoux <seb.sfo@free.fr>
5735 * plugins/debug-manager/debugger.c,
5736 plugins/debug-manager/breakpoints.c,
5737 plugins/gdb/plugin.c,
5738 plugins/gdb/debugger.c,
5739 libanjuta/interfaces/libanjuta.idl:
5740 Move all breakpoints functions from IAnjutaDebugger to a new
5741 IAnjutaBreakpointDebugger interface
5743 2007-07-28 Tom Lowe <tomlowe1@earthlink.net>
5745 Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
5746 * plugins/debug-manager/plugin.c,
5747 plugins/debug-manager/breakpoints.c,
5748 plugins/tools/execute.c,
5749 plugins/project-wizard/plugin.c,
5750 plugins/build-basic-autotools/executer.c,
5751 plugins/gdb/debugger.c,
5752 plugins/profiler/gprof-options.h,
5753 plugins/sourceview/assist-window.h,
5754 plugins/class-gen/transform.c,
5755 libanjuta/anjuta-plugin-description.c,
5756 libanjuta/anjuta-status.c,
5757 libanjuta/anjuta-glue-c.c,
5758 libanjuta/anjuta-glue-cpp.c,
5759 plugins/symbol-browser/an_symbol_prefs.c:
5760 Fix warnings mostly "dereferencing type-punned pointer"
5761 Fix two bugs in breakpoints.c and an_symbol_prefs.c
5763 2007-07-22 Sebastien Granjoux <seb.sfo@free.fr>
5765 * plugins/debug-manager/breakpoints.c,
5766 plugins/debug-manager/debugger.c:
5767 Avoid an endless loop if clearing all breakpoints while the programm
5770 2007-07-22 Tom Lowe <tomlowe1@earthlink.net>
5772 Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
5773 * plugins/debug-manager/plugin.c:
5774 Fix a segmentation fault added in the previous patch
5776 2007-07-21 Johannes Schmid <jhs@gnome.org>
5778 * plugins/build-basic-autotools/executer.c:
5779 (get_program_parameters):
5781 Show an error dialog if no targets are availible instead of
5784 2007-07-20 Johannes Schmid <jhs@gnome.org>
5786 * libanjuta/anjuta-shell.c: (on_widget_data_add),
5787 (anjuta_shell_add_widget), (anjuta_shell_add_widget_full):
5788 * libanjuta/anjuta-shell.h:
5789 * plugins/document-manager/plugin.c: (activate_plugin):
5790 * plugins/glade/anjuta-design-document.c:
5791 * plugins/glade/plugin.c: (glade_update_ui):
5792 * src/anjuta-app.c: (anjuta_app_add_widget_full),
5793 (anjuta_shell_iface_init):
5794 * src/shell.c: (anjuta_test_shell_add_widget),
5795 (anjuta_shell_iface_init):
5797 Make the document manager undockable (#458038)
5799 2007-07-20 Johannes Schmid <jhs@gnome.org>
5801 * plugins/document-manager/plugin.c: (on_editor_update_ui):
5802 * plugins/glade/anjuta-design-document.c:
5803 * plugins/glade/plugin.c: (glade_update_ui):
5805 Fixed some save/dirty status bug in glade
5807 2007-07-20 Johannes Schmid <jhs@gnome.org>
5809 * libanjuta/anjuta-status.c:
5810 Fixed crasher on shutdown
5812 2007-07-20 Johannes Schmid <jhs@gnome.org>
5815 Minimum glade requirement is 3.2 now. It was before
5816 but we did not check...
5818 * libanjuta/anjuta-glue-factory.c: (load_plugin):
5819 * libanjuta/anjuta-profile.c:
5820 (anjuta_profile_add_plugins_from_xml):
5821 * libanjuta/anjuta-status.c: (anjuta_status_dispose):
5822 * libanjuta/anjuta-ui.c: (iter_compare_func), (anjuta_ui_merge):
5823 * libegg/egg-recent-action.c: (on_recent_files_tooltip):
5824 * plugins/file-loader/plugin.c: (on_create_submenu):
5825 * plugins/file-manager/an_file_view.c: (compare_iter):
5826 * plugins/glade/plugin.c: (activate_plugin):
5827 * src/anjuta-app.c: (on_toolbar_view_toggled):
5828 * src/main.c: (main):
5830 Fixed lots of memory leaks (thansk valgrind)
5832 2007-07-19 Johannes Schmid <jhs@gnome.org>
5834 * plugins/debug-manager/plugin.c: (value_added_current_editor):
5835 * plugins/document-manager/anjuta-docman.c:
5836 (anjuta_docman_set_busy):
5837 * plugins/document-manager/plugin.c: (on_editor_changed):
5838 * plugins/glade/plugin.c: (activate_plugin):
5839 * plugins/language-support-cpp-java/plugin.c: (on_assist_begin),
5840 (on_value_removed_current_editor):
5842 Fixed remaining criticals with IAnjutaEditor -> IAnjutaDocument
5844 2007-07-18 Johannes Schmid <jhs.gnome.org>
5846 * plugins/build-basic-autotools/executer.c: (execute_program):
5847 Fixed some of the scratchbox stuff but the environment is
5850 2007-07-18 Johannes Schmid <jhs@gnome.org>
5852 * libanjuta/anjuta-plugin-manager.c: (on_plugin_activated),
5853 (on_plugin_deactivated), (get_plugin_loader_type):
5854 * plugins/glade/plugin.c: (on_close_activated), (on_shell_destroy),
5855 (activate_plugin), (deactivate_plugin),
5856 (glade_plugin_instance_init):
5858 Fixed glade plugin deactivation
5860 2007-07-18 Johannes Schmid <jhs@gnome.org>
5862 * plugins/document-manager/anjuta-docman.c:
5863 (anjuta_docman_add_document):
5864 * plugins/glade/anjuta-design-document.c: (ifile_get_uri):
5866 Fixed path display in document manager with glade files
5868 2007-07-17 Johannes Schmid <jhs@gnome.org>
5870 * libanjuta/interfaces/Makefile.am.iface:
5871 * pixmaps/Makefile.am:
5872 * plugins/cvs-plugin/plugin.c: (value_added_current_editor):
5873 * plugins/debug-manager/plugin.c: (value_added_current_editor),
5874 (value_removed_current_editor):
5875 * plugins/document-manager/anjuta-docman.c: (on_editor_save_point),
5876 (anjuta_docman_set_current_document):
5877 * plugins/document-manager/plugin.c: (on_editor_update_ui),
5878 (on_editor_added), (on_editor_changed):
5879 * plugins/glade/Makefile.am:
5880 * plugins/glade/anjuta-design-document.c:
5881 (anjuta_design_document_instance_init),
5882 (anjuta_design_document_set_property),
5883 (anjuta_design_document_get_property),
5884 (anjuta_design_document_class_init), (anjuta_design_document_new),
5885 (ifile_open), (ifile_get_uri), (ifile_iface_init):
5886 * plugins/glade/anjuta-design-document.h:
5887 * plugins/glade/anjuta-glade-notebook.c:
5888 * plugins/glade/anjuta-glade-notebook.h:
5889 * plugins/glade/plugin.c: (value_added_current_editor),
5890 (value_removed_current_editor), (glade_update_ui),
5891 (on_close_activated), (on_glade_project_changed),
5892 (glade_plugin_add_project), (activate_plugin), (deactivate_plugin),
5894 * plugins/language-support-cpp-java/plugin.c:
5895 (on_value_added_current_editor), (on_value_removed_current_editor):
5896 * plugins/macro/plugin.c: (value_added_current_editor):
5897 * plugins/project-manager/plugin.c: (value_added_current_editor):
5898 * plugins/subversion/plugin.c: (value_added_current_editor):
5899 * plugins/symbol-browser/plugin.c: (value_added_current_editor):
5901 Fixed lot of IAnjutaEditor stuff and completed glade integration
5902 with document manager
5904 * plugins/build-basic-autotools/build-basic-autotools.c:
5905 (value_added_current_editor):
5906 * plugins/build-basic-autotools/executer.c: (execute_program):
5908 Some initial code to execute projects inside scratchbox
5910 2007-07-13 Sebastien Granjoux <seb.sfo@free.fr>
5912 * plugins/project-import/project-import.c:
5913 Project import overwrites file on user request (bug #452579)
5915 2007-07-11 Sebastien Granjoux <seb.sfo@free.fr>
5917 * plugins/debug-manager/debugger.c,
5918 plugins/debug-manager/threads.c,
5919 plugins/debug-manager/plugin.c,
5920 plugins/debug-manager/registers.c,
5921 plugins/debug-manager/locals.c,
5922 plugins/debug-manager/stack_trace.c,
5923 plugins/gdb/plugin.c,
5924 plugins/gdb/debugger.c,
5925 plugins/gdb/debugger.h,
5926 libanjuta/interfaces/libanjuta.idl:
5927 Rename change-location to program-moved
5928 Store thread id as gint instead of guint
5929 Do not display registers list if not available
5930 Add intermediate debugger states if missing
5932 2007-07-11 Johannes Schmid <jhs@gnome.org>
5934 * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
5936 Reverted unnecessary changes (#455819)
5938 2007-07-10 Johannes Schmid <jhs@gnome.org>
5940 * plugins/glade/plugin.c:
5941 Fixed glade plugin with glade 3.2 and another crasher
5943 2007-07-09 Johannes Schmid <jhs@gnome.org>
5945 * libanjuta/interfaces/libanjuta.idl:
5946 * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
5948 * plugins/debug-manager/breakpoints.c:
5949 (breakpoint_item_update_in_ui),
5950 (breakpoints_dbase_edit_breakpoint),
5951 (on_toggle_breakpoint_activate):
5952 * plugins/debug-manager/plugin.c:
5953 (on_run_to_cursor_action_activate):
5954 * plugins/document-manager/action-callbacks.c:
5955 (on_editor_command_cut_activate),
5956 (on_editor_command_copy_activate),
5957 (on_editor_command_paste_activate),
5958 (on_editor_command_clear_activate):
5959 * plugins/document-manager/anjuta-docman.c:
5960 (on_text_editor_notebook_close_page), (anjuta_docman_add_editor),
5961 (anjuta_docman_add_document), (anjuta_docman_set_current_document),
5962 (anjuta_docman_goto_file_line_mark),
5963 (anjuta_docman_find_editor_with_path),
5964 (anjuta_docman_get_all_editors):
5965 * plugins/document-manager/anjuta-docman.h:
5966 * plugins/document-manager/plugin.c:
5967 (update_editor_ui_interface_items), (on_editor_update_ui),
5968 (on_editor_changed), (on_session_save), (on_docman_auto_save),
5969 (ianjuta_docman_add_document), (ianjuta_docman_remove_document),
5970 (ianjuta_document_manager_iface_init), (isaveable_save),
5971 (isavable_is_dirty):
5972 * plugins/editor/editor.glade:
5973 * plugins/editor/text_editor.c: (idocument_cut), (idocument_copy),
5974 (idocument_paste), (idocument_clear), (idocument_iface_init),
5975 (iselection_iface_init):
5976 * plugins/glade/Makefile.am:
5977 * plugins/glade/anjuta-glade-notebook.c:
5978 (anjuta_glade_notebook_instance_init),
5979 (anjuta_glade_notebook_set_property),
5980 (anjuta_glade_notebook_get_property),
5981 (anjuta_glade_notebook_class_init), (anjuta_glade_notebook_new),
5982 (ifile_open), (ifile_get_uri), (ifile_iface_init),
5983 (ifile_savable_save), (ifile_savable_save_as),
5984 (ifile_savable_set_dirty), (ifile_savable_is_dirty),
5985 (ifile_savable_iface_init), (idocument_can_redo),
5986 (idocument_can_undo), (idocument_begin_undo_action),
5987 (idocument_end_undo_action), (idocument_undo), (idocument_redo),
5988 (idocument_grab_focus), (idocument_get_filename), (idocument_cut),
5989 (idocument_copy), (idocument_paste), (idocument_clear),
5990 (idocument_iface_init):
5991 * plugins/language-support-cpp-java/plugin.c:
5992 (on_value_added_current_editor), (on_value_removed_current_editor):
5993 * plugins/macro/macro-util.c: (get_current_editor):
5994 * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
5995 * plugins/search/plugin.c: (on_enterselection), (on_prev_occur),
5996 (on_next_occur), (on_incremental_entry_key_press),
5997 (on_toolbar_find_clicked), (on_toolbar_find_start_over),
5998 (on_toolbar_find_incremental_start),
5999 (on_toolbar_find_incremental_end), (on_toolbar_find_incremental):
6000 * plugins/search/search-replace.c: (search_start_over),
6001 (search_update_combos), (replace_update_combos),
6002 (anjuta_search_replace_activate):
6003 * plugins/search/search-replace_backend.c: (create_search_entries):
6004 * plugins/sourceview/sourceview.c: (idocument_cut),
6005 (idocument_copy), (idocument_paste), (idocument_clear),
6006 (idocument_iface_init), (iselect_iface_init), (iassist_react):
6007 * plugins/tools/editor.c: (on_editor_response):
6008 * plugins/tools/execute.c: (get_current_editor),
6009 (atp_output_context_initialize), (atp_user_tool_execute):
6010 * plugins/tools/variable.c: (get_current_editor),
6011 (atp_variable_get_editor_variable):
6013 Some more IAnjutaEditor => IAnjutaDocument fixing!
6015 * plugins/glade/anjuta-glade-notebook.h:
6016 * plugins/glade/plugin.c: (glade_can_undo), (glade_can_redo),
6018 * plugins/glade/plugin.h:
6019 Integrate glade designer in document manager for GLADEUI_VERSION >= 303
6020 and get rid of the glade menu. The Edit/File menu and the toolbar can now
6021 be used for glade, too. It might still have some rough edges but already works.
6022 (Fixes #415547 – Glade usability problem)
6024 2007-07-07 Vincent Geddes <vgeddes@gnome.org>
6026 * plugins/glade/plugin.c: Ensure plugin compiles with glade 3.3.1
6027 development release (I updated version of glade3 svn to 3.3.2).
6029 2007-07-07 Naba Kumar <naba.kumar@gnome.org>
6031 * plugins/symbol-browser/an_symbol_view.c:
6032 (anjuta_symbol_view_dispose), (sv_get_type_of_token): Removed prints.
6034 2007-07-07 Naba Kumar <naba.kumar@gnome.org>
6036 * plugins/symbol-browser/an_symbol_prefs.c: (refresh_tags_list),
6037 (on_system_tags_update_finished), (on_update_global_clicked),
6038 (prefs_page_init), (on_gconf_notify_tags_list_changed),
6039 (symbol_browser_prefs_init),
6040 (symbol_browser_prefs_create_global_tags),
6041 (symbol_browser_load_global_tags):
6042 * plugins/symbol-browser/an_symbol_prefs.h:
6043 * plugins/symbol-browser/an_symbol_view.c:
6044 (anjuta_symbol_view_dispose), (anjuta_symbol_view_instance_init):
6045 * plugins/symbol-browser/an_symbol_view.h:
6046 * plugins/symbol-browser/plugin.c: (activate_plugin): Do not crash
6047 on global tags update because of delayed prefs merging. Happens when
6048 anjuta is first launched (i.e. no ~/.anjuta dir exists) and a file
6051 2007-07-07 Naba Kumar <naba.kumar@gnome.org>
6053 * scripts/build-schemas.mk: Tell gconfd-2 to update schemas
6054 after install/uninstall.
6056 Patch from James Liggett:
6057 * scripts/glade2schemas.pl: Fixed creating schemas for list
6060 2007-07-06 Vincent Geddes <vgeddes@gnome.org>
6062 * plugins/glade/plugin.c: Ensure plugin compiles with gladeui
6063 version 3.3.0 release. The plugin will not compile with the gladeui 3.3.1
6064 development release since glade svn version is also 3.3.1. In future, the
6065 solution would be for us to always increment the micro version when
6068 2007-07-05 Johannes Schmid <jhs@gnome.org>
6070 * libanjuta/interfaces/libanjuta.idl:
6071 * plugins/build-basic-autotools/build-basic-autotools.c:
6072 (on_build_mesg_format):
6073 * plugins/debug-manager/breakpoints.c:
6074 (breakpoint_item_update_in_ui),
6075 (breakpoints_dbase_edit_breakpoint),
6076 (on_toggle_breakpoint_activate):
6077 * plugins/debug-manager/plugin.c:
6078 (on_run_to_cursor_action_activate):
6079 * plugins/debug-manager/watch.c: (on_debug_tree_inspect):
6080 * plugins/document-manager/action-callbacks.c: (editor_autoformat),
6081 (get_current_editor), (on_save_activate), (on_save_as_activate),
6082 (on_save_prompt_save_editor), (on_close_file_activate),
6083 (on_close_all_file_activate), (on_reload_file_activate),
6084 (anjuta_print_cb), (anjuta_print_preview_cb),
6085 (on_editor_command_upper_case_activate),
6086 (on_editor_command_lower_case_activate),
6087 (on_editor_command_undo_activate),
6088 (on_editor_command_redo_activate),
6089 (on_editor_command_bookmark_toggle_activate), (on_comment_block),
6090 (on_comment_box), (on_comment_stream), (on_toolbar_goto_clicked),
6091 (on_goto_line_no1_activate), (on_goto_block_start1_activate),
6092 (on_goto_block_end1_activate), (on_zoom_in_text_activate),
6093 (on_zoom_out_text_activate), (on_force_hilite_activate),
6094 (on_indent1_activate), (on_swap_activate),
6095 (on_editor_add_view_activate), (on_editor_remove_view_activate):
6096 * plugins/document-manager/anjuta-docman.c:
6097 (on_text_editor_notebook_close_page), (editor_tab_widget_new),
6098 (anjuta_docman_save_document_as), (anjuta_docman_save_document),
6099 (anjuta_docman_dispose), (on_notebook_switch_page),
6100 (anjuta_docman_page_from_widget), (on_editor_destroy),
6101 (anjuta_docman_add_editor), (anjuta_docman_remove_document),
6102 (anjuta_docman_get_current_document),
6103 (anjuta_docman_set_current_document),
6104 (anjuta_docman_get_full_filename), (anjuta_docman_show_editor),
6105 (anjuta_docman_update_page_label),
6106 (anjuta_docman_get_document_from_path),
6107 (anjuta_docman_save_file_if_modified), (anjuta_docman_reload_file),
6108 (anjuta_docman_order_tabs):
6109 * plugins/document-manager/anjuta-docman.h:
6110 * plugins/document-manager/plugin.c: (update_editor_ui_save_items),
6111 (update_editor_ui_interface_items), (update_editor_ui),
6112 (on_editor_update_save_ui), (on_editor_update_ui),
6113 (on_editor_changed), (on_save_prompt_save_editor),
6114 (on_save_prompt), (ianjuta_docman_find_editor_with_path),
6115 (ianjuta_docman_get_current_document),
6116 (ianjuta_docman_set_current_document),
6117 (ianjuta_docman_remove_buffer),
6118 (ianjuta_document_manager_iface_init), (ifile_get_uri):
6119 * plugins/editor/text_editor.c: (itext_editor_iface_init),
6120 (idocument_get_filename), (idocument_can_undo),
6121 (idocument_can_redo), (idocument_undo),
6122 (idocument_begin_undo_action), (idocument_end_undo_action),
6123 (idocument_redo), (idocument_grab_focus), (idocument_iface_init):
6124 * plugins/language-support-cpp-java/plugin.c:
6125 (on_editor_char_inserted_cpp), (on_auto_indent):
6126 * plugins/macro/macro-util.c: (get_current_editor), (get_filename):
6127 * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
6128 * plugins/sample1/plugin.c: (on_sample_action_activate):
6129 * plugins/search/plugin.c: (on_enterselection), (on_prev_occur),
6130 (on_next_occur), (on_incremental_entry_key_press),
6131 (on_toolbar_find_clicked), (on_toolbar_find_start_over),
6132 (on_toolbar_find_incremental_start),
6133 (on_toolbar_find_incremental_end), (on_toolbar_find_incremental):
6134 * plugins/search/search-replace.c: (search_and_replace),
6135 (write_message_pane), (search_start_over), (search_update_combos),
6136 (replace_update_combos), (anjuta_search_replace_activate):
6137 * plugins/search/search-replace_backend.c:
6138 (file_buffer_new_from_path), (create_search_entries):
6139 * plugins/sourceview/sourceview-print.c: (create_print_job):
6140 * plugins/sourceview/sourceview.c:
6141 (on_sourceview_uri_changed_prompt), (ieditor_iface_init),
6142 (idocument_can_redo), (idocument_can_undo),
6143 (idocument_begin_undo_action), (idocument_end_undo_action),
6144 (idocument_undo), (idocument_redo), (idocument_grab_focus),
6145 (idocument_get_filename), (idocument_iface_init):
6146 * plugins/tools/editor.c: (on_editor_response):
6147 * plugins/tools/execute.c: (atp_output_context_initialize),
6148 (atp_user_tool_execute):
6149 * plugins/tools/variable.c: (atp_variable_get_editor_variable):
6151 Create IAnjutaDocument interface. This interface is a more general idea
6152 of documents being anything that can be modified, has undo/redo and
6153 may have operations like copy/paste.
6154 The primary goal is to integrate better by making it use the standard file
6155 and edit menu instead of it's own glade menu. Of course the downside is that
6156 you won't be able to view a source file and the designer at the same time. Anyway
6157 so many people have complained that they "can't save a glade file" that I think
6158 this is the much better solution.
6159 Work on the glade plugin is still to come but the most difficult things should be
6162 2007-07-02 Vincent Geddes <vgeddes@gnome.org>
6164 * plugins/glade/plugin.c: Ensure plugin builds with libgladeui
6167 2007-07-04 Naba Kumar <naba.kumar@gnome.org>
6169 * libanjuta/anjuta-plugin-manager.c:
6170 (anjuta_plugin_manager_get_plugins_page),
6171 (anjuta_plugin_manager_get_remembered_plugins_page):
6172 * libanjuta/anjuta-plugin-manager.h:
6173 * src/anjuta-app.c: (anjuta_app_install_preferences):
6174 * src/shell.c: (anjuta_test_shell_instance_init): Put installed plugins
6175 and remembered plugins preferences pages in separate pages (avoid
6178 2007-07-04 Naba Kumar <naba.kumar@gnome.org>
6180 Patch from James Liggett <jrliggett@cox.net>:
6181 * plugins/editor/Makefile.am, scripts/build-schemas.mk:
6182 Installed editor preferences schemas. Fixes bug #453463.
6184 2007-07-03 Naba Kumar <naba.kumar@gnome.org>
6186 * libanjuta/anjuta-preferences-dialog.c: (compare_pref_page_func),
6187 (anjuta_preferences_dialog_init): Sort preferences pages on title.
6189 2007-07-03 Naba Kumar <naba.kumar@gnome.org>
6191 * plugins/document-manager/anjuta-document-manager.ui:
6192 * plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
6193 * src/action-callbacks.c:
6194 * src/action-callbacks.h:
6195 * src/anjuta-actions.h:
6196 * src/anjuta-app.c: (anjuta_app_instance_init),
6197 (anjuta_app_install_preferences):
6199 * src/anjuta.ui: Moved plugins and shortcuts settings inside
6200 General preferences page. Move preferences menu from Settings to
6201 Edit submenu. And got rid of Settings submenu.
6203 2007-07-02 Vincent Geddes <vgeddes@gnome.org>
6205 * plugins/glade/plugin.c (on_close_activated): Update for glade3 svn trunk.
6207 2007-07-02 Naba Kumar <naba.kumar@gnome.org>
6209 * TODO.tasks: Increased bounty for on-demand preferences task to $150
6210 as discussed and agreed with James Liggett.
6212 Patch from James Liggett <jrliggett@cox.net>:
6215 * libanjuta/anjuta-plugin-manager.c:
6216 (on_activated_plugin_objects_foreach),
6217 (anjuta_plugin_manager_get_active_plugin_objects):
6218 * libanjuta/anjuta-plugin-manager.h:
6219 * libanjuta/anjuta-plugin.c: (anjuta_plugin_activate),
6220 (anjuta_plugin_deactivate):
6221 * libanjuta/anjuta-preferences-dialog.c:
6222 (anjuta_preferences_dialog_finalize),
6223 (anjuta_preferences_dialog_class_init), (add_category_columns),
6224 (anjuta_preferences_dialog_init), (anjuta_preferences_dialog_new),
6225 (anjuta_preferences_dialog_remove_page):
6226 * libanjuta/anjuta-preferences.c: (property_destroy),
6227 (unregister_preferences_key), (register_callbacks),
6228 (preferences_foreach_callback), (connect_prop_to_object),
6229 (anjuta_preferences_register_property_raw),
6230 (anjuta_preferences_register_property_custom),
6231 (anjuta_preferences_foreach), (anjuta_preferences_add_page),
6232 (anjuta_preferences_remove_page),
6233 (on_preferences_dialog_destroyed), (anjuta_preferences_get_dialog),
6234 (anjuta_preferences_get_type), (anjuta_preferences_dispose),
6235 (anjuta_preferences_instance_init), (anjuta_preferences_finalize),
6236 (anjuta_preferences_class_init), (anjuta_preferences_new):
6237 * libanjuta/anjuta-preferences.h:
6238 * plugins/build-basic-autotools/Makefile.am:
6239 * plugins/build-basic-autotools/build-basic-autotools.c:
6240 (ipreferences_unmerge):
6241 * plugins/cvs-plugin/Makefile.am:
6242 * plugins/cvs-plugin/plugin.c: (ipreferences_unmerge):
6243 * plugins/document-manager/Makefile.am:
6244 * plugins/document-manager/plugin.c: (ipreferences_unmerge):
6245 * plugins/editor/plugin.c: (ipreferences_unmerge):
6246 * plugins/file-manager/Makefile.am:
6247 * plugins/file-manager/plugin.c: (activate_plugin),
6248 (deactivate_plugin), (ipreferences_merge), (ipreferences_unmerge):
6249 * plugins/gtodo/plugin.c: (ipreferences_merge),
6250 (ipreferences_unmerge):
6251 * plugins/language-support-cpp-java/Makefile.am:
6252 * plugins/language-support-cpp-java/plugin.c:
6253 (ipreferences_unmerge):
6254 * plugins/message-view/Makefile.am:
6255 * plugins/message-view/plugin.c: (ipreferences_unmerge):
6256 * plugins/sourceview/Makefile.am:
6257 * plugins/sourceview/plugin.c: (ipreferences_unmerge):
6258 * plugins/symbol-browser/Makefile.am:
6259 * plugins/symbol-browser/an_symbol_prefs.c:
6260 (symbol_browser_prefs_finalize):
6261 * plugins/terminal/Makefile.am:
6262 * plugins/terminal/terminal.c: (ipreferences_unmerge):
6263 * plugins/valgrind/plugin.c: (ipreferences_merge),
6264 (ipreferences_unmerge):
6265 * scripts/Makefile.am:
6266 * scripts/glade2schema.pl, (added) scripts/build-schemas.mk:
6268 * src/action-callbacks.c: (on_set_preferences1_activate):
6269 * src/anjuta-app.c: (anjuta_app_instance_init),
6270 (anjuta_app_install_preferences):
6272 * src/shell.c: (anjuta_test_shell_instance_init): Completed bounty
6273 task: Bug #445314: On demand preferences widgets creation. Thanks
6274 James for this great work.
6276 2007-07-02 Naba Kumar <naba.kumar@gnome.org>
6278 * plugins/debug-manager/data_buffer.c,
6279 plugins/message-view/message-view.c: Fixed compiler warnings.
6281 2007-06-29 Naba Kumar <naba.kumar@gnome.org>
6283 * src/action-callbacks.c: (help_activate),
6284 (on_help_manual_activate), (on_help_tutorial_activate),
6285 (on_help_advanced_tutorial_activate), (on_help_faqs_activate):
6287 Fixed help activation (bug #451557).
6289 2007-06-28 Naba Kumar <naba.kumar@gnome.org>
6291 * AUTHORS: Added James Liggett. Forgot to add him before :(
6293 2007-06-28 Sebastien Granjoux <seb.sfo@free.fr>
6295 * plugins/debug-manager/debugger.c,
6296 plugins/debug-manager/plugin.c,
6297 plugins/gdb/debugger.c,
6298 libanjuta/interfaces/libanjuta.idl:
6299 Add a GError* parameter to debugger-stopped signal
6301 * (added) libanjuta/anjuta-error.c,
6302 (added) libanjuta/anjuta-error.h,
6303 libanjuta/Makefile.am:
6304 Register GError as a boxed type
6306 * libanjuta/interfaces/anjuta-idl-compiler.pl:
6307 Support GError* in signal, GError must be registered as a boxed type
6308 Accept NULL as strings
6310 === anjuta 2.2.0 ===
6312 2007-06-25 Naba Kumar <naba.kumar@gnome.org>
6314 * configure.in: Bumped version to 2.2.0
6315 * NEWS: Updated for 2.2.0 stable release.
6316 * plugins/file-manager/an_file_view.c: (fv_queue_node_expansion):
6317 Reduce the idle priority to make the UI update before anything else.
6319 2007-06-24 Naba Kumar <naba.kumar@gnome.org>
6321 * configure.in: Bumped version to 2.1.4 (RC1 for 2.2.0).
6323 * libanjuta/interfaces/libanjuta.idl:
6324 * plugins/document-manager/action-callbacks.c:
6325 (on_editor_command_complete_word_activate):
6326 * plugins/document-manager/plugin.c:
6327 (update_editor_ui_interface_items):
6328 * plugins/editor/text_editor.c: (iautocomplete_activate),
6329 (iautocomplete_iface_init):
6330 * plugins/sourceview/sourceview.c: (iassist_iface_init):
6332 Moved autocomplete() method away from IAnjutaEditorAssist into
6333 a new deprecated IAnjutaEditorAutocomplete. This restores scintilla
6334 autocomplete and does not crash with sourceview. Fixes Bug #449620
6335 – The auto completion functionality not work. Also sets menuitem
6336 insensitive when hiding them.
6338 * plugins/debug-manager/disassemble.c:
6339 (dma_disassembly_iter_refresh): Fixed compiler warnings for incorrect
6342 2007-06-22 Naba Kumar <naba.kumar@gnome.org>
6344 * pixmaps/anjuta_splash.png: Updated.
6346 * plugins/search/search-replace.c
6347 (anjuta_search_replace_activate): Fixed "Find in Files" to select
6348 the right target (project).
6349 * ChangeLog: Added missing log.
6351 2007-06-21 Naba Kumar <naba.kumar@gnome.org>
6353 * manuals/anjuta-faqs/C/anjuta-faqs.xml,
6354 manuals/anjuta-manual/C/fileoperations.xml,
6355 manuals/anjuta-manual/C/projects.xml: Fixd validation errors.
6357 * plugins/gtodo/libgtodo.h: Give a typedef for enum.
6359 * libanjuta/anjuta-children.c: Fixed a bad compile warning.
6361 2007-06-21 Naba Kumar <naba.kumar@gnome.org>
6363 * TODO.tasks: Added bounty for on-demand preferences.
6365 Patch from Thierry Moisan:
6366 * manuals/anjuta-manual/C/fileoperations.xml: Fixed typo
6369 2007-06-20 Naba Kumar <naba.kumar@gnome.org>
6371 Patch from tpgww@onepost.net:
6373 * libegg/egg-recent-files-module.c: (do_tell), (do_set_file_info):
6374 * libegg/test-actions.c:
6375 * libegg/test-multi-drag.c: (main):
6376 * plugins/debug-manager/memory.c: (read_memory_block):
6377 * tagmanager/tm_file_entry.c: (tm_file_entry_list):
6379 Fixes compile warnings. Fixes bug #427101.
6381 2007-06-20 Naba Kumar <naba.kumar@gnome.org>
6383 Patch from James Liggett:
6385 * plugins/profiler/gprof-options.c: (on_option_changed),
6387 * plugins/profiler/gprof-options.h:
6388 * plugins/profiler/gprof-profile-data.c:
6389 (gprof_profile_data_init_profile):
6390 * plugins/profiler/gprof-profile-data.h:
6391 * plugins/profiler/plugin.c: (profiler_get_data),
6392 (profiler_set_target), (register_options),
6393 (on_profile_data_browse_button_clicked),
6394 (on_profiling_options_button_clicked), (on_profiler_delete_data):
6395 * plugins/profiler/profiler.glade: implements independent targets.
6396 implements the ability to select arbitrary gmon.out files.
6397 Fixes bug #403502 – User should also be allowed to select an
6398 independent executable target.
6400 2007-06-20 Naba Kumar <naba.kumar@gnome.org>
6402 * plugins/tools/scripts/prepare-changelog.pl: Updated newer version.
6404 * manuals/anjuta-faqs/C/anjuta-faqs.xml: Updated.
6405 * plugins/tools/scripts/prepare-changelog.pl: Fixed opening file.
6407 2007-06-20 Sebastien Granjoux <seb.sfo@free.fr>
6409 * plugins/debug-manager/plugin.c,
6410 plugins/debug-manager/breakpoints.c:
6411 Remove weak pointers when owner is destroyed
6412 Remove all breakpoints before loading new one
6414 2007-06-20 Vincent Geddes <vincent.geddes@gmail.com>
6416 * plugins/glade/plugin.c: Update for API changes in glade 3.3.0 and above.
6418 2007-06-19 Naba Kumar <naba@gnome.org>
6420 * plugins/message-view/message-view.c: Wrap long lines (at 1000px)
6421 Bug #448491 Empty Lines Problem.
6423 * libanjuta/anjuta-utils.c: Return incompletly transformed text too.
6425 * data/default.profile, plugins/message-view/plugin.c: Do not
6426 restore session for messages.
6427 Fixes bug #377461 – don't create new message window for each
6430 * plugins/profiler/plugin.c: Disconnect session signals on deactivate.
6431 Fixes a crash on exit/project-close if profiler plugin is loaded.
6433 2007-06-17 Naba Kumar <naba@gnome.org>
6435 * plugins/class-gen/anjuta-class-gen-plugin.glade: Do not translate
6436 C keywords. Fixes bug #447655 – C keyword must NOT be localised.
6438 * plugins/file-loader/plugin.c: Fail on opening non existent files.
6439 Bug #448034 – Anjuta crashes on starting (when the last project
6440 directory was deleted).
6442 * plugins/document-manager/plugin.c: Set line markers for files
6443 opened via IAnjutaFile::open(). Fixes missing line markers while
6446 2007-06-17 Naba Kumar <naba@gnome.org>
6448 * plugins/sourceview/sourceview.glade: Set correct font
6449 default value and use monospace instead of sans. Fixes
6450 bug #448408 – crash in Anjuta IDE: Trying to change the
6453 2007-06-16 Sebastien Granjoux <seb.sfo@free.fr>
6455 * plugins/search/search-replace.c,
6456 plugins/search/search-replace.h,
6457 plugins/search/anjuta-search.glade:
6458 Replace deprecated GtkCombo by GtkComboBox or GtkComboBoxEntry
6461 2007-06-16 Sebastien Granjoux <seb.sfo@free.fr>
6463 * plugins/debug-manager/plugin.c,
6464 plugins/debug-manager/breakpoints.c:
6465 Add weak references, fixes bug #448053 ?
6467 2007-06-16 Naba Kumar <naba@gnome.org>
6469 * libanjuta/plugin-manager.c: Added remembered plugins page in plugins
6470 dialog to allow forgetting them if user chooses to select a different
6473 2007-06-13 Naba Kumar <naba@gnome.org>
6475 * plugins/sourceview/sourceview-prefs.c: Initialize font
6476 on startup correctly if use_theme is set.
6478 * plugins/sourceview/sourceview-prefs.c: Use desktop fixed font
6479 if available for default font. Fixes bug #447304.
6481 * plugins/sourceview/sourceview-prefs.c: Return value based
6482 on right data type. Fixes Bug #438878 – Using gtksourceview editor
6483 for the first time has black background
6485 * plugins/project-manager/plugin.c: Give a better error message
6486 when project could not be loaded.
6488 * libanjuta/anjuta-serializer.c: Added a comment.
6490 2007-06-13 Johannes Schmid <jhs@gnome.org>
6493 Use GNOME_COMPILE_WARNINGS(maximum) instead of hand-written macro. Show
6494 most warnings to avoid simple coding problems.
6496 * plugins/message-view/anjuta-msgman.c:
6497 (anjuta_msgman_append_view), (anjuta_msgman_set_current_view):
6498 * plugins/message-view/plugin.c: (on_view_changed),
6499 (ianjuta_msgman_add_view):
6501 Fixed #440866 by always presenting the message-manager when a tab is
6502 added because Gtk+ seems to have problems to add tabs to hidden widgets.
6504 * plugins/subversion/subversion-callbacks.c:
6505 (on_subversion_commit_response):
6506 Destroy dialog if user clicks "No"
6508 2007-06-12 Naba Kumar <naba@gnome.org>
6510 * tagmanager/tm_tag.c, tagmanager/tm_workspace.c: Fixes an invalid
6511 read and use of uninitialized variable.
6513 * Makefile.am, src/about.c: Install AUTHORS file in datadir also
6514 because it is used in credits listing and packaging could compress
6515 it in docdir. Fixes bug #397881: The credits are empty
6517 * tagmanager/tm_tag.c, tagmanager/include/tm_tag.h,
6518 tagmanager/include/tm_workspace.h, tagmanager/include/tm_symbol.h,
6519 tagmanager/tm_workspace.c, tagmanager/tm_symbol.c,
6520 plugins/symbol-browser/an_symbol_info.c,
6521 plugins/symbol-browser/plugin.c,
6522 plugins/symbol-browser/an_symbol_view.c,
6523 plugins/editor/aneditor-autocomplete.cxx:
6525 - Do not access TMTag
6526 member in TMSymbol when freeing it because by then the tags
6527 could have changed. Avoids dangerous memory corruptions by freeing
6528 someone else's memory (Could explain those random crashes when
6529 refreshing symbols or re-loading a different project or closing
6530 a project). Anything that tries to refresh symbols could trigger
6532 - Added a flag to also retrieve method definitions as part of
6533 the class's scope members. And used it to set both function prototype
6534 and definition in symbols. Fixes navigation to prototype and
6535 function definitions from symbol browser (bug #440370)
6537 * plugins/editor/text_editor.c: Avoid invalid reads beyond allocated
6538 memory. Could fix those bogus 'file changed' dialogs.
6540 * plugins/document-manager/anjuta-docman.c: Avoid runtime warning.
6542 2007-06-09 Sebastien Granjoux <seb.sfo@free.fr>
6544 * (added) libanjuta/anjuta-utils-priv.h,
6545 libanjuta/anjuta-utils.h,
6546 libanjuta/anjuta-launcher.c,
6547 libanjuta/Makefile.am:
6548 Fix bug #440801: do not use config.h in public include files
6550 2007-06-09 Sebastien Granjoux <seb.sfo@free.fr>
6552 * plugins/project-wizard/templates/mkfile.wiz:
6553 Fix bug #442038: missing project.sh file
6556 plugins/project-wizard/templates/Makefile.am,
6557 plugins/project-wizard/templates/translatable-strings.h,
6558 (added) plugins/project-wizard/templates/sdl.wiz,
6559 (added) plugins/project-wizard/templates/appwiz_sdl.png,
6560 (added) plugins/project-wizard/templates/sdl/configure.ac.tpl,
6561 (added) plugins/project-wizard/templates/sdl/acinclude.m4.tpl,
6562 (added) plugins/project-wizard/templates/sdl/Makefile.am,
6563 (added) plugins/project-wizard/templates/sdl/.cvsignore,
6564 (added) plugins/project-wizard/templates/sdl/src/main.c,
6565 (added) plugins/project-wizard/templates/sdl/src/Makefile.am.tpl,
6566 (added) plugins/project-wizard/templates/sdl/src/Makefile.am,
6567 (added) plugins/project-wizard/templates/sdl/src/.cvsignore,
6568 (added) plugins/project-wizard/templates/sdl/po/Makefile.am,
6569 (added) plugins/project-wizard/templates/sdl/po/POTFILES.in,
6570 (added) plugins/project-wizard/templates/sdl/po/.cvsignore:
6571 Fix bug #315635: add a SDL project wizard
6573 2007-06-09 Naba Kumar <naba.kumar@nokia.com>
6575 * libanjuta/anjuta-children.c: Avoid a race condition and deadlock
6576 when SIGCHLD is triggered when main loop context is locked. Dead lock
6577 happens when child_exited callback also accesses main loop context.
6578 Happens particularly badly in debug target exiting.
6580 2007-06-05 Sebastien Granjoux <seb.sfo@free.fr>
6582 * manuals/anjuta-manual/C/debugger.xml:
6583 First update of the debugger documentation
6585 2007-06-04 Naba Kumar <naba.kumar@nokia.com>
6587 * manuals/anjuta-manual/C/fileoperations.xml,
6588 manuals/anjuta-manual/C/projects.xml,
6589 manuals/anjuta-manual/C/anjuta-manual.xml,
6590 manuals/anjuta-manual/C/build.xml,
6591 manuals/anjuta-manual/C/execute.xml,
6592 manuals/anjuta-manual/Makefile.am: Updated more documentation.
6593 Added project properties documentation. Moved execution section
6594 inside project management. Removed dead documentation.
6596 2007-06-02 Naba Kumar <naba.kumar@nokia.com>
6598 * src/anjuta.c, plugins/symbol-browser/plugin.c,
6599 plugins/symbol-browser/plugin.h,
6600 plugins/symbol-browser/an_symbol_prefs.c,
6601 plugins/symbol-browser/anjuta-symbol-browser-plugin.glade,
6602 libanjuta/anjuta-status.c, libanjuta/anjuta-status.h: Use internal
6603 progress bar instead of separate window for system tags
6604 generation. Renamed AnjutaStatus methods to a proper ones.
6606 * plugins/symbol-browser/plugin.c,
6607 plugins/symbol-browser/plugin.h,
6608 plugins/symbol-browser/an_symbol_prefs.c,
6609 plugins/symbol-browser/anjuta-symbol-browser-plugin.glade,
6610 global-tags/create_global_tags.sh.in: Get rid of message window
6611 for showing global tags creation and use a small window with
6614 2007-05-30 Naba Kumar <naba@gnome.org>
6616 * plugins/build-basic-autotools/build-basic-autotools.c: Fixed
6617 Bug 442315 – After calling configure, the build menus are still insensitive,
6618 Bug 442314 – Autogeneration fails when there is no autogen.sh
6620 * plugins/project-manager/plugin.c: Fixed mem corruption when it
6621 fails to remove target/source/group. Fixes bug #440196 – crash in
6622 Anjuta IDE: removing a target
6624 2007-05-29 Naba Kumar <naba@gnome.org>
6626 * plugins/symbol-browser/an_symbol_view.c,
6627 plugins/symbol-browser/an_symbol_prefs.c: Fixed custom
6628 tags generation. Fixed runtime warning.
6630 2007-05-28 Naba Kumar <naba@gnome.org>
6632 Patch from James Liggett <jrliggett@cox.net>:
6633 * plugins/profiler/plugin.c, plugins/profiler/profiler.glade:
6634 Fixed bug #403502 – User should also be allowed to select an
6635 independent executable target.
6637 2007-05-27 Johannes Schmid <jhs@gnome.org>
6639 * plugins/build-basic-autotools/build-basic-autotools.c:
6640 (get_real_directory), (on_build_mesg_format):
6642 Find correct files for error messages inside scratchbox
6644 2007-05-27 Naba Kumar <naba@gnome.org>
6646 * manuals/anjuta-manual/C/projects.xml,
6647 manuals/anjuta-manual/C/projects.xml: Updated project
6648 management chapter more.
6650 2007-05-25 Johannes Schmid <jhs@gnome.org>
6652 * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade:
6653 * plugins/build-basic-autotools/build-basic-autotools.c:
6654 (on_sb_check_toggled), (build_execute_command),
6655 (ipreferences_merge), (ipreferences_unmerge):
6656 Added support for building inside scratchbox environment
6658 Patch from James Liggett <jrliggett@cox.net>:
6659 * plugins/message-view/anjuta-msgman.c: (anjuta_msgman_page_new),
6660 (anjuta_msgman_append_view):
6663 – Anjuta aborts with numerous assertion failures when adding a new message view tab
6665 2007-05-23 Naba Kumar <naba@gnome.org>
6667 * manuals/anjuta-manual/C/projects.xml: Updated project
6670 2007-05-22 Naba Kumar <naba@gnome.org>
6672 * manuals/anjuta-manual/C/projects.xml: More updates.
6674 * manuals/anjuta-manual/C/introduction.xml,
6675 manuals/anjuta-manual/C/projects.xml,
6676 manuals/anjuta-manual/C/interface.xml: Updated documentation.
6678 2007-05-22 Naba Kumar <naba@gnome.org>
6680 Patch from Étienne Bersac:
6681 * plugins/class-gen/templates/go-source.tpl: use G_TYPE_DEFINE parent
6682 class in generated class.
6684 2007-05-22 Naba Kumar <naba@gnome.org>
6686 * plugins/profiler/plugin.c: Fixed a compiler warning.
6687 * plugins/valgrind/Makefile.am: Added ldflags.
6689 Patch from James Liggett:
6690 * plugins/profiler/gprof-options.[ch], plugins/profiler/plugin.[ch],
6691 plugins/profiler/Makefile.am: Fixes bug #403503. Implemented target
6694 2007-05-18 Johannes Schmid <jhs@gnome.org>
6696 * plugins/editor/text_editor.c:
6697 * plugins/language-support-cpp-java/plugin.c:
6698 (on_editor_language_changed), (on_value_added_current_editor),
6699 (on_value_removed_current_editor):
6701 Remove IAnjutaEditorAssist from Scintilla for now as it is not supported
6702 Fix assist support in language-support-plugin.
6704 2007-05-17 Sebastien Granjoux <seb.sfo@free.fr>
6706 * libanjuta/interfaces/libanjuta.idl:
6707 Add a new interface allowing to implement plugin able
6708 to load other plugins (not written in C)
6710 * libanjuta/anjuta-plugin-handle.c,
6711 libanjuta/anjuta-plugin-handle.h:
6712 Add a language and a resident plugin properties
6714 * libanjuta/anjuta-glue-plugin.c,
6715 libanjuta/anjuta-glue-plugin.h,
6716 (added)libanjuta/anjuta-glue-c.c,
6717 (added)libanjuta/anjuta-glue-c.h,
6718 libanjuta/Makefile.am:
6719 Split code used to load a C plugin into a common part
6720 in anjuta-glue-plugin and a specific part in anjuta-glue-c
6722 * libanjuta/anjuta-glue-factory.c,
6723 libanjuta/anjuta-glue-factory.h,
6724 libanjuta/anjuta-plugin-manager.c:
6725 Allow to load plugin not written in C and search for the
6726 additional needed code in another plugin
6728 2007-05-17 Sebastien Granjoux <seb.sfo@free.fr>
6730 * plugins/editor/text_editor.c:
6731 Add an empty implementation of IAnjutaEditorAssist for scintilla,
6732 avoiding a crash if scintilla is used
6734 2007-05-14 Johannes Schmid <jhs@gnome.org>
6736 * libanjuta/interfaces/libanjuta.idl:
6737 * plugins/language-support-cpp-java/plugin.c: (on_assist_begin),
6738 (assist_cleanup), (on_assist_end), (on_assist_cancel),
6739 (on_assist_chosen), (on_assist_update), (get_context),
6740 (dot_member_parser), (pointer_member_parser), (cpp_member_parser),
6741 (install_assist), (uninstall_assist), (install_support),
6742 (on_editor_language_changed), (cpp_java_plugin_activate_plugin),
6743 (cpp_java_plugin_instance_init):
6744 * plugins/language-support-cpp-java/plugin.h:
6745 Use IAnjutaEditorAssist to show language specific suggestions
6747 * plugins/sourceview/Makefile.am:
6748 * plugins/sourceview/anjuta-view.c: (anjuta_view_new),
6749 (anjuta_view_key_press_event), (anjuta_view_button_press_event):
6750 * plugins/sourceview/anjuta-view.h:
6751 * plugins/sourceview/assist-window.c: (assist_window_expose),
6752 (assist_window_set_property), (assist_window_get_property),
6753 (assist_window_class_init), (assist_activated),
6754 (assist_window_init), (assist_window_finalize),
6755 (assist_window_select), (assist_window_first),
6756 (assist_window_last), (assist_window_up), (assist_window_down),
6757 (get_coordinates), (assist_window_move), (assist_window_update),
6758 (assist_window_filter_keypress), (assist_window_is_active),
6759 (assist_window_new), (assist_window_get_trigger),
6760 (assist_window_get_position):
6761 * plugins/sourceview/assist-window.h:
6762 * plugins/sourceview/sourceview-args.c (removed):
6763 * plugins/sourceview/sourceview-args.h (removed):
6764 * plugins/sourceview/sourceview-autocomplete.c (removed):
6765 * plugins/sourceview/sourceview-autocomplete.h (removed):
6766 * plugins/sourceview/sourceview-cell.c: (icell_get_attribute):
6767 * plugins/sourceview/sourceview-private.h:
6768 * plugins/sourceview/sourceview-scope.c(removed):
6769 * plugins/sourceview/sourceview-scope.h(removed):
6770 * plugins/sourceview/sourceview.c: (on_assist_chosen),
6771 (on_assist_cancel), (on_document_char_added),
6772 (on_reload_dialog_response), (sourceview_class_init),
6773 (sourceview_dispose), (sourceview_new), (iassist_add_trigger),
6774 (iassist_remove_trigger), (iassist_autocomplete),
6775 (iassist_get_suggestions), (iassist_suggest), (iassist_tip),
6776 (iassist_react), (iassist_iface_init):
6777 * plugins/sourceview/tag-window.c (moved to assist-window.c):
6778 * plugins/sourceview/tag-window.h (moved to assist-window.c):
6780 - Implemented IAnjutaEditorAssist for sourceview editor (without tooltips)
6781 - Mark files dirty if reload dialog is canceled.
6783 2007-05-12 Naba Kumar <naba@gnome.org>
6785 * libanjuta/anjuta-launcher.h: Corrected include file.
6787 2007-05-12 Sebastien Granjoux <seb.sfo@free.fr>
6789 * libanjuta/anjuta-glue-plugin.c,
6790 libanjuta/anjuta-glue-plugin.h,
6791 libanjuta/anjuta-glue-factory.c,
6792 libanjuta/anjuta-glue-factory.h,
6793 ibanjuta/anjuta-plugin-manager.c:
6794 Move code used to load a C plugin from glue-factory to glue-plugin
6795 So loading a plugin written in another language could be done by
6796 just using another object derived from AnjutaGluePlugin
6798 * libanjuta/libanjuta.h:
6799 Remove anjuta-plugin-handle header, it's not installed as libanjuta
6802 === anjuta 2.1.3 ===
6804 2007-05-11 Naba Kumar <naba@gnome.org>
6806 * configure.in: Bumped version to 2.1.3
6809 * plugins/glade/plugin.c: Fixed build with glade-3 == 3.1.4
6811 2007-05-11 Naba Kumar <naba@gnome.org>
6814 * plugins/glade/plugin.c: (glade_update_ui), (glade_save):
6815 Fixed glade plugin compilation for glade3 svn version (> 3.3.0)
6816 based on patch from Jaap Versteegh <j_r_versteegh@hotmail.com>.
6818 2007-05-10 Johannes Schmid <jhs@gnome.org>
6820 * plugins/search/plugin.c:
6821 Make incremental search behave less annoying
6823 2007-05-09 Sebastien Granjoux <seb.sfo@free.fr>
6825 * plugins/macro/macro-util.c:
6826 Fix bug #419008 and bug #419036
6827 When creating new header file, use name and email set in
6828 preferences and replace invalid C character by underscore
6831 2007-05-08 Sebastien Granjoux <seb.sfo@free.fr>
6833 * plugins/search/search-replace.c,
6834 plugins/search/search-replace_backend.c:
6835 Disable search button if search expression is empty (bug #378193)
6837 2007-05-08 Naba Kumar <naba@gnome.org>
6839 * plugins/project-wizard/templates/minimal/Makefile.am: Fixed
6842 2007-05-07 Naba Kumar <naba@gnome.org>
6845 * plugins/project-wizard/templates/Makefile.am:
6846 * plugins/project-wizard/templates/minimal.wiz:
6847 * plugins/project-wizard/templates/minimal/.cvsignore:
6848 * plugins/project-wizard/templates/minimal/Makefile.am:
6849 * plugins/project-wizard/templates/minimal/Makefile.am.tpl:
6850 * plugins/project-wizard/templates/minimal/autogen.sh:
6851 * plugins/project-wizard/templates/minimal/configure.ac.tpl:
6852 * plugins/project-wizard/templates/minimal/project.anjuta:
6853 Added 'minimal', a generic and flat, project template.
6855 2007-05-05 Naba Kumar <naba@gnome.org>
6857 Patch from Cygwin Ports maintainer <yselkowitz@users.sourceforge.net>:
6859 * configure.in: Define GNOME_CANVAS and fix GRAPHVIZ and SVN cflags/libs.
6860 * libanjuta/anjuta-launcher.c: Cygwin does not have B460800 or ECHOPRT.
6861 * libanjuta/interfaces/Makefile.am.iface: Fixed a typo.
6862 * libanjuta/interfaces/anjuta-idl-compiler.pl: Make a convenience library
6863 instead of a real one, fixes interdependency with libanjuta.
6864 * plugins/gdb/gdbmi.c: G_MODULE_EXPORT for gdbmi-test linking on Cygwin.
6865 * libanjuta/Makefile.am:
6866 * libegg/Makefile.am:
6867 * plugins/build-basic-autotools/Makefile.am:
6868 * plugins/class-gen/Makefile.am:
6869 * plugins/class-inheritance/Makefile.am:
6870 * plugins/cvs-plugin/Makefile.am:
6871 * plugins/debug-manager/Makefile.am:
6872 * plugins/devhelp/Makefile.am:
6873 * plugins/document-manager/Makefile.am:
6874 * plugins/editor/Makefile.am:
6875 * plugins/file-loader/Makefile.am:
6876 * plugins/file-manager/Makefile.am:
6877 * plugins/file-wizard/Makefile.am:
6878 * plugins/gdb/Makefile.am:
6879 * plugins/glade/Makefile.am:
6880 * plugins/gtodo/Makefile.am:
6881 * plugins/language-support-cpp-java/Makefile.am:
6882 * plugins/macro/Makefile.am:
6883 * plugins/message-view/Makefile.am:
6884 * plugins/patch/Makefile.am:
6885 * plugins/profiler/Makefile.am:
6886 * plugins/project-import/Makefile.am:
6887 * plugins/project-manager/Makefile.am:
6888 * plugins/project-wizard/Makefile.am:
6889 * plugins/sample1/Makefile.am:
6890 * plugins/search/Makefile.am:
6891 * plugins/sourceview/Makefile.am:
6892 * plugins/subversion/Makefile.am:
6893 * plugins/symbol-browser/Makefile.am:
6894 * plugins/terminal/Makefile.am:
6895 * plugins/tools/Makefile.am:
6896 * tagmanager/Makefile.am: Properly define LDFLAGS and LIBADD.
6898 2007-05-05 Vincent Geddes <vincent.geddes@gmail.com>
6900 * plugins/glade/anjuta-glade-plugin.png: Update Glade icon.
6902 2007-04-21 Sebastien Granjoux <seb.sfo@free.fr>
6904 * libanjuta/anjuta-launcher.c,
6905 libanjuta/anjuta-launcher.h:
6906 Add some missing implementation
6908 2007-04-26 Brian Pepple <bpepple@fedoraproject.org>
6910 Reviewed by Naba Kumar <naba@gnome.org>:
6911 * pixmaps/Makefile.am (update-icon-cache): fix gtk-update-icon-cache
6914 2007-04-26 Jason Switzer <jswitzer@gmail.com>
6916 Reviewed by Naba Kumar <naba@gnome.org>:
6917 * plugins/editor/text_editor.c: Large memory addresses were being
6918 truncated, switched to glong (bug #422143).
6920 2007-04-24 Naba Kumar <naba@gnome.org>
6922 * plugins/document-manager/plugin.c: (prefs_finalize):
6923 * plugins/editor/aneditor-autocomplete.cxx:
6924 * plugins/editor/text_editor_menu.c:
6925 * plugins/editor/text_editor_prefs.c: (text_editor_prefs_finalize):
6926 * plugins/file-loader/plugin.c: (open_file_with),
6927 (create_open_with_submenu):
6928 * plugins/file-manager/plugin.c: (prefs_finalize):
6929 * plugins/terminal/terminal.c: (prefs_finalize): Fixed int to
6930 pointer type castings.
6932 2007-04-24 Naba Kumar <naba@gnome.org>
6934 Patch from s|s <supreet.sethi@gmail.com>:
6935 * (added) plugins/project-wizard/templates/django-logo.png:
6936 * (added) plugins/project-wizard/templates/django.wiz:
6937 * plugins/project-wizard/templates/Makefile.am:
6938 * plugins/project-wizard/templates/translatable-strings.h: Added
6939 django project template. http://www.djangoproject.com/
6941 2007-04-24 Naba Kumar <naba@gnome.org>
6943 * plugins/subversion/anjuta-subversion.glade: Set expansion for
6944 the log entry widget and made the dialog little larger.
6946 2007-04-24 Naba Kumar <naba@gnome.org>
6948 Patch from Halton Huo:
6950 * plugins/project-wizard/property.c:
6951 * plugins/subversion/svn-auth.c:
6952 * plugins/subversion/svn-backend-priv.h:
6953 * plugins/subversion/svn-backend.c:
6954 * plugins/subversion/svn-backend.h:
6955 * plugins/subversion/svn-notify.h: Proper use of subversion
6956 headers. Fixes build issues in solaris (bug #426701).
6958 2007-04-24 Naba Kumar <naba@gnome.org>
6960 * libanjuta/Makefile.am: Removed bogus newlines at the end of file.
6962 * plugins/project-wizard/templates/cpp.wiz:
6963 * plugins/project-wizard/templates/gcj.wiz:
6964 * plugins/project-wizard/templates/gnome.wiz:
6965 * plugins/project-wizard/templates/gtk.wiz:
6966 * plugins/project-wizard/templates/gtkmm.wiz:
6967 * plugins/project-wizard/templates/java.wiz:
6968 * plugins/project-wizard/templates/python.wiz:
6969 * plugins/project-wizard/templates/terminal.wiz:
6970 * plugins/project-wizard/templates/wxwin.wiz:
6971 * plugins/project-wizard/templates/xlib-dock.wiz:
6972 * plugins/project-wizard/templates/xlib.wiz: Enabled shared library
6973 project option and set it ON by default (since gnome-build, can't
6974 enabled configure shared lib support later when a sharedlib target
6977 2007-04-21 Sebastien Granjoux <seb.sfo@free.fr>
6979 * plugins/debug-manager/stack_trace.c:
6980 Fix a missing case in the previous changes
6982 2007-04-21 Sebastien Granjoux <seb.sfo@free.fr>
6984 * plugins/debug-manager/plugin.c:
6987 * plugins/debug-manager/breakpoints.c,
6988 plugins/gdb/plugin.c:
6989 Fix adding breakpoint on a function
6991 * plugins/debug-manager/stack_trace.c:
6992 Highlight changed stack frame
6994 2007-04-18 Naba Kumar <naba@gnome.org>
6996 * plugins/document-manager/anjuta-docman.c:
6997 (anjuta_docman_dispose), (on_editor_destroy),
6998 (anjuta_docman_remove_editor): Remove the editor widget from
6999 the parent container before calling destroy, otherwise container
7000 removal happens after TextEditor is disposed resulting in call
7001 to value-remove for a TextEditor which is half-dead (crash).
7003 2007-04-11 Sebastien Granjoux <seb.sfo@free.fr>
7005 * plugins/debug-manager/data_buffer.c
7006 plugins/debug-manager/data_view.c,
7007 plugins/debug-manager/memory.c:
7008 Fixes for bug #418523, bug #427090 and bug #428174
7010 2007-04-11 Halton Huo <halton.huo@sun.com>
7012 reviewed by: <jhs@gnome.org>
7015 * libanjuta/Makefile.am:
7016 * libanjuta/anjuta-utils.c:
7017 * libanjuta/anjuta-utils.h:
7018 * manuals/reference/libanjuta/Makefile.am:
7020 Fixed compilation on sun by deploying the libutil methods
7021 in anjuta-utils.h and building them on condition.
7023 2007-04-11 Johannes Schmid <jhs@gnome.org>
7025 * plugins/document-manager/anjuta-docman.c: (on_editor_destroy),
7026 (anjuta_docman_add_editor):
7027 Hold a reference on the editor as long as we use it.
7029 * plugins/document-manager/plugin.c: (on_editor_changed):
7030 Destroy GValue to fix a memoery leak.
7032 2007-04-11 Johannes Schmid <jhs@gnome.org>
7034 * plugins/document-manager/plugin.c: (on_editor_changed):
7035 Fixed reference counting for editor by using g_value_take_object instead
7036 of g_value_set_object. The editors are now correctly finalized and thus
7037 we do not lack so much memory anymore.
7039 * plugins/sourceview/anjuta-view.c: (anjuta_view_init),
7040 (anjuta_view_finalize), (anjuta_view_focus_out),
7041 (anjuta_view_key_press_event), (anjuta_view_button_press_event):
7042 * plugins/sourceview/anjuta-view.h:
7043 * plugins/sourceview/plugin.c: (ieditor_factory_new_editor):
7044 * plugins/sourceview/sourceview-prefs.c:
7045 (on_gconf_notify_tab_size), (sourceview_prefs_destroy):
7046 * plugins/sourceview/sourceview-prefs.h:
7047 * plugins/sourceview/sourceview-private.h:
7048 * plugins/sourceview/sourceview.c: (on_document_loaded),
7049 (timeout_unref), (on_document_saved), (sourceview_finalize),
7050 (sourceview_new), (ifile_open), (ifile_savable_save),
7051 (ifile_savable_save_as):
7053 Several changes to fix things when the editor is correctly destroyed.
7054 Fixed preferences (which led me to the refcounting issue, #409412)
7055 and removed deprecated completition code that will be replace by
7056 IAnjutaAssist interface soon.
7058 2007-04-11 Johannes Schmid <jhs@gnome.org>
7060 * libanjuta/anjuta-launcher.c:
7061 (anjuta_launcher_execution_done_cleanup),
7062 (anjuta_launcher_child_terminated):
7063 Possible fix for #428363 and added a g_return_if_fail
7065 * plugins/message-view/plugin.c: (activate_plugin):
7066 Fixed a Gtk/Gdl-Critical
7068 Patches from Étienne Bersac <bersace03@laposte.net>
7069 * plugins/class-gen/templates/go-source.tpl:
7070 * plugins/macro/macros.xml:
7071 Use better template for GObjects (#417875 and #417918)
7073 Patches from Halton Huo <halton.huo@sun.com>
7074 * libanjuta/anjuta-launcher.h:
7075 * libanjuta/anjuta-preferences.c:
7076 * libanjuta/anjuta-utils.c:
7077 * plugins/class-gen/window.c: (cg_window_set_add_to_project),
7078 (cg_window_set_add_to_repository):
7079 * plugins/class-inheritance/class-inherit.c:
7080 Fix build with suncc (#423727, #423730, #423733, #423768, #423772)
7082 2007-04-09 Johannes Schmid <jhs@gnome.org>
7084 * plugins/editor/print.c: (anjuta_print_show_header):
7085 * plugins/file-manager/anjuta-file-manager-plugin.glade:
7086 * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
7088 Some string changes (#427395 and #427399)
7090 2007-04-06 Johannes Schmid <jhs@gnome.org>
7092 * plugins/build-basic-autotools/build-basic-autotools.c:
7093 (on_build_mesg_format), (on_build_mesg_parse):
7094 Fixed full path detection
7096 2007-04-05 Naba Kumar <naba@gnome.org>
7098 Patch from Halton Huo:
7099 * libanjuta/Makefile.am:
7100 * libanjuta/anjuta-glue-cpp.c: (anjuta_glue_cpp_load_plugin):
7101 * libanjuta/anjuta-glue-cpp.h:
7102 * libanjuta/anjuta-glue-factory.c: (anjuta_glue_factory_get_type),
7103 (anjuta_glue_factory_class_init), (anjuta_glue_factory_init),
7104 (anjuta_glue_factory_new), (anjuta_glue_factory_add_path),
7105 (anjuta_glue_factory_get_path), (get_already_loaded_module),
7106 (load_plugin), (anjuta_glue_factory_get_object_type):
7107 * libanjuta/anjuta-glue-factory.h:
7108 * libanjuta/anjuta-glue-plugin.c: (anjuta_glue_plugin_get_type),
7109 (anjuta_glue_plugin_load), (anjuta_glue_plugin_unload),
7110 (anjuta_glue_plugin_class_init), (anjuta_glue_plugin_init),
7111 (anjuta_glue_plugin_new):
7112 * libanjuta/anjuta-glue-plugin.h:
7113 * libanjuta/anjuta-plugin-manager.c: (activate_plugin),
7114 (anjuta_plugin_manager_finalize), (anjuta_plugin_manager_new):
7115 * libanjuta/anjuta-plugin.h:
7116 * libanjuta/glue-cpp.c:
7117 * libanjuta/glue-cpp.h:
7118 * libanjuta/glue-factory.c:
7119 * libanjuta/glue-factory.h:
7120 * libanjuta/glue-plugin.c:
7121 * libanjuta/glue-plugin.h:
7122 * plugins/build-basic-autotools/build-basic-autotools.h:
7123 * plugins/class-gen/plugin.h:
7124 * plugins/class-inheritance/plugin.h:
7125 * plugins/cvs-plugin/plugin.h:
7126 * plugins/debug-manager/plugin.h:
7127 * plugins/devhelp/plugin.h:
7128 * plugins/document-manager/plugin.h:
7129 * plugins/editor/plugin.h:
7130 * plugins/file-loader/plugin.h:
7131 * plugins/file-manager/plugin.h:
7132 * plugins/file-wizard/plugin.h:
7133 * plugins/gdb/plugin.h:
7134 * plugins/glade/plugin.h:
7135 * plugins/gtodo/plugin.h:
7136 * plugins/language-support-cpp-java/plugin.h:
7137 * plugins/macro/plugin.h:
7138 * plugins/message-view/plugin.h:
7139 * plugins/patch/plugin.h:
7140 * plugins/profiler/plugin.h:
7141 * plugins/project-import/plugin.h:
7142 * plugins/project-manager/plugin.h:
7143 * plugins/project-wizard/plugin.h:
7144 * plugins/sample1/plugin.h:
7145 * plugins/search/plugin.h:
7146 * plugins/sourceview/plugin.h:
7147 * plugins/subversion/plugin.h:
7148 * plugins/symbol-browser/plugin.h:
7149 * plugins/terminal/terminal.c:
7150 * plugins/tools/plugin.h:
7151 * plugins/tools/scripts/tools-2.xml.in:
7152 * plugins/valgrind/plugin.h:
7154 Renamed Glue to AnjutaGlue to avoid namespace conflicts.
7156 2007-04-05 Naba Kumar <naba@gnome.org>
7158 * anjuta.spec.in, configure.in: Removed dead codes.
7160 Patch from Jos Dehaes:
7161 * configure.in, plugins/project-wizard/templates/Makefile.am,
7162 plugins/project-wizard/templates/mkfile.wiz,
7163 plugins/project-wizard/templates/translatable-strings.h: Enabled
7164 makefile-based project creation and import. Fixes bug #355145
7166 2007-04-04 Sebastien Granjoux <seb.sfo@free.fr>
7168 * plugins/debug-manager/debugger.c,
7169 plugins/debug-manager/plugin.c,
7170 plugins/gdb/anjuta-gdb.plugin.in:
7171 Code cleaning (remove unused code, rename this into self)
7172 Add information about supported format in debugger plugin
7173 Activate debugger plugin according to the target format
7175 2007-04-01 Naba Kumar <naba@gnome.org>
7177 * plugins/message-view/message-view.c:
7178 (message_view_instance_init): Fixed message icons to appear.
7180 2007-03-31 Johannes Schmid <jhs@gnome.org>
7182 * plugins/message-view/anjuta-msgman.c:
7183 (anjuta_msgman_append_view):
7184 * plugins/message-view/plugin.c: (on_view_changed),
7185 (ianjuta_msgman_add_view), (ianjuta_msgman_set_current_view):
7189 2007-03-31 Johannes Schmid <jhs@gnome.org>
7191 * plugins/message-view/message-view.c:
7192 (message_view_instance_init), (imessage_view_append):
7193 Show nice icons beside the messages for info, warning and error. This is a completly
7194 cosmetic change so if someone dislikes it he is free to remove it.
7196 2007-03-31 Johannes Schmid <jhs@gnome.org>
7198 * plugins/message-view/anjuta-msgman.c: (on_notebook_switch_page),
7199 (anjuta_msgman_class_init), (anjuta_msgman_append_view),
7200 (anjuta_msgman_remove_view), (anjuta_msgman_set_current_view):
7201 * plugins/message-view/anjuta-msgman.h:
7202 * plugins/message-view/message-view.h:
7203 * plugins/message-view/plugin.c: (on_view_changed),
7205 Fixed #359399 and made next/previous insensitive when not availible
7207 * plugins/sourceview/anjuta-languages-manager.c: (color_to_string),
7208 (tag_style_to_string):
7209 Fixed namespace Problem with gdk >= 2.11
7211 * plugins/sourceview/sourceview-autocomplete.c:
7212 (sourceview_autocomplete_init):
7213 Removed structure, follow-up of #423682
7215 2007-03-29 Sebastien Granjoux <seb.sfo@free.fr>
7217 * plugins/debug-manager/debug_tree.c,
7218 plugins/debug-manager/debug_tree.h,
7219 plugins/debug-manager/watch.c,
7220 plugins/debug-manager/anjuta-debug-manager.glade:
7221 Inspect variable at cursor
7222 Fix buttons in inspect dialog
7224 2007-03-27 Halton Huo <halton.huo@sun.com>
7226 Reviewed by Sebastien Granjoux <seb.sfo@free.fr>:
7228 * plugins/sourceview/sourceview-autocomplete.c
7229 plugins/debug-manager/disassemble.c,
7230 libanjuta/interfaces/libanjuta.idl:
7231 Remove array with 0 size and empty structure as it is not
7232 supported by sun cc, Fixes bug #423682
7234 * plugins/debug-manager/debugger.c:
7235 Remove anonymous union as it is not supported by sun cc,
7238 === anjuta 2.1.2 ===
7240 2007-03-28 Naba Kumar <naba@gnome.org>
7242 * configure.in: Bumped version to 2.1.2
7243 * NEWS: Updated for release.
7245 * plugins/editor/bookmark.xpm, plugins/sourceview/bookmark.png:
7246 Improved breakpoint marker icon.
7248 * plugins/editor/anjuta-editor.plugin.in,
7249 plugins/sourceview/sourceview.plugin.in: Made editor plugins
7250 non user activable since they are now remembered properly.
7252 2007-03-27 Sebastien Granjoux <seb.sfo@free.fr>
7254 * plugins/tools/editor.c:
7257 2007-03-27 Naba Kumar <naba@gnome.org>
7259 * plugins/editor/aneditor-autocomplete.cxx: Replace the complete
7260 word when autocompleting without leaving any trailing part of
7263 2007-03-27 Kamil Páral <ripper42@gmail.com>
7265 Reviewed by Naba Kumar <naba@gnome.org>:
7266 * anjuta.desktop.in.in: Remove "Application" category from desktop
7267 file and add "GNOME". GNOME Goal #3 (fixes bug #417612).
7269 2007-03-27 Naba Kumar <naba@gnome.org>
7271 * configure.in, plugins/document-manager/anjuta-docman.c:
7272 (anjuta_docman_add_editor): Conditionally compile notebook tab
7273 reordering feature for gtk >= 2.10. Reduced dependency on gtk to 2.8.0
7275 Patch from Halton Huo:
7276 * configure.in, global-tags/Makefile.am: Do not pass -Wall to
7277 non gcc compiler flags. Fixes bug #423089.
7279 2007-03-26 Naba Kumar <naba@gnome.org>
7281 * AUTHORS, NEWS, TODO.tasks: Updated.
7283 * plugins/project-manager/plugin.c: (update_ui): Do not insensitise
7286 * plugins/symbol-browser/plugin.c: (on_editor_saved),
7287 (update_editor_symbol_model), (iter_matches),
7288 (on_editor_update_ui), (value_added_current_editor),
7289 (activate_plugin), (dispose),
7290 (symbol_browser_plugin_instance_init):
7291 * plugins/symbol-browser/plugin.h: update line on editor save
7292 and editor change. Code clean up and fixed warnings.
7294 2007-03-26 Naba Kumar <naba@gnome.org>
7296 * plugins/project-wizard/templates/java/project.anjuta,
7297 plugins/project-wizard/templates/python/project.anjuta,
7298 plugins/project-wizard/templates/python/project.anjuta:
7299 Removed version control plugins from default selection.
7301 * plugins/tools/scripts/prepare-changelog.pl,
7302 plugins/tools/scripts/tools-2.xml.in: Updated prepare changelog
7303 script to a better one (that works on both cvs and svn).
7305 2007-03-26 Naba Kumar <naba@gnome.org>
7307 * (added) plugins/project-wizard/templates/translatable-strings.pl,
7308 Makefile.am: Added the generated translatable file (required for
7309 translations for svn checkouts).
7312 plugins/project-wizard/templates/extract-translatable-strings.pl
7313 plugins/project-wizard/templates/Makefile.am, Makefile.am,
7314 po/POTFILES.in: Generated translatable strings for .wiz files and
7315 added them in POTFILES.in for translation. Fixes bug #398035
7317 2007-03-25 Naba Kumar <naba@gnome.org>
7319 * plugins/language-support-cpp-java/plugin.c: Fixed modeline parsing.
7321 * src/anjuta-app.c: Removed dead codes.
7323 * plugins/symbol-browser/an_symbol_prefs.c: Show message view when
7324 global tags generation starts.
7326 * plugins/debug-manager/chunk_view.c,
7327 plugins/debug-manager/start.h,
7328 plugins/debug-manager/chunk_view.h,
7329 plugins/debug-manager/utilities.c,
7330 plugins/debug-manager/utilities.h,
7331 plugins/debug-manager/debugger.c,
7332 plugins/debug-manager/threads.c,
7333 plugins/debug-manager/disassemble.c,
7334 plugins/debug-manager/info.c,
7335 plugins/debug-manager/sharedlib.c,
7336 plugins/debug-manager/threads.h,
7337 plugins/debug-manager/disassemble.h,
7338 plugins/debug-manager/signals.c,
7339 plugins/debug-manager/info.h,
7340 plugins/debug-manager/sharedlib.h,
7341 plugins/debug-manager/data_buffer.c,
7342 plugins/debug-manager/data_view.c,
7343 plugins/debug-manager/signals.h,
7344 plugins/debug-manager/debug_tree.c,
7345 plugins/debug-manager/watch.c,
7346 plugins/debug-manager/registers.c,
7347 plugins/debug-manager/data_buffer.h,
7348 plugins/debug-manager/data_view.h,
7349 plugins/debug-manager/memory.c,
7350 plugins/debug-manager/debug_tree.h,
7351 plugins/debug-manager/watch.h,
7352 plugins/debug-manager/registers.h,
7353 plugins/debug-manager/memory.h,
7354 plugins/debug-manager/locals.c,
7355 plugins/debug-manager/sexy-icon-entry.c,
7356 plugins/debug-manager/breakpoints.c,
7357 plugins/debug-manager/locals.h,
7358 plugins/debug-manager/sexy-icon-entry.h,
7359 plugins/debug-manager/stack_trace.c,
7360 plugins/debug-manager/breakpoints.h,
7361 plugins/debug-manager/sparse_buffer.c,
7362 plugins/debug-manager/sparse_view.c,
7363 plugins/debug-manager/stack_trace.h,
7364 plugins/debug-manager/sparse_buffer.h,
7365 plugins/debug-manager/sparse_view.h,
7366 plugins/debug-manager/start.c,
7367 plugins/gdb/utilities.c,
7368 plugins/gdb/utilities.h,
7369 plugins/gdb/debugger.c,
7370 plugins/gdb/debugger.h: Added indentation modeline for easy indentation
7373 2007-03-24 Sebastien Granjoux <seb.sfo@free.fr>
7375 * plugins/gdb/debugger.c:
7376 Avoid empty debugger log window by limiting line to 90 characters
7378 2007-03-24 Sebastien Granjoux <seb.sfo@free.fr>
7380 * plugins/debug-manager/plugin.c,
7381 plugins/debug-manager/plugin.h,
7382 plugins/debug-manager/threads.c,
7383 plugins/debug-manager/threads.h,
7384 plugins/debug-manager/breakpoints.c,
7385 plugins/debug-manager/breakpoints.h,
7386 plugins/debug-manager/stack_trace.c,
7387 plugins/debug-manager/stack_trace.h:
7388 View code action now changes location in disassembly view too
7390 * plugins/debug-manager/anjuta-debug-manager.ui:
7391 Rename breakpoint actions
7393 2007-03-24 Naba Kumar <naba@gnome.org>
7395 * configure.in, src/anjuta-app.c: Use the new docking algorithm
7396 in gdl 0.7.3 (svn trunk).
7397 * src/anjuta-app.c: Removed dead codes and fixed compiler warnings.
7399 2007-03-24 Sebastien Granjoux <seb.sfo@free.fr>
7401 * plugins/debug-manager/threads.c,
7402 plugins/debug-manager/debug_tree.c,
7403 plugins/debug-manager/debug_tree.h,
7404 plugins/debug-manager/locals.c,
7405 plugins/debug-manager/registers.c,
7406 plugins/debug-manager/stack_trace.c:
7407 Allow to change current thread updating register, stack and locals
7408 Allow to change current stack frame updating locals
7410 * plugins/gdb/debugger.c:
7411 Read argument of selected stack frame
7413 * plugins/debug-manager/data_view.c:
7414 Fix an unrelated bug
7416 2007-03-23 Naba Kumar <naba@gnome.org>
7418 * plugins/document-manager/anjuta-docman.c,
7419 plugins/document-manager/plugin.c: Fixed many memory leaks.
7420 (ianjuta_file_get_uri() returns a new string).
7422 * plugins/document-manager/action-callbacks.c: Use AnjutaSavePrompt
7423 widget for save dialogs.
7425 * tagmanager/tm_tag.c, tagmanager/entry.h: Restored entry.h from
7426 svn and fixed to get function/prototype/member args list. Call tips
7429 2007-03-22 Naba Kumar <naba@gnome.org>
7431 * tagmanager/c.c: Enabled 'prototype' tags so that autocomplete
7432 and calltips would work again for functions from global tags (Needs
7433 regenerating global tags).
7435 * tagmanager/c.c, plugins/symbol-browser/plugin.c: Restored c.c to
7436 ctags svn version and reopened bug #395362. Fixes tags parsing that
7437 seemed to have stopped working recently.
7439 2007-03-21 Naba Kumar <naba@gnome.org>
7441 * tagmanager/tm_source_file.c, tagmanager/options.c,
7442 global-tags/create_global_tags.sh.in: Fixed c++ parsing (to some
7443 extend .. more needs to be investigated and fixed). Enabled some
7446 2007-03-16 Naba Kumar <naba@gnome.org>
7448 * src/anjuta.c: Fixed project loading from command line.
7450 2007-03-16 Naba Kumar <naba@gnome.org>
7452 Patch from James Liggett <jrliggett@cox.net>:
7453 plugins/profiler/gprof-profile-data.c: Fixed a crash.
7455 2007-03-15 Naba Kumar <naba@gnome.org>
7457 * libanjuta/anjuta-profile-manager.c,
7458 libanjuta/anjuta-profile-manager.h: Added method to get current
7461 * libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h: Added "exiting"
7462 signal and anjuta_shell_notify_exit(). Signal is emitted when anjuta
7465 * libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h,
7466 plugins/file-loader/plugin.c: Moved to functions as utility functions.
7467 Also, not load project files in session load in loader plugin.
7469 * plugins/project-manager/plugin.c, src/anjuta.c:
7470 Emit "exiting" signal in shell when exiting anjuta. project manager
7471 listens to exiting signal and saves session. anjuta.c saves session
7472 only when current projfile is 'user'. Load project saved in session
7473 differently then the rest of the session. This should fix all the
7474 session restoration bugs.
7476 src/main.c: Present anjuta window when becon message is received.
7478 2007-03-14 Naba Kumar <naba@gnome.org>
7480 * libanjuta/anjuta-profile.c: Fixed a bug where some plugins would
7481 not randomly save (it was a wrong looping).
7483 2007-03-12 Naba Kumar <naba@gnome.org>
7485 * libanjuta/interfaces/libanjuta.idl: Added more API section headers.
7487 2007-03-12 Sebastien Granjoux <seb.sfo@free.fr>
7489 * plugins/debug-manager/anjuta-debug-manager.ui,
7490 libanjuta/interfaces/libanjuta.idl,
7491 plugins/debug-manager/debugger.c,
7492 (added) plugins/debug-manager/threads.c,
7493 (added) plugins/debug-manager/threads.h,
7494 plugins/debug-manager/plugin.c,
7495 plugins/debug-manager/Makefile.am,
7496 plugins/gdb/plugin.c,
7497 plugins/gdb/debugger.c,
7498 plugins/gdb/debugger.h:
7499 Add a window displaying all threads
7500 Add needed functions
7501 Switching to a different thread is still not done
7503 * plugins/debug-manager/debug_tree.c,
7504 plugins/debug-manager/locals.c,
7505 plugins/debug-manager/stack_trace.c:
7506 Small cosmetic changes
7508 * plugins/gdb/gdbmi.c:
7509 Keep all elements in gdbmi hash
7510 Even if using the same key like in -threads-list-ids
7512 2007-03-11 Naba Kumar <naba@gnome.org>
7514 * libanjuta/interfaces/anjuta-idl-compiler.pl: Generate class comments.
7516 * libanjuta/interfaces/libanjuta.idl: Fixed and added API docs.
7518 * manuals/reference/libanjuta/libanjuta-docs.sgml,
7519 manuals/reference/libanjuta/libanjuta-sections.txt,
7520 manuals/reference/libanjuta/libanjuta.types: Updated to contain latest
7523 2007-03-11 Naba Kumar <naba@gnome.org>
7525 * configure.in, manuals/reference/libanjuta/Makefile.am: Fixed to use
7526 gtk-doc properly. Bumped gtk-doc requirement to 1.4
7528 * manuals/reference/libanjuta/libanjuta-docs.sgml,
7529 manuals/reference/libanjuta/libanjuta.types,
7530 manuals/reference/libanjuta/libanjuta-sections.txt,
7531 manuals/reference/libanjuta/.cvsignore,
7532 (removed) manuals/reference/libanjuta/tmpl/*: Updated API docs
7533 infrastructure. Got rid of tmpl/ directory and moved all section
7534 documenation to source code (requires gtk-doc >= 1.4).
7536 * libanjuta/anjuta-plugin-description.c,
7537 libanjuta/interfaces/libanjuta.idl, libanjuta/anjuta-status.c,
7538 libanjuta/cell-renderer-captioned-image.c,
7539 libanjuta/anjuta-plugin-handle.c, libanjuta/resources.c,
7540 libanjuta/anjuta-debug.h, libanjuta/glue-cpp.c,
7541 libanjuta/e-splash.c, libanjuta/anjuta-plugin.c,
7542 libanjuta/anjuta-preferences-dialog.c, libanjuta/libanjuta.h,
7543 libanjuta/anjuta-plugin-manager.c, libanjuta/anjuta-shell.c,
7544 libanjuta/glue-plugin.c, libanjuta/anjuta-encodings.c,
7545 libanjuta/anjuta-save-prompt.c, libanjuta/glue-factory.c,
7546 libanjuta/anjuta-session.c, libanjuta/anjuta-children.c,
7547 libanjuta/anjuta-utils.c, libanjuta/anjuta-profile.c,
7548 libanjuta/anjuta-preferences.c, libanjuta/anjuta-launcher.c,
7549 libanjuta/anjuta-profile-manager.c, libanjuta/anjuta-serializer.c,
7550 libanjuta/anjuta-ui.c: Added inline API documentation. Moved section
7551 documentation from templates to source code.
7553 2007-03-10 Johannes Schmid <jhs@gnome.org>
7555 * libanjuta/anjuta-profile.c: (anjuta_profile_to_xml):
7556 Added some debug output but could not figure out why
7557 some plugins are not kept.
7559 * libanjuta/interfaces/libanjuta.idl:
7560 * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml:
7561 * manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
7562 Added IAnjutaEditorGoto::matching_brace
7564 * plugins/document-manager/action-callbacks.c:
7565 (on_editor_command_match_brace_activate):
7566 * plugins/document-manager/plugin.c:
7567 (update_editor_ui_interface_items):
7568 * plugins/editor/text_editor.c: (igoto_matching_brace),
7570 * plugins/sourceview/sourceview.c: (ieditor_iface_init):
7571 Fixed #355155 (matching brace for scintilla, disabled for sourceview)
7573 2007-03-09 Johannes Schmid <jhs@gnome.org>
7575 * plugins/file-manager/an_file_view.c: (fv_add_tree_entry):
7578 * plugins/sourceview/sourceview-private.h:
7579 * plugins/sourceview/sourceview.c: (on_reload_dialog_response),
7580 (on_sourceview_uri_changed_prompt), (on_sourceview_uri_changed),
7581 (sourceview_new), (ifile_savable_save_as):
7582 Tweaked vfs monitoring
7584 2007-03-09 Johannes Schmid <jhs@gnome.org>
7586 * libanjuta/interfaces/Makefile.am.iface:
7587 Fixed installtion of header files
7589 * plugins/sourceview/sourceview.c: (set_select):
7590 do not scroll to much in interactive search
7592 2007-03-09 Naba Kumar <naba@gnome.org>
7594 * src/anjuta.c: Fixed session restoration.
7596 * plugins/symbol-browser/plugin.c: Fixed crashes due to dangling
7597 signal handlers after symbol browser plugin is deactivated.
7599 * plugins/editor/editor.glade,
7600 plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
7601 Fixed indentation confustion in preferences.
7603 2007-03-08 Johannes Schmid <jhs@gnome.org>
7605 * plugins/search/search-replace.c: (search_set_combo),
7606 (search_set_action), (search_set_target), (search_set_direction),
7607 (create_dialog), (search_disconnect_set_toggle_connect),
7608 (on_search_match_whole_word_toggled),
7609 (on_search_match_whole_line_toggled),
7610 (on_search_match_word_start_toggled),
7611 (search_set_toggle_direction):
7612 Use GCallback instead of GSignalFunc! We need to fix this code anyway,
7613 it's somehow ugly and uses many deprecated widgets
7615 Patch from Ritesh Khadgaray <baby.linux@gmail.com>:
7616 * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
7619 2007-03-07 Naba Kumar <naba@gnome.org>
7621 * src/anjuta.c: Make launching projects work from command line. Also
7622 fixes gnome session restart command.
7624 2007-03-07 Johannes Schmid <jhs@gnome.org>
7626 Patch from Lucas Mazzardo Veloso <lmveloso@gmail.com>
7627 * plugins/class-gen/plugin.c: (iwizard_activate):
7630 * plugins/cvs-plugin/cvs-callbacks.c: (on_cvs_import_response):
7633 * plugins/file-manager/an_file_view.c: (fv_add_tree_entry):
7634 Fixed #377483 (It's not possible to know if directories have
7635 a version in CVS. Show version column only if there are version
7636 informations availible
7638 * plugins/sourceview/sourceview-cell.c: (icell_get_attribute):
7641 2007-03-07 Johannes Schmid <jhs@gnome.org>
7643 * plugins/sourceview/sourceview-prefs.c: (get_bool):
7645 * plugins/symbol-browser/an_symbol_prefs.c:
7646 (on_update_global_clicked):
7649 2007-03-07 Johannes Schmid <jhs@gnome.org>
7651 * libanjuta/anjuta-save-prompt.c: (anjuta_save_prompt_init),
7652 (anjuta_save_prompt_new):
7653 * plugins/project-import/project-import.c:
7654 (project_import_finalize):
7655 Fixed Gtk-Criticals (maybe #409408)
7657 2007-03-07 Naba Kumar <naba@gnome.org>
7659 * plugins/language-support-cpp-java/plugin.c: Fixed indentation anomaly
7660 when we are at just beginning of string or comment. Fixes bug #397981.
7662 2007-03-07 Johannes Schmid <jhs@gnome.org>
7664 * plugins/language-support-cpp-java/plugin.c:
7665 (initialize_indentation_params):
7666 Removed annoying DEBUG_PRINT
7668 * plugins/sourceview/sourceview-cell.c:
7669 (sourceview_cell_instance_init), (icell_get_character),
7670 (icell_get_length), (icell_get_char), (icell_get_attribute):
7671 Improved code to be faster
7672 Implemented attribute handling so that indentation really works in any case
7674 2007-03-06 Johannes Schmid <jhs@gnome.org>
7677 GTK_REQUIRED = 2.10.0 (required for GtkRecent and Docman tabs)
7679 * plugins/document-manager/anjuta-docman.c:
7680 (anjuta_docman_instance_init), (anjuta_docman_add_editor):
7681 Removed old and ugly tab drag&drop code and use built-in gtk stuff
7682 instead (required GTK >= 2.10)
7684 * plugins/sourceview/sourceview-private.h:
7685 * plugins/sourceview/sourceview.c:
7686 (on_sourceview_uri_changed_prompt), (on_sourceview_uri_changed),
7687 (sourceview_finalize), (sourceview_new), (imark_mark),
7688 (imark_unmark), (imark_is_marker_set),
7689 (imark_location_from_handle), (imark_delete_all_markers):
7690 Fixed marker handling and worked a bit more on vfs monitoring
7692 2007-03-05 Johannes Schmid <jhs@gnome.org>
7694 * libegg/egg-combo-action.c: (egg_combo_action_set_active_iter):
7695 Added method to select specific iter
7697 * plugins/sourceview/sourceview-private.h:
7698 * plugins/sourceview/sourceview.c: (on_reload_dialog_response),
7699 (on_sourceview_uri_changed_prompt), (on_sourceview_uri_changed),
7700 (sourceview_add_monitor), (on_document_saved),
7701 (sourceview_finalize), (sourceview_new), (ifile_savable_save_as):
7702 Fixed vfs monitoring (mostly ported code from text_editor.c)
7704 * plugins/symbol-browser/an_symbol_view.c:
7705 * plugins/symbol-browser/an_symbol_view.h:
7706 * plugins/symbol-browser/plugin.c: (iter_matches),
7707 (on_editor_update_ui), (value_added_current_editor):
7708 Select the current tag in locals window and symbol toolbar. If there
7709 is no tag at the current line, reserve backward for the next tag. This will
7710 select the correct tag if inside a function.
7712 2007-03-05 Naba Kumar <naba@gnome.org>
7714 * src/anjuta-app.c: Fixes gtk-critical messages at shutdown.
7715 * plugins/editor/text_editor.c: Disabled DEBUG_PRINTs and fixed
7717 * plugins/editor/text_editor.c: Fixes a crash on 64 bit arch
7720 2007-03-04 Johannes Schmid <jhs@gnome.org>
7724 Fixed distcheck (well, partly)
7726 2007-03-04 Johannes Schmid <jhs@gnome.org>
7728 * plugins/document-manager/anjuta-document-manager.ui:
7729 Move "Swap .c/.h from Main to Browser toolbar
7731 Modified Patch from Yang Hong <yanghong@ccoss.com.cn>:
7732 * plugins/file-manager/an_file_view.c: (fv_prefs_new),
7733 (fv_prefs_free), (fv_add_tree_entry):
7734 * plugins/file-manager/anjuta-file-manager-plugin.glade:
7735 * plugins/file-manager/plugin.c: (prefs_init):
7737 Bug 387208 – [Patch] Add custom file-manager ignore pattern support
7739 2007-03-04 Naba Kumar <naba@gnome.org>
7741 * data/default.proflie, data/Makefile.am, src/anjuta.c,
7742 plugins/project-manager/plugin.c:
7743 Restored default profile and renamed it from "default.anjuta" to
7746 2007-03-03 Sebastien Granjoux <seb.sfo@free.fr>
7748 * plugins/debug-manager/debugger.c,
7749 plugins/debug-manager/plugin.c,
7750 plugins/gdb/debugger.c,
7751 libanjuta/interfaces/libanjuta.idl,
7752 plugins/debug-manager/stack_trace.c:
7753 Add a dialog box when a signal is received (except SIGINT)
7754 Display stack frame even if arguments are not available
7756 2007-03-03 Naba Kumar <naba@gnome.org>
7758 * TODO.tasks: Icons bounty added.
7760 * libanjuta/anjuta-plugin-manager.[ch]: Implemented remember plugin
7763 * libanjuta/anjuta-profile-manager.[ch]: Implemented profile scoping
7766 * configure.in, src/anjuta.c, plugins/project-manager/plugin.[ch],
7767 plugins/Makefile.am, (removed) plugins/profile-default/*,
7768 plugins/project-manager/anjuta-project-manager.plugin.in,
7769 plugins/project-manager/anjuta-project-manager.ui: Use the new plugins
7770 profile implementation to load user profile and projects. Store and
7771 restore remembered plugins. Use profile scoping and descoping for
7772 saving and loading sesstions.
7774 * libanjuta/anjuta-plugin-handle.c, libanjuta/anjuta-plugin-manager.c,
7775 libanjuta/anjuta-shell.c, libanjuta/anjuta-preferences.c,
7776 libanjuta/anjuta-profile-manager.c, libanjuta/anjuta-ui.c: Disabled
7779 2007-03-03 Sebastien Granjoux <seb.sfo@free.fr>
7781 * plugins/debug-manager/debug_tree.c
7782 plugins/debug-manager/debug_tree.h:
7783 Bug fix, deleting wrong variable
7785 * plugins/gdb/debugger.c:
7786 Bug fix, remove forgotten debugging code
7788 2007-03-02 Johannes Schmid <jhs@gnome.org>
7790 * plugins/document-manager/anjuta-document-manager.ui:
7791 * plugins/search/anjuta-search.ui:
7792 * plugins/symbol-browser/anjuta-symbol-browser-plugin.ui:
7793 Break toolbars into smaller peaces: ToolbarBookmark, ToolbarSymbols,
7796 * src/anjuta-app.c: (on_toolbar_view_toggled),
7797 (on_add_merge_widget), (on_session_save), (on_widget_remove):
7798 Save toolbar positions, don't use fixed toolbar style
7800 All in all this will allow more complex toolbar configurations and
7801 might gain some space on smaller displays because the user can disable
7802 toolbar parts he does not use. Also allows to use any toolbar style
7803 without looking too ugly.
7805 2007-03-01 Naba Kumasr <naba@gnome.org>
7807 * TODO.tasks: Added a bounty for creating icons.
7809 * libanjuta/anjuta-profile.c, libanjuta/anjuta-profile-manager.c,
7810 libanjuta/anjuta-profile-manager.h: Fixed infinite loop. Added
7811 profile-changed signal. Do not sync non-user-activatable plugins.
7813 2007-02-29 Sebastien Granjoux <seb.sfo@free.fr>
7815 * plugins/debug-manager/disassemble.c,
7816 plugins/debug-manager/sparse_view.c,
7817 plugins/gdb/debugger.c,
7818 libanjuta/interfaces/libanjuta.idl:
7819 Display function name in disassembly view
7821 2007-02-28 Sebastien Granjoux <seb.sfo@free.fr>
7823 * (added) plugins/debug-manager/bookmark.png,
7824 (added) plugins/debug-manager/breakpoint-disabled.png,
7825 (added) plugins/debug-manager/breakpoint-enabled.png,
7826 (added) plugins/debug-manager/program-counter.png,
7827 (added) plugins/debug-manager/linemarker.png,
7828 plugins/debug-manager/Makefile.am,
7829 plugins/debug-manager/disassemble.c,
7830 plugins/debug-manager/disassemble.h,
7831 plugins/debug-manager/sparse_buffer.c,
7832 plugins/debug-manager/sparse_buffer.h,
7833 plugins/debug-manager/sparse_view.c,
7834 plugins/debug-manager/sparse_view.h,
7835 plugins/debug-manager/plugin.c,
7836 plugins/debug-manager/breakpoints.c,
7837 libanjuta/interfaces/libanjuta.idl:
7838 Add markers in the disassembly view
7839 Display program counter and breakpoints in disassembly view
7841 * plugins/gdb/debugger.c:
7842 Fix a bug added with my previous patch, setting and clearing
7843 breakpoints was not working
7845 2007-02-28 Johannes Schmid <jhs@gnome.org>
7847 * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml:
7848 * manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml:
7849 * manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml:
7850 * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml:
7851 * manuals/reference/libanjuta/tmpl/ianjuta-file-manager.sgml:
7852 * manuals/reference/libanjuta/tmpl/ianjuta-file-savable.sgml:
7853 * manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml:
7854 * manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml:
7855 * manuals/reference/libanjuta/tmpl/ianjuta-project-manager.sgml:
7856 * manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
7857 Updated (why do they need to be under version control?)
7859 * plugins/message-view/anjuta-msgman.c: (on_msgman_close_all),
7860 (create_tab_popup_menu), (on_msgman_popup_menu),
7861 (on_tab_button_press_event), (anjuta_msgman_page_new),
7862 (anjuta_msgman_finalize), (anjuta_msgman_instance_init):
7863 Added "Close all message tabs" popup menu
7865 2007-02-26 Naba Kumar <naba@gnome.org>
7867 * plugins/profiler/gprof-flat-profile-entry.c,
7868 plugins/profiler/gprof-flat-profile.c,
7869 plugins/profiler/gprof-flat-profile-entry.h,
7870 plugins/profiler/gprof-flat-profile.h,
7871 plugins/profiler/gprof-flat-profile-view.c,
7872 plugins/profiler/gprof-flat-profile-view.h,
7873 plugins/profiler/gprof-call-graph-block-entry.c,
7874 plugins/profiler/gprof-call-graph-block.c,
7875 plugins/profiler/gprof-function-call-chart-view.c,
7876 plugins/profiler/gprof-call-graph-block-entry.h,
7877 plugins/profiler/gprof-profile-data.c,
7878 plugins/profiler/gprof-call-graph-block.h,
7879 plugins/profiler/gprof-view.c,
7880 plugins/profiler/gprof-call-graph.c,
7881 plugins/profiler/gprof-function-call-chart-view.h,
7882 plugins/profiler/gprof-profile-data.h,
7883 plugins/profiler/gprof-call-graph.h,
7884 plugins/profiler/gprof-view.h,
7885 plugins/profiler/gprof-view-manager.c,
7886 plugins/profiler/gprof-call-graph-view.c,
7887 plugins/profiler/plugin.c,
7888 plugins/profiler/gprof-view-manager.h,
7889 plugins/profiler/gprof-call-graph-view.h,
7890 plugins/profiler/gprof-function-call-tree-view.c,
7891 plugins/profiler/gprof-function-call-tree-view.h,
7892 plugins/profiler/Makefile.am: Fix compiler warnings and link with
7893 gnome-vfs. Fixes bug #411377.
7895 2007-02-26 Naba Kumar <naba@gnome.org>
7897 * plugins/profiler/gprof-profile-data.c: Fixes bug #411623,
7899 Patch from James Liggett <jrliggett@cox.net>:
7900 * plugins/profiler/gprof-flat-profile-view.c,
7901 plugins/profiler/gprof-flat-profile-view.h,
7902 plugins/profiler/gprof-function-call-chart-view.c,
7903 plugins/profiler/gprof-function-call-chart-view.h,
7904 plugins/profiler/gprof-view.c,
7905 plugins/profiler/gprof-view.h,
7906 plugins/profiler/gprof-call-graph-view.c,
7907 plugins/profiler/plugin.c,
7908 plugins/profiler/gprof-call-graph-view.h,
7909 plugins/profiler/gprof-function-call-tree-view.c,
7910 plugins/profiler/gprof-function-call-tree-view.h: Implements
7911 double click navigation. Fixes bug #403514.
7913 2007-02-25 Naba Kumar <naba@gnome.org>
7915 * libanjuta/anjuta-plugin-manager.c,
7916 libanjuta/anjuta-plugin-handle.[ch],
7917 plugins/build-basic-autotools/build-basic-autotools.c: Removed the use of
7918 g_hash_table_remove_all (introduced in glib 2.12) to stay the
7919 dependency on glib 2.8. Fixes bug #411623.
7921 2007-02-24 Naba kumar <naba@gnome.org>
7923 * libanjuta/interfaces/Makefile.am.iface: Added log domain.
7925 * libanjuta/anjuta-marshal.list, libanjuta/anjuta-plugin-manager.c,
7926 libanjuta/anjuta-plugin-manager.h, libanjuta/anjuta-profile.c,
7927 libanjuta/anjuta-profile.h, libanjuta/Makefile.am,
7928 (added) libanjuta/anjuta-profile-manager.c,
7929 (added) libanjuta/anjuta-profile-manager.h: Implemented profile
7931 Implemented profile pushing and popping. Implemented profile xml
7932 synchronization. Implemented error handling in profiles. Implemented
7933 activation and deactivation signals in plugin manager.
7935 * libanjuta/Makefile.am: Added libanjuta log domain.
7937 * libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
7938 src/anjuta-app.c, src/anjuta-app.h: Added get_profile_manager()
7939 in AnjutaShell interface and implemented it in AnjutaApp.
7941 * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml: Updated.
7943 2007-02-23 Naba kumar <naba@gnome.org>
7945 src/main.c: Fixed missing end quote.
7947 2007-02-20 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
7949 * plugins/debug-manager/breakpoints.c: Enabled/Disabled breakpoints.
7952 2007-02-20 Naba Kumar <naba@gnome.org>
7954 * plugins/subversion/plugin.c: Added "..." menuitems.
7955 * ROADMAP, README: Updated.
7956 * libanjuta/anjuta-profile.c: Fixed bugs.
7958 * (removed)plugins/gtodo/gtodo.c, (removed)plugins/gtodo/main.c,
7959 plugins/gtodo/Makefile.am: Removed dead code.
7961 Patch from Antoine Cailliau <a.cailliau@ac-graphic.net>:
7962 * plugins/gtodo/interface.c, plugins/gtodo/preferences.c,
7963 plugins/gtodo/notification.c, plugins/gtodo/add_edit_item.c,
7964 plugins/gtodo/list_tooltip.c,
7965 plugins/document-manager/goto_line.c, plugins/glade/plugin.c,
7966 libanjuta/anjuta-save-prompt.c: Fixed translatable strings to
7967 not contain markups. Fixes Bug #360462.
7969 2007-02-16 Naba Kumar <naba@gnome.org>
7971 * manuals/reference/libanjuta/project-wizard-format.sgml: Removed
7972 unnecessary sub-sections.
7974 2007-02-15 Naba Kumar <naba@gnome.org>
7976 * (removed) plugins/document-manager/bookmark-prev-16.png,
7977 plugins/document-manager/bookmark-last.png,
7978 (removed)plugins/document-manager/bookmark-first-16.png,
7979 plugins/document-manager/bookmark-prev.png,
7980 (added) plugins/document-manager/bookmark-toggle.png,
7981 (removed)plugins/document-manager/bookmark_toggle.xpm,
7982 (removed)plugins/document-manager/bookmark-last-16.png,
7983 plugins/document-manager/plugin.c,
7984 plugins/document-manager/anjuta-document-manager.ui,
7985 (removed)plugins/document-manager/bookmark-next-16.png,
7986 plugins/document-manager/bookmark-next.png,
7987 plugins/document-manager/Makefile.am,
7988 (added) plugins/document-manager/bookmark-clear.png,
7989 plugins/document-manager/bookmark-first.png: Upgraded bookmark
7990 icons (stolen from monodevelop). Added clear bookmarks toolbar
7993 * plugins/document-manager/plugin.c,
7994 (added) plugins/document-manager/swap.png,
7995 (removed) plugins/document-manager/undock.png,
7996 plugins/document-manager/Makefile.am: Fixed swap icon.
7998 2007-02-13 Naba Kumar <naba@gnome.org>
8000 * plugins/class-gen/element-editor.c: Fixed typo.
8002 * libanjuta/anjuta-plugin-manager.c, libanjuta/anjuta-plugin-manager.h,
8003 libanjuta/anjuta-profile.c, libanjuta/anjuta-profile.h:
8004 Implementing plugin profiles loading.
8006 2007-02-13 Naba Kumar <naba@gnome.org>
8008 * pixmaps/*.xpm, pixmaps/Makefile.am: Removed old icons.
8009 * pixmaps/Makefile.am, pixmaps/appwiz*.png,
8010 pixmaps/applogo.png, pixmaps/anjuta_logo.png,
8011 pixmaps/open_project.png, pixmaps/close_project.png:
8012 Removed more old icons.
8013 * pixmaps/anjuta_logo2.png, pixmaps/anjuta_logo.png,
8014 pixmaps/Makefile.am, src/about.c: Renmaed anjuta_logo2.png to
8017 2007-02-13 Naba Kumar <naba@gnome.org>
8019 * plugins/class-gen/element-editor.c: Included missing headers to
8020 prevent build failures in some cases.
8022 2007-02-13 Sebastien Granjoux <seb.sfo@free.fr>
8024 * plugins/debug-manager/stack_trace.c:
8027 * plugins/debug-manager/watch.c,
8028 plugins/debug-manager/breakpoints.c:
8029 Same bug than above, wrong use of gtk_ui_manager_get_widget
8031 === anjuta 2.1.1 ===
8033 2007-02-11 Naba Kumar <naba@gnome.org>
8035 * cofigure.in: Bumped version to 2.1.1
8036 * NEWS: Updated for 2.1.1 release.
8038 2007-02-10 Sebastien Granjoux <seb.sfo@free.fr>
8040 * plugins/debug-manager/plugin.c,
8041 plugins/debug-manager/sparse_view.c,
8042 plugins/debug-manager/sparse_view.h:
8045 * plugins/gdb/debugger.c,
8046 plugins/debug-manager/debugger.c,
8047 plugins/debug-manager/memory.c,
8048 plugins/debug-manager/sparse_buffer.c
8049 plugins/gdb/debugger.h,
8050 libanjuta/interfaces/libanjuta.idl:
8051 Clean up, remove some warnings
8052 Use guint everywhere for addresses
8053 Rewrite code parsing position in debugger
8055 2007-02-10 Sebastien Granjoux <seb.sfo@free.fr>
8057 * plugins/debug-manager/debug_tree.c:
8058 Use GtkTreeRowReference instead of GtkTreeIter as callback data
8061 2007-02-08 Naba Kumar <naba@gnome.org>
8063 * plugins/editor/text_editor.h, plugins/editor/text_editor.c:
8064 Delay showing the 'file modified on disk' dialog for one sec
8065 from the last notification to insure multiple notifications for
8066 the same file are treated as one. Do not same multiple dialogs
8067 for the same file. Make sure to destory the dialog if later
8068 the conent is no longer different.
8070 2007-02-08 Naba Kumar <naba@gnome.org>
8072 * plugins/editor/text_editor.h, plugins/editor/text_editor.c:
8073 Prevented spurious 'file modified' dialogs in scintilla editor
8074 when the file is saved.
8076 2007-02-09 Johannes Schmid <jhs@gnome.org>
8078 * scripts/glade2schema.pl:
8079 Added script to convert glade preferences into gconf schema files.
8082 2007-02-08 Naba Kumar <naba@gnome.org>
8084 * src/anjuta-app.c: Destroy toolbar menuitem when the toolbar
8085 itself is destroyed. Fixes bug #355160.
8087 2007-02-08 Johannes Schmid <jhs@gnome.org>
8089 * plugins/profiler/profiler.plugin:
8090 removed from version control (only .in file needed)
8092 * plugins/sourceview/anjuta-view.c: (anjuta_view_init):
8093 * plugins/sourceview/sourceview.c: (sourceview_new):
8096 * plugins/subversion/svn-thread.c: (svn_thread_start):
8097 * src/main.c: (main):
8099 Fixed #395875 about initialisation of threads too late
8101 2007-02-07 Armin Burgmeier <armin@arbur.net>
8103 Reviewed by Naba Kumar <naba@gnome.org>:
8104 * plugins/class-gen/plugin.c:
8105 * plugins/class-gen/window.c: Removed browse button related code, load
8106 generated output directly into new buffers when not adding to project.
8108 * plugins/class-gen/anjuta-class-gen-plugin.glade: Removed browse
8109 buttons from user interface.
8111 2007-02-07 Naba Kumar <naba@gnome.org>
8113 * po/POTFILES.in: Fixed distcheck.
8115 2007-02-07 Daniel Nylander <po@danielnylander.se>
8117 * manuals/anjuta-manual/sv/sv.po: Added initial Swedish translation.
8119 2007-02-07 Johannes Schmid <jhs@gnome.org>
8121 * anjuta.desktop.in.in:
8124 2007-02-07 Johannes Schmid <jhs@gnome.org>
8127 * manuals/anjuta-manual/*
8128 * manuals/anjuta-faqs/*:
8129 #398991 – Anjuta manuals does not use the gnome-doc-utils format
8131 * plugins/document-manager/anjuta-document-manager.plugin.in:
8132 Removed duplicate application-xml mime-type (review patches properly ;-)
8134 2007-02-06 Sebastien Granjoux <seb.sfo@free.fr>
8136 * plugins/gdb/debugger.c,
8137 libanjuta/interfaces/libanjuta.idl:
8139 Fix handling of missing source file
8141 2007-02-06 Naba Kumar <naba@gnome.org>
8143 Patch from James Liggett <jrliggett@cox.net>:
8144 * plugins/profiler/gprof-flat-profile.c,
8145 plugins/profiler/gprof-profile-data.c,
8146 plugins/profiler/gprof-call-graph.c,
8147 plugins/profiler/gprof-profile-data.h,
8148 plugins/profiler/plugin.c: Fixed infinite loop bug #403501,
8149 Show profiler view when target selected bug #403515.
8151 2007-02-05 Naba Kumar <naba@gnome.org>
8153 * configure.in: Enabled devhelp plugin by default now that
8156 Patch from parmigio@2ainfo.it:
8157 * plugins/document-manager/anjuta-document-manager.plugin.in:
8158 Added xml file type in supported mime types list.
8160 2007-02-04 Sebastien Granjoux <seb.sfo@free.fr>
8162 * plugins/debug-manager/debugger.c,
8163 plugins/debug-manager/plugin.c:
8164 Add a field in status bar displaying debugger state
8165 Change cursor shape when debugger is busy
8168 * plugins/debug-manager/watch.c,
8169 plugins/debug-manager/locals.c,
8170 libanjuta/interfaces/libanjuta.idl:
8171 Clean up, remove debugging messages and unused signals
8173 2007-02-03 Johannes Schmid <jhs@gnome.org>
8176 Fixed AC_INIT and seperated version to major, minor, micro
8179 Load Subversion instead of CVS
8181 * anjuta.desktop.in.in:
8182 Fixed bug-buddy component
8184 Original patch from Rob Bradfort <robster@debian.org>:
8185 * src/main.c: (get_command_line_args), (main):
8186 Bug #335981 – Migration from popt to GOption
8188 2007-02-03 Naba Kumar <naba@gnome.org>
8190 * configure.in: Depend on devhelp 0.13 and fixed gecko home
8191 path variable. Fixed bug #341170.
8192 * plugins/profiler/Makefile.am: Fixed indentation.
8194 2007-02-02 Sebastien Granjoux <seb.sfo@free.fr>
8196 * libanjuta/interfaces/libanjuta.idl,
8197 plugins/sourceview/sourceview.c,
8198 plugins/editor/text-editor.c,
8199 plugins/symbol-browser/plugin.c,
8200 plugins/search/search-replace.c,
8201 plugins/document-manager/goto_line.c,
8202 plugins/document-manager/action-callbacks.c,
8203 plugins/document-manager/anjuta-docman.c:
8204 Rename markers of anjuta interface
8205 IANJUTA_MARKABLE_NONE has been removed
8206 IANJUTA_MARKABLE_BASIC renamed in IANJUTA_MARKABLE_LINEMARKER
8207 IANJUTA_MARKABLE_LIGHT renamed in IANJUTA_MARKABLE_BOOKMARK
8208 IANJUTA_MARKABLE_ATTENTIVE renamed in
8209 IANJUTA_MARKABLE_BREAKPOINT_DISABLED
8210 IANJUTA_MARKABLE_INTENSE renamed in
8211 IANJUTA_MARKABLE_BREAKPOINT_ENABLED
8212 IANJUTA_MARKABLE_PROGRAM_COUNTER has been created
8214 * (removed) plugins/sourceview/marker-light.png,
8215 (removed) plugins/sourceview/marker-basic.png,
8216 (removed) plugins/sourceview/marker-attentive.png,
8217 (removed) plugins/sourceview/marker-intense.png,
8218 plugins/sourceview/bookmark.png,
8219 (added) plugins/sourceview/breakpoint-disabled.png,
8220 (added) plugins/sourceview/breakpoint-enabled.png,
8221 (added) plugins/sourceview/program-counter.png,
8222 (added) plugins/sourceview/linemarker.png,
8223 plugins/sourceview/Makefile.am,
8224 (added) plugins/editor/bookmark.xpm,
8225 (added) plugins/editor/breakpoint-disabled.xpm,
8226 (added) plugins/editor/breakpoint-enabled.xpm,
8227 (added) plugins/editor/program-counter.xpm,
8228 (added) plugins/editor/linemarker.xpm,
8229 plugins/editor/Makefile.am:
8230 Add or change marker pixmaps in scintilla and sourceview editor
8232 * plugins/document-manager/plugin.c,
8233 libanjuta/interfaces/libanjuta.idl,
8234 plugins/debug-manager/plugin.c,
8235 plugins/debug-manager/breakpoints.c
8236 plugins/gdb/debugger.c:
8237 Fix bug #376404, program counter marker is not displayed when debugger
8238 Return the selected editor or NULL (if file does not exist) with
8239 ianjuta_document_manager_goto_file_line* functions
8240 Emit a change-location signal even if the program counter is in an
8243 2007-02-02 Naba Kumar <naba@gnome.org>
8245 * TODO.tasks: Marked bounty bug #359478 completed. And checked
8246 older bounties 'Done'.
8248 2007-02-02 Naba Kumar <naba@gnome.org>
8250 * TODO.tasks: Fixed typop.
8252 Patch from James Liggett <jrliggett@cox.net>:
8253 * plugins/profiler/*, plugins/class-inheritance/Makefile.am,
8254 plugins/Makefile.am, configure.in, libanjuta/Makefile.am: gprof
8255 profiler plugin by James Liggett. Completes bounty bug #359478
8256 'Gprof performance profiler plugin'
8258 2007-02-01 Naba Kumar <naba@gnome.org>
8260 * src/main.c: Renamed option name.
8262 * TODO.tasks: Marked "Test and fix all project wizards templates"
8265 2007-01-29 Johannes Schmid <jhs@gnome.org>
8267 * plugins/document-manager/plugin.c: (on_editor_changed):
8268 Added DEBUG_PRINT(...)
8269 * plugins/editor/text_editor.c: (itext_editor_set_auto_indent):
8271 * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin.in:
8272 Fix language support plugin for sourceview editor (add some new
8275 * plugins/sourceview/sourceview.c: (iindic_clear):
8276 Clear all indicators
8278 2007-01-29 Johannes Schmid <jhs@gnome.org>
8281 Minor task currentions
8283 * libanjuta/interfaces/libanjuta.idl:
8284 * plugins/editor/text_editor.c: (itext_editor_set_auto_indent),
8285 (itext_editor_iface_init):
8286 * plugins/language-support-cpp-java/plugin.c: (install_support):
8287 * plugins/sourceview/sourceview.c: (ieditor_set_auto_indent),
8288 (ieditor_get_attributes), (ieditor_iface_init):
8289 Added ianjuta_editor_set_auto_indent to disable auto-indent from language support
8292 * plugins/sourceview/sourceview.glade:
8293 Fixed sourceview preference window
8295 2007-01-28 Naba Kumar <naba@gnome.org>
8297 * src/anjuta.glade, src/anjuta.c, src/main.c, src/anjuta.h:
8298 Implemented --no-files and --no-session command line options and
8299 corresponding preferernces checkboxes in General tab.
8301 2007-01-28 Johannes Schmid <jhs@gnome.org>
8303 * plugins/subversion/plugin.c:
8304 * plugins/subversion/plugin.h:
8305 * plugins/subversion/svn-notify.c: (svn_show_info),
8306 (show_svn_error), (on_svn_notify):
8307 * plugins/subversion/svn-notify.h:
8308 * plugins/subversion/svn-thread.c: (create_message_view),
8310 Fixed error handling and fixed #394216 – No indication of subversion commands running
8312 * plugins/tools/execute.c: (atp_output_context_print):
8313 Show name of tool in message pane
8315 2007-01-28 Naba Kumar <naba@gnome.org>
8317 * configure.in, plugins/glade/plugin.c: Make it work with
8318 glade svn. Based on patch from Vincent Geddes. Fixes bug #400833.
8320 * configure.in, src/Makefile.am: Cleaned up dead codes. Added ldflags
8321 from devhelp (won't work untill devhelp is fixed: bug #341170).
8323 * plugins/symbol-browser/an_symbol_prefs.c: Code cleanup.
8325 2007-01-26 Sebastien Granjoux <seb.sfo@free.fr>
8327 Reviewed by Naba Kumar <naba@gnome.org>:
8328 * libanjuta/interfaces/libanjuta.idl,
8329 plugins/debug-manager/debugger.c,
8330 plugins/debug-manager/start.c,
8331 plugins/gdb/plugin.c,
8332 plugins/gdb/debugger.c,
8333 plugins/gdb/debugger.h:
8334 Fix a bug when launching gdb
8335 Set the terminal for the debugged program on the command line.
8337 2007-01-26 Johannes Schmid <jhs@gnome.org>
8339 * plugins/sourceview/anjuta-document-saver.c:
8340 (anjuta_document_saver_save):
8341 * plugins/sourceview/anjuta-document.c: (document_saver_saving):
8342 * plugins/sourceview/sourceview.c: (save_if_modified),
8343 (on_document_saved), (ifile_savable_save), (ifile_savable_save_as):
8344 Proper error handling, for example if a file was modified externally. Use backup files
8345 to avoid data-loss on disk full.
8347 2007-01-24 Naba Kumar <naba@gnome.org>
8349 * plugins/devhelp/htmlview.c: Fixed crash during project load.
8350 Fixed mem leak and source leak.
8352 2007-01-24 Sebastien Granjoux <seb.sfo@free.fr>
8354 Reviewed by Naba Kumar <naba@gnome.org>:
8355 * plugins/debug-manager/debug_tree.c,
8356 plugins/debug-manager/debug_tree.h,
8357 plugins/debug-manager/watch.c:
8358 Partial rewrite of the variable object code, find and fix a few bugs
8359 Fix bug #395808: gdb can still crash but children are listed
8360 on request only so you can avoid the crash
8362 2007-01-24 Naba Kumar <naba@gnome.org>
8364 * (added) plugins/symbol-browser/anjuta-symbol-locals.c,
8365 (added) plugins/symbol-browser/anjuta-symbol-locals.h,
8366 plugins/symbol-browser/plugin.h,
8367 plugins/symbol-browser/plugin.c,
8368 plugins/symbol-browser/Makefile.am: Added current file (local)
8369 symbols view (Seriously getting bored with the browse toolbar).
8371 2007-01-22 Naba Kumar <naba@gnome.org>
8373 Patch from Gabor Kelemen:
8374 * po/POTFILES.in: Added .plugin.in files.
8376 2007-01-21 Yang Hong <yanghong@ccoss.com.cn>
8378 Reviewed by Naba Kumar <naba@gnome.org>:
8379 * plugins/document-manager/anjuta-docman.c,
8380 plugins/message-view/anjuta-msgman.c
8381 Set right alignment to the label widget in the tab title.
8383 2007-01-21 Naba Kumar <naba@gnome.org>
8385 * libegg/egg-combo-action.c: Fixed mode line.
8386 * manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
8387 manuals/reference/libanjuta/tmpl/plugins.sgml: Updated.
8389 2007-01-21 Armin Burgmeier <armin@arbur.net>
8391 Reviewed by Naba Kumar <naba@gnome.org>:
8392 * plugins/class-gen/plugin.c: Prompt for target before actually
8393 generating the class files. This ensures that the files are created in
8394 the correct directory. Fixes bug #397406.
8396 * plugins/class-gen/window.c: Set browse buttons to insensitive when
8397 the class is added to the project.
8399 2007-01-21 Naba Kumar <naba@gnome.org>
8401 * libanjuta/anjuta-plugin-description.c,
8402 libanjuta/anjuta-ui.h,
8403 libanjuta/anjuta-status.c,
8404 libanjuta/anjuta-plugin-description.h,
8405 libanjuta/cell-renderer-captioned-image.c,
8406 libanjuta/anjuta-plugin-handle.c,
8407 libanjuta/anjuta-status.h,
8408 libanjuta/resources.c,
8409 libanjuta/cell-renderer-captioned-image.h,
8410 libanjuta/glue-cpp.c,
8411 libanjuta/anjuta-plugin-handle.h,
8412 libanjuta/anjuta-plugin.c,
8413 libanjuta/anjuta-preferences-dialog.c,
8414 libanjuta/libanjuta.h,
8415 libanjuta/resources.h,
8416 libanjuta/glue-cpp.h,
8417 libanjuta/anjuta-plugin.h,
8418 libanjuta/anjuta-preferences-dialog.h,
8419 libanjuta/anjuta-plugin-manager.c,
8420 libanjuta/anjuta-shell.c,
8421 libanjuta/anjuta-plugin-manager.h,
8422 libanjuta/anjuta-shell.h,
8423 libanjuta/anjuta-save-prompt.c,
8424 libanjuta/anjuta-save-prompt.h,
8425 libanjuta/anjuta-children.c,
8426 libanjuta/anjuta-utils.c,
8427 libanjuta/anjuta-profile.c,
8428 libanjuta/anjuta-preferences.c,
8429 libanjuta/anjuta-launcher.c,
8430 libanjuta/anjuta-utils.h,
8431 libanjuta/anjuta-profile.h,
8432 libanjuta/anjuta-launcher.h,
8433 libanjuta/anjuta-ui.c: Updated file headers.
8435 * po/POTFILES.in: Updated.
8437 * libanjuta/anjuta-marshal.list,
8438 (added) libanjuta/anjuta-plugin-handle.c,
8439 (added) libanjuta/anjuta-plugin-handle.h,
8440 (added) libanjuta/anjuta-plugin-manager.c,
8441 (added) libanjuta/anjuta-plugin-manager.h,
8442 libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
8443 (added) libanjuta/anjuta-profile.c,
8444 (added) libanjuta/anjuta-profile.h,
8445 (renamed) libanjuta/plugins.c, (renamed) libanjuta/plugins.h,
8446 libanjuta/Makefile.am, src/anjuta-app.c, src/anjuta-app.h,
8447 src/shell.c, src/about.c, src/shell.h, src/anjuta.c, src/main.c,
8448 src/action-callbacks.c: Implemented AnjutaPluginManager
8449 class based on old plugins.[ch]. Implemented AnjutaProfile as
8450 prelimanary profiles implementation. Implemented AnjutaPluginHandle
8451 class to represent plugins (not to be confused with plugin objects).
8452 Added a method anjuta_shell_get_plugin_manager() in AnjutaShell and
8453 implemented it in AnjutaApp and AnjutaTestShell.
8454 De-globalized plugin management and several clean ups.
8456 * plugins/file-loader/plugin.c, plugins/symbol-browser/plugin.c,
8457 plugins/debug-manager/debugger.c, plugins/debug-manager/plugin.c,
8458 plugins/search/search-replace.c, plugins/terminal/terminal.c,
8459 plugins/project-import/project-import.c,
8460 plugins/profile-default/plugin.c, plugins/profile-default/plugin.h,
8461 plugins/document-manager/plugin.c, plugins/file-manager/plugin.c:
8462 Fixed plugins for the change in API.
8464 * libanjuta/anjuta-utils.c: Fixed a crash bug when saving an empty
8467 * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml: Updated.
8469 2007-01-19 Sebastien Granjoux <seb.sfo@free.fr>
8471 Reviewed by Naba Kumar <naba@gnome.org>:
8472 * libanjuta/anjuta-launcher.c,
8473 libanjuta/anjuta-launcher.h:
8474 Add a new function anjuta_set_terminate_on_exit to close the i/o
8475 channel when the child exit
8476 Return directly the status and not the exit code in child-exited
8479 * plugins/gdb/debugger.c:
8480 Use new function in debugger plugin
8482 2007-01-18 Johannes Schmid <jhs@gnome.org>
8484 * src/about.c: Do not show empty license information instead hide the button (#397883)
8486 2007-01-15 Johannes Schmid <jhs@gnome.org>
8488 * plugins/project-manager/plugin.c:
8489 * plugins/project-wizard/templates/python.wiz
8490 * plugins/project-wizard/templates/python/src/Makefile.am.tpl:
8492 Fixed #335235 python programs are not executeable/ do not start when pressing F3
8493 You will also need latest gnome-build svn
8495 === anjuta 2.1.0 ===
8497 2007-01-14 Naba Kumar <naba@gnome.org>
8499 * configure.in: Removed reference of mkfile project
8500 template to fix distcheck build error.
8503 * configure.in: Bumped version to 2.1.0 for beta release.
8504 * plugins/symbol-browser/an_symbol_view.c: Fixed Bug #396571: Anjuta
8505 crashes as soon as editing starts in normal text files.
8507 2007-01-14 Johannes Schmid <jhs@gnome.org>
8511 Applied http://live.gnome.org/GnomeGoals/PoLinguas
8514 Patch from Massimo Cora' to hopefully fix #395362
8516 * plugins/project-wizard/templates/*:
8518 Fixed and tested all project-wizards. Deactivated mkfile project because
8519 it was totally broken and I don't see any real use for it.
8520 Applied http://live.gnome.org/GnomeGoals/PoLinguas to all projects
8522 2007-01-14 Naba Kumar <naba@gnome.org>
8524 * NEWS: Updated for release.
8526 * libanjuta/anjuta-launcher.c: Fixed a possible timer leak.
8528 * libanjuta/interfaces/libanjuta.idl,
8529 plugins/editor/text_editor_cbs.c,
8530 plugins/editor/text_editor.c: Added 'changed' signal in IAnjutaEditor
8531 interface and implemented it for scintilla.
8533 * plugins/editor/text-editor.c: Fixed highlighing issues when
8534 used with indicators (particularly when the file is just opened).
8535 Fixes bug #377477 – when debugging, scintilla editor grays out all
8536 lines before current line.
8538 * plugins/build-basic-autotools/build-basic-autotools.[ch]:
8539 Maintain a separate list of indicated edtitors for separate contexts.
8540 Fixes bug 342717 - Build errors redisplayed AFTER a successful build.
8542 2007-01-12 Sebastien Granjoux <seb.sfo@free.fr>
8544 Reviewed by Naba Kumar <naba@gnome.org>:
8545 * plugins/debug-manager/plugin.c:
8546 Bug fix: breakpoints cannot be added after stopping the debugger
8548 2007-01-13 Naba Kumar <naba@gnome.org>
8550 * NEWS: Updated for release.
8552 2007-01-12 Johannes Schmid <jhs@gnome.org>
8554 * plugins/project-wizard/anjuta-plugin/src/Makefile.am.tpl:
8555 * plugins/project-wizard/cpp/src/Makefile.am.tpl:
8556 * plugins/project-wizard/gcj/src/Makefile.am.tpl:
8557 * plugins/project-wizard/gnome/src/Makefile.am.tpl:
8558 * plugins/project-wizard/gtk/src/Makefile.am.tpl:
8559 * plugins/project-wizard/gtkmm/src/Makefile.am.tpl:
8560 * plugins/project-wizard/terminal/src/Makefile.am.tpl:
8561 * plugins/project-wizard/wxwin/src/Makefile.am.tpl:
8562 * plugins/project-wizard/xlib/src/Makefile.am.tpl:
8563 * plugins/project-wizard/xlib-dock/src/Makefile.am.tpl:
8565 Fixed #395767: Changed PACKAGE_LIBS and PACKAGE_CFLAGS to
8566 [+NameCUpper+]_CFLAGS/LIBS in Makefile.am.tpl
8568 * plugins/sourceview/sourceview.c:
8569 Use gtk_text_buffer_get_slice() instead of gtk_text_buffer_get_text because we rely
8570 on character positions.
8572 2007-01-12 Naba Kumar <naba@gnome.org>
8575 plugins/project-manager/plugin.c,
8576 plugins/profile-default/plugin.c,
8577 libanjuta/anjuta-status.c,
8578 libanjuta/anjuta-status.h: Introduced an API for application title
8579 in AnjutaStatus. Set application title to project name.
8581 2007-01-11 Massimo Cora' <maxcvs@email.i>
8583 Reviewed by Naba Kumar <naba@gnome.org>:
8584 * tagmanager/Makefile.am,
8585 plugins/symbol-browser/Makefile.am: removed installation for
8588 2007-01-11 Sebastien Granjoux <seb.sfo@free.fr>
8590 Reviewed by Naba Kumar <naba@gnome.org>:
8591 * plugins/debug-manager/start.h,
8592 plugins/debug-manager/start.c,
8593 plugins/debug-manager/anjuta-debug-manager.ui,
8594 plugins/debug-manager/plugin.c:
8595 Partial fix for bug #392537
8597 * plugins/debug-manager/disassemble.c:
8600 2007-01-11 Naba Kumar <naba@gnome.org>
8602 * src/anjuta.c: Load project seperately from session,
8603 so that project session is also loaded.
8605 * plugins/profile-default/plugin.c: Load project in new
8606 anjuta if there already is one loaded currently (disabled
8609 * plugins/editor/aneditor.cxx: Disconnect focus in/out
8610 signals when editor is destroyed. Fixes a crash bug.
8612 * plugins/editor/text_editor.c: Do not mark line in
8613 ianjuta_editor_goto_line() implementation.
8615 * plugins/search/search-replace.c: Always check for markable
8616 interface availablility because its optional for an editor.
8618 * plugins/document-manager/goto_line.c,
8619 plugins/document-manager/action-callbacks.c: Mark lines for
8620 goto line commands (from dialog and from menu entry box).
8622 * plugins/file-manager/plugin.c, plugins/file-manager/plugin.h,
8623 plugins/file-manager/an_file_view.c: Expand file manager
8624 nodes in idle loop, one at a time. Did as a possible work
8625 around for bug #361763, but it didn't make any difference.
8626 However, it could still be useful in situations where there
8629 * libanjuta/anjuta-serializer.c: Avoid an unnecessary warning.
8631 2007-01-11 Naba Kumar <naba@gnome.org>
8633 * plugins/editor/scintilla/LineMarker.h,
8634 plugins/editor/scintilla/LexBasic.cxx,
8635 plugins/editor/scintilla/LexHTML.cxx,
8636 plugins/editor/scintilla/include/SciLexer.h,
8637 plugins/editor/scintilla/include/Scintilla.h,
8638 plugins/editor/scintilla/include/Scintilla.iface,
8639 plugins/editor/scintilla/include/ScintillaWidget.h,
8640 plugins/editor/scintilla/LexBash.cxx,
8641 plugins/editor/scintilla/PlatGTK.cxx,
8642 plugins/editor/scintilla/ViewStyle.h,
8643 plugins/editor/scintilla/Editor.cxx,
8644 plugins/editor/scintilla/StyleContext.h,
8645 plugins/editor/scintilla/LexCPP.cxx,
8646 plugins/editor/scintilla/Converter.h,
8647 plugins/editor/scintilla/LexAU3.cxx,
8648 plugins/editor/scintilla/Editor.h,
8649 plugins/editor/scintilla/LexPerl.cxx,
8650 plugins/editor/scintilla/LexVB.cxx,
8651 plugins/editor/scintilla/ScintillaGTK.cxx,
8652 plugins/editor/scintilla/ViewStyle.cxx,
8653 plugins/editor/scintilla/PropSet.cxx,
8654 plugins/editor/scintilla/LexSQL.cxx,
8655 plugins/editor/scintilla/ScintillaBase.cxx: Updated scintilla to
8658 2007-01-11 Armin Burgmeier <armin@arbur.net>
8660 Reviewed by Naba Kumar <naba@gnome.org>:
8661 * plugins/class-gen/element-editor.c: Scroll to a cell if it is
8662 selected for editing. This fixes bug #394218.
8664 * plugins/class-gen/plugin.c: Do not use project's root URI as project
8665 name if said URI is not known.
8667 * plugins/class-gen/window.c: When stripping function prefix away,
8668 include the trailing underscore because it is already set by the
8671 * plugins/class-gen/transform.c: Include "const char*" and "const
8672 gchar*" in the list for transforming a default C type to a GType.
8673 Don't access invalid memory when writing pointer_str in
8674 cg_transform_first_argument.
8676 2007-01-11 Naba Kumar <naba@gnome.org>
8678 * pixmaps/anjuta.png, (renamed) pixmaps/anjuta_icon.svg
8679 pixmaps/anjuta.svg, pixmaps/Makefile.am,
8680 (renamed) pixmaps/anjuta_icon.png, src/main.c,
8681 libegg/test-actions.c, anjuta.desktop.in.in,
8682 anjuta.prj: Renamed application icon to 'anjuta.png' from
8683 'anjuta_icon.png'. Added more fields in desktop file.
8685 * mime/anjuta.xml: Added magic section.
8687 * (removed) mime/anjuta.applications,
8688 (removed) mime/anjuta.mime, mime/Makefile.am,
8689 (removed) mime/anjuta.keys,
8690 mime/gnome-mime-application-x-anjuta.svg: Removed deprecated mime
8691 registeration and added scalable icon. Also fixes bug #393680
8693 2007-01-09 Curtis Magyar <curtm4n@gmail.com>
8695 Reviewed by Naba Kumar <naba@gnome.org>:
8696 * libanjuta/anjuta-status.c: fixed anjuta_status_progress_tick()
8697 and anjuta_status_progress_add_ticks() to check for progressbar
8698 being realized before trying to update it.
8700 2007-01-10 Naba Kumar <naba@gnome.org>
8702 * tagmanager/tm_workspace.c,
8704 plugins/debug-manager/Makefile.am,
8705 plugins/tools/scripts/Makefile.am,
8706 plugins/class-gen/plugin.c,
8707 plugins/class-gen/Makefile.am,
8708 global-tags/Makefile.am: Fixed make distcheck.
8710 * plugins/debug-manager/attach_process.c,
8711 plugins/debug-manager/attach_process.h,
8712 plugins/class-gen/action-callbacks.h,
8713 plugins/class-gen/action-callbacks.c,
8714 plugins/class-gen/class_gen.h,
8715 plugins/class-gen/class_gen.c: Deleted unused/old files.
8717 * (removed) scintilla, (added) plugins/editor/scintilla,
8718 plugins/editor/scintilla/lexers.make,
8719 plugins/editor/scintilla/Makefile.am,
8720 plugins/editor/Makefile.am
8721 configure.in, manuals/reference/libanjuta/Makefile.am
8722 Makefile.am: Moved scintilla to its right place.
8724 2007-01-09 Naba Kumar <naba@gnome.org>
8726 * plugins/profile-default/plugin.c: Save project session before
8727 a new one is opened.
8729 * plugins/project-manager/plugin.c,
8730 plugins/project-manager/plugin.h,
8731 plugins/project-manager/anjuta-project-manager.ui,
8732 plugins/profile-default/plugin.c,
8733 plugins/profile-default/plugin.h,
8734 plugins/profile-default/Makefile.am,
8735 (added) plugins/profile-default/anjuta-default-profile.ui,
8736 manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
8737 libanjuta/interfaces/libanjuta.idl: Reverted back incomplete
8738 multiple projects support.
8740 2007-01-06 Armin Burgmeier <armin@arbur.net>
8742 Reviewed by Naba Kumar <naba@gnome.org>
8743 * plugins/class-gen/combo-flags.h:
8744 * plugins/class-gen/combo-flags.c: Added CgComboFlagsSelectionType
8745 enum, added a type parameter to selected signal. Select highlighted
8746 entry when pressing enter (but not unselect it if it was already
8747 selected) before closing the popup. Also accept input when clicking
8750 * plugins/class-gen/cell-renderer-flags.c: Do appropriate action
8751 according to selection type.
8753 * libanjuta/anjuta-marshal.list: Changed VOID:BOXED marshaller to
8756 2007-01-08 Johannes Schmid <jhs@gnome.org>
8758 * plugins/project-wizard/templates/gtkmm/configure.in.tpl
8759 * plugins/project-wizard/templates/gtkmm/Makefile.am
8760 * plugins/project-wizard/templates/python/configure.ac.tpl
8761 * plugins/project-wizard/templates/python/configure.in.tpl
8762 * plugins/project-wizard/templates/python/Makefile.am
8763 * plugins/project-wizard/templates/cpp/configure.ac.tpl
8764 * plugins/project-wizard/templates/cpp/configure.in.tpl
8765 * plugins/project-wizard/templates/cpp/Makefile.am
8766 * plugins/project-wizard/templates/terminal.wiz
8767 * plugins/project-wizard/templates/xlib-dock.wiz
8768 * plugins/project-wizard/templates/wxwin.wiz
8769 * plugins/project-wizard/templates/java.wiz
8770 * plugins/project-wizard/templates/xlib/configure.ac.tpl
8771 * plugins/project-wizard/templates/xlib/configure.in.tpl
8772 * plugins/project-wizard/templates/xlib/Makefile.am
8773 * plugins/project-wizard/templates/gcj/configure.ac.tpl
8774 * plugins/project-wizard/templates/gcj/configure.in.tpl
8775 * plugins/project-wizard/templates/gcj/Makefile.am
8776 * plugins/project-wizard/templates/terminal/configure.ac.tpl
8777 * plugins/project-wizard/templates/terminal/configure.in.tpl
8778 * plugins/project-wizard/templates/terminal/Makefile.am
8779 * plugins/project-wizard/templates/terminal/autogen.sh
8780 * plugins/project-wizard/templates/wxwin/configure.ac.tpl
8781 * plugins/project-wizard/templates/wxwin/configure.in.tpl
8782 * plugins/project-wizard/templates/wxwin/Makefile.am
8783 * plugins/project-wizard/templates/gnome.wiz
8784 * plugins/project-wizard/templates/java/configure.ac.tpl
8785 * plugins/project-wizard/templates/java/configure.in.tpl
8786 * plugins/project-wizard/templates/java/Makefile.am
8787 * plugins/project-wizard/templates/anjuta-plugin.wiz
8788 * plugins/project-wizard/templates/gtkmm.wiz
8789 * plugins/project-wizard/templates/python.wiz
8790 * plugins/project-wizard/templates/cpp.wiz
8791 * plugins/project-wizard/templates/gtk.wiz
8792 * plugins/project-wizard/templates/gcj.wiz
8793 * plugins/project-wizard/templates/anjuta-plugin/configure.ac.tpl
8794 * plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl
8795 * plugins/project-wizard/templates/anjuta-plugin/Makefile.am:
8797 Starting fixing of all project wizards:
8798 - rename configure.in to configure.ac
8799 - use proper names for PKG_CONFIG_PATH variables instead of just 'PACKAGE'
8800 - fix AC_INIT and AM_INIT_AUTOMAKE to use the correct project names
8803 * TODO.task: Added bug number to bounty
8805 2007-01-07 Johannes Schmid <jhs@gnome.org>
8807 * plugins/build-basic-autotools.c:
8808 Fixed #392290 – Missed install as root option in project manager
8810 2007-01-07 Johannes Schmid <jhs@gnome.org>
8812 * plugins/sourceview/sourceview.c:
8813 Fixed #388731 – Odd editor behaviour after performing block-text operations
8814 Fixed #388727 – Block-tab does not work
8816 * plugins/sourceview/anjuta-document.h/c:
8817 Removed deprecated has_selection() method which is now in Gtk (>= 2.10)
8820 Require Gtk+ >= 2.10 for sourceview plugin
8822 2007-01-06 Curtis Magyar <curtm4n@gmail.com>
8824 * libanjuta/anjuta-status.c:
8825 Replaced deprecated gtk_widget_draw() with gtk_widget_queue_draw()
8827 2007-01-05 Sebastien Granjoux <seb.sfo@free.fr>
8830 plugins/terminal/terminal.c:
8832 remove support for VTE < 0.9
8834 2007-01-06 Naba Kumar <naba@gnome.org>
8836 * po/POTFILES.in: Updated
8838 2007-01-05 Adam Dingle <adam@medovina.org>
8840 Reviewed by Naba Kumar <naba@gnome.org>:
8841 * plugins/message-view/anjuta-message-manager-plugin.glade:
8842 Fixed bug #377903 (improve message color defaults).
8844 2007-01-05 Naba Kumar <naba@gnome.org>
8846 * TODO.tasks: Completed Bounty bug #359862, Improve class wizard.
8848 2007-01-03 Armin Burgmeier <armin@arbur.net>
8850 Reviewed by Naba Kumar <naba@gnome.org>:
8851 * plugins/symbol-browser/test-class.h: Fixed block ends.
8853 * libanjuta/anjuta-plugin.c: Changed a C++-style-//-comment to a
8854 C-style-block comment.
8856 * plugins/project-wizard/autogen.c: (Hopefully) temporary hack to
8857 allow lists when writing autogen definition files. This is required
8858 for the new class generator. Also fixed a wrong return value in
8859 npw_autogen_write_definition_file and set a GError in
8860 npw_autogen_execute when the output file could not be opened.
8862 * plugins/class-gen/anjuta-class-gen-plugin.glade: New class generator
8865 * plugins/class-gen/Makefile.am: Added templates subdir, removed
8866 goc_template_header and goc_template_source, added top_srcdir to
8867 includes, link against project wizard (also hopefully temporarily),
8868 removed class_gen.h, class_gen.c, action-callbacks.h,
8871 * libanjuta/anjuta-marshal.list: Added VOID:BOXED marshaller.
8873 * plugins/class-gen/cell-renderer-flags.h:
8874 * plugins/class-gen/cell-renderer-flags.c:
8875 * plugins/class-gen/combo-flags.h:
8876 * plugins/class-gen/combo-flags.c:
8877 * plugins/class-gen/element-editor.c:
8878 * plugins/class-gen/element-editor.h:
8879 * plugins/class-gen/generator.c:
8880 * plugins/class-gen/generator.h:
8881 * plugins/class-gen/plugin.h:
8882 * plugins/class-gen/plugin.c:
8883 * plugins/class-gen/transform.c:
8884 * plugins/class-gen/transform.h:
8885 * plugins/class-gen/validator.c:
8886 * plugins/class-gen/validator.h:
8887 * plugins/class-gen/window.c:
8888 * plugins/class-gen/window.h: Rewrote class generator, it now allows
8889 adding of several class elements and uses autogen.
8891 * plugins/class-gen/templates/cc-header.tpl:
8892 * plugins/class-gen/templates/cc-source.tpl:
8893 * plugins/class-gen/templates/go-header.tpl:
8894 * plugins/class-gen/templates/go-source.tpl:
8895 * plugins/class-gen/templates/Makefile.am: Added Autogen templates
8896 for the class generator.
8898 * configure.in: Added plugins/class-gen/templates/Makefile to output.
8900 2007-01-04 Naba Kumar <naba@gnome.org>
8902 Patch from Nick Treleaven:
8903 * tagmanager/tm-tag.c: Fixes Bug #389764 – Tags search do not retrieve
8904 all matching symbols.
8906 Patches from Maik Beckmann and Sébastien Granjoux:
8907 * plugins/profile-default/plugin.c,
8908 plugins/project-manager/plugin.c: Unescape project name. Fixes
8911 2007-01-04 Naba Kumar <naba@gnome.org>
8913 * plugins/glade/plugin.c: Fixed compilation with
8914 older glade-3 version.
8916 Patch from Roland Illig:
8917 libanjuta/anjuta-children.c, libanjuta/anjuta-launcher.c,
8918 plugins/sourceview/anjuta-document-saver.c,
8919 plugins/terminal/terminal.c, src/main.c: Fixed Bug 392699 Some patches
8920 are necessary to build anjuta on NetBSD 3.0
8922 Patch from Sebastien Granjoux <seb.sfo@free.fr>:
8923 * src/anjuta-app.c: Fixed Bug #377767 – resize crashes
8924 window manager in gnome.
8926 2007-01-02 Naba Kumar <naba@gnome.org>
8928 * plugins/glade/plugin.c: Make it work with glade-3 svn.
8930 2006-12-31 Sebastien Granjoux <seb.sfo@free.fr>
8932 Reviewed by Naba Kumar <naba@gnome.org>:
8933 * libanjuta/interfaces/libanjuta.idl,
8934 plugins/debug-manager/Makefile.am,
8935 plugins/debug-manager/anjuta-marshal.list,
8936 plugins/debug-manager/debugger.c,
8937 plugins/debug-manager/sparse_buffer.c,
8938 plugins/debug-manager/sparse_buffer.h,
8939 plugins/debug-manager/sparse_view.c,
8940 plugins/debug-manager/sparse_view.h,
8941 plugins/debug-manager/disassemble.h,
8942 plugins/debug-manager/disassemble.c,
8943 plugins/debug-manager/anjuta-marshal.list,
8944 plugins/debug-manager/plugin.c,
8945 plugins/gdb/debugger.c,
8946 plugins/gdb/debugger.h,
8947 plugins/gdb/plugin.c:
8948 Add a disassembly view window
8950 * plugins/debug-manager/breakpoints.c,
8951 plugins/debug-manager/chunk_view.c,
8952 plugins/debug-manager/locals.c,
8953 plugins/debug-manager/memory.c,
8954 plugins/debug-manager/registers.c,
8955 plugins/debug-manager/stack_trace.c:
8956 Add some debugging information
8958 2006-12-18 Naba Kumar <naba@gnome.org>
8960 * configure.in, plugins/glade/plugin.c: Allow building against both
8961 glade == 3.0.2 and glade > 3.0.2 (~ cvs).
8963 2006-12-03 Naba Kumar <naba@gnome.org>
8965 * TODO.tasks: Marked a bounty completed.
8967 2006-11-24 Adam Dingle <adam@medovina.org>
8969 Reviewed by Naba Kumar <naba@gnome.org>:
8970 * plugins/build-basic-autotools/build-basic-autotools.c,
8971 plugins/debug-manager/watch.c,
8972 plugins/document-manager/plugin.c,
8973 plugins/patch/plugin.c,
8974 plugins/project-manager/plugin.c:
8975 Fixed bug #378879 (several command names need ellipses).
8977 2006-11-22 Sylvain Defresne <sdefresne@gmail.com>
8979 Reviewed by: Naba Kumar <naba@gnome.org>
8980 * plugins/*/*.[ch]: Corrected warnings occuring when compiling with
8981 GCC 4.1.2 (there are only two warnings remaining now when compiling
8984 * plugins/*/*.[ch]: Use class macro for type casting (ANJUTA_PLUGIN_*).
8986 * libanjuta/anjuta-plugin.h: Modification of the ANJUTA_PLUGIN_BEGIN
8987 macro so that the generated function support a NULL plugin parameter.
8989 * plugins/debug-manager/debug_tree.c: Fix an incorrect call to gfree
8990 in debug_tree_find_expression by freeing memory returned by the call
8991 to gtk_tree_model_get instead of the parameter string.
8993 2006-11-26 Sebastien Granjoux <seb.sfo@free.fr>
8995 * plugins/debug-manager/breakpoints.c:
8998 * plugins/debug-manager/anjuta-debug-manager.ui,
8999 plugins/debug-manager/debugger.c,
9000 plugins/debug-manager/plugin.c:
9003 2006-11-21 Sebastien Granjoux <seb.sfo@free.fr>
9005 * libanjuta/anjuta-launcher.c,
9006 plugins/gdb/debugger.c:
9009 2006-11-21 Naba Kumar <naba@gnome.org>
9011 * plugins/search/search_preferences.c: Fixed build break.
9013 2006-11-20 Naba Kumar <naba@gnome.org>
9015 Patch from Kjartan Maraas:
9016 * plugins/cvs-plugin/cvs-interface.c,
9017 plugins/document-manager/plugin.c,
9018 plugins/gtodo/interface.c,
9019 plugins/gtodo/libgtodo.h,
9020 plugins/message-view/anjuta-msgman.c,
9021 plugins/project-wizard/druid.c,
9022 plugins/search/search_preferences.c,
9023 plugins/sourceview/sourceview-prefs.c,
9024 plugins/terminal/terminal.c,
9025 src/start-with.c: Fix a bunch of memory leaks. Fixes bug #377115.
9027 Patch from Przemysław Grzegorczyk:
9028 * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
9029 plugins/subversion/anjuta-subversion.glade: Enable files in
9030 fileselection dialog. Fixes bug #376031.
9032 2006-11-17 Adam Dingle <adam@medovina.org>
9034 Reviewed by: Naba Kumar <naba@gnome.org>
9035 * plugins/build-basic-autotools/build-basic-autotools.c
9036 * plugins/class-gen/anjuta-class-gen.plugin.in
9037 * plugins/debug-manager/breakpoints.c
9038 * plugins/debug-manager/plugin.c
9039 * plugins/devhelp/plugin.c
9040 * plugins/document-manager/plugin.c
9041 * plugins/gdb/debugger.c
9042 * plugins/glade/anjuta-glade.plugin.in
9043 * plugins/gtodo/plugin.c
9044 * plugins/language-support-cpp-java/plugin.c
9045 * plugins/message-view/plugin.c
9046 * plugins/project-import/anjuta-project-import.glade
9047 * plugins/project-import/anjuta-project-import.plugin.in
9048 * plugins/search/plugin.c
9049 * plugins/tools/scripts/tools-2.xml.in
9050 * plugins/valgrind/plugin.c
9051 * src/anjuta-actions.h:
9052 Fixed bug #376335 "menu items should be capitalized". Minor
9055 2006-11-20 Naba Kumar <naba@gnome.org>
9057 * configure.in: Fixed build.
9059 Patch from: Arjan Timmerman
9060 *configure.in: Make subvesion plugin build for apr 1.x.
9063 2006-11-20 Johannes Schmid <jhs@gnome.org>
9067 Removed patches from Sylvain and Günther. They caused not problems but
9068 Naba was against them.
9070 2006-11-20 Johannes Schmid <jhs@gnome.org>
9072 * Removed me from MAINTAINERS
9074 2006-11-14 Günther Brammer <GBrammer@gmx.de>
9077 Use apr-1 instead of apr-0
9079 2006-11-14 Sylvain Defresne <sdefresne@gmail.com>
9081 * global-tags/create_global_tags.sh.in: Correct a bug when environment
9082 variable $PKG_CONFIG_PATH point to an empty or non-existent directory,
9083 and another bug occuring when parsing .pc file containing quotes.
9085 2006-11-13 Sylvain Defresne <sdefresne@gmail.com>
9087 * plugins/*/*.[ch]: Use class macro for type casting.
9089 * plugins/*/*.[ch]: Corrected warnings occuring when compiling with
9090 GCC 4.1.2 (there are only two warnings remaining now when compiling
9093 * plugins/debug-manager/debug_tree.c: corrected a invalid free and
9094 a memory leak in debug_tree_find_expression; g_free was called on
9095 the parameter instead of the memory allocated by gtk_tree_model_get.
9097 * libanjuta/anjuta-plugin.h: updated the ANJUTA_PLUGIN_BEGIN macro
9098 to declare and initialize the global type variable of the plugin.
9100 2006-10-31 Naba Kumar <naba@gnome.org>
9102 * global-tags/create_global_tags.sh.in: Added an end message.
9104 * libanjuta/anjuta-launcher.h: Fixed indentation.
9106 * plugins/symbol-browser/an_symbol_prefs.c: Fixed system tags
9107 creation to a) append the messages in right way, b) Connect signals
9108 to the view properly and c) Recreate the system-tags.cache at the
9109 end of the generation.
9111 * plugins/symbol-browser: Fixed action path (double
9112 click on sysmbols was not working).
9114 * libanjuta/anjuta-session.[ch], libanjuta/anjuta-serializer.c:
9115 Fixed typedef and removed dead code.
9117 * tagmanager/c.c: Took the latest version from ctags source
9118 repository, because the one we had (from ctags 5.6) was broken.
9120 * global_tags/create_global_tags.sh.in: Reverted the patch from
9121 Sylvain because it was not right fix (and added a helpful comment).
9122 Used /bin/bash to fix the bashism and generated separate log files
9123 for each tag files in the same directory.
9125 2006-10-29 Naba Kumar <naba@gnome.org>
9127 * plugins/editor/text_editor.c: Use a temporary file
9128 to save the editor and move it at the end to original
9129 file. This will prevent data corruption if file save
9130 failed for any reason. Also report proper errors when
9131 file save fails. Fixes bug #346575.
9133 2006-10-26 Naba Kumar <naba@gnome.org>
9135 * plugins/document-manager/anjuta-docman.c: Do not load
9136 the same files with different path more than once (happens
9137 with symlinked files). Fixes Bug #323591.
9139 2006-10-25 Naba Kumar <naba@gnome.org>
9141 * plugins/valgrind/vgactions.c: Fixed a warning.
9143 2006-10-25 Sylvain Defresne <sdefresne@gmail.com>
9145 Reviewed by Naba Kumar <naba@gnome.org>:
9147 * plugins/valgrind/vgtoolview.c:
9148 Correct memory leaks in vg_tool_view_set_{argv,srcdir}.
9150 * plugins/valgrind/bugged-prg-test.c:
9151 No more warning during compilation with GCC 4.1.
9152 Program is still buggy in order to be used as a test of the
9155 * plugins/valgrind/ldd.c plugins/valgrind/parser.c
9156 plugins/valgrind/preferences.c plugins/valgrind/symtab.c
9157 plugins/valgrind/vgdefaultview.c plugins/valgrind/vgerror.c
9158 plugins/valgrind/vgrule.c:
9159 No more warning during compilation with GCC 4.1.
9161 * plugins/valgrind/plugin.c:
9162 Correct call to vg_tool_view_set_{argv,srcdir} to conform to
9163 prototype (was missing from previous patch).
9165 2006-10-24 Naba Kumar <naba@gnome.org>
9167 * plugins/glade/plugin.c: Show glade tree view, not list view.
9169 * plugins/glade/plugin.c: Fixed crash when Anjuta is
9170 exited with glade plugin still loaded. Fixes Bug #364755.
9172 * plugins/document-manager/anjuta-document-manager.plugin.in:
9173 Added application/x-reject in accepted mime-types.
9175 * Changelog: Fixed changelog alignments.
9177 2006-10-24 Sylvain Defresne <sdefresne@gmail.com>
9179 Reviewed by: Naba Kumar <naba@gnome.org>
9181 * plugins/valgrind/menu-utils.c plugins/valgrind/plugin.c
9182 plugins/valgrind/plugin.h plugins/valgrind/preferences.c
9183 plugins/valgrind/vgactions.c plugins/valgrind/vgcachegrindprefs.c
9184 plugins/valgrind/vgdefaultview.c plugins/valgrind/vggeneralprefs.c
9185 plugins/valgrind/vghelgrindprefs.c plugins/valgrind/vgmemcheckprefs.c
9186 plugins/valgrind/vgrule-editor.c plugins/valgrind/vgrule-list.c
9187 plugins/valgrind/vgsearchbar.c:
9188 Use class macro for type casting.
9190 * plugins/valgrind/plugin.h:
9191 Don't force cast a GtkActionGroup to a GtkAction.
9193 * plugins/valgrind/plugin.c:
9194 Use correct API to get path of the preoject root when building
9195 the list of targets for the run action.
9196 Correct ordering of the construction of the preferences widgets.
9197 Only remove the valgrind widget if it is currently displayed.
9199 * plugins/valgrind/vgactions.c plugins/valgrind/vgactions.h:
9200 Return if check_valgrind_binary() fails.
9201 The ValgrindPluginPrefs object is initialized after the call to
9202 vg_action_new. Take a handle to the location of the pointer to
9205 2006-10-24 Naba Kumar <naba@gnome.org>
9207 * HACKING: Updated coding sample.
9209 Patch from: Armin Burgmeier <armin@arbur.net>
9210 * plugins/symbol-browser/test-class.h,
9211 plugins/editor/aneditor-autocomplete.cxx: Fixed block ends.
9213 2006-10-22 Sylvain Defresne <sdefresne@gmail.com>
9215 * plugins/valgrind/plugin.c plugins/valgrind/vgtoolview.c
9216 * plugins/valgrind/vgtoolview.h:
9217 Correctly handle the argv / srcdir of vg_tool_view object. Do
9218 not leak memory associated with those arrays.
9220 * plugins/symbol-browser/an_symbol_prefs.c:
9221 Support unloading / reloading of the module (for example when
9222 closing a project and opening another one).
9224 * plugins/project-manager/plugin.c:
9225 Remove plugin widget before removing plugin itself, preventing
9226 a crash with valgrind plugin.
9228 * libanjuta/anjuta-preferences-dialog.c:
9229 Do not use the page_num returned by gtk_notebook_append_page to
9230 remove the page as it cause bugs when pages removal is not done
9233 * plugins/document-manager/anjuta-docman.c:
9234 Fix some GTK+ warnings.
9236 * global-tags/create_global_tags.sh.in:
9237 Rewrite script to remove bash-ism and use pkg-config directly
9238 instead of parsing the *.pc file by hand. This solve problems
9239 that occurred when one of the directory in PKG_CONFIG_PATH is
9242 2006-10-22 Arjan Timmermann <arjan@southfly.nl>
9244 * plugins/glade/plugin.c: Fix build (#363884)
9246 2006-10-22 Johannes Schmid <jhs@gnome.org>
9248 * plugins/file-manager/an_file_view.c:
9249 * plugins/file-manager/plugin.c:
9250 * plugins/file-manager/plugin.h:
9251 Fix possible crasher when changing project-root uri when we try to restore open nodes
9254 2006-10-19 Naba Kumar <naba@gnome.org>
9256 Patch from: Juan Pablo Ugarte
9257 * plugins/glade/plugin.c: Include glade header
9260 2006-10-15 Sebastien Granjoux <seb.sfo@free.fr>
9262 * plugins/debug-manager/Makefile.am,
9263 plugins/debug-manager/sexy-icon-entry.h,
9264 plugins/debug-manager/sexy-icon-entry.c,
9265 plugins/debug-manager/dataview.c:
9266 Fix bug #358134 (Goto memory prompt)
9267 Use sexy-icon-entry from libsexy 0.1.10
9269 * plugins/debug-manager/debugger.c,
9270 plugins/debug-manager/plugin.c,
9271 plugins/debug-manager/start.c,
9272 plugins/gdb/debugger.c,
9273 plugins/gdb/plugin.c:
9274 Better error handling when starting and stopping debugger
9276 2006-10-13 Maik Beckmann <maik@eigenco.de>
9278 * src/action_callbacks.c:
9279 Fixed bug #361830 (AboutDialog does not close) which is caused
9280 due to a change in Gtk+ 2.10
9282 2006-10-12 Adam Dingle <adam@medovina.org>
9284 * libanjuta/plugins.c: Fixed bug #357537 (allow double click in plugin selection dialog).
9286 * plugins/search/search-replace.c:
9287 Fixed bug #358068 (indicate when Find in Files is complete)
9289 * src/action-callbacks.c: fixed bug #357542 (plugins window is too narrow)
9291 * plugins/sourceview/sourceview-prefs.c:
9292 * plugins/sourceview/sourceview.glade:
9293 Fixed bug #359663 (make line highlighting optional in GtkSourceView editor).
9295 * manuals/xmldocs.make: fixed bug #359730 (Anjuta can't launch help files).
9297 * plugins/devhelp/plugin.c:
9298 * plugins/search/plugin.c:
9299 Fixed bug #359750 (fix find/replace shortcut keys).
9301 * plugins/document-manager/plugin.c: fixed bug #351387 (don't
9302 use Alt+key for shortcuts)
9304 * plugins/debug-manager/debug_tree.c:
9305 * plugins/debug-manager/debugger.c:
9306 Fixed bug #359317 (can't load debug manager)
9308 * /plugins/document-manager/plugin.c:
9309 Fixed bug #359259 (highlight modes listed in reverse
9310 alphabetical order).
9312 2006-10-10 Johannes Schmid <jhs@gnome.org>
9314 * plugins/glade/plugin.c:
9315 Add scrollbars to glade project window
9317 2006-10-10 Johannes Schmid <jhs@gnome.org>
9319 * libanjuta/interfaces/Makefile.am.iface:
9320 Fixed Makefile with broke build
9322 2006-10-07 Johannes Schmid <jhs@gnome.org>
9324 * libanjuta/interfaces/anjuta-idl-compiler.pl:
9325 * libanjuta/interfaces/Makefile.iface.am:
9326 Fixed enum types generation
9328 * libanjuta/interfaces/libanjuta.idl:
9329 Fixed some strange typo
9331 2006-10-06 Johannes Schmid <jhs@gnome.org>
9333 * libanjuta/interfaces/Makefile.iface.am:
9334 Fixed enum-types.h generation
9335 * libanjuta/interfaces/libanjuta.idl:
9337 IAnjutaTODO::load should take const gchar* argument
9338 Remove include to libanjuta/e-splash.h which is not installed as header file
9339 Disable get_attributes for now
9341 * pluings/sourceview/sourceview.c: Disabled get_attributes
9343 * plugins/gtodo/plugin.c: itodo_load now with const gchar* argument
9345 2006-10-05 Naba Kumar <naba@gnome.org>
9347 * TODO.tasks: Set 'Improve class widzard' task to assigned.
9348 Set bug id for 'Profiler plugin' task.
9350 2006-10-03 Naba Kumar <naba@gnome.org>
9352 * TODO.tasks: Set 'Profiler plugin' task to assigned. Added new
9353 tasks 'Automated tests for Anjuta' and 'Bug fixing batch #1'
9355 * libanjuta/interfaces/libanjuta.idl, plugins/document-manager/plugin.c,
9356 plugins/project-manager/plugin.c: Added a new API in
9357 IAnjutaDocumentManager called ianjuta_document_manager_remove_editor().
9358 Added some documentation. On project close, close all editors that
9359 has files opened for the project.
9361 * plugins/glade/plugin.c, src/anjuta-app.c: Remove client widgets
9362 from the containers on anjuta_shell_remove_widget(). Do not destroy
9363 glade widgets once created.
9365 2006-10-03 Johannes Schmid <jhs@gnome.org>
9367 * libanjuta/interfaces/anjuta-idl-compiler.pl:
9368 * libanjuta/interfaces/libanjuta.idl:
9369 const-List<> => const List<>
9370 List-free<> => List<>
9372 * Makefile.am: Reenabled launcher
9374 2006-10-03 Johannes Schmid <jhs@gnome.org>
9376 * libanjuta/interfaces/Makefile.am.iface:
9377 Install libanjuta.idl
9379 2006-10-02 Adam Dingle <adam@medovina.org>
9381 * src/action-callbacks.c: fixed bug #357542 (plugins window is too narrow)
9383 2006-10-02 Adam Dingle <adam@medovina.org>
9385 * plugins/editor/style-editor.c: fixed bug #357534
9386 * plugins/gdb/utilities.h: removed 2 unused declarations
9388 2006-10-02 Johannes Schmid <jhs@gnome.org>
9390 * Makefile.am: disabled anjuta-launcher
9391 * libanjuta/Makefile.am:
9393 * libanjuta/anjuta-plugin.c: (anjuta_plugin_class_init):
9394 * libanjuta/glue-factory.c: (glue_factory_add_path),
9395 (glue_factory_get_path):
9396 * libanjuta/plugins.c: (activate_tool), (tool_set_update):
9397 * libanjuta/glue-factory.h:
9398 * libanjuta/glue-cpp.h:
9399 * libanjuta/glue-cpp.c:
9400 Added support for C++ plugins. Those have a Language=C++ tag in their .plugin file
9402 * libanjuta/interfaces/Makefile.am.iface:
9403 * libanjuta/interfaces/anjuta-idl-compiler.pl:
9404 * libanjuta/interfaces/libanjuta.idl:
9405 Add a new features to idl compiler:
9406 List<Type> => List of Type
9407 List-free<Type> => List of Type, it is up to the caller to free items and list
9408 const-List(-free)<Type> = const List of Types
9409 These three all wrap to GList* in C but will be handled differently in C++, Python, etc.
9411 * plugins/class-gen/class_gen.c: (gobject_class_create_code),
9412 (generic_cpp_class_create_code):
9413 Adapted to new project_manager interface
9415 * plugins/gdb/plugin.c: (ivariable_debugger_iface_init):
9416 * plugins/debug-manager/debugger.c:
9417 (ivariable_debugger_iface_init):
9418 Do not use C++ keyword "delete" for interface name
9420 * plugins/document-manager/anjuta-document-manager.plugin.in:
9421 Added m4 to mime-types
9423 * plugins/project-manager/plugin.c:
9424 (iproject_manager_add_source_multi):
9425 Changed interface to use GList instead of GList* (needs new gnome-build CVS)
9427 2006-10-01 Naba Kumar <naba@gnome.org>
9429 * plugins/devhelp/anjuta-devhelp-simple.ui: Added a simple
9430 UI file used when out-of-process devhelp is used instead of
9433 * configure.in, plugins/Makefile.am, plugins/devhelp/Makefile.am,
9434 plugins/devhelp/plugin.c, plugins/devhelp/plugin.h,
9435 plugins/profile-default/default.anjuta: Build devhelp plugin,
9436 but use out-of-process devhelp if devhelp plugin is disabled
9437 (either by user or devhelp is not installed). Disabled devhelp
9438 plugin by default. Added it in default profile.
9440 2006-10-01 Naba Kumar <naba@gnome.org>
9442 * plguins/project-manager/plugin.c: Possible fix for crash
9445 * configure.in, plugins/Makefile.am: Enabled glade plugin and
9446 set dep to last version 3.0.2.
9448 * plugins/cvs-plugin/plugin.c, plugins/file-loader/plugin.c,
9449 plugins/file-loader/plugin.h, plugins/subversion/plugin.c,
9450 plugins/symbol-browser/plugin.c: Use the right action group
9451 for getting popup actions (Fixes lots of assertion failures).
9453 * plugins/project-manager/plugin.c,
9454 plugins/project-manager/plugin.h: use separate action group
9457 * plugins/message-view/plugin.c: Disconnect session load
9458 signal on plugin deactivation (fixes a crash).
9460 2006-09-30 Naba Kumar <naba@gnome.org>
9462 * TODO.tasks: Added a few debugger tasks from Sebastien (two bounties).
9463 * TODO.tasks: Assigned a bounty to Massimo.
9465 2006-09-29 Naba Kumar <naba@gnome.org>
9467 * src/anjuta-app.c, src/shell.c: Fixed build errors.
9469 2006-09-30 Sebastien Granjoux <seb.sfo@free.fr>
9471 * plugins/debug-manager/debugger.c,
9472 plugins/debug-manager/plugin.c,
9473 libanjuta/interfaces/libanjuta.idl:
9474 Add a new abort command to quit debugger without waiting
9476 * plugins/gdb/debugger.c,
9477 plugins/gdb/debugger.h,
9478 plugins/gdb/plugin.c:
9479 Send a signal directly to the debugged program
9480 Implement abort command
9482 * plugins/debug-manager/debug_tree.c:
9485 * plugins/debug-manager/stack-trace.c:
9488 2006-09-29 Naba Kumar <naba@gnome.org>
9490 * TODO.tasks: Updated.
9492 * plugins/gtodo/add_edit_item.c: Fixed text wrapping and item edit
9495 * TODO.tasks: Added more tasks and bounties. Marked a few completed.
9497 * TODO.tasks: Updated in light of the word wrapping fix
9498 in Tasks Manager. Added a test bounty entry.
9500 * TODO.tasks: Added four bounties.
9502 2006-09-28 Naba Kumar <naba@gnome.org>
9504 * libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h:
9505 Added 'customizable' parameter to
9506 anjuta_ui_add_action_group_entries() and similar functions to
9507 allow user configuration of the actions. Filter out actions that
9508 are not configurable items (such as submenu items). Now the
9509 'Customize shortcuts' dialog is much better listed.
9511 * plugins/build-basic-autotools/build-basic-autotools.c,
9512 plugins/build-basic-autotools/build-basic-autotools.h,
9513 plugins/cvs-plugin/plugin.c,
9514 plugins/cvs-plugin/plugin.h,
9515 plugins/debug-manager/breakpoints.c,
9516 plugins/debug-manager/plugin.c,
9517 plugins/debug-manager/stack_trace.c,
9518 plugins/debug-manager/watch.c,
9519 plugins/devhelp/plugin.c,
9520 plugins/document-manager/plugin.c,
9521 plugins/file-loader/plugin.c,
9522 plugins/file-manager/plugin.c,
9523 plugins/glade/plugin.c,
9524 plugins/gtodo/interface.c,
9525 plugins/gtodo/plugin.c,
9526 plugins/language-support-cpp-java/plugin.c,
9527 plugins/macro/plugin.c,
9528 plugins/macro/plugin.h,
9529 plugins/message-view/plugin.c,
9530 plugins/patch/plugin.c,
9531 plugins/profile-default/default.anjuta,
9532 plugins/project-manager/plugin.c,
9533 plugins/project-manager/plugin.h,
9534 plugins/sample1/plugin.c,
9535 plugins/search/plugin.c,
9536 plugins/subversion/plugin.c,
9537 plugins/subversion/plugin.h,
9538 plugins/symbol-browser/plugin.c,
9539 plugins/symbol-browser/plugin.h,
9540 plugins/tools/plugin.c,
9541 plugins/valgrind/plugin.c,
9542 plugins/valgrind/plugin.h: Fixed to take care of above change
9543 in API of AnjutaUI. Properly added/removed action groups in some
9544 plugins. Split action groups into customization and non-customizable
9545 groups and added them separately.
9547 * plugins/document-manager/plugin.c: Close files belonging to
9548 project when project is closed (not complete).
9550 * plugins/gtodo/plugin.c: Enabled wrapping of tasks texts and
9551 vertical aligned cell entries.
9553 * src/anjuta-app.c: Define macros for the placeholder names.
9554 Set default widths and heights of the default placeholders,
9555 so that newly docked widgets are correclty sized.
9557 * plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
9558 plugins/project-wizard/templates/anjuta-plugin/src/plugin.h:
9559 Fixed to generated correct actions addition/removal code.
9561 2006-09-25 Naba Kumar <naba@gnome.org>
9563 * libanjuta/Makefile.am, libanjuta/libanjuta.h,
9564 libanjuta/anjuta-serializer.[ch]: Implemented serialization
9567 * plugins/message-view/anjuta-msgman.c,
9568 plugins/message-view/anjuta-msgman.h,
9569 plugins/message-view/message-view.c,
9570 plugins/message-view/message-view.h,
9571 plugins/message-view/plugin.c: Serialize messages panes in
9572 session save and deserialize them in session load so that
9573 build messages persistant.
9575 2006-09-24 Johannes Schmid <jhs@gnome.org>
9577 * libanjuta/anjuta-utils.c:
9578 * plugins/message-view/message-view.c:
9579 Really fixed #355407
9581 2006-09-23 Sebastien Granjoux <seb.sfo@free.fr>
9583 * libanjuta/interfaces/libanjuta.idl:
9584 Change one variable sign
9586 * plugins/debug-manager/anjuta-debug-manager.glade,
9587 plugins/debug-manager/anjuta-debug-manager.ui:
9588 Few small interface changes
9590 * plugins/debug-manager/debug_tree.h,
9591 plugins/debug-manager/watch.c,
9592 plugins/debug-manager/debugger.c,
9593 plugins/debug-manager/plugin.c
9594 plugins/gdb/debugger.c,
9595 plugins/gdb/plugin.c:
9596 Big rewrite of debugger queue
9597 Allow to cancel command
9599 * plugins/debug-manager/memory.c:
9600 Fix a bug if a command is cancelled
9602 2006-09-23 Bursig Rafal <Bursig_Rafal@mentor.com>
9604 * plugins/gdb/debugger.c,
9605 plugins/debug-manager/debug_tree.c,
9606 plugins/debug-manager/locals.c:
9607 Restore tree representation for local variable
9608 Add argument in local variable list
9609 Use gdb variable object to get all informations
9611 2006-09-19 Naba Kumar <naba@gnome.org>
9613 * libanjuta/anjuta-save-prompt.[c,h]: Added missing files
9614 that implements AnjutaSavePrompt class.
9616 * ChangeLog: Fixed indentation.
9618 * libanjuta/Makefile.am,
9619 libanjuta/anjuta-marshal.list,
9620 libanjuta/anjuta-shell.c,
9621 libanjuta/anjuta-shell.h,
9622 plugins/document-manager/action-callbacks.c,
9623 plugins/document-manager/action-callbacks.h,
9624 plugins/document-manager/anjuta-docman.c,
9625 plugins/document-manager/anjuta-docman.h,
9626 plugins/document-manager/plugin.c,
9627 src/anjuta.c: Impletemnted save prompt dialog to prompt for
9628 unsaved items during exit. A new signal is added in shell
9629 interface called 'save-prompt' to collect all unsaved items.
9630 Create AnjutaSavePrompt class (dialog) to process unsaved items.
9631 Fixed document manager to use the new save-prompt signal in shell
9632 and AnjutaSavePrompt object for unsaved files. Cleaned up
9633 AnjutaDocman to synchronously save new files. Fixed function
9636 2006-09-18 Johannes Schmid <jhs@gnome.org>
9638 * configure.in: Added gdl-gnome-1.0 to depencies and bumped
9639 gdl requirement to 0.7.0
9641 2006-09-18 Johannes Schmid <jhs@gnome.org>
9643 * global-tags/.cvsignore:
9644 * global-tags/Makefile.am:
9645 * global-tags/create_global_tags.sh (removed):
9646 * global-tags/create_global_tags.sh.in (added):
9649 * libanjuta/anjuta-launcher.c:
9652 * plugins/project-manager/plugin.c:
9653 (project_manager_plugin_close_project):
9656 * plugins/symbol-browser/plugin.c: (update_editor_symbol_model):
9659 * src/anjuta-app.c: (on_add_merge_widget), (on_widget_remove):
9660 More reasonable toolbar creation/deletition though it does
9663 2006-09-15 Johannes Schmid <jhs@gnome.org>
9665 * libanjuta/anjuta-utils.c/.h:
9668 2006-09-13 Curtis Magyar <curtm4n@gmail.com>
9670 * scintilla/ScintillaGTK.cxx
9671 Fixed doulbe freeing in Scintilla
9673 2006-09-12 Johannes Schmid <jhs@gnome.org>
9675 * plugins/symbol-browser/an_symbol_prefs.c:
9676 Support unloading / reloading of the module (for example when
9677 closing a project and opening another one).
9679 * plugins/project-manager/plugin.c:
9680 Really fixed #355148 (Show project name in title bar)
9682 2006-09-09 Johannes Schmid <jhs@gnome.org>
9684 * libanjuta/plugins.c:
9685 Fixed #355156 (Show plugins in alphabetical order)
9687 2006-09-09 Johannes Schmid <jhs@gnome.org>
9689 * plugins/project-manager/plugin.c:
9690 Fixed #355148 (Show project name in title bar)
9692 2006-09-09 Johannes Schmid <jhs@gnome.org>
9694 * plugins/project-manager/plugin.c:
9695 (value_removed_project_root_uri):
9696 Fixed crasher if project cannot be opened
9698 2006-08-30 Naba Kumar <naba@gnome.org>
9700 * plugins/language-support-cpp-java/plugin.[c,h],
9701 plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
9702 Impletemnted UI for auto indent.
9704 2006-08-28 Naba Kumar <naba@gnome.org>
9706 * plugins/gvim/.cvsignore,
9707 plugins/gvim/Makefile.am,
9708 plugins/gvim/anjuta-vim-plugin.png,
9709 plugins/gvim/anjuta-vim.c,
9710 plugins/gvim/anjuta-vim.h,
9711 plugins/gvim/anjuta-vim.plugin.in,
9712 plugins/gvim/gtkvim.c,
9713 plugins/gvim/gtkvim.h,
9714 plugins/gvim/plugin.c,
9715 plugins/gvim/plugin.h: Added gvim anjuta plugin. Not included
9718 2006-08-28 Naba Kumar <naba@gnome.org>
9720 Patch from: Massimo Corà <maxcvs@email.it>
9721 * tagmanager/tm_source_file.c, tagmanager/tm_workspace.c: Fixed
9722 possible infinite loop.
9724 2006-08-22 Adam Dingle <adam@medovina.org>
9726 * plugins/editor/editor.glade: Fixed bug 346775 ("no highlight styles
9727 to edit are shown in the preferences dialog in anjuta").
9728 Removed unused widgets from the style editor dialog.
9730 2006-08-21 Johannes Schmid <jhs@gnome.org>
9732 * plugins/symbol-browser/test-class.[cpp/h]
9735 2006-08-18 Naba Kumar <naba@gnome.org>
9737 * plugins/sourceview/sourceview.c: Emit language-changed signal at the
9738 end of document loading.
9740 * plugins/language-support-cpp-java/plugin.c,
9741 plugins/sourceview/sourceview.c: Fixed plugin loading.
9743 2006-08-17 Naba Kumar <naba@gnome.org>
9745 * plugins/language-support-cpp-java/plugin.c,
9746 plugins/language-support-cpp-java/plugin.h: Implemented emacs-style
9747 mode line parsing. Indentation parameters initialized based on
9748 mode line parameters.
9750 2006-08-16 Naba Kumar <naba@gnome.org>
9752 * Makefile.am, plugins/editor/text_editor.c,
9753 plugins/language-support-cpp-java/plugin.c: Fixed indentation in
9756 2006-08-16 Naba Kumar <naba@gnome.org>
9758 Patch from Massimo Cora' <maxcvs@email.it>:
9760 * plugins/editor/aneditor-autocomplete.cxx,
9761 plugins/editor/aneditor-calltip.cxx,
9762 plugins/symbol-browser/Makefile.am,
9763 plugins/symbol-browser/an_symbol.c,
9764 plugins/symbol-browser/an_symbol_view.c,
9765 plugins/symbol-browser/plugin.c,
9766 tagmanager/Makefile.am, tagmanager/acconfig.h, tagmanager/args.c,
9767 tagmanager/args.h, tagmanager/asm.c, tagmanager/asp.c,
9768 tagmanager/awk.c, tagmanager/beta.c, tagmanager/c.c,
9769 tagmanager/cobol.c, tagmanager/ctags.c, tagmanager/ctags.h,
9770 tagmanager/debug.c, tagmanager/debug.h, tagmanager/eiffel.c,
9771 tagmanager/entry.c, tagmanager/entry.h, tagmanager/erlang.c,
9772 tagmanager/fortran.c, tagmanager/general.h, tagmanager/get.c,
9773 tagmanager/get.h, tagmanager/html.c,
9774 tagmanager/include/tm_source_file.h,
9775 tagmanager/include/tm_tag.h,
9776 tagmanager/include/tm_workspace.h,
9777 tagmanager/jscript.c, tagmanager/keyword.c,
9778 tagmanager/keyword.h, tagmanager/lisp.c,
9779 tagmanager/lregex.c, tagmanager/lua.c,
9780 tagmanager/main.h, tagmanager/make.c,
9781 tagmanager/options.c, tagmanager/options.h,
9782 tagmanager/parse.c, tagmanager/parse.h,
9783 tagmanager/parsers.h, tagmanager/pascal.c,
9784 tagmanager/perl.c, tagmanager/php.c,
9785 tagmanager/python.c, tagmanager/read.c,
9786 tagmanager/read.h, tagmanager/readtags.c,
9787 tagmanager/readtags.h, tagmanager/rexx.c,
9788 tagmanager/routines.c, tagmanager/routines.h,
9789 tagmanager/ruby.c, tagmanager/scheme.c,
9790 tagmanager/sh.c, tagmanager/slang.c,
9791 tagmanager/sml.c, tagmanager/sort.c,
9792 tagmanager/sort.h, tagmanager/sql.c,
9793 tagmanager/strlist.c, tagmanager/strlist.h,
9794 tagmanager/tcl.c, tagmanager/tm_source_file.c,
9795 tagmanager/tm_symbol.c, tagmanager/tm_tag.c,
9796 tagmanager/tm_workspace.c, tagmanager/verilog.c,
9797 tagmanager/vim.c, tagmanager/vstring.c,
9798 tagmanager/vstring.h, tagmanager/yacc.c: Updated ctags to version
9799 5.6 and namespace completion fixed.
9801 * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
9802 manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml: Updated.
9804 2006-08-15 Naba Kumar <naba@gnome.org>
9806 * libanjuta/interfaces/libanjuta.idl,
9807 plugins/editor/text-editor-iterable.c,
9808 plugins/editor/text_editor.c,
9809 plugins/sourceview/sourceview-cell.c,
9810 plugins/sourceview/sourceview.c: Implemented ianjuta_iterable_clone(),
9811 ianjuta_iterable_assign(), ianjuta_editor_begin_action (),
9812 ianjuta_editor_end_action().
9814 * plugins/language-support-cpp-java/plugin.c: Improved auto-indentation.
9816 2006-08-13 Naba Kumar <naba@gnome.org>
9818 * plugins/debug-manager/breakpoints.c,
9819 plugins/debug-manager/memory.c,
9820 plugins/debug-manager/registers.c,
9821 src/layout.xml: Fixed debugger widgets layout.
9823 2006-08-12 Naba Kumar <naba@gnome.org>
9825 * plugins/editor/aneditor-indent.cxx, plugins/editor/aneditor-priv.h,
9826 plugins/editor/aneditor.cxx, plugins/editor/aneditor.h,
9827 plugins/editor/editor.glade, plugins/editor/text_editor.h,
9828 plugins/editor/text_editor_prefs.c: Disabled automatic indentation
9829 codes and dead codes. Removed automatic indentation prefs.
9831 2006-08-12 Johannes Schmid <jhs@gnome.org>
9833 * libanjuta/Makefile.am:
9834 * libanjuta/anjuta-launcher.c:
9835 * libanjuta/anjuta-launcher.h:
9836 * libanjuta/anjuta-plugin.c:
9837 * libanjuta/anjuta-plugin.h:
9838 * libanjuta/anjuta-preferences.c:
9839 * libanjuta/anjuta-preferences.h:
9840 * libanjuta/anjuta-shell.c:
9841 * libanjuta/anjuta-shell.h:
9842 * libanjuta/libanjuta.h:
9844 Made wrapper friendly:
9845 - no inline in header files (preferences_set/get)
9846 - correct signal names
9847 - correct GError** argument in anjuta_shell_freeze/thaw
9848 - include correct files in libanjuta.h
9850 * plugins/project-manager/plugin.c:
9853 2006-08-11 Naba Kumar <naba@gnome.org>
9855 * plugins/editor/aneditor-priv.h,
9856 plugins/editor/aneditor.cxx: Disabled inbuilt autoindentation.
9858 * plugins/editor/text_editor_cbs.c,
9859 plugins/sourceview/anjuta-view.c: Pass the right position for char
9862 * plugins/sourceview/anjuta-view.c: Emit char-added signal for tab.
9864 * plugins/language-support-cpp-java/plugin.c: Fixed memory corruption.
9866 2006-08-11 Naba Kumar <naba@gnome.org>
9868 * plugins/sourceview/sourceview-cell.c: Fixed get_character () to
9869 return the right character at the iter position and get_char() to
9872 * plugins/sourceview/sourceview.c: Fixed get_line_begin_position()
9873 to set to character offset and not byte index.
9875 * plugins/language-support-cpp-java/plugin.c: Improved
9876 auto-indentation login. Indents opening and closing braces correctly.
9878 2006-08-10 Johannes Schmid <jhs@gnome.org>
9882 Required automake = 1.9
9884 * libanjuta/anjuta-children.c:
9885 * libanjuta/anjuta-children.h:
9886 * libanjuta/anjuta-encodings.h:
9887 * libanjuta/anjuta-launcher.h:
9888 * libanjuta/anjuta-plugin-description.h:
9889 * libanjuta/anjuta-preferences-dialog.h:
9890 * libanjuta/anjuta-preferences.h:
9891 * libanjuta/anjuta-session.h:
9892 * libanjuta/anjuta-status.h:
9893 * libanjuta/anjuta-ui.h:
9894 * libanjuta/anjuta-utils.c:
9895 * libanjuta/anjuta-utils.h:
9896 * libanjuta/e-splash.h:
9897 * libanjuta/glue-factory.h:
9898 * libanjuta/glue-plugin.h:
9899 * libanjuta/plugins.h:
9900 * libanjuta/resources.h:
9901 Fixed libanjuta to be able to wrap it
9902 - G_BEGIN_DECLS, G_END_DECLS
9903 - include all necessary files in libanjuta.h
9905 * plugins/gtodo/tray-icon.c:
9906 * plugins/terminal/terminal.c:
9907 Some build fixes for freebsd
9909 * plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
9910 * plugins/sourceview/sourceview.glade:
9911 Remove auto-indent feature as it is now in language-support
9913 2006-08-09 Naba Kumar <naba@gnome.org>
9915 * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade,
9916 plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
9917 Added missing files.
9919 * plugins/sourceview/sourceview.c: Implemented get_tabsize(),
9920 get_use_spaces(), set_tabsize() and set_use_spaces().
9922 2006-08-09 Naba Kumar <naba@gnome.org>
9924 * libanjuta/anjuta-plugin.c: Only merge preferences if the plugin
9925 succeeded in activating.
9927 * plugins/document-manager/plugin.c: Added debug message.
9929 * libanjuta/interfaces/libanjuta.idl,
9930 plugins/editor/text_editor.c: Implemented get_tabsize(),
9931 get_use_spaces(), set_tabsize() and set_use_spaces().
9933 * plugins/language-support-cpp-java/Makefile.am,
9934 plugins/language-support-cpp-java/plugin.c,
9935 plugins/language-support-cpp-java/plugin.h: Used editor parameters
9936 for indentation. Added preferences page for paramenters.
9938 * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml: Updated.
9940 2006-08-08 Naba Kumar <naba@gnome.org>
9942 * libanjuta/interfaces/libanjuta.idl,
9943 manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
9944 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
9945 plugins/editor/text_editor.c,
9946 plugins/sourceview/sourceview.c: Added grab_focus() in IAnjutaEditor
9947 and implemented it for both scintilla and sourceview.
9949 * plugins/search/plugin.c: Use the new grab_focus() to transfer
9950 focus back to editor (happens when pressing esc in incremental
9953 2006-08-08 Naba Kumar <naba@gnome.org>
9955 * libanjuta/interfaces/libanjuta.idl,
9956 plugins/editor/text_editor.c,
9957 plugins/editor/text_editor.h,
9958 plugins/editor/text-editor-iterable.c,
9959 plugins/sourceview/sourceview-cell.c,
9960 plugins/sourceview/sourceview.c: Implemented editor attributes
9963 * plugins/editor/aneditor.cxx: Disabled old indentation code.
9964 plugins/language-support-cpp-java/plugin.c: Implemented indentation
9965 code (not complete yet).
9967 * manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
9968 manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
9969 manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
9970 manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
9971 manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
9972 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
9974 2006-08-04 Naba Kumar <naba@gnome.org>
9976 * plugins/sourceview/sourceview.c: Fixed ieditor_goto_position
9979 2006-08-03 Johannes Schmid <jhs@gnome.org>
9981 * configure.in: Add a more informative text to valgrind plugin
9984 Modified Preferences tasl
9985 * libanjuta/anjuta-plugin.c:
9986 * libanjuta/anjuta-preferences-dialog.c:
9987 * libanjuta/anjuta-preferences-dialog.h:
9988 * libanjuta/anjuta-preferences.c:
9989 * libanjuta/anjuta-preferences.h:
9990 * libanjuta/interfaces/Makefile.am.iface:
9991 * libanjuta/interfaces/libanjuta.idl:
9992 Added IAnjutaPreferences interface which every plugin that has preferences should
9993 implement. Call merge() and unmerge() at plugin activation/deactivation.
9994 Fixed preferences_page_remove()
9996 * plugins/build-basic-autotools/build-basic-autotools.c:
9997 * plugins/cvs-plugin/plugin.c:
9998 * plugins/document-manager/plugin.c:
9999 * plugins/editor/plugin.c:
10000 * plugins/editor/plugin.h:
10001 * plugins/file-manager/plugin.c:
10002 * plugins/gtodo/main.h:
10003 * plugins/gtodo/plugin.c:
10004 * plugins/gtodo/preferences.c:
10005 * plugins/message-view/anjuta-msgman.c:
10006 * plugins/message-view/anjuta-msgman.h:
10007 * plugins/message-view/plugin.c:
10008 * plugins/sourceview/plugin.c:
10009 * plugins/sourceview/plugin.h:
10010 * plugins/symbol-browser/an_symbol_prefs.c:
10011 * plugins/symbol-browser/plugin.c:
10012 * plugins/terminal/terminal.c:
10013 * plugins/valgrind/plugin.c
10014 * src/anjuta-app.c:
10016 Updated preference loading/unloading for all plugins
10018 2006-08-03 Guenther Brammer <gbrammer@gmx.de>
10020 * configure.in, libanjuta/Makefile.am, libegg/Makefile.am,
10021 src/Makefile.am, plugins/tools/scripts/Makefile.am:
10022 - Do not define PACKAGE_*_DIR in config.h, use -D compiler arguments instead as
10023 recommended by the autoconf manual.
10024 - Fixes compiling with autoconf 2.60.
10026 * libanjuta/libanjuta-1.0.pc.in: Silence a warning about datarootdir
10028 2006-08-02 Johanes Schmid <jhs@gnome.org>
10030 * plugins/profile-default/plugin.c:
10031 Fixed session handling
10033 2006-08-01 Johannes Schmid <jhs@gnome.org>
10036 * plugins/Makefile.am:
10037 Disabled devhelp and glade for now as they do not work (#341073
10040 * plugins/profile-default/anjuta-default-profile.ui (removed):
10041 * plugins/profile-default/plugin.c:
10042 * plugins/profile-default/plugin.h:
10043 * plugins/project-manager/anjuta-project-manager.ui:
10044 * plugins/project-manager/plugin.c:
10045 * plugins/project-manager/plugin.h:
10046 Limted multiple project support #315043
10048 * libanjuta/interfaces/libanjuta.idl:
10049 Added ianjuta_profile_unload
10051 2006-07-31 Naba Kumar <naba@gnome.org>
10053 * libanjuta/interfaces/libanjuta.idl,
10054 plugins/editor/text-editor-iterable.c,
10055 plugins/editor/text_editor.c,
10056 plugins/sourceview/anjuta-view.c,
10057 plugins/sourceview/anjuta-view.h,
10058 plugins/sourceview/sourceview.c: Fixed text iteration and
10059 IAnjutaEditor implementations in both scintilla
10060 and sourceview. Cleand up libanjuta API: Removed redundant
10061 erase_range() method from IAnjutaEditor interface, fixed
10062 ianjuta_editor_get_text to take length instead of range (consistency).
10063 autoindentation in both sourceview and scintilla more or less works,
10064 but still disabled for now because there are still some anomalies
10067 * plugins/language-support-cpp-java/plugin.c: Fixed indentation code.
10069 * plugins/symbol-browser/plugin.c, plugins/tools/execute.c: Fixed
10072 2006-07-30 Johannes Schmid <jhs@gnome.org>
10074 * plugins/sourceview/anjuta-document.c:
10075 * plugins/sourceview/anjuta-document.h:
10076 * plugins/sourceview/anjuta-view.c:
10077 * plugins/sourceview/sourceview.c:
10078 Wrote a new "char_added" implementation, I hope this one is good
10080 * plugins/sourceview/sourceview-cell.c:
10081 Fixed typo: "text_iter" instead of "iter"
10083 2006-07-30 Naba Kumar <naba@gnome.org>
10085 * plugins/sourceview/sourceview-cell.c: Fixed iter navigation.
10087 2006-07-30 Johannes Schmid <jhs@gnome.org>
10089 * autogen.sh: use gnome-autogen.sh from gnome-coomen
10091 * plugins/debug-manager/plugin.c:
10092 * plugins/patch/plugin.c:
10093 Use IAnjutaIndicable to mark debugger position
10095 * plugins/sourceview/sourceview.c:
10096 Define colors for IAnjutaIndicable
10098 2006-07-29 Johannes Schmid <jhs@gnome.org>
10100 * plugins/debug-manager/anjuta-debug-manager.ui:
10101 * plugins/debug-manager/breakpoints.c:
10102 * plugins/debug-manager/images/Makefile.am:
10103 * plugins/debug-manager/images/run-to-cursor.png:
10104 * plugins/debug-manager/plugin.c:
10105 Added toolbar and some icons
10107 * plugins/patch/anjuta-patch.ui:
10108 * plugins/patch/patch-plugin.c:
10109 * plugins/patch/patch-plugin.glade:
10110 * plugins/patch/plugin.c:
10111 * plugins/patch/plugin.h:
10112 Improved patch plugin (GUI and function)
10114 * plugins/sourceview/sourceview.c:
10115 Fixed another Gtk-Critical
10117 * plugins/tools/anjuta-tools.ui:
10118 * plugins/tools/plugin.h:
10119 Put Patch plugin in tools menu and changed ui file
10121 2006-07-29 Johannes Schmid <jhs@gnome.org>
10123 * plugins/document-manager/plugin.c:
10124 Fixed accelator Gtk-Warning
10126 * plugins/message-view/anjuta-msgman.c:
10129 * plugins/sourceview/anjuta-document.c:
10130 * plugins/sourceview/anjuta-document.h:
10131 * plugins/sourceview/anjuta-marshal.list:
10132 Wrote a better emitter for the char-added signal
10134 * plugins/sourceview/sourceview.c:
10135 Fixed Redo/Undo to void Gtk-Criticals
10137 * plugins/sourceview/sourceview-args.c:
10138 * plugins/sourceview/sourceview-cell.c:
10139 * plugins/sourceview/sourceview-scope.c:
10140 * plugins/sourceview/sourceview-tags.c:
10141 Adapted to new IAnjutaIterator API
10143 2006-07-28 Naba Kumar <naba@gnome.org>
10145 * libanjuta/interfaces/libanjuta.idl: More accurate comments.
10147 * plugins/symbol-browser/an_symbol.c,
10148 plugins/symbol-browser/an_symbol_iter.c,
10149 plugins/symbol-browser/an_symbol_iter.h: AnjutaSymbolIter is now
10150 subclass of AnjutaSymbol so that the symbol is accessible from
10151 the iter in light of changes in IAnjutaIterable.
10153 * plugins/class-inheritance/class-inherit.c: Fixed based on changes
10154 implementation of IAnjutaIterable.
10156 2006-07-28 Naba Kumar <naba@gnome.org>
10158 * libanjuta/interfaces/libanjuta.idl: Removed get data methods in
10159 IAnjutaIterable. They were kind of useless since the interface is
10160 defined on the data object itself. Added set_position() method
10161 in IAnjutaIterable to allow setting arbitrary current index to the
10163 Added erase() and erase_range() in IAnjutaEditor.
10165 * plugins/editor/text-editor-iterable.c: Fixed
10166 plugins/editor/text_editor.c: Implemented erase() and erase_range()
10167 methods in editor. Fixed get_line_from_position() method.
10169 * plugins/language-support-cpp-java/plugin.c: Fixed indentation
10170 code. It's disabled for now.
10172 * plugins/sourceview/sourceview-cell.c,
10173 plugins/symbol-browser/an_symbol_iter.c: Fixed IAnjutaIterable
10176 2006-07-27 Johannes Schmid <jhs@gnome.org>
10178 * plugins/sourceview/sourceview-cell.c:
10179 Fixed IAnjutaEditorCell to work only on a single line
10180 Fixed crasher in finalize
10182 * plugins/symbol-browser/an_symbol_prefs.c:
10183 * global-tags/Makefile.am:
10184 Philip van Hoof pointed out that it is a bad idea to depend on PATH for
10185 script installation
10187 2006-07-26 Naba Kumar <naba@gnome.org>
10189 * libanjuta/interfaces/libanjuta.idl: Fixed IAnjutaEditorCell and
10190 IAnjutaEditorCellStyle interfaces to not inherit IAnjutaEditor.
10192 * manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml: Updated.
10194 * plugins/document-manager/plugin.c: Fixed dynamic loading of
10197 * plugins/editor/text-editor-iterable.c,
10198 plugins/editor/text_editor.c,
10199 plugins/editor/text_editor_cbs.c: Fixed ianjuta_editor_get_text
10200 method to work correctly, it was ignoring start and end parameters.
10201 Fixed TextEditorCell implementation. Fixed 'char-added' signal
10204 * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin.in,
10205 plugins/language-support-cpp-java/plugin.c: Fixed indentation engine.
10207 2006-07-24 Massimo Cora' <maxcvs@email.it>
10209 * plugins/symbol-browser/an_symbol_view.c,
10210 plugins/symbol-browser/an_symbol_view.h,
10211 plugins/symbol-browser/plugin.c:
10212 fix a matching case into sv_extract_type_qualifier_from_expr ()
10213 and some minor issues.
10215 2006-07-26 Johannes Schmid <jhs@gnome.org>
10217 * plugins/language-support-cpp-java/plugin.c:
10218 Fixed to work kind of with sourceview editor
10219 * plugins/sourceview/anjuta-document.c:
10220 * plugins/sourceview/anjuta-view.c:
10221 * plugins/sourceview/sourceview-cell.c:
10222 * plugins/sourceview/sourceview.c:
10223 Fixed IAnjutaEditorCell and "char-added" signal
10225 2006-07-24 Naba Kumar <naba@gnome.org>
10227 * plugins/document-manager/plugin.c,
10228 plugins/document-manager/plugin.h: Initial implementedion for loading
10231 * plugins/editor/text_editor.c: Fixed IAnjutaEditorLanguage
10234 * plugins/editor/text_editor.c: Fixed syntax highlighting when
10235 indicators are cleared (that leaved grey texts).
10237 2006-07-14 Sebastien Granjoux <seb.sfo@free.fr>
10239 * libanjuta/interfaces/libanjuta.idl,
10240 plugins/debug-manager/breakpoints.c,
10241 plugins/debug-manager/memory.c,
10242 plugins/debug-manager/registers.c,
10243 plugins/debug-manager/debug_tree.c,
10244 plugins/debug-manager/debugger.c,
10245 plugins/gdb/debugger.c,
10246 plugins/gdb/debugger.h,
10247 plugins/gdb/plugin.c:
10248 Add a parameter for reporting error
10249 Add a new interface for using gdb variable object
10250 Allow to cancel commands
10251 Rewrite handling of debugger state
10253 * plugins/debug-manager/plugin.c,
10254 plugins/debug-manager/locals.c,
10255 plugins/debug-manager/locals.h,
10256 plugins/debug-manager/register.c,
10257 plugins/debug-manager/stack_trace.c,
10258 plugins/debug-manager/stack_trace.h:
10259 Create and destroy local and stack trace windows when needed
10261 2006-07-20 Johannes Schmid <jhs@cvs.gnome.org>
10263 * plugins/document-manager/plugin.c:
10264 Fixed "Automatic" highlighting
10266 2006-07-20 Johannes Schmid <jhs@cvs.gnome.org>
10268 * plugins/sourceview/sourceview.c: Added support for IAnjutaEditorLanguage
10270 * plugins/sourceview/anjuta-view.c:
10271 Patch from Fredrik Axelsson <fraxbe@gmail.com> to fix a popup-menu issue
10273 2006-07-14 Johannes Schmid <jhs@cvs.gnome.org>
10275 * configure.in: Check for C/C++-Compiler correctly
10277 2006-07-14 Fredrik Axelsson <fraxbe@gmail.com>
10279 reviewed by: Johannes Schmid <jhs@cvs.gnome.org>
10281 * plugins/debug-manager/stack_trace.c:
10282 Destroy stack window when debuuger is disabled (#347414)
10284 * plugins/sourceview/anjuta-view.c:
10285 Fix a crash with popup-menu (#347412)
10287 2006-07-13 Naba Kumar <naba@gnome.org>
10289 * plugins/editor/Makefile.am,
10290 plugins/editor/text_editor.h,
10291 plugins/editor/text-editor-iterable.h,
10292 plugins/editor/text-editor-iterable.c: Implemented text iterator (not
10295 * plugins/language-support-cpp-java/plugin.c: Preliminary indentation
10298 * plugins/sourceview/sourceview-cell.c: Fixed a leak.
10300 2006-07-03 Johannes Schmid <jhs@cvs.gnome.org>
10302 * plugins/editor/text_editor.c: (convert_to_utf8_from_charset):
10305 2006-07-03 Fredrik Axelsson <fraxbe@gmail.com>
10307 reviewed by: Johannes Schmid <jhs@cvs.gnome.org>
10309 * libanjuta/anjuta-preferences-dialog.c:
10310 Do not use the page_num returned by gtk_notebook_append_page to
10311 remove the page as it cause bugs when pages removal is not done
10314 * plugins/document-manager/anjuta-docman.c:
10315 * src/anjuta-app.c:
10316 makes Anjuta display dock_items which have previously been hidden
10318 2006-07-03 Fredrik Axelsson <fraxbe@gmail.com>
10320 reviewed by: Johannes Schmid <jhs@cvs.gnome.org>
10322 * plugins/debug-manager/breakpoints.c: (on_clear_all_breakpoints):
10323 * plugins/sourceview/sourceview.c: (imark_unmark):
10325 Patches for bugs #346450 and #346295
10327 * AUTHORS: Added Fredrik
10329 2006-06-18 Johannes Schmid <jhs@cvs.gnome.org>
10331 * plugins/message-view/anjuta-msgman.c:
10332 Fixed close button/icon size (like in docman)
10334 2006-06-10 Naba Kumar <naba@gnome.org>
10336 * plugins/editor/text_editor.c: Fixed goto line to mark the line
10339 2006-06-10 Sebastien Granjoux <seb.sfo@free.fr>
10341 * libanjuta/interfaces/libanjuta.idl:
10342 Move inspect_memory function in IAnjutaCpuDebugger interface
10343 Rename Boolean type to State
10345 * plugins/debug-manager/breakpoint.c:
10346 Rename Boolean type to State
10348 * plugins/debug-manager/Makefile.am,
10349 plugins/debug-manager/anjuta-marshal.list,
10350 plugins/debug-manager/data_view.c,
10351 plugins/debug-manager/data_view.h,
10352 plugins/debug-manager/data_buffer.c,
10353 plugins/debug-manager/data_buffer.h,
10354 plugins/debug-manager/chunk_view.c,
10355 plugins/debug-manager/chunk_view.h,
10356 plugins/debug-manager/anjuta-debug-manager.ui,
10357 plugins/debug-manager/debugger.c,
10358 plugins/debug-manager/memory.c,
10359 plugins/debug-manager/memory.h,
10360 plugins/debug-manager/plugin.c,
10361 plugins/gdb/debugger.c,
10362 plugins/gdb/debugger.h,
10363 plugins/gdb/plugin.c:
10364 Rewrite memory window using a special widget
10365 Rename Boolean type to State
10367 2006-06-08 Naba Kumar <naba@gnome.org>
10369 * plugins/editor/text_editor.c (itext_editor_get_current_word):
10370 Do not return garbage characters and return NULL when there is no
10373 * plugins/search/plugin.c: Fixed next occurance and prev occurance to
10376 * plugins/search/search-replace.c: Fixed a mem leak.
10378 2006-06-08 Johannes Schmid <jhs@cvs.gnome.org>
10380 * libanjuta/anjuta-launcher.c:
10381 Added debug message (see #343522)
10383 * plugins/build-basic-autotools/build-basic-autotools.c:
10384 Patch from Günther Brammer to fix #344015
10386 * plugins/sourceview/sourceview.c:
10387 Implemented IAnjutaEditor->get_begin/end_line_position (crashed
10388 automatic highlight of build messages)
10390 2006-06-06 Naba Kumar <naba@gnome.org>
10393 libanjuta/interfaces/libanjuta.idl,
10394 manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
10395 plugins/Makefile.am,
10396 plugins/document-manager/action-callbacks.c,
10397 plugins/document-manager/plugin.c,
10398 plugins/editor/text_editor.c: Implemented IAnjutaEditorLanguage
10399 interface for language highlight selection and langauge change
10402 * plugins/language-support-cpp-java: Added language support
10403 plugin for cpp and java.
10405 2006-05-27 Naba Kumar <naba@gnome.org>
10407 * libanjuta/interfaces/libanjuta.idl, plugins/gdb/*,
10408 plugins/debug-manager/*, data/Makefile.am,
10409 manuals/reference/libanjuta/libanjuta.types,
10410 manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
10411 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
10412 merged anjuta-new-debugger branch into trunck.
10413 (cvs -z3 up -j anjuta-merged-from-trunk-to-new-debugger -j anjuta-new-debugger)
10415 2006-05-06 Sebastien Granjoux <seb.sfo@free.fr>
10417 * libanjuta/interfaces/libanjuta.idl,
10418 plugins/debug-manager/debugger.c,
10419 plugins/debug-manager/debugger.h,
10420 plugins/gdb/anjuta-gdb.plugin.in,
10421 plugins/gdb/debugger.c,
10422 plugins/gdb/debugger.h,
10423 plugins/gdb/plugin.c:
10424 Add new IAnjutaCpuDebugger interface to access cpu register
10425 Run gdb instead of /usr/local/bin/gdb
10427 * plugins/debug-manager/plugin.c,
10428 plugins/debug-manager/registers.c,
10429 plugins/debug-manager/registers.h:
10430 Rewrite register window
10431 Rename Load target menu item to Run target
10433 2006-05-07 Naba Kumar <naba@gnome.org>
10437 2006-05-01 Sebastien Granjoux <seb.sfo@free.fr>
10439 * plugins/debug-manager/watch.c,
10440 plugins/debug-manager/breakpoint.c,
10441 plugins/debug-manager/breakpoint.h:
10442 Fix crash: disconnect save and load session signals
10444 2006-04-30 Sebastien Granjoux <seb.sfo@free.fr>
10446 * libanjuta/interface/libanjuta.idl,
10447 plugins/debug-manager/debugger.c,
10448 plugins/gdb/plugin.c:
10449 Add a value parameter for evaluate command
10451 * plugins/debug-manager/anjuta-debug-manager.glade:
10452 Create new dialog box for watches using glade
10454 * plugins/debug-manager/anjuta-debug-manager.ui:
10455 Move watch menu items near the end
10456 Move breakpoint menu items outside the sub menu
10458 * plugins/debug-manager/debug_tree.c,
10459 plugins/debug-manager/debug_tree.h,
10460 plugins/debug-manager/debug_tree.h,
10461 plugins/debug-manager/watch.c:
10462 Move all GUI code from watch.c to debug_tree.c
10463 Add an auto update property to watches
10465 * plugins/debug-manager/locals.c,
10466 plugins/debug-manager/locals.h,
10467 plugins/debug-manager/stack_trace.c,
10468 plugins/debug-manager/stack_trace.h,
10469 plugins/debug-manager/plugin.c:
10470 Register actions before starting debugger
10472 * plugins/gdb/debugger.c:
10473 Do not call callback function if not present
10475 2006-04-02 Sebastien Granjoux <seb.sfo@free.fr>
10477 * libanjuta/interfaces/libanjuta.idl,
10478 plugins/debug-manager/stack_trace.c,
10479 plugins/debug-manager/stack_trace.h,
10480 plugins/debug-manager/anjuta-debug-manager.ui,
10481 plugins/gdb/debugger.c:
10482 Add a popup menu in stack frame window
10483 Add a new frame-changed event
10484 Use MI command for getting stack informations
10485 Get filename with full path (need gdb > 6.3)
10487 * libanjuta/interfaces/libanjuta.idl,
10488 plugins/debug-manager/debug_tree.c,
10489 plugins/debug-manager/debugger.c,
10490 plugins/debug-manager/locals.c,
10491 plugins/debug-manager/locals.h,
10492 plugins/debug-manager/plugin.c,
10493 plugins/gdb/debugger.c,
10494 plugins/gdb/debugger.h,
10495 plugins/gdb/parser.c,
10496 plugins/gdb/parser.h,
10497 plugins/gdb/plugin.c,
10498 plugins/gdb/Makefile.am:
10499 Pass watch data with string instead of Watch structures
10500 Use debug_tree in local window
10504 * plugins/debug-manager/breakpoints.c,
10505 plugins/debug-manager/utilities.c,
10506 plugins/debug-manager/utilities.h:
10507 Use a GtkListStore instead of a GtkTreeStore
10508 move goto_location_in_editor in utilities.c
10510 2006-03-26 Sebastien Granjoux <seb.sfo@free.fr>
10512 * libanjuta/interfaces/libanjuta.idl,
10513 plugins/debug-manager/anjuta-debug-manager.ui,
10514 plugins/debug-manager/breakpoints.c,
10515 plugins/debug-manager/plugin.c,
10516 plugins/gdb/debugger.c:
10517 Add a breakpoint type
10518 Add new popup menu in breakpoint window
10519 Add toggle breakpoint in editor popup menu
10520 Save and restore breakpoint enable
10521 Fix bug in clear all breakpoints
10522 Remove old useless code
10524 * plugins/debug-manager/debugger.c:
10525 Fix some problem with debugger states
10527 * manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml:
10528 Update documentation
10530 2006-03-25 Sebastien Granjoux <seb.sfo@free.fr>
10532 * data/Makefile.am,
10533 plugins/gdb/Makefile.am,
10534 plugins/gdb/gdb.init:
10535 Move gdb.init crom data to plugins/gdb
10537 * plugins/gdb/gdb.init,
10538 libanjuta/interfaces/libanjuta.idl,
10539 plugins/debug-manager/breakpoints.c,
10540 plugins/debug-manager/debugger.c,
10541 plugins/debug-manager/plugin.c,
10542 plugins/gdb/debugger.c,
10543 plugins/gdb/plugin.c:
10544 Support pending breakpoints
10545 Rewrite debugger states
10546 Split ianjuta_debugger_log into _enable_log and _disable_log
10548 * plugins/debug-manager/start.c,
10549 plugins/debug-manager/debug_tree.c,
10550 plugins/gdb/parser.c:
10551 Remove some useless lines
10553 * manuals/reference/libanjuta/tmpl/ianjuta-debugger-manager.sgml,
10554 manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
10555 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
10556 Update documentation
10558 2006-03-12 Naba Kumar <naba@gnome.org>
10560 * manuals/references/libanjuta/libanjuta.types: Fixed
10561 debug-manager name.
10563 2006-03-12 Sebastien Granjoux <seb.sfo@free.fr>
10565 * libanjuta/anjuta-debugger.c,
10566 libanjuta/anjuta-debugger.h:
10569 * libanjuta/interfaces/libanjuta.idl,
10570 plugins/debug-mananger/breakpoints.c,
10571 plugins/debug-manager/debug_tree.c,
10572 plugins/debug-manager/debugger.c,
10573 plugins/debug-manager/plugin.c,
10574 plugins/debug-manager/registers.c,
10575 plugins/debug-manager/sharedlib.c,
10576 plugins/debug-manager/signal.c,
10577 plugins/debug-manager/stack_trace.c,
10578 plugins/debug-manager/start.c,
10579 plugins/debug-manager/watch.c,
10580 plugins/gdb/debugger.c,
10581 plugins/gdb/debugger.h,
10582 plugins/gdb/parser.c,
10583 plugins/gdb/parser.h,
10584 plugins/gdb/plugin.c:
10585 Move types definitions from libanjuta/anjuta-debugger.{ch}
10586 Rename types from AnjutaDebugger* to IAnjutaDebugger*
10588 * plugins/gdb/Makefile.am:
10589 Remove user interface from gdb plugin
10591 2006-03-12 Naba Kumar <naba@gnome.org>
10593 * merged from trunk (tag: anjuta-merged-from-trunk-to-new-debugger)
10595 2006-05-21 Johannes Schmid <jhs@cvs.gnome.org>
10597 Modified Patch from Marc Maurer <uwog@uwog.net>:
10598 * libegg/egg-entry-action.c: (entry_focus_in), (entry_focus_out):
10601 * plugins/sourceview/Makefile.am:
10602 * plugins/sourceview/sourceview-cell.c:
10603 * plugins/sourceview/sourceview-cell.h:
10604 * plugins/sourceview/sourceview.c:
10606 Implemented IAnjutaEditorCell
10608 2006-05-21 Naba Kumar <naba@gnome.org>
10610 * libanjuta/interfaces/libanjuta.idl,
10611 plugins/document-manager/action-callbacks.c,
10612 plugins/document-manager/plugin.c,
10613 plugins/editor/print.c, plugins/editor/text_editor.c,
10614 plugins/editor/text_editor.h, plugins/editor/text_editor_prefs.c:
10615 Fixed zooming and added icons and shortcuts for zoom menu items.
10617 2006-05-21 Naba Kumar <naba@gnome.org>
10619 * libanjuta/interfaces/libanjuta.idl: Fixed api documentation and
10622 2006-05-20 Johannes Schmid <jhs@cvs.gnome.org>
10624 * plugins/document-manager/anjuta-docman.c:
10625 Fixed close button reaction by setting the correct current editor
10627 2006-05-20 Johannes Schmid <jhs@cvs.gnome.org>
10629 Patch from Yang Hong <yanghong@ccoss.com.cn>:
10630 * plugins/document-manager/anjuta-docman.c
10631 - Fix close button, you can close any tab as you wish now.
10632 - Fadeout mime icon as the same as close image
10634 2006-05-20 Johannes Schmid <jhs@cvs.gnome.org>
10636 Patch from Marc Maurer <uwog@uwog.net>
10637 * main.c: Compile fix when NLS is enabled
10639 AUTHORS: Added Marc
10641 2006-05-20 Naba Kumar <naba@gnome.org>
10643 * tagmanager/tm_symbol.c: Prevent infinite recursive (detected
10644 while loading abiword-2.4.4/abi project).
10646 2006-05-18 Naba Kumar <naba@gnome.org>
10648 * libanjuta/interfaces/libanjuta.idl,
10649 plugins/document-manager/action-callbacks.c,
10650 plugins/editor/print.c,
10651 plugins/editor/text_editor.c,
10652 plugins/editor/text_editor.h,
10653 plugins/editor/text_editor_prefs.c: Fixed zooming.
10655 * libanjuta/interfaces/libanjuta.idl: Defined IAnjutaEditorCell
10656 interface for character iteration and IAnjutaEditorAssist interface
10657 for autocompletions and editor tips.
10659 2006-05-18 Johannes Schmid <jhs@cvs.gnome.org>
10661 Patch from Günther Brammer <GBrammer@gmx.de>:
10662 * plugins/document-manager/anjuta-docman.c:
10663 Make tabs smaller but keep nice closing icon
10665 * plugins/document-manager/anjuta-docman.c:
10666 * plugins/document-manager/Makefile.am:
10668 Added nice mime-icons to the editor tabs
10670 2006-05-17 Johannes Schmid <jhs@cvs.gnome.org>
10672 * configure.in: Bumped version to 2.0.3 (pre-release increment)
10674 * plugins/symbol-browser/an_symbol_view.c:
10676 - Fixed symbol searching (Yang Hong (#341997))
10678 * plugins/devhelp/htmlview.c:
10679 Fixed devhelp plugin
10681 * plugins/build-basic-autotools/build-basic-autotools.c:
10682 * plugins/search/search-replace.c:
10683 * plugins/document-manager/anjuta-docman.c:
10685 Only add a marker to a line where it makes sense!
10687 === anjuta 2.0.2 ===
10689 2006-05-15 Naba Kumar <naba@gnome.org>
10691 * configure.in: set required versions for
10694 2006-05-15 Johannes Schmid <jhs@cvs.gnome.org>
10696 * plugins/glade/plugin.c:
10697 Fixed signal connection for "gtk-doc-search"
10699 2006-05-15 Johannes Schmid <jhs@cvs.gnome.org>
10701 * NEWS: Set release date, add known issues
10703 * libanjuta/anjuta-shell.c:
10704 Use DEBUG_PRINT instead of g_warning (to be able to pass --g-fatal-warnings
10705 and debug other gtk-warnings/criticals)
10707 * plugins/build-basic-autotools/build-basic-autotools.c:
10708 Fixed gtk-critical (gtk_hash_table_destroy(NULL))
10710 * plugins/sourceview/anjuta-view.c:
10711 * plugins/sourceview/sourceview-args.c:
10712 * plugins/sourceview/sourceview-scope.c:
10713 * plugins/sourceview/sourceview-tags.c:
10714 Fixed gtk-criticals (gtk_source_language_get_mime_types)
10716 2006-05-13 Johannes Schmid <jhs@cvs.gnome.org>
10718 * pixmaps/Makefile.am:
10719 Add preferences_general.png
10721 * plugins/devhelp/plugin.c:
10722 Fixed some more realise things
10724 * plugins/message-view/anjuta-msgman.c:
10725 Support stock icons for message panes
10727 * plugins/search/search-replace.c:
10728 Use GTK_STOCK_FIND_AND_REPLACE instead of anjuta_icon
10730 * plugins/search/search-replace_backend.c:
10733 * plugins/sourceview/anjuta-document.c:
10734 * plugins/sourceview/sourceview.c:
10735 Fixed finalise and tag completion
10737 * src/anjuta-app.c:
10738 Use preferences_general icon
10740 2006-05-13 Johannes Schmid <jhs@cvs.gnome.org>
10742 * pixmaps/Makefile.am:
10745 2006-05-13 Johannes Schmid <jhs@cvs.gnome.org>
10747 * plugins/sourceview/sourceview-prefs.c:
10748 Fixed font & color handling
10750 * plugins/symbol-browser/an_symbol_view.c:
10753 2006-05-13 Johannes Schmid <jhs@cvs.gnome.org>
10755 * plugins/macro/macros.xml:
10756 Fixed bug #341583 (Address of FSF)
10758 2006-05-12 Johannes Schmid <jhs@cvs.gnome.org>
10761 Added "--no-client" option to start a new instance of anjuta instead of connecting to an old one.
10762 Update: Do it the cool way...
10764 2006-05-08 Johannes Schmid <jhs@cvs.gnome.org>
10766 * plugins/glade/plugin.c: (on_api_help), (activate_plugin):
10767 Implement gtk-api-help signals of glade3
10768 * configure.in: Bump to glade3 2.91.2
10770 * plugins/devhelp/plugin.c:
10771 Fixed some realize stuff in the devhelp plugin
10773 * plugins/sourceview/anjuta-document.c:
10774 fixed bug with scope completion
10776 2006-05-08 Johannes Schmid <jhs@cvs.gnome.org>
10778 * plugins/symbol-browser/an_symbol_view.c
10779 * plugins/symbol-browser/an_symbol_prefs.c
10780 * plugins/symbol-browser/an_symbol_prefs.h
10781 * global_tags/create_global_tags.sh:
10783 Automaticly create global tags on first startup
10785 2006-05-08 Massimo Cora' <maxcvs@email.it>
10788 * plugins/project-wizard/templates/Makefile.am:
10789 * (added) plugins/project-wizard/templates/cpp-logo.png:
10790 * (added) plugins/project-wizard/templates/cpp.wiz:
10791 * (added) plugins/project-wizard/templates/cpp/*:
10793 Added a generic c++ template. It's a simple hello world.
10795 2006-05-07 Massimo Cora' <maxcvs@email.it>
10797 * plugins/symbol-browser/an_symbol_view.c:
10798 fixed a stupid crasher.
10800 2006-05-05 Johannes Schmid <jhs@cvs.gnome.org>
10802 * plugins/project-wizard/templates/wxwin/configure.in.tpl
10803 * plugins/project-wizard/templates/wxwin/src/Makefile.am:
10805 Fixed WxWidgets project type
10807 2006-05-04 Johannes Schmid <jhs@cvs.gnome.org>
10809 * plugins/devhelp/htmlview.c:
10810 * plugins/devhelp/plugin.c:
10811 Maybe I fixed the crash this time! I could at least not reproduce anymore!
10813 * plugins/project-wizard/install.c:
10814 Don't set a message - thanks to seb
10816 2006-05-04 Johannes Schmid <jhs@cvs.gnome.org>
10818 * plugins/devhelp/htmlview.c:
10819 * plugins/symbol-browser/an_symbol_view.c:
10821 There is a weird crash in gtk_idle which I still did not completly fix!
10823 * plugins/project-wizard/install.c:
10824 Default to success instead of failure
10826 2006-05-03 Johannes Schmid <jhs@cvs.gnome.org>
10828 * plugins/devhelp/htmlview.c:
10829 * plugins/devhelp/plugin.c:
10830 Fixed bug and libdevhelp issue!
10832 * plugins/project-wizard/install.c:
10833 Fixed message string!
10835 2006-05-03 Massimo Cora' <maxcvs@email.it>
10837 * plugins/symbol-browser/an_symbol_view.c:
10838 Avoiding to get keywords from sv_extract_type_qualifier_from_expr()
10840 2006-05-01 Johannes Schmid <jhs@cvs.gnome.org>
10842 * pixmaps/Makefile.am:
10844 * anjuta.desktop.in.in
10846 GNOME Goal #2.1: Install theme-friendly icons
10848 2006-05-01 Johannes Schmid <jhs@cvs.gnome.org>
10850 * plugins/devhelp/htmlview.c: Reload page on reparent
10851 * plugins/document-manager/anjuta-docman.c:
10852 Present document-manager when document is selected in file-manager
10854 2006-05-01 Johannes Schmid <jhs@cvs.gnome.org>
10856 * plugins/symbol-broser/an_symbol_view.c:
10857 Fixed crasher in namespace exploration
10859 2006-05-01 Massimo Cora' <maxcvs@email.it>
10862 * plugins/valgrind/Makefile.am:
10864 Optional compiling of Valgrind plugin
10866 2006-05-01 Massimo Cora' <maxcvs@email.it>
10868 * plugins/symbol-browser/an_symbol_view.c:
10869 - modularized code. Marked with FIXME the parts which need improvement.
10871 - Added basic namespace completion for Gtkmm type project:
10872 - namespace1::MyClass *class;
10873 - class-> [display]
10874 - Namespaces must be anyway improved.
10876 2006-05-01 Johannes Schmid <jhs@cvs.gnome.org>
10878 * plugins/devhelp/plugin.c:
10879 Fixed up plugin unloading and show html widget on link selected
10883 2006-05-01 Johannes Schmid <jhs@cvs.gnome.org>
10885 * plugins/devhelp/Makefile.am:
10886 * plugins/devhelp/anjuta-devhelp.plugin.in:
10887 * plugins/devhelp/htmlview.c:
10888 * plugins/devhelp/htmlview.h:
10889 * plugins/devhelp/plugin.c:
10890 * plugins/devhelp/plugin.h:
10891 Reimplemeted devhelp plugin from scratch
10893 * plugins/symbol-browser/an_symbol_view.c: (sv_get_type_of_token):
10896 2006-04-30 Johannes Schmid <jhs@cvs.gnome.org>
10898 * plugins/sourceview/sourceview-tags.c:
10899 complete some more tag types
10901 * plugins/valgrind/plugin.c:
10902 * plugins/valgrind/preferences.c:
10903 * plugins/valgrind/vggeneralprefs.c:
10905 Fixed lots of gtk warnings
10907 2006-04-29 Johannes Schmid <jhs@cvs.gnome.org>
10909 * plugins/sourceview/sourceview-scope.c:
10910 Implemented type-ahead for scope completion
10912 2006-04-28 Johannes Schmid <jhs@cvs.gnome.org>
10914 * manuals/C/Makefile.am:
10915 * manuals/Makefile.am:
10916 * plugins/document-manager/Makefile.am:
10917 * plugins/project-wizard/templates/anjuta-plugin/Makefile.am:
10918 * plugins/sourceview/Makefile.am:
10923 * plugins/class-gen/goc_template_header: G_END_DECLS
10925 2006-05-27 Naba Kumar <naba@gnome.org>
10927 * (added) scintilla/LexSpice.cxx, scintilla/Editor.cxx,
10928 scintilla/KeyWords.cxx, scintilla/LexSQL.cxx, scintilla/LexTCL.cxx,
10929 scintilla/Makefile.am, scintilla/PlatGTK.cxx, scintilla/lexers.make,
10930 scintilla/include/HFacer.py, scintilla/include/SciLexer.h,
10931 scintilla/include/Scintilla.iface,
10932 (remove) scintilla/patches/pango-1.8.patch: Updated scintilla from
10933 cvs. Fixed compile flags. Removed outdated patches.
10935 2006-04-27 Johannes Schmid <jhs@cvs.gnome.org>
10937 * configure.in: Require libgladeui 2.91.1 (for glade3 plugin)
10939 * plugins/sourceview/anjuta-document.c:
10940 * plugins/sourceview/sourceview-args.c:
10941 * plugins/sourceview/sourceview-scope.c:
10943 Add End/Home keypresses and support completion if symbol start with '!' for example
10946 2006-04-27 Massimo Cora' <maxcvs@email.it>
10948 * libanjuta/interfaces/libanjuta.idl:
10950 * plugins/sourceview/sourceview-scope.c:
10951 * plugins/sourceview/tag-window.c:
10952 * plugins/sourceview/tag-window.h:
10953 * plugins/symbol-browser/an_symbol_view.c:
10954 * plugins/symbol-browser/an_symbol_view.h:
10955 * plugins/symbol-browser/plugin.c:
10957 added and implemented IAnjutaSymbolManager -> get_completions_at_position ()
10959 Code and ideas for C/C++ new completion engine comes from IComplete written by
10960 Martin Stubenschrott <stubenschrott@gmx.net>.
10961 Currently the interface works only with GtkSourceView plugin.
10963 * tagmanager/Makefile.am:
10965 * tagmanager/entry.h:
10966 * tagmanager/get.c:
10967 * tagmanager/get.h:
10968 * tagmanager/include/tm_file_entry.h:
10969 * tagmanager/include/tm_project.h:
10970 * tagmanager/include/tm_source_file.h:
10971 * tagmanager/include/tm_symbol.h:
10972 * tagmanager/include/tm_tagmanager.h:
10973 * tagmanager/include/tm_work_object.h:
10974 * tagmanager/include/tm_workspace.h:
10975 * tagmanager/parse.c:
10976 * tagmanager/read.c:
10977 * tagmanager/read.h:
10978 * tagmanager/tm_project.c:
10979 * tagmanager/tm_source_file.c:
10980 * tagmanager/tm_workspace.c:
10982 Tagmanager can now parse a memory buffer and generate/update
10983 tags into tm_workspace/tm_project on the fly, without using files.
10984 C/C++ is supported now.
10986 2006-04-26 Johannes Schmid <jhs@cvs.gnome.org>
10988 * plugins/sourceview/anjuta-document.c:
10989 * plugins/sourceview/sourceview-args.c:
10990 * plugins/sourceview/sourceview-scope.c:
10991 * plugins/sourceview/sourceview.c:
10993 Fixed some memory leaks and argument completion
10995 2006-04-25 Johannes Schmid <jhs@cvs.gnome.org>
10997 * plugins/glade/plugin.c:
10999 Fixed glade plugin build because of API changes in glade3
11001 2006-04-25 Johannes Schmid <jhs@cvs.gnome.org>
11003 * manuals/C/anjuta-faqs/anjuta-faqs.xml:
11004 Updated editor section
11006 * manuals/C/anjuta-manual/interface.xml:
11007 * manuals/C/anjuta-manual/preferences.xml:
11008 * manuals/C/anjuta-manual/projects.xml:
11011 * plugins/editor/anjuta-editor.plugin.in:
11014 2006-04-23 Johannes Schmid <jhs@cvs.gnome.org>
11017 * plugins/editor/anjuta-editor.plugin.in:
11018 * plugins/sourceview/sourceview.plugin.in:
11020 Build both editors and let the user decide a runtime!
11022 * plugins/sourceview/sourceview-scope.c:
11023 Fixed bug in regex to allow test()-> completions
11025 2006-04-23 Johannes Schmid <jhs@cvs.gnome.org>
11027 * plugins/sourceview/anjuta-document.c:
11028 * plugins/sourceview/sourceview-args.c:
11029 * plugins/sourceview/sourceview-scope.c:
11030 * plugins/sourceview/sourceview-tags.c:
11031 * plugins/sourceview/tag-window.c:
11033 Improved callltip windows
11035 2006-04-22 Johannes Schmid <jhs@cvs.gnome.org>
11037 * src/anjuta-app.c: (on_session_save):
11038 Fixed bug in toolbar saving. Thanks to Ricardo Jose Ferrari
11039 <ricardo.jose.ferrari@gmail.com> for pointing this out!
11041 2006-04-22 Johannes Schmid <jhs@cvs.gnome.org>
11043 * libanjuta/anjuta-utils.c:
11044 * plugins/cvs-plugin/cvs-execute.c:
11047 * scintilla/LexInno.cxx:
11048 * scintilla/LexOpal.cxx:
11049 * scintilla/LexTCL.cxx:
11051 Added missing files from scintilla-update
11053 2006-04-22 Johannes Schmid <jhs@cvs.gnome.org>
11056 * manuals/C/Makefile.am:
11057 * manuals/C/anjuta-faqs/anjuta-faqs.xml:
11058 * manuals/C/anjuta-manual/Makefile.am:
11059 * manuals/C/anjuta-manual/anjuta-manual.xml:
11060 * manuals/C/anjuta-manual/build.xml:
11061 * manuals/C/anjuta-manual/debugger.xml:
11062 * manuals/C/anjuta-manual/execute.xml:
11063 * manuals/C/anjuta-manual/figures/anjuta-in-action.png:
11064 * manuals/C/anjuta-manual/figures/arguments.png:
11065 * manuals/C/anjuta-manual/figures/configure_dlg.png:
11066 * manuals/C/anjuta-manual/figures/file_menu.png:
11067 * manuals/C/anjuta-manual/figures/menu_main.png:
11068 * manuals/C/anjuta-manual/figures/menubar.png:
11069 * manuals/C/anjuta-manual/figures/new_file_wizard.png:
11070 * manuals/C/anjuta-manual/figures/project_info.png:
11071 * manuals/C/anjuta-manual/figures/scrshot.png:
11072 * manuals/C/anjuta-manual/figures/symbol_browser.png:
11073 * manuals/C/anjuta-manual/figures/tool-editor.png:
11074 * manuals/C/anjuta-manual/figures/toolbar_browser.png:
11075 * manuals/C/anjuta-manual/figures/toolbar_ext.png:
11076 * manuals/C/anjuta-manual/figures/toolbar_format.png:
11077 * manuals/C/anjuta-manual/figures/toolbar_main.png:
11078 * manuals/C/anjuta-manual/figures/toolbar_tags.png:
11079 * manuals/C/anjuta-manual/fileoperations.xml:
11080 * manuals/C/anjuta-manual/interface.xml:
11081 * manuals/C/anjuta-manual/introduction.xml:
11082 * manuals/C/anjuta-manual/preferences.xml:
11083 * manuals/C/anjuta-manual/projects.xml:
11084 * manuals/C/anjuta-manual/tools.xml:
11085 * manuals/Makefile.am:
11087 Updated manual and faq
11089 * scintilla/CallTip.cxx:
11090 * scintilla/CallTip.h:
11091 * scintilla/CellBuffer.cxx:
11092 * scintilla/CellBuffer.h:
11093 * scintilla/ContractionState.cxx:
11094 * scintilla/Document.cxx:
11095 * scintilla/Document.h:
11096 * scintilla/DocumentAccessor.cxx:
11097 * scintilla/Editor.cxx:
11098 * scintilla/Editor.h:
11099 * scintilla/ExternalLexer.cxx:
11100 * scintilla/Indicator.cxx:
11101 * scintilla/KeyMap.cxx:
11102 * scintilla/KeyWords.cxx:
11103 * scintilla/LexAU3.cxx:
11104 * scintilla/LexBash.cxx:
11105 * scintilla/LexCPP.cxx:
11106 * scintilla/LexCaml.cxx:
11107 * scintilla/LexCsound.cxx:
11108 * scintilla/LexEiffel.cxx:
11109 * scintilla/LexGui4Cli.cxx:
11110 * scintilla/LexHTML.cxx:
11111 * scintilla/LexLua.cxx:
11112 * scintilla/LexMSSQL.cxx:
11113 * scintilla/LexOthers.cxx:
11114 * scintilla/LexPOV.cxx:
11115 * scintilla/LexPython.cxx:
11116 * scintilla/LexRuby.cxx:
11117 * scintilla/LexSQL.cxx:
11118 * scintilla/LexVB.cxx:
11119 * scintilla/Makefile.am:
11120 * scintilla/PlatGTK.cxx:
11121 * scintilla/PropSet.cxx:
11122 * scintilla/RESearch.cxx:
11123 * scintilla/RESearch.h:
11124 * scintilla/ScintillaBase.cxx:
11125 * scintilla/ScintillaGTK.cxx:
11126 * scintilla/StyleContext.h:
11127 * scintilla/ViewStyle.cxx:
11128 * scintilla/ViewStyle.h:
11129 * scintilla/XPM.cxx:
11130 * scintilla/include/KeyWords.h:
11131 * scintilla/include/Platform.h:
11132 * scintilla/include/PropSet.h:
11133 * scintilla/include/SciLexer.h:
11134 * scintilla/include/Scintilla.h:
11135 * scintilla/include/Scintilla.iface:
11136 * scintilla/include/ScintillaWidget.h:
11137 * scintilla/lexers.make:
11139 Update to scintilla 1.68
11141 * src/anjuta-app.c:
11142 Only show help items which are really availible
11144 * plugins/cvs-plugin/cvs-callbacks.c
11145 * plugins/cvs-plugin/cvs-execute.c
11146 * plugins/cvs-plugin/subversion-callbacks.c:
11147 * libanjuta/anjuta-utils.c:
11148 Fixed utf-8 issues and fixed a crasher (yes, strings tend to be longer than 2048...)
11150 2005-04-22 Sebastien Granjoux <seb.sfo@free.fr>
11152 * plugins/project-wizard/install.c,
11153 * plugins/project-wizard/autogen.c:
11154 Add error messages if using a read only directory
11155 Improve fix for bug #339296
11157 2006-04-22 Johannes Schmid <jhs@cvs.gnome.org>
11159 * libanjuta/interfaces/libanjuta.idl:
11160 * plugins/document-manager/action-callbacks.c:
11161 * plugins/document-manager/plugin.c:
11162 * plugins/editor/text_editor.c:
11163 Added IAnjutaEditorGoto
11165 * plugins/editor/aneditor.cxx:
11166 * plugins/editor/aneditor.h:
11167 * plugins/editor/text_editor.h:
11168 * plugins/editor/text_editor_prefs.c:
11172 2006-04-21 Johannes Schmid <jhs@cvs.gnome.org>
11174 * libanjuta/interfaces/libanjuta.idl:
11175 * plugins/document-manager/action-callbacks.c:
11176 * plugins/document-manager/anjuta-docman.c:
11177 * plugins/document-manager/plugin.c:
11178 * plugins/editor/text_editor.c:
11179 Added and implemented IAnjutaEditorComment and IAnjutaEditorZoom
11181 * plugins/sourceview/sourceview.c:
11182 * plugins/sourceview/sourceview.glade:
11183 Fixed some uft-8 issues and added a preference option
11184 to enable/disable gnome-vfs monitoring
11186 * scintilla/Makefile.am:
11187 * scintilla/include/Makefile.am:
11190 2006-04-20 Massimo Cora' <maxcvs@email.it>
11192 * libanjuta/interfaces/libanjuta.idl:
11193 Remove get_current_pos () because we have get_position()
11195 2006-04-20 Johannes Schmid <jhs@cvs.gnome.org>
11198 * plugins/sourceview/tag-window.c:
11199 Don't close window on PageUp/PageDown
11201 2006-04-20 Johannes Schmid <jhs@cvs.gnome.org>
11203 * data/Makefile.am:
11204 * manuals/reference/libanjuta/Makefile.am:
11209 * src/bacon-message-connection.c:
11210 * src/bacon-message-connection.h: (both from gedit)
11213 Fixed #312319 (Opening files when Anjuta is already open)
11215 2006-04-18 Johannes Schmid <jhs@cvs.gnome.org>
11217 * TODO.tasks: Updated
11218 * plugins/sourceview/anjuta-view.c:
11219 * plugins/sourceview/anjuta-view.h:
11220 * plugins/sourceview/sourceview.c:
11222 * configure.in: Fix --enable-plugin-scintilla
11224 Added char_added signal
11226 2006-04-18 Johannes Schmid <jhs@cvs.gnome.org>
11228 * libanjuta/anjuta-utils.c: (anjuta_util_diff):
11230 Fixed diff for utf8
11232 * plugins/sourceview/sourceview.c:
11233 Fixed VFS monitoring (still a bit buggy)
11235 * plugins/sourceview/sourceview-args.c:
11236 * plugins/sourceview/tag-window.c:
11238 Better sizing for the popup-window
11240 2006-04-17 Johannes Schmid <jhs@cvs.gnome.org>
11242 * plugins/project-wizard/templates/gnome/src/main.c:
11243 * plugins/project-wizard/templates/gnome/src/project.glade:
11244 * plugins/project-wizard/templates/gtk/src/main.c:
11245 * plugins/project-wizard/templates/gtk/src/project.glade:
11246 * plugins/project-wizard/templates/gtkmm/src/main.cc:
11248 Fixed up GLADE_FILE definition in project types and fixed bug #334546
11250 2006-04-17 Kjartan Maraas <kmaraas@gnome.org>
11252 * configure.in: More removal of obsoleteness.
11255 2006-04-12 Johannes Schmid <jhs@cvs.gnome.org>
11258 * libanjuta/anjuta-preferences.c:
11259 * libanjuta/anjuta-utils.c:
11260 * libanjuta/anjuta-utils.h:
11261 * plugins/message-view/message-view.c:
11263 Changed color functions and moved convert_color to anjuta-utils.h
11265 * plugins/message-view/anjuta-message-manager-plugin.glade:
11266 GnomeColorPicker -> GtkColorButton (bug #309154)
11268 * plugins/sourceview/plugin.c:
11269 * plugins/sourceview/sourceview-prefs.c:
11270 * plugins/sourceview/sourceview.glade:
11271 Added color and font preferences
11273 * plugins/sourceview/sourceview-tags.c:
11274 Only show as much choices as configured in preferences
11276 2006-04-11 Johannes Schmid <jhs@cvs.gnome.org>
11278 * ROADMAP, NEWS: Updated (we are far behind ;-)
11279 * plugins/document-manager/plugin.c: Hide Folding menu items if not supported
11281 2006-04-11 Johannes Schmid <jhs@cvs.gnome.org>
11284 * plugins/editor/Makefile.am:
11285 * scintilla/Makefile.am
11287 Build sourceview on 2.14, scintilla on 2.12 and make it user configurable at build time
11289 * global-tags/Makefile.am:
11290 * global-tags/create_global_tags.sh:
11291 * plugins/symbol-browser/an_symbol_prefs.c:
11292 * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
11293 * plugins/symbol-browser/plugin.h:
11294 * tagmanager/include/tm_workspace.h:
11295 * tagmanager/tm_workspace.c:
11297 Fixed symbol-browser prefs and move global tags generation from installtion to
11298 preferences to make the life easier for distributers and to allow updates after installtion
11300 * plugins/document-manager/action-callbacks.c:
11301 * plugins/document-manager/action-callbacks.h:
11302 * plugins/document-manager/anjuta-document-manager.ui:
11303 * plugins/document-manager/indent-util.c:
11304 * plugins/document-manager/plugin.c:
11305 * plugins/editor/text_editor.c:
11307 Moved indent stuff to document-manager
11309 * plugins/sourceview/anjuta-view.c:
11310 * plugins/sourceview/sourceview-args.c:
11311 * plugins/sourceview/sourceview-scope.c:
11312 * plugins/sourceview/sourceview-tags.c:
11313 * plugins/sourceview/sourceview.c:
11317 * plugins/sourceview/sourceview.plugin (removed):
11318 * plugins/sourceview/sourceview.plugin.in:
11319 Editor is not user-activatible
11321 * plugins/sourceview/sourceview.png:
11324 2006-04-08 Johannes Schmid <jhs@cvs.gnome.org>
11326 * src/anjuta-app.c: Fixed crasher on plugin unloading
11328 2006-04-06 Johannes Schmid <jhs@cvs.gnome.org>
11330 * plugins/sourceview/sourceview.c
11331 * plugins/sourceview/sourceview-args.c
11332 * plugins/sourceview/sourceview-args.h:
11334 Polished argument completion
11336 2006-04-05 Johannes Schmid <jhs@cvs,gnome.org>
11338 * plugins/message-view/anjuta-msgman.c:
11339 * plugins/message-view/plugin.c: (ianjuta_msgman_set_current_view):
11341 Show message pane on switch (does not work, anjuta_shell needs a fix)
11343 * plugins/sourceview/Makefile.am:
11344 * plugins/sourceview/anjuta-view.c: (find_tag_window),
11345 * plugins/sourceview/sourceview-args.c:
11346 * plugins/sourceview/sourceview-args.h:
11347 * plugins/sourceview/sourceview-private.h:
11348 * plugins/sourceview/sourceview-scope.c:
11349 (sourceview_scope_update), (sourceview_scope_filter_keypress):
11350 * plugins/sourceview/sourceview-tags.c:
11351 * plugins/sourceview/sourceview.c:
11352 * plugins/sourceview/tag-window.c:
11353 * plugins/sourceview/tag-window.h:
11355 Added scope and argument completion
11357 2006-04-03 Johannes Schmid <jhs@gnome.org>
11360 * src/anjuta-app.c: (on_add_merge_widget), (on_session_save),
11361 (on_widget_remove):
11364 * plugins/sourceview/sourceview.c: (iselect_clear):
11365 Make "Delete"-key working
11367 * configure.in: #336389
11369 2006-04-03 Johannes Schmid <jhs@gnome.org>
11371 * plugins/sourceview/Makefile.am:
11372 * plugins/sourceview/anjuta-view.c:
11373 * plugins/sourceview/plugin.c:
11374 * plugins/sourceview/sourceview-private.h:
11375 * plugins/sourceview/sourceview-scope.c:
11376 * plugins/sourceview/sourceview-scope.h:
11377 * plugins/sourceview/sourceview-tags.c:
11378 * plugins/sourceview/sourceview-tags.h:
11379 * plugins/sourceview/sourceview.c:
11380 * plugins/sourceview/sourceview.h:
11381 * plugins/sourceview/tag-window.c:
11383 - fixed goto_file_line
11384 - scroll to cursor on undo/redo
11385 - show correct popup-menu
11386 - scope completion (not ready yet)
11388 2006-04-03 Johannes Schmid <jhs@gnome.org>
11390 * plugins/sourceview/plugin.c:
11391 * plugins/sourceview/sourceview-tags.c:
11392 * plugins/sourceview/sourceview.c:
11393 * plugins/sourceview/sourceview.h:
11394 * plugins/sourceview/tag-window.c:
11396 Fixed some GObject stuff and use proper AnjutaSymbolManager interface
11398 2006-04-03 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11400 * plugins/sourceview/sourceview.c:
11401 Fixed next/previous bookmark.
11402 Toggled bookmark (set/unset).
11404 2006-04-03 Johannes Schmid <jhs@gnome.org>
11406 * plugins/document-manager/action-callbacks.c:
11407 Fixed Gtk-Warning in goto_line
11409 * plugins/sourceview/Makefile.am:
11410 * plugins/sourceview/anjuta-document.c:
11411 * plugins/sourceview/anjuta-view.c:
11412 * plugins/sourceview/anjuta-view.h:
11413 * plugins/sourceview/sourceview-autocomplete.c:
11414 * plugins/sourceview/sourceview-autocomplete.h:
11415 * plugins/sourceview/sourceview-private.h:
11416 * plugins/sourceview/sourceview-tags.c:
11417 * plugins/sourceview/sourceview-tags.h:
11418 * plugins/sourceview/sourceview.c:
11419 * plugins/sourceview/tag-window.c:
11420 * plugins/sourceview/tag-window.h:
11421 Created a nice API for tag and completion windows
11423 * plugins/sourceview/sourceview-print.h:
11424 * plugins/sourceview/sourceview-print.c:
11427 2006-04-02 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11429 * plugins/sourceview/sourceview.c:
11430 Fixed typo (Sort bookmarks).
11432 2006-04-01 Johannes Schmid <jhs@gnome.org>
11434 * plugins/sourceview/anjuta-document.c:
11435 * plugins/sourceview/anjuta-document.h:
11436 * plugins/sourceview/anjuta-view.c:
11437 * plugins/sourceview/anjuta-view.h:
11438 * plugins/sourceview/sourceview-autocomplete.c:
11439 * plugins/sourceview/sourceview-autocomplete.h:
11440 * plugins/sourceview/sourceview-prefs.c:
11441 * plugins/sourceview/sourceview-prefs.h:
11442 * plugins/sourceview/sourceview-private.h:
11443 * plugins/sourceview/sourceview-tags.c:
11444 * plugins/sourceview/sourceview-tags.h:
11445 * plugins/sourceview/sourceview.c:
11446 * plugins/sourceview/sourceview.glade:
11447 * plugins/sourceview/tag-window.c:
11448 * plugins/sourceview/tag-window.h:
11450 Improved code complete and autocomplete
11452 2006-04-01 Johannes Schmid <jhs@gnome.org>
11454 * plugins/sourceview/Makefile.am:
11455 * plugins/sourceview/bookmark.png:
11456 * plugins/sourceview/marker-attentive.png:
11457 * plugins/sourceview/marker-basic.png:
11458 * plugins/sourceview/marker-intense.png:
11459 * plugins/sourceview/marker-light.png:
11460 * plugins/sourceview/sourceview.c:
11462 Added pixmaps for all marker types and show bookmarks
11465 * plugins/sourceview/Makefile.am:
11466 Build sourceview on 2.14 only
11468 2006-03-31 Johannes Schmid <jhs@gnome.org>
11470 * plugins/sourceview/Makefile.am:
11471 * plugins/sourceview/anjuta-document.c:
11472 * plugins/sourceview/anjuta-view.c:
11473 * plugins/sourceview/anjuta-view.h:
11474 * plugins/sourceview/sourceview-autocomplete.c:
11475 * plugins/sourceview/sourceview-private.h:
11476 * plugins/sourceview/sourceview-tags.c:
11477 * plugins/sourceview/sourceview-tags.h:
11478 * plugins/sourceview/sourceview.c:
11479 * plugins/sourceview/tag-window.c:
11480 * plugins/sourceview/tag-window.h:
11482 Added code completion with tag manager to the editor and fixed a save_as bug
11484 2006-03-31 Johannes Schmid <jhs@gnome.org>
11486 * src/main.c: Revert patch from Rob to allow building with
11488 * configure.in: Require at least 2.12 libraries
11490 2006-03-29 Yang Hong <yanghong@ccoss.com.cn>
11492 reviewed by: Johannes Schmid <jhs@gnome.org> (fixed typo)
11494 * plugins/project-wizard/templates/anjuta-plugin/Makefile.am:
11495 Improve anjuta-plugin project template: Added missed files dist tarball
11498 * plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade: Fixed
11501 2006-03-28 Yang Hong <yanghong@ccoss.com.cn>
11503 reviewed by: Johannes Schmid <jhs@gnome.org>
11505 * plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl
11506 plugins/project-wizard/templates/anjuta-plugin/po/POTFILES.in
11507 plugins/project-wizard/templates/anjuta-plugin/src/plugin.c
11508 plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade:
11510 Improve anjuta-plugin project template. Also fix for #322744
11512 2006-03-27 Johannes Schmid <jhs@gnome.org>
11514 * plugins/sourceview/sourceview-private.h:
11515 plugins/sourceview/sourceview.c:
11517 Added basic bookmark support
11519 2006-03-27 Johannes Schmid <jhs@gnome.org>
11524 Patch from Rob Bradfort <robster@debian.org>:
11525 * src/main.c: (get_command_line_args), (main):
11526 Migration from popt to GOption
11528 2006-03-26 Naba Kumar <naba@gnome.org>
11530 * plugins/document-manager/anjuta-docman.c: Fixed close icon button
11531 size to scale itself with theme.
11533 2006-03-26 Naba Kumar <naba@gnome.org>
11535 * plugins/file-manager/an_file_view.c,
11536 plugins/symbol-browser/an_symbol_view.c: Destroy tooltip timers
11537 when symbolview and fileview objects are destroyed to avoid crashes
11538 after the plugins are disabled.
11540 2006-03-26 Naba Kumar <naba@gnome.org>
11542 * Makefile.am, po/POTFILES.skip, (removed) anjuta_dialogs_strings.h:
11543 Deleted unused file.
11545 * plugins/glade/plugin.c: Be able to close glade plugin when there
11546 there is no glade project loaded.
11548 * plugins/sourceview/sourceview.plugin,
11549 plugins/sourceview/sourceview.plugin.in: Give a better plugin name.
11551 2006-03-23 Naba Kumar <naba@gnome.org>
11553 * plugins/editor/print.c: Fixed a bug where some sections of
11554 printed/previewed text is not highlighted.
11556 2006-03-20 Johannes Schmid <jhs@gnome.org>
11558 * libanjuta/interfaces/libanjuta.idl:
11560 * plugins/devhelp/plugin.c: Work with any devhelp version (hopefully)
11561 as we do not use private apis. Show help window and startup because it does
11564 * plugins/document-manager/action-callbacks.c:
11565 plugins/editor/Makefile.am:
11566 plugins/editor/text_editor.c:
11567 plugins/editor/print.c:
11568 plugins/editor/print.h:
11570 Fixed printing (nobody has missed it BTW ;-)
11572 * plugins/sourceview/sourceview.c:
11575 2006-03-20 Naba Kumar <naba@gnome.org>
11577 * configure.in, plugins/devhelp/plugin.c: Be able to build with
11578 devhelp >= 0.9 < 0.11 versions.
11580 2006-03-20 Johannes Schmid <jhs@gnome.org>
11582 * plugins/sourceview/anjuta-document-loader.c
11583 plugins/sourceview/sourceview.c:
11585 Fixed encoding bugs
11587 2006-03-20 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11589 * plugins/sourceview/sourceview.c, plugins/search/search-replace_backend.c :
11590 Fixed bug (line position)
11591 Give the good line position whatever the active editor.
11593 2006-03-19 Ilkka Tuohela <hile@iki.fi>
11595 * configure.in: Added fi to ALL_LINGUAS
11597 2006-03-19 Johannes Schmid <jhs@gnome.org>
11599 * plugins/sourceview/anjuta-document-loader.c:
11600 replace gnome_vfs_get_mime_type_for_name_and data
11602 * plugins/build-basic-autotools/build-basic-autotools.c:
11605 2006-03-17 Johannes Schmid <jhs@gnome.org>
11607 * plugins/editor/editor.glade:
11608 Added style-editor again after it got lost somehow
11610 2006-03-17 Johannes Schmid <jhs@gnome.org>
11612 * plugins/devhelp/plugin.c: Updated to work with devhelp-0.11
11613 configure.in: require devhelp 0.11
11615 Post 0.11 devhelp versions (CVS) do not work because of an API change...
11617 plugins/build-basic-autotools/build-basic-autotools.c:
11618 forgot a an installtion callback for the "install as root"-feature
11620 2006-03-17 Massimo Cora' <maxcvs@email.it>
11622 reviewed by: Johannes Schmid <jhs@gnome.org>
11624 * plugins/class-gen/anjuta-class-gen-plugin.glade
11625 plugins/class-gen/class_gen.c
11626 plugins/class-gen/goc_template_header
11627 plugins/class-gen/goc_template_source
11631 2006-03-16 Johannes Schmid <jhs@gnome.org>
11633 * plugins/sourceview/sourceview.c:
11634 Fixed "save-point" signal for undo actions
11636 2006-03-16 Massimo Cora' <maxcvs@email.it>
11638 reviewed by: Johannes Schmid <jhs@gnome.org>
11640 * plugins/document-manager/anjuta-docman.c:
11641 Implement tab drag and drop
11643 2006-03-16 Johannes Schmid <jhs@gnome.org>
11645 * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade:
11646 plugins/build-basic-autotools/build-basic-autotools.c:
11648 Implemented "install as root"-feature (#321455)
11650 2006-03-16 Johannes Schmid <jhs@gnome.org>
11653 plugins/sourceview/.cvsignore
11654 plugins/tools/scripts/.cvsignore:
11655 Added/extended .cvsignore files
11657 * plugins/sourceview/sourceview-autocomplete.c:
11658 plugins/sourceview/sourceview-autocomplete.h:
11659 plugins/sourceview/sourceview-prefs.c:
11660 plugins/sourceview/sourceview-private.h:
11661 plugins/sourceview/sourceview.glade:
11662 Autcomplete just works(tm) now and respects preferences
11664 * plugins/sourceview/sourceview.c: (ieditor_get_current_word):
11665 Use better algorithm from autocomplete
11667 2006-03-15 Johannes Schmid <jhs@gnome.org>
11669 * src/anjuta-app.c:
11672 2006-03-15 Johannes Schmid <jhs@gnome.org>
11674 * libanjuta/interfaces/libanjuta.idl:
11675 plugins/class-gen/class_gen.c:
11676 plugins/file-wizard/file.c: (on_new_file_okbutton_clicked):
11677 plugins/project-manager/plugin.c:
11679 Allow to add multiple source files (#320191)
11681 * configure.in: Require gnome-build 0.1.3
11683 2006-03-14 Johannes Schmid <jhs@gnome.org>
11685 * plugins/macro/macro-utils.c: Fixed bug #333606
11686 * plugins/file-wizard/file.c: Fixed bug #333601
11688 2006-03-13 Johannes Schmid <jhs@gnome.org>
11690 * plugins/sourceview/sourceview_autocomplete.c
11691 plugins/sourceview/sourceview_autocomplete.h
11692 plugins/sourceview/sourceview.c
11693 plugins/sourceview/sourceview-private.h
11694 plugins/sourceview/sourceview-prefs.c:
11696 Cleaned up and fixed several issues
11698 2006-03-13 Johannes Schmid <jhs@gnome.org>
11700 * plugins/sourceview/Makefile.am:
11701 plugins/sourceview/sourceview-autocomplete.c
11702 plugins/sourceview/sourceview-autocomplete.h:
11703 plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
11704 plugins/sourceview/sourceview-private.h:
11705 plugins/sourceview/sourceview.c:
11707 Added (buggy) autocomplete feature to sourceview
11709 2006-03-12 Naba Kumar <naba@gnome.org>
11711 * libanjuta/anjuta-preferences.c, libanjuta/anjuta-preferences.h,
11712 libanjuta/anjuta-session.c: Added API docs.
11714 2006-03-12 Naba Kumar <naba@gnome.org>
11716 * TODO.tasks: Added couple of tasks.
11717 * libanjuta/interfaces/anjuta-idl-compiler.pl: Delay type normalization,
11718 Register private class as early as possible so that members could
11719 point to self class. Code clean up.
11721 2006-03-12 Naba Kumar <naba@gnome.org>
11723 * po/POTFILES.in, po/POTFILES.skip: Updated.
11725 2006-03-11 Naba Kumar <naba@gnome.org>
11727 * libanjuta/anjuta-shell.c,
11728 plugins/document-manager/anjuta-docman.c,
11729 plugins/document-manager/plugin.c,
11730 plugins/symbol-browser/an_symbol_search.c,
11731 plugins/valgrind/vgrule-list.c: Use correct signal names while
11734 * libanjuta/interfaces/anjuta-idl-compiler.pl: Generate correct
11735 signal names and fixed enum IANJUTA_TYPE_* macro.
11737 2006-03-08 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11739 * plugins/sourceview/sourceview.c, plugins/sourceview/sourceview-private.h,
11740 plugins/search/search-replace.c :
11741 Fixed bug (Bookmark the good line).
11742 Search & Replace (Mark all matched strings).
11744 2006-03-09 Johannes Schmid <jhs@gnome.org>
11746 * libanjuta/anjuta-encodings.c: (anjuta_encodings_init):
11747 Completed changes from yesterday
11749 * plugins/document-manager/anjuta-document-manager.glade:
11750 plugins/editor/editor.glade
11751 plugins/editor/plugin.c: (activate_plugin)
11752 plugins/editor/text_editor.c
11753 plugins/sourceview/Makefile.am
11754 plugins/sourceview/plugin.c: (sourceview_plugin_activate)
11755 plugins/sourceview/sourceview.glade:
11756 Completed preference changes
11758 2006-03-08 Johannes Schmid <jhs@gnome.org>
11760 * libanjuta/anjuta-encodings.c: (anjuta_encodings_init)
11761 plugins/search/plugin.c: (activate_plugin):
11763 Removed Gtk-Criticals
11765 * plugins/document-manager/anjuta-document-manager.glade:
11766 plugins/document-manager/plugin.c: (on_docman_auto_save),
11767 (on_gconf_notify_timer), (prefs_init):
11768 plugins/document-manager/plugin.h:
11769 plugins/editor/text_editor.c: (text_editor_instance_init),
11770 (text_editor_dispose):
11771 plugins/editor/text_editor.h:
11772 plugins/editor/text_editor_cbs.c:
11773 plugins/editor/text_editor_cbs.h:
11774 plugins/editor/text_editor_prefs.c: (text_editor_prefs_init):
11775 plugins/glade/plugin.c: (activate_plugin):
11776 plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
11777 plugins/sourceview/sourceview-private.h:
11778 plugins/sourceview/sourceview.c: (on_menu_popup),
11779 (sourceview_new), (ifile_open), (ifile_savable_save),
11780 (ifile_savable_save_as), (ieditor_set_popup_menu),
11781 (ieditor_get_filename), (imark_mark):
11783 Moved autosave from editor to document manager and fixed some things in
11786 2006-03-08 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11788 * plugins/search/anjuta-search.glade :
11789 New order's buttons - Renamed "Forward" to "Find" (bug #306970)
11790 plugins/search/search-replace_bachend.c: Fixed a crash bug.
11791 plugins/search/search-replace.c : Fixed bug.
11793 2006-03-08 Johannes Schmid <jhs@gnome.org>
11795 * plugins/search/anjuta-search.glade
11796 Fixed widget names (glade is a bit stupid on copying widgets to other files)
11798 2006-03-07 Johannes Schmid <jhs@gnome.org>
11800 * plugins/document-manager/action-callbacks.c
11801 plugins/document-manager/anjuta-document-manager.glade
11802 plugins/document-manager/plugin.c: (prefs_init),
11804 plugins/editor/Makefile.am:
11805 plugins/editor/editor.glade:
11806 plugins/editor/plugin.c: (on_style_button_clicked),
11807 (activate_plugin), (dispose):
11808 plugins/editor/style-editor.c:
11810 Startet to seperate document-manager and editor preferences
11812 * plugins/search/Makefile.am:
11813 plugins/search/anjuta-search.glade:
11814 plugins/search/search-replace.c:
11816 Moved search GUI to search-plugin
11818 * plugins/sourceview/sourceview-prefs.c:
11819 plugins/sourceview/sourceview-prefs.h:
11820 plugins/sourceview/sourceview-private.h:
11821 plugins/sourceview/sourceview.c:
11822 plugins/sourceview/sourceview.h:
11823 plugins/sourceview/Makefile.am:
11824 plugins/sourceview/anjuta-document.h:
11825 plugins/sourceview/anjuta-view.c: (anjuta_view_init):
11826 plugins/sourceview/plugin.c:
11828 Added some preferences to sourceview and fixed vfs_monitor
11830 * tagmanager/c.c: (parseParens):
11831 Removed annoying debug message
11833 * libanjuta/interfaces/libanjuta.idl:
11834 Removed IAnjutaEditorFactory::create_style_editor()
11836 2006-03-07 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11838 * plugins/sourceview/sourceview.c, plugins/search/search-replace.c :
11839 Search : Bookmark all matched lines.
11841 2006-03-06 Johannes Schmid <jhs@gnome.org>
11843 * plugins/class-gen/anjuta-class-gen.plugin.in
11844 plugins/file-loader/plugin.c: (sort_wizards)
11845 (on_create_submenu), (activate_plugin)
11846 plugins/file-wizard/anjuta-file-wizard.plugin.in
11847 plugins/glade/anjuta-glade.plugin.in
11848 plugins/project-import/anjuta-project-import.plugin.in
11849 plugins/project-wizard/anjuta-project-wizard.plugin.in:
11851 Changed File->Wizard to File->New and changed some wizard titles. Wizards are
11852 sorted alphabeticly
11854 * plugins/project-wizard/templates/mkfile.wiz:
11855 Use configured project directory instead of ~/myproject
11857 * plugins/sourceview/sourceview.c: (sourceview_apply_prefs),
11859 Show markers (again) and monitor uri
11861 2006-03-06 Naba Kumar <naba@gnome.org>
11863 * libanjuta/interfaces/anjuta-idl-compiler.pl: Generate struct
11864 typedefs separately so that forward linking would work.
11865 e.g: typedef sturct _Foo Foo; struct _Foo { Foo *prev };
11867 2006-03-05 Naba Kumar <naba@gnome.org>
11869 * libanjuta/interfaces/anjuta-idl-compiler.pl: Added support for
11870 passing Enums and Structs in signals. Define struct _Name in
11871 generated code, so that forward referencing.
11872 e.g: typedef sturct _Foo { strutct _Foo *prev } Foo;
11874 * libanjuta/interfaces/libanjuta.idl: Fixed typo.
11876 2006-03-05 Naba Kumar <naba@gnome.org>
11878 * libanjuta/interfaces/anjuta-idl-compiler.pl: Added typedef
11879 support. Generate GType definitions for enums in generated codes
11880 so that enums could be passed as signal params.
11882 2006-03-04 Naba Kumar <naba@gnome.org>
11884 * plugins/document-manager/*, plugins/print/*, plugins/search/*:
11885 Restored cvs-moved revision files. They were originally marked
11886 deleted at their older locations. Now they are restored at
11887 their new locations. The changeset is one that was committed
11888 as part of document-manager, editor, search and print plugins
11889 separation from editor plugin.
11891 2006-03-03 Johannes Schmid <jhs@gnome.org>
11893 * plugins/sourceview/*:
11894 Reimplemented sourceview plugin reusing much code from gedit. Thanks to Paolo Borelli & Maggi for
11897 2006-03-04 Naba Kumar <naba@gnome.org>
11899 * plugins/gdb/*: Deleted removed files (see previous changlog
11900 entry for files list).
11902 2005-03-01 Sebastien Granjoux <seb.sfo@free.fr>
11904 * plugins/debug-mananger/breakpoints.c,
11905 plugins/debug-manager/breakpoints.h,
11906 plugins/debug-manager/debug_tree.c,
11907 plugins/debug-manager/debug_tree.h,
11908 plugins/debug-manager/info.c,
11909 plugins/debug-manager/info.h,
11910 plugins/debug-manager/locals.c,
11911 plugins/debug-manager/locals.h,
11912 plugins/debug-manager/memory.c,
11913 plugins/debug-manager/memory.h,
11914 plugins/debug-manager/registers.c,
11915 plugins/debug-manager/registers.h,
11916 plugins/debug-manager/sharedlib.c,
11917 plugins/debug-manager/sharedlib.h,
11918 plugins/debug-manager/signal.c,
11919 plugins/debug-manager/signal.h,
11920 plugins/debug-manager/stack_trace.c,
11921 plugins/debug-manager/stack_trace.h,
11922 plugins/debug-manager/watch.c,
11923 plugins/debug-manager/watch.h,
11924 plugins/debug-manager/Makefile.am:
11925 Move from gdb plugin to debug manager plugin
11927 * plugins/debug-manager/anjuta-debug-manager.glade,
11928 plugins/debug-manager/anjuta-debug-manager.ui:
11929 Move all user interface from gdb to debug manager
11931 * plugins/debug-manager/utilities.c,
11932 plugins/debug-manager/utilities.h:
11933 Remove some unused code
11934 Add useful code from gdb plugin
11936 * plugins/debug-manager/start.c,
11937 plugins/debug-manager/start.h:
11938 Include code of attach_process
11939 Add more code to start the debugger
11941 * plugins/debug-manager/plugin.c,
11942 plugins/debug-manager/plugin.h,
11943 plugins/debug-manager/anjuta-debug-manager.plugin.in:
11944 Rename IAnjutaDebuggerManager to IAnjutaDebugManager
11946 * plugins/debug-manager/debugger.c,
11947 plugins/debug-manager/debugger.h:
11948 Implement a queue of debugger command
11950 * plugins/gdb/actions.c,
11951 plugins/gdb/actions.h,
11952 plugins/gdb/watch_cbs.c,
11953 plugins/gdb/watch_cbs.h,
11954 plugins/gdb/watch_gui.c,
11955 plugins/gdb/watch_gui.h:
11958 * plugins/gdb/debugger.c,
11959 plugins/gdb/debugger.h,
11960 plugins/gdb/gdbmi.c,
11961 plugins/gdb/gdbmi.h,
11962 plugins/gdb/utilities.c,
11963 plugins/gdb/utilities.h,
11964 plugins/gdb/Makefile.am,
11965 plugins/gdb/anjuta-gdb.plugin.in:
11966 Implement necessary functions
11968 * plugins/gdb/parser.c,
11969 plugins/gdb/parser.h:
11970 Code for parsing variable previously in debug_tree.c
11972 * plugins/gdb/anjuta-gdb.glade,
11973 plugins/gdb/anjuta-gdb.ui:
11974 Remove user interface
11976 * plugins/gdb/gdbmi-test.c:
11979 * plugins/gdb/anjuta-gdb.plugin.png:
11980 Try an improved icon for gdb (archer fish)
11982 * libanjuta/anjuta-debugger.c,
11983 libanjuta/anjuta-debugger.h,
11984 libanjuta/interfaces/libanjuta.idl,
11985 libanjuta/interfaces/anjuta-idl-compiler.pl,
11986 libanjuta/Makefile.am:
11987 Add declaration used in new IAnjutaDebugger interface
11989 * manuals/reference/libanjuta.types,
11990 manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml
11991 manuals/referecen/libanjuta/tmpl/libanjuta-unused.sgml:
11992 Update documentation
11994 2006-03-02 Naba Kumar <naba@gnome.org>
11996 * manuals/reference/libanjuta/Makefile.am,
11997 manuals/reference/libanjuta/libanjuta-docs.sgml,
11998 manuals/reference/libanjuta/libanjuta-sections.txt,
11999 manuals/reference/libanjuta/libanjuta.types,
12000 manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
12001 manuals/reference/libanjuta/tmpl/anjuta-launcher.sgml,
12002 manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
12003 manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
12004 manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
12005 manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
12006 manuals/reference/libanjuta/tmpl/anjuta-session.sgml,
12007 manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
12008 manuals/reference/libanjuta/tmpl/anjuta-status.sgml,
12009 manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
12010 manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
12011 manuals/reference/libanjuta/tmpl/cell-renderer-captioned-image.sgml,
12012 manuals/reference/libanjuta/tmpl/e-splash.sgml,
12013 manuals/reference/libanjuta/tmpl/glue-factory.sgml,
12014 manuals/reference/libanjuta/tmpl/glue-plugin.sgml,
12015 manuals/reference/libanjuta/tmpl/ianjuta-bookmark.sgml,
12016 manuals/reference/libanjuta/tmpl/ianjuta-buildable.sgml,
12017 manuals/reference/libanjuta/tmpl/ianjuta-debugger-manager.sgml,
12018 manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
12019 manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
12020 manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml,
12021 manuals/reference/libanjuta/tmpl/ianjuta-editor-convert.sgml,
12022 manuals/reference/libanjuta/tmpl/ianjuta-editor-edit.sgml,
12023 manuals/reference/libanjuta/tmpl/ianjuta-editor-factory.sgml,
12024 manuals/reference/libanjuta/tmpl/ianjuta-editor-folds.sgml,
12025 manuals/reference/libanjuta/tmpl/ianjuta-editor-line-mode.sgml,
12026 manuals/reference/libanjuta/tmpl/ianjuta-editor-selection.sgml,
12027 manuals/reference/libanjuta/tmpl/ianjuta-editor-view.sgml,
12028 manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
12029 manuals/reference/libanjuta/tmpl/ianjuta-file.sgml,
12030 manuals/reference/libanjuta/tmpl/ianjuta-indicable.sgml,
12031 manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
12032 manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
12033 manuals/reference/libanjuta/tmpl/ianjuta-macro.sgml,
12034 manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml,
12035 manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml,
12036 manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml,
12037 manuals/reference/libanjuta/tmpl/ianjuta-project-manager.sgml,
12038 manuals/reference/libanjuta/tmpl/ianjuta-symbol-manager.sgml,
12039 manuals/reference/libanjuta/tmpl/ianjuta-symbol.sgml,
12040 manuals/reference/libanjuta/tmpl/ianjuta-vcs.sgml,
12041 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
12042 manuals/reference/libanjuta/tmpl/plugins.sgml,
12043 (added) manuals/reference/libanjuta/tmpl/anjuta-session.sgml,
12044 (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml,
12045 (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-convert.sgml,
12046 (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-edit.sgml,
12047 (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-factory.sgml,
12048 (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-folds.sgml,
12049 (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-line-mode.sgml,
12050 (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-selection.sgml,
12051 (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-view.sgml,
12052 (added) manuals/reference/libanjuta/tmpl/ianjuta-indicable.sgml,
12053 (added) manuals/reference/libanjuta/tmpl/ianjuta-macro.sgml,
12054 (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol-manager.sgml,
12055 (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol.sgml,
12056 (added) manuals/reference/libanjuta/tmpl/ianjuta-vcs.sgml: Updated
12059 2006-02-28 Naba Kumar <naba@gnome.org>
12061 (added) manuals/reference/libanjuta/tmpl/anjuta-session.sgml,
12062 (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml
12063 (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-convert.sgml
12064 (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-edit.sgml
12065 (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-factory.sgml
12066 (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-folds.sgml
12067 (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-line-mode.sgml
12068 (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-selection.sgml
12069 (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-view.sgml
12070 (added) manuals/reference/libanjuta/tmpl/ianjuta-indicable.sgml
12071 (added) manuals/reference/libanjuta/tmpl/ianjuta-macro.sgml
12072 (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol-manager.sgml
12073 (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol.sgml
12074 (added) manuals/reference/libanjuta/tmpl/ianjuta-vcs.sgml
12076 2006-03-02 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12078 * plugins/sourceview/sourceview.c:
12079 Select to brace, select block.
12081 2006-02-28 Johannes Schmid <jhs@gnome.org>
12083 * plugins/file-wizard/Makefile.am
12084 plugins/file-wizard/action-callbacks.c (removed)
12085 plugins/file-wizard/action-callbacks.h (removed)
12086 plugins/file-wizard/anjuta-file-wizard.ui
12087 plugins/file-wizard/plugin.c: (activate_plugin),
12088 (deactivate_plugin)
12089 plugins/file-wizard/plugin.h:
12090 Removed Edit->Insert Text submenu (replace by macros plugin)
12092 * plugins/sourceview/sourceview.c: (sourceview_new),
12093 (ieditor_set_popup_menu):
12094 Fixed some more bugs
12096 * plugins/subversion/svn-threat.h (removed): Removed ununsed file
12098 2006-02-28 Naba Kumar <naba@gnome.org>
12100 * plugins/file-manager/an_file_view.c,
12101 plugins/symbol-browser/an_symbol_view.c: Show tooltips for unselected
12102 rows also and with delay 1 sec (the color and timout value should
12103 probably be picked up from some system wide preference key).
12105 2006-02-28 Naba Kumar <naba@gnome.org>
12107 * libanjuta/interfaces/libanjuta.idl,
12108 plugins/document-manager/action-callbacks.c,
12109 plugins/document-manager/plugin.c,
12110 plugins/editor/text_editor.c: Renamed IAnjutaEditorView to
12111 IAnjutaEditorFolds and implemented IAnjutaEditorView as editor views.
12112 Added interface checks in document manager and enable/disable
12113 menus based on supported interface.
12115 * plugins/project-import/anjuta-project-import.glade: Set some
12116 resonable size for the import dialog.
12118 2006-02-27 Naba Kumar <naba@gnome.org>
12120 * libanjuta/interfaces/libanjuta.idl,
12121 plugins/document-manager/action-callbacks.c,
12122 plugins/editor/text_editor.c: Fixed IAnjutaEditorLineMode interface
12123 and eol conversion actions.
12125 2006-02-27 Johannes Schmid <jhs@gnome.org>
12127 * plugins/sourceview/sourceview.c: Implemented markers and fixed several crashers
12128 * plugins/file-manager/an_file_view.c
12129 plugins/file-manager/plugin.h: Added tooltips
12130 * plugins/symbol-browser/an_symbol_view.h: Added tooltips
12132 2006-02-26 Naba Kumar <naba@gnome.org>
12134 * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade,
12135 plugins/build-basic-autotools/build-basic-autotools.c,
12136 plugins/build-basic-autotools/build-basic-autotools.h,
12137 plugins/build-basic-autotools/executer.c,
12138 plugins/message-view/anjuta-message-manager-plugin.glade: Moved enable/
12139 disable indicator highlights preferences from message manager to
12140 build plugin. Implemented message indicator highlights in build tool.
12142 * plugins/editor/text_editor.c: Fixed indicators.
12144 2006-02-26 Johannes Schmid <jhs@gnome.org>
12146 * plugins/sourceview/sourceview.c:
12149 * plugins/subversion/svn_auth.c:
12150 Fixed username/password authentification but there might be a memory corruption
12152 2006-02-26 Naba Kumar <naba@gnome.org>
12154 Patch from Anjuta Khongbantabam <k_anjuta@yahoo.com>:
12155 * libanjuta/anjuta-encodings.c, libanjuta/anjuta-launcher.c,
12156 libanjuta/anjuta-launcher.h: Added documentation.
12158 2006-02-24 Naba Kumar <naba@gnome.org>
12160 * plugins/editor/text_editor.c: Fixed change in API in
12161 IAnjutaEditorSelection::set().
12163 2006-02-24 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12165 * plugins/sourceview/sourceview.c, plugins/search/plugin.c,
12166 plugins/search/search-replace.c, plugins/search/search-replace_backend.c,
12167 libanjuta/interfaces/libanjuta.idl :
12168 Search in sourceview editor (Select in buffer).
12171 2006-02-23 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12173 * plugins/sourceview/sourceview.c :
12174 Fixed Replace, to_upper, to_lower.
12176 * plugins/search/search-replace_backend.c :
12177 Renamed header name.
12179 2006-02-22 Naba Kumar <naba@gnome.org>
12181 * libanjuta/anjuta-plugin-description.c,
12182 libanjuta/anjuta-plugin-description.h, libanjuta/anjuta-shell.c,
12183 libanjuta/anjuta-shell.h, libanjuta/interfaces/libanjuta.idl,
12184 manuals/reference/libanjuta/tmpl/anjuta-plugin-description.sgml,
12185 manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
12186 manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml: Fixed API docs.
12188 Patch from Anjuta Khongbantabam <k_anjuta@yahoo.com>:
12189 * libanjuta/interfaces/libanjuta.idl: Added more API documentation stubs.
12191 2006-02-21 Naba Kumar <naba@gnome.org>
12193 * libanjuta/interfaces/libanjuta.idl,
12194 plugins/editor/text_editor.c, plugins/editor/text_editor.h,
12195 plugins/editor/text_editor_cbs.c: Implemanted IAnjutaIndicable
12196 interface for editor.
12198 2006-02-21 Naba Kumar <naba@gnome.org>
12200 * plugins/editor/text_editor.c: Fixed a crash bug on copy operation.
12202 Patch from Anjuta Khongbantabam <k_anjuta@yahoo.com>:
12203 * libanjuta/interfaces/libanjuta.idl: Added API documentation stubs.
12205 2006-02-21 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12207 * GTKSOURCEVIEW EDITOR
12208 plugins/sourceview/sourceview.c :
12209 Fixed copy and Goto Line.
12211 plugins/macro/macro-actions.c plugins/macro/macro-dialog.c
12212 plugins/macro/plugin.c :
12213 Fixed Insert key word and Insert macro.
12215 2006-02-19 Johannes Schmid <jhs@cvs.gnome.org>
12217 * plugins/document-manager/anjuta-docman.c:
12218 (on_open_filesel_response): Fixed useless g_slist statement (thanks gcc for complaining)
12221 plugins/Makefile.am:
12222 plugins/sourceview/.cvsignore:
12223 plugins/sourceview/Makefile.am:
12224 plugins/sourceview/plugin.c: :
12225 plugins/sourceview/plugin.h:
12226 plugins/sourceview/sourceview.c:
12227 plugins/sourceview/sourceview.h:
12228 plugins/sourceview/sourceview.plugin:
12229 plugins/sourceview/sourceview.plugin.in:
12230 plugins/sourceview/sourceview.png:
12232 Added sourceview editor plugin
12234 2006-02-19 Naba Kumar <naba@gnome.org>
12236 * libanjuta/interfaces/libanjuta.idl,
12237 manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
12238 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
12239 plugins/cvs-plugin/cvs-interface.c,
12240 plugins/document-manager/action-callbacks.c,
12241 plugins/document-manager/action-callbacks.h,
12242 plugins/editor/text_editor.c, plugins/macro/macro-actions.c,
12243 plugins/search/plugin.c, plugins/search/search-replace.c,
12244 plugins/search/search-replace_backend.c,
12245 plugins/subversion/subversion-actions.c,
12246 plugins/subversion/subversion-callbacks.c,
12247 plugins/tools/editor.c, plugins/tools/execute.c,
12248 plugins/tools/variable.c: Defined proper editor interfaces and fixed
12249 few fatal warnings.
12251 2006-02-15 Naba Kumar <naba@gnome.org>
12253 * libanjuta/anjuta-shell.c: Added a warning when a session is loaded
12256 * libanjuta/interfaces/libanjuta.idl,
12257 plugins/document-manager/anjuta-docman.c,
12258 plugins/document-manager/plugin.c,
12259 plugins/editor/plugin.c, plugins/editor/text_editor.c: Removed
12260 unnecessary parameters from IAnjutaEditor interface and used proper
12261 types instead of 'gpointer'. Fixed various compiler warnings.
12263 * (removed) plugins/valgrind/main.c, po/POTFILES.in: Deleted useless
12266 2006-02-12 Naba Kumar <naba@gnome.org>
12268 * po/POTFILES.in: Updated.
12270 2006-02-11 Naba Kumar <naba@gnome.org>
12272 * plugins/editor/properties.[cxx,h],
12273 plugins/editor/text_editor.c, plugins/editor/style-editor.c,
12274 plugins/editor/text_editor_prefs.c: Renamed prop_*() functions
12275 to sci_prop_*(), because they were conflicting with external
12276 functions (in some ssl library).
12278 2006-02-08 Naba Kumar <naba@gnome.org>
12280 Patch from Massimo Cora <maxcvs@email.it>:
12281 * plugins/valgrind/anjuta-valgrind.schemas,
12282 plugins/valgrind/plugin.c, plugins/valgrind/plugin.h,
12283 plugins/valgrind/preferences.c, plugins/valgrind/vgactions.c,
12284 plugins/valgrind/vgactions.h, plugins/valgrind/vgdefaultview.c,
12285 plugins/valgrind/vgdefaultview.h, plugins/valgrind/vggeneralprefs.c,
12286 plugins/valgrind/vggeneralprefs.h, plugins/valgrind/vgmemcheckprefs.c,
12287 plugins/valgrind/vgtoolview.c,
12288 plugins/valgrind/vgtoolview.h: It checks for the valgrind binary
12289 before running the debugging session. I've added also a
12290 preference in Anjuta Preferences where you can specify
12291 the path to the valgrind binary. The default is /usr/bin/valgrind.
12292 Now it displays a dialog with the error. [it can be -program
12293 exited- or -file loaded or end of input-]. Some valgrind 3.x
12296 2006-01-29 Naba Kumar <naba@gnome.org>
12298 Patch from Massimo Cora <maxcvs@email.it>:
12299 * configure.in, plugins/Makefile.am,
12300 plugins/valgrind/*: Valgrind plugin (requires
12301 binutils-dev and valgrind to be installed.
12303 2005-01-24 Johannes Schmid <jhs@gnome.org>
12305 * Patch from Eric Greveson <ejg45@cam.ac.uk>
12306 plugins/tools/variables.c:
12307 Added current directory to possible variables
12309 * Patch from Günther Brammer <gbrammer@gmx.de>
12310 plugins/document-manager/anjuta-docman.c:
12311 Fix a crash on opening a file
12313 AUTHORS: Added Günther Brammer
12315 2005-12-17 Sebastien Granjoux <seb.sfo@free.fr>
12317 * libanjuta/anjuta-launcher.c:
12318 Fix a bug in AnjutaLauncher when output is bigger than buffer
12319 Probably fix bug #315188 and #305134
12321 2005-12-28 Johannes Schmid <jhs@gnome.org>
12323 * configure: Changed required gtk to 2.6.0, bumped VERSION to 2.02cvs
12324 * src/about.c: Use new gtk about dialog
12325 * plugins/project-wizard/templates/anjuta-plugin/src/plugin.c:
12326 Updated anjuta_ui_add_action_group_entries call
12328 Patch from Jean Breford <jean.breford@normalesup.org>
12329 and Markus Habermehl <bmh1980de@yahoo.de>:
12331 * libanjuta/anjuta-encodings.c: Fix crash in a much more nice way
12332 * AUTHORS: Added Jean and Markus
12334 2005-12-23 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12335 * plugins/search/search-replace.c :
12336 Bookmark all matched lines.
12337 * plugins/search/search-replace_backend.c :
12338 Fixed bug (Search in all project files).
12340 2005-12-21 Johannes Schmid <jhs@gnome.org>
12342 * plugins/search/plugin.c:
12344 * libanjuta/anjuta-encodings.c: Don't crash if uninitialized. Further
12345 investigation needed.
12347 AUTHORS: Added Ross Goldner
12349 2005-12-19 Ross Golder <ross@golder.org>
12351 * plugins/document-manager/anjuta-document-manager.plugin.in: Added
12352 application/xml MIME type.
12354 2005-12-18 Johannes Schmid <jhs@gnome.org>
12356 po/POTFILES.in: Updated files after directory changes
12357 HACKING: Removed outdated section 3 (anoncvs)
12359 2005-12-15 Sebastien Granjoux <seb.sfo@free.fr>
12361 * plugins/build-basic-autotools/build-basic-autotools.c:
12362 Save all files in editor before running a command
12364 * plugins/tools/execute.c:
12365 Use document manager plugin instead of each editor for
12368 2005-12-15 Johannes Schmid <jhs@gnome.org>
12370 * plugins/document-manager/action-callbacks.c:
12371 (on_save_all1_activate), (on_swap_activate)
12372 plugins/document-manager/anjuta-docman.c:
12373 (on_save_as_filesel_response), (on_notebook_switch_page):
12375 Fixed some remaining issues in document-manger
12377 2005-12-15 Johannes Schmid <jhs@gnome.org>
12379 * plugins/profile-default/default.anjuta:
12380 Load Search plugin and Message Manager by default
12382 2005-12-14 Johannes Schmid <jhs@gnome.org>
12384 * plugins/editor/text_editor.c
12385 libanjuta/anjuta-utils.c:
12387 Check if files differ when gnome-vfs monitoring is used.
12390 2005-12-13 Johannes Schmid <jhs@gnome.org>
12392 * plugins/document-manager/plugin.c:
12393 Only save modified files in ianjuta_file_savable_save() for document-manager
12394 as discussed on mailing list.
12396 * plugins/cvs-plugin/cvs-callbacks.c:
12397 Fixed dialog handling for empty log message
12399 2005-12-13 Johannes Schmid <jhs@gnome.org>
12401 * plugins/search/plugin.c: Fixed search toolbar (FIXME: Wrapping);
12403 * plugins/project-manager/* Removed ununsed files
12405 * plugins/symbol-browser/an_symbol_iter.c
12406 plugins/build-basic-autotools/build-basic-autotools.c
12407 plugins/build-basic-autotools/executer.c
12408 plugins/class-gen/class_gen.c
12409 plugins/class-inheritance/class-inherit.c
12410 plugins/cvs-plugin/cvs-actions.c
12411 plugins/cvs-plugin/cvs-interface.c
12412 plugins/debug-manager/attach_process.
12413 plugins/devhelp/plugin.c
12414 plugins/document-manager/plugin.c
12415 plugins/document-manager/indent_util.c
12416 plugins/editor/properties.cxx
12417 plugins/editor/aneditor.cxx
12418 plugins/editor/style-editor.c
12419 plugins/editor/text_editor.c
12420 plugins/macro/macro_db.c
12423 Use DEBUG_PRINT for debug messages
12425 libanjuta/anjuta-debug.h: Include config.h
12427 HACKING: Updated (BTW: does anyone read this?)
12429 2005-12-12 Johannes Schmid <jhs@gnome.org>
12431 Patch from Johan Ersvik <jersvik@fastmail.fm>:
12432 * plugins/gdb/debugger.c
12434 Fix a crasher in gdb plugin
12436 * plugins/gtodo/plugin.c
12437 plugins/search/plugin.c
12441 * plugins/document-manager/anjuta-docman.c:
12443 Fixed error markers
12445 * AUTHORS: Added Rafał Bursig <bursig@poczta.fm>
12447 Patch from Rafał Bursig <bursig@poczta.fm> (#320338 and #320341):
12449 * plugins/document-manager/anjuta-docman.c:
12450 highlight changed files in docman popup-menu
12451 * plugins/gdb/debug-tree.c:
12452 plugins/gdb/debugger.c
12453 Do not corupt entire "locals" tree when variable pointer have
12454 additional info and arrays/strucs/unions correctly.
12457 2005-12-11 Johannes Schmid <jhs@gnome.org>
12459 * plugins/document-manager/anjuta-docman.c
12460 plugins/document-manager/plugin.c
12461 plugins/editor/text_editor.c:
12463 AUTHORS: Added Johan Ersvik
12465 Fixed "is-dirty" bug and tab ordering
12467 2005-12-11 Johan Ersvik <jersvik@fastmail.fm>
12469 * plugins/editor/aneditor-autocomplete.cxx
12470 plugins/editor/aneditor-calltip.cxx
12471 plugins/editor/aneditor-priv.h
12472 plugins/symbol-browser/an_symbol.c
12473 plugins/symbol-browser/an_symbol_view.c
12475 tagmanager/tm_symbol.c
12476 tagmanager/tm_tag.c
12477 tagmanager/include/tm_symbol.h
12478 tagmanager/include/tm_tag.h
12481 Better pointer recognition in tagmanager and symbol browser
12483 2005-12-11 Johannes Schmid <jhs@gnome.org>
12485 * plugins/search/*: New search plugin derived from search code in old editor
12488 * plugins/document-manager/*: new document-manger which is now seperated from
12489 editor to allow implementation of other editor widgets. Code is mostly derived
12490 from old editor plugin
12492 * plugins/print/* new print plugin which is not fully implemented in the
12495 * plugins/editor/text_editor.c: Added lots of interface code
12497 * libanjuta/interfaces/libanjuta.idl: Added IAnjutaEditorEdit, IAnjutaEditorView,
12498 IAnjutaEditorFactory and extended IAnjutaEditor
12500 * configure.in, plugins/Makefile.am updated build system for new
12503 This is a huge commit which might still contain some bugs and also has
12504 some fixmes. Things that are not working are the search toolbar because it
12505 does not use the same backend as any other searching function and printing
12506 (easy to fix) because it did not yet implement IAnjutaPrintable.
12508 2005-11-26 Sebastien Granjoux <seb.sfo@free.fr>
12510 * plugins/project-wizard/property.c:
12511 Use newer GtkFileChooser instead of GtkFileSelection with
12512 GnomeFileEntry to avoid a bug
12514 * plugins/project-wizard/install.c:
12515 Avoid an endless loop if project directory is not writable
12517 * plugins/project-wizard/druid.c:
12518 Allow creating project in empty directory without a
12521 2005-11-25 Johannes Schmid <jhs@cvs.gnome.org>
12523 Patch from Massimo Cora <maxcvs@email.it>
12524 * plugins/class-inheritence/class-inherit.c
12525 plugins/class-inheritence/plugin.c
12526 plugins/class-inheritence/plugin.h
12529 Update plugin to use new API from graphviz 2.6. Version 2.2 is
12530 no longer supported!
12532 2005-11-23 Johannes Schmid <jhs@cvs.gnome.org>
12534 Patch from Johan Ersvik <jersvik@fastmail.fm>
12535 * plugins/message-view/message-view.c
12536 plugins/build-basic-autotools/build-basic-autotools.c
12537 plugins/build-basic-autotools/automake-c.filters
12539 This patch correct regex-filters for newer automake
12542 2005-11-19 Sebastien Granjoux <seb.sfo@free.fr>
12544 * plugins/tools/execute.c:
12545 Detect variables inside a word
12547 2005-11-08 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12549 * libanjuta/anjuta-status.[ch],
12550 plugins/editor/text_editor.[ch], plugins/editor/text_editor_cbs.c,
12551 plugins/editor/anjuta-docman.c :
12552 New anjuta-status procedure.
12554 2005-10-28 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12557 libanjuta/anjuta-preferences.c libanjuta/anjuta-preferences.h
12558 plugins/editor/Makefile.am
12559 plugins/editor/anjuta-document-manager.glade
12560 plugins/editor/plugin.c plugins/editor/plugin.h
12561 plugins/editor/text_editor.c plugins/editor/text_editor.h
12563 plugins/editor/indent-dialog.c plugins/editor/indent-dialog.h
12564 plugins/editor/indent-util.c plugins/editor/indent-util.h
12565 plugins/editor/indent_test.c :
12566 Set and Preview indent preferences parameters.
12567 Saved indent user parameters.
12569 2005-10-27 Naba Kumar <naba@gnome.org>
12571 Patch from Flavio daCosta <flavio.dacosta@gmail.com>
12572 * plugins/editor/anjuta-docman.c: Restore tab color to normal
12573 theme color for saved documents.
12575 2005-10-26 Naba Kumar <naba@gnome.org>
12577 * libanjuta/anjuta-encodings.c: Save changed supported encodings
12578 list. Fixed bug #316731.
12580 2005-10-23 Sebastien Granjoux <seb.sfo@free.fr>
12582 * tagmanager/tm_symbol.c: Fixed bug #315218
12584 2005-10-23 Adam Weinberger <adamw@gnome.org>
12586 * plugins/build/build_file.c
12587 plugins/build-basic-autotools/build-basic-autotools.c
12588 plugins/tools/execute.c
12589 plugins/build/compile.c
12590 plugins/build/configurer.c
12591 plugins/debug-manager/plugin.c
12592 plugins/editor/plugin.c
12593 plugins/editor/print.c
12594 plugins/editor/text_editor.c
12595 plugins/file-loader/plugin.c
12596 plugins/file-manager/an_file_view.c
12597 plugins/symbol-browser/an_symbol_view.c
12598 plugins/gdb/debugger.c
12599 plugins/gdb/plugin.c
12600 plugins/glade/plugin.c
12601 plugins/macro/macro-actions.c
12602 plugins/macro/plugin.c
12603 plugins/profile-default/plugin.c
12604 plugins/project-manager/plugin.c
12605 plugins/project-manager/project_import.c
12606 plugins/symbol-browser/plugin.c
12607 plugins/tools/execute.c
12609 src/anjuta-actions.h
12611 Correct spacing errors before and after "...".
12613 2005-10-20 Naba Kumar <naba@gnome.org>
12615 * plugins/gdb/debugger.c: Fixed attach/detach process to
12616 updated UI properly.
12618 2005-10-18 Naba Kumar <naba@gnome.org>
12620 * plugins/editor/aneditor.cxx: Fixed bug #172442 (and possibly
12623 2005-10-13 Naba Kumar <naba@gnome.org>
12625 * plugins/project-mkfile-import/*: Removed separate import wizard for
12626 makefile based projects (because single widzard handles all wizards).
12628 * plugins/project-import/project-import.c: Made wizard window
12629 transient to main window.
12631 Patch from: Eric Greveson <ejg45@cam.ac.uk>
12633 * AUTHORS: Added Eric's name in contributors list.
12635 * configure.in, plugins/Makefile.am,
12636 plugins/project-import/Makefile.am,
12637 plugins/project-import/anjuta-project-import.glade,
12638 plugins/project-import/project-import.c,
12639 plugins/project-import/project-import.h: Import wizard now detects
12640 both makefile and automake projects together instead of separate wizard.
12642 * plugins/project-wizard/templates/java/project.anjuta,
12643 plugins/project-wizard/templates/mkfile/project.anjuta,
12644 plugins/project-wizard/templates/python/project.anjuta,
12645 plugins/project-wizard/templates/terminal/project.anjuta: Renamed plugin
12646 name to make it appropriate.
12648 2005-10-11 Naba Kumar <naba@gnome.org>
12650 * configure.in: Fixed glade3 version requirement.
12652 2005-09-29 Alexander Shopov <ash@contact.bg>
12654 * configure.in: Added "bg" (Bulgarian) to ALL_LINGUAS
12656 2005-09-26 Johannes Schmid <jhs@cvs.gnome.org>
12658 * plugins/subversion/svn_auth.c
12659 plugins/subversion/anjuta_subversion.glade:
12660 Implemented svn_auth_ssl_server_trust_prompt_func_cb (untested)
12662 2005-09-22 Naba Kumar <naba@gnome.org>
12664 Patch from: Eric Greveson <ejg45@cam.ac.uk>:
12666 * configure.in, plugins/Makefile.am
12667 plugins/project-manager/anjuta-project-manager.plugin.in,
12668 plugins/project-manager/plugin.c,
12669 (added) plugins/project-mkfile-import/.cvsignore,
12670 (added) plugins/project-mkfile-import/Makefile.am,
12671 (added) plugins/project-mkfile-import/
12672 anjuta-project-mkfile-import-plugin.png,
12673 (added) plugins/project-mkfile-import/
12674 anjuta-project-mkfile-import.glade,
12675 (added) plugins/project-mkfile-import/
12676 anjuta-project-mkfile-import.plugin.in,
12677 (added) plugins/project-mkfile-import/plugin.c,
12678 (added) plugins/project-mkfile-import/plugin.h,
12679 (added) plugins/project-mkfile-import/project-mkfile-import.c,
12680 (added) plugins/project-mkfile-import/project-mkfile-import.h,
12681 plugins/project-wizard/templates/Makefile.am,
12682 (added) plugins/project-wizard/templates/mkfile-logo.png,
12683 (added) plugins/project-wizard/templates/mkfile.wiz,
12684 (added) plugins/project-wizard/templates/mkfile/.cvsignore,
12685 (added) plugins/project-wizard/templates/mkfile/Makefile.am,
12686 (added) plugins/project-wizard/templates/mkfile/project.anjuta,
12687 (added) plugins/project-wizard/templates/mkfile/po/.cvsignore,
12688 (added) plugins/project-wizard/templates/mkfile/po/ChangeLog,
12689 (added) plugins/project-wizard/templates/mkfile/po/Makefile.am,
12690 (added) plugins/project-wizard/templates/mkfile/po/POTFILES.in,
12691 (added) plugins/project-wizard/templates/mkfile/src/.cvsignore,
12692 (added) plugins/project-wizard/templates/mkfile/src/Makefile.am,
12693 (added) plugins/project-wizard/templates/mkfile/src/Makefile.tpl,
12694 (added) plugins/project-wizard/templates/mkfile/src/main.c:
12695 Added makefile based project import wizard and wizard template.
12697 2005-09-12 Johannes Schmid <jhs@cvs.gnome.org>
12699 * libanjuta/anjuta-launcher.c: Reduced false password detections
12701 2005-09-09 Johannes Schmid <jhs@cvs.gnome.org>
12703 * plugins/cvs-plugin/cvs-interface.c: Handle empty log
12704 messages correctly.a
12706 2005-09-09 Johannes Schmid <jhs@cvs.gnome.org>
12708 * scintilla/Makefile.am: Changed scintilla library to noinst
12709 * pixmaps/Makefile.am: Install password.png
12710 * libanjuta/anjuta-launcher.c: Changed password detection
12711 to be able to access GNOME CVS with ssh.
12713 2005-08-31 Naba Kumar <naba@gnome.org>
12715 * plugins/glade/plugin.c: Set transient window for the widget
12718 2005-08-21 Jens Seidel <jseidel@cvs.gnome.org>
12720 * plugins/gtodo/main.c: Typo fix: s/occured/occurred/.
12722 2005-08-10 Naba Kumar <naba@gnome.org>
12724 * plugins/build-basic-autotools/build-basic-autotools.c: Added F3
12725 as shortcut key for execute.
12727 * src/about.c: Clean up.
12729 Patch from: Jochen Baier Jochen.Baier@stud.uni-karlsruhe.de
12730 * plugins/editor/action-callbacks.c: Fixed edit shortcuts for
12733 2005-08-09 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12735 * plugins/editor/search-replace_backend.c :
12736 Fixed search in File Patterns.
12738 2005-08-09 Philip Van Hoof <pvanhoof@gnome.org>
12740 * plugins/gdb/Makefile.am: Fixed a make -j x bug
12742 2005-08-04 Naba Kumar <naba@gnome.org>
12744 * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Better fix
12745 for pango-1.8 rendering bug.
12747 2005-08-03 Naba Kumar <naba@gnome.org>
12749 * plugins/glade/plugin.c: Proper names for plugin widgets.
12751 * plugins/subversion/anjuta-subversion.glade,
12752 plugins/subversion/svn-auth.c: Fixed authentication dialog and
12753 string allocations. Use passed default values when available.
12754 Set proper focus and dialog default response. Destroy dialog after use.
12755 Return error when appropriate.
12757 2005-08-02 Naba Kumar <naba@gnome.org>
12759 * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Better fix
12760 for pango-1.8 rendering bug.
12762 2005-08-02 Philip Van Hoof <pvanhoof@gnome.org>
12764 * scintilla/Makefile.am: Fixed a make -j x bug
12766 2005-08-02 Johannes Schmid <jhs@gnome.org>
12768 * plugins/subversion/svn-auth.c: Added username/password
12771 2005-08-01 Naba Kumar <naba@gnome.org>
12773 * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Added index bound
12774 checks for character width calculations.
12776 2005-07-31 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12778 * plugins/gdb/debug_tree.c : Inspect memory from locals window.
12780 2005-07-31 Naba Kumar <naba@gnome.org>
12782 * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Fixed text rendering
12783 messup with pango 1.8. Fixed bug #311846.
12785 2005-07-30 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12787 * plugins/gdb/memory.c : Fixed bug 305082.
12789 * plugins/project-wizard/templates/anjuta-plugin.wiz,
12790 plugins/project-wizard/templates/gcj.wiz,
12791 plugins/project-wizard/templates/gnome.wiz,
12792 plugins/project-wizard/templates/gtk.wiz,
12793 plugins/project-wizard/templates/java.wiz,
12794 plugins/project-wizard/templates/python.wiz,
12795 plugins/project-wizard/templates/wxwin.wiz,
12796 plugins/project-wizard/templates/xlib-dock.wiz : Spelling fixes.
12798 2005-07-27 Sebastien Granjoux <seb.sfo@free.fr>
12800 * plugins/tools/execute.c:
12801 Correct a crash if editor is closed while a tool still use it.
12803 2005-07-28 Naba Kumar <naba@gnome.org>
12805 * scintilla/*: Updated scintilla from their latest CVS.
12807 2005-07-27 Naba Kumar <naba@gnome.org>
12809 * libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h,
12810 plugins/build-basic-autotools/build-basic-autotools.c,
12811 plugins/cvs-plugin/plugin.c, plugins/debug-manager/plugin.c,
12812 plugins/devhelp/plugin.c, plugins/editor/plugin.c,
12813 plugins/file-loader/plugin.c, plugins/file-manager/plugin.c,
12814 plugins/file-wizard/plugin.c, plugins/gdb/plugin.c,
12815 plugins/glade/plugin.c, plugins/gtodo/plugin.c, plugins/macro/plugin.c,
12816 plugins/message-view/plugin.c, plugins/patch/plugin.c,
12817 plugins/profile-default/plugin.c, plugins/project-manager/plugin.c,
12818 plugins/sample1/plugin.c, plugins/subversion/plugin.c,
12819 plugins/symbol-browser/plugin.c, plugins/tools/plugin.c,
12820 src/anjuta-app.c, src/main.c, src/shell.c: Added 'translation_domain'
12821 argument to anjuta_ui_add_action_group_entries() and
12822 anjuta_ui_add_toggle_action_group_entries() and set the translation domain.
12823 Fixed all plugins to pass translation domain. This fixes untranslated
12826 2005-07-27 Naba Kumar <naba@gnome.org>
12828 * plugins/class-inheritance/class-callbacks.c,
12829 plugins/class-inheritance/class-inherit.c: Fixed color scheme to use
12830 proper system colors.
12832 2005-07-26 Naba Kumar <naba@gnome.org>
12834 * ROADMAP: Updated and added more tasks.
12836 2005-07-25 Naba Kumar <naba@gnome.org>
12838 * ROADMAP: Updated and added more tasks.
12840 2005-07-24 Naba Kumar <naba@gnome.org>
12842 * HACKING: Fixed format.
12844 2005-07-24 Naba Kumar <naba@gnome.org>
12846 * ROADMAP: Fixed format.
12847 * plugins/tools/scripts/prepare-changelog.pl: Fixed month figure.
12849 2005-07-24 Naba Kumar <naba@gnome.org>
12851 * HACKING, ROADMAP: Fixed format and add some tasks to do in ROADMAP.
12852 * data/properties/cpp.properties: Added *.c++ as file extension for c++
12854 2005-07-24 Sebastien Granjoux <seb.sfo@free.fr>
12856 * plugins/tools/dialog.c, plugins/tools/dialog.h:
12857 Correct wrong sensitivity setting
12859 * plugins/tools/tool.c: Correct a crash when removing overridden tool
12861 * plugins/tools/variable.c: Add variables for project manager
12863 2005-07-23 Naba Kumar <naba@gnome.org>
12865 * ROADMAP: updated.
12867 2005-07-23 Naba Kumar <naba@gnome.org>
12869 * plugins/subversion/Makefile.am,
12870 plugins/subversion/svn-auth.c,
12871 plugins/subversion/svn-auth.h: Added subversion authentication code
12874 * plugins/subversion/subversion-callbacks.c,
12875 plugins/subversion/subversion-callbacks.h,
12876 plugins/subversion/svn-backend-priv.h,
12877 plugins/subversion/svn-backend.c, plugins/subversion/svn-backend.h,
12878 plugins/subversion/svn-notify.c, plugins/subversion/svn-notify.h,
12879 plugins/subversion/svn-thread.c, plugins/subversion/svn-thread.h:
12880 Added file mode line.
12882 2005-07-22 Ignacio Casal Quinteiro <nacho.resa@gmail.com>
12884 * configure.in: Added 'gl' to ALL_LINGUAS.
12886 2005-07-21 Naba Kumar <naba@gnome.org>
12888 * libanjuta/anjuta-launcher.c: Fixed dispose method to neatly close
12889 the active sources and kill the running process without emitting
12890 signals (which could be fatal because the object is being destroyed).
12891 Incidentally, fixed the crash that happens when stopping an active
12892 debugger session. Disabled debug prints and code clean up.
12895 * plugins/cvs-plugin/cvs-execute.c: Removed signal disconnections from
12896 message view object, because that prevents many unprocessed outputs
12897 from the cvs command from being appended in view. Does not set NULL
12898 to mesg_view private member (not required) so that any pending outputs
12899 to view is processed.Fixed bug #172666.
12901 * plugins/editor/anjuta-document-manager.plugin.in: Added ruby mime
12902 type in supported list.
12904 2005-07-18 Adam Weinberger <adamw@gnome.org>
12906 * plugins/file-manager/anjuta-file-manager-plugin.glade:
12907 grammar/spelling fixes.
12909 2005-07-17 Naba Kumar <naba@gnome.org>
12911 * (new) plugins/project-wizard/templates/terminal/cvsignore,
12912 (new) plugins/project-wizard/templates/terminal/po/cvsignore,
12913 (new) plugins/project-wizard/templates/terminal/src/cvsignore,
12914 plugins/project-wizard/templates/anjuta-plugin.wiz,
12915 plugins/project-wizard/templates/gcj.wiz,
12916 plugins/project-wizard/templates/gnome.wiz,
12917 plugins/project-wizard/templates/gtk.wiz,
12918 plugins/project-wizard/templates/gtkmm.wiz,
12919 plugins/project-wizard/templates/java.wiz,
12920 plugins/project-wizard/templates/python.wiz,
12921 plugins/project-wizard/templates/terminal.wiz,
12922 plugins/project-wizard/templates/terminal/Makefile.am,
12923 plugins/project-wizard/templates/terminal/po/Makefile.am,
12924 plugins/project-wizard/templates/terminal/src/Makefile.am,
12925 plugins/project-wizard/templates/wxwin.wiz,
12926 plugins/project-wizard/templates/xlib-dock.wiz,
12927 plugins/project-wizard/templates/xlib.wiz: Added cvsignore files for
12928 wizards and updated .wiz files to install them in newly created
12931 2005-07-16 Naba Kumar <naba@gnome.org>
12933 * plugins/editor/anjuta-document-manager.plugin.in: Added mime types.
12935 * plugins/file-manager/an_file_view.c,
12936 plugins/file-manager/plugin.c: Added file manager preferences to
12937 show/hide files ignored by version control (e.g. cvsignore).
12939 * plugins/editor/text_editor.c: Initialize vfs info struct.
12941 * .cvsignore, global-tags/.cvsignore, libanjuta/.cvsignore,
12942 libanjuta/interfaces/.cvsignore, libegg/.cvsignore,
12943 libegg/menu/.cvsignore, libegg/recent-files/.cvsignore,
12944 libegg/treeviewutils/.cvsignore, libegg/util/.cvsignore,
12945 omf-install/.cvsignore, pixmaps/.cvsignore,
12946 plugins/file-manager/anjuta-file-manager-plugin.glade,
12947 scintilla/.cvsignore, scintilla/include/.cvsignore,
12948 scripts/.cvsignore, src/.cvsignore, tagmanager/.cvsignore,
12949 tagmanager/python.c: Updated.
12951 2005-07-16 Naba Kumar <naba@gnome.org>
12953 * tagmanager/parse.c, tagmanager/parse.h, tagmanager/python.c:
12954 Fixed python parser to parser class methods.
12956 2005-07-15 Naba Kumar <naba@gnome.org>
12958 * plugins/project-wizard/property.c: Used parenthesis to remove
12961 * plugins/project-wizard/templates/anjuta-plugin.wiz,
12962 plugins/project-wizard/templates/gcj.wiz,
12963 plugins/project-wizard/templates/gnome.wiz,
12964 plugins/project-wizard/templates/gtk.wiz,
12965 plugins/project-wizard/templates/gtkmm.wiz,
12966 plugins/project-wizard/templates/java.wiz,
12967 plugins/project-wizard/templates/python.wiz,
12968 plugins/project-wizard/templates/terminal.wiz,
12969 plugins/project-wizard/templates/wxwin.wiz,
12970 plugins/project-wizard/templates/xlib-dock.wiz,
12971 plugins/project-wizard/templates/xlib.wiz: Fixed wizard descriptions
12974 2005-07-15 Naba Kumar <naba@gnome.org>
12976 * plugins/project-wizard/templates/java.wiz,
12977 plugins/project-wizard/templates/java/Makefile.am,
12978 plugins/project-wizard/templates/java/project.anjuta,
12979 plugins/project-wizard/templates/python.wiz,
12980 plugins/project-wizard/templates/python/Makefile.am,
12981 plugins/project-wizard/templates/python/project.anjuta: Use different
12982 project files for java and python module where debugger is not
12983 included in the list of plugins.
12985 2005-07-15 Naba Kumar <naba@gnome.org>
12987 * configure.in, plugins/project-wizard/templates/Makefile.am,
12988 plugins/project-wizard/templates/gcj-logo.png,
12989 plugins/project-wizard/templates/gcj.wiz,
12990 plugins/project-wizard/templates/gcj/.cvsignore,
12991 plugins/project-wizard/templates/gcj/Makefile.am,
12992 plugins/project-wizard/templates/gcj/configure.in.tpl,
12993 plugins/project-wizard/templates/gcj/src/.cvsignore,
12994 plugins/project-wizard/templates/gcj/src/Makefile.am,
12995 plugins/project-wizard/templates/gcj/src/Makefile.am.tpl,
12996 plugins/project-wizard/templates/java-logo.png,
12997 plugins/project-wizard/templates/java.wiz,
12998 plugins/project-wizard/templates/java/configure.in.tpl,
12999 plugins/project-wizard/templates/java/po/Makefile.am,
13000 plugins/project-wizard/templates/java/po/POTFILES.in,
13001 plugins/project-wizard/templates/java/src/Makefile.am.tpl,
13002 plugins/project-wizard/templates/java/src/main.java,
13003 plugins/project-wizard/templates/python-logo.png,
13004 plugins/project-wizard/templates/python.wiz,
13005 plugins/project-wizard/templates/python/.cvsignore,
13006 plugins/project-wizard/templates/python/Makefile.am,
13007 plugins/project-wizard/templates/python/configure.in.tpl,
13008 plugins/project-wizard/templates/python/po/.cvsignore,
13009 plugins/project-wizard/templates/python/po/Makefile.am,
13010 plugins/project-wizard/templates/python/po/POTFILES.in,
13011 plugins/project-wizard/templates/python/src/.cvsignore,
13012 plugins/project-wizard/templates/python/src/Makefile.am,
13013 plugins/project-wizard/templates/python/src/Makefile.am.tpl,
13014 plugins/project-wizard/templates/python/src/main.py: Added Generic
13015 gcj and python project wizards. Fixed Generic java project to
13016 use _JAVA primary. Update gnome-build from cvs for them to work
13019 2005-07-12 Naba Kumar <naba@gnome.org>
13021 * plugins/project-manager/plugin.c: Automatically determine
13022 project backend by probing.
13024 2005-07-04 Naba Kumar <naba@gnome.org>
13026 * Makefile.am: Do not install old anjuta.glade file which conflicts
13027 with newer src/anjuta.glade.
13029 2005-07-03 Johannes Schmid <jhs@cvs.gnome.org>
13031 * plugins/an_symbol_prefs.c:
13032 Sort list of available symbol files
13034 2005-07-02 Johannes Schmid <jhs@cvs.gnome.org>
13036 * plugins/build-basic-autotools.c:
13039 * plugins/gtodo/libgtodo.c:
13040 Possible fix for #307800
13042 * libanjuta/anjuta-encodings.c
13043 libanjuta/anjuta-launcher.c
13044 libanjuta/anjuta-preference-dialog.c
13045 libanjuta/anjuta-preferences.c
13046 libanjuta/anjuta-ui.c
13047 libanjuta/anjuta-util.c
13048 libanjuta/cell-renderer-captioned-image.c
13049 libanjuta/plugin.c:
13051 Patch from de_lupus@pandora.be (Kristof Vansant):
13052 Replaced deprecated gnome-i18n.h
13055 2005-07-01 Johannes Schmid <jhs@cvs.gnome.org>
13057 * plugins/subversion/anjuta-subversion.glade
13058 plugins/subversion/anjuta-subversion.ui
13059 plugins/subversion/plugin.c
13060 plugins/subversion/subversion-actions.c
13061 plugins/subversion/subversion-callbacks.h
13062 plugins/subversion/subversion-callbacks.c
13063 plugins/subversion/svn-backend-priv.h
13064 plugins/subversion/svn-backend.h
13065 plugins/subversion/svn-backend.c
13066 plugins/subversion/svn-thread.h
13067 plugins/subversion/svn-thread.c:
13069 Implemented Subversion diff
13071 2005-06-30 Johannes Schmid <jhs@cvs.gnome.org>
13073 * plugins/build-basic-autotools/build-basic-autotools.c:
13074 Fixed crash bug! Might be useful to release 2.0.2 soon
13075 because this bug will crash any build which produces errors
13078 === Anjuta 2.0.1 ===
13080 2005-06-27 Naba Kumar <naba@gnome.org>
13082 * plugins/tools/execute.c: Formated code.
13084 2005-06-26 Sebastien Granjoux <seb.sfo@free.fr>
13086 * plugins/build-basic-autotools/build-basic-autotools.c:
13087 Remove two memory leaks
13088 Check command output versus untranslated strings too
13090 * plugins/tools/execute.c:
13091 Remove two memory leaks
13092 Check command output versus untranslated strings too
13093 Remove description message
13095 * plugins/tools/fileop.c:
13096 Escape tool name in xml configuration file
13098 2005-05-26 Naba Kumar <naba@gnome.org>
13100 * configure.in: Bumped version to 2.0.1
13101 * plugins/tools/scripts/Makefile.am: Fixed make checkdist bugs.
13103 * plugins/tools/execute.c: Fixed clickable messages.
13106 * plugins/glade/plugin.c, src/layout.xml: Added glade stock icon.
13107 Deactivate glade plugin when last glade project is closed. Reorder
13108 glade widgets in layout. Change glade project when user selects a
13109 new project. Removed project from the list when user closes it. Fixed
13110 glade project file loading from URI. Save and restored loaded glade
13111 projects in/from session.
13113 * plugins/class-gen/action-callbacks.c,
13114 plugins/class-gen/anjuta-class-gen-plugin.glade,
13115 plugins/class-gen/class_gen.c, plugins/class-gen/plugin.c,
13116 plugins/file-wizard/anjuta-file-wizard.glade,
13117 plugins/file-wizard/file.c, plugins/file-wizard/file.h,
13118 plugins/file-wizard/plugin.c, plugins/file-wizard/plugin.h: Implemented
13119 "Add to project" correctly. Use the source file path returned after
13120 adding to project. Fixed memory leaks. Deactivate wizard plugins
13123 * plugins/project-manager/plugin.c,
13124 plugins/project-wizard/anjuta-project-wizard.glade,
13125 plugins/project-wizard/druid.c, plugins/project-wizard/install.c,
13126 plugins/project-wizard/plugin.c, plugins/project-wizard/plugin.h,
13127 src/Makefile.am, src/anjuta-app.c, src/anjuta.glade: Moved
13128 project-wizard preference page to anjuta app, because they are
13129 more appropriated as general preferences. Renamed username and
13130 useremail properties keys.
13132 * po/POTFILES.in: Updated.
13134 * plugins/editor/action-callbacks.c: Fixed a crash bug when a file is
13137 * plugins/file-loader/plugin.c: Do not use static variable to store
13138 created submenu in factory. Fixed crash in anjuta exit.
13140 2005-05-24 Naba Kumar <naba@gnome.org>
13142 * manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
13143 manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
13144 manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
13145 manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
13146 manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
13147 manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
13148 manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
13149 manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
13150 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
13152 * libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h,
13153 plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade,
13154 plugins/build-basic-autotools/build-basic-autotools.c,
13155 plugins/build-basic-autotools/build-basic-autotools.h,
13156 plugins/build-basic-autotools/executer.c,
13157 plugins/build-basic-autotools/executer.h,
13158 plugins/devhelp/plugin.c, plugins/gdb/debugger.c,
13159 plugins/tools/variable.c: Added an extra argument to
13160 anuta_util_dialog_input() to pass default value. Save/load project
13161 configure and execution parameters in/from session.
13163 * plugins/editor/aneditor-autocomplete.cxx: Fixed crash bug when no
13164 symbol browser is loaded.
13166 * plugins/profile-default/plugin.c: Fixed an unbalanced shell
13169 * plugins/terminal/terminal.c: Fixed bug where repeated activate and
13170 deactivate would not start shell.
13172 2005-05-24 Naba Kumar <naba@gnome.org>
13174 * libanjuta/anjuta-ui.c, libanjuta/plugins.c,
13175 libegg/egg-combo-action.c, libegg/egg-recent-action.c,
13176 libegg/egg-submenu-action.c, libegg/test-actions.c,
13177 plugins/build-basic-autotools/build-basic-autotools.c,
13178 plugins/cvs-plugin/plugin.c, plugins/editor/aneditor-autocomplete.cxx,
13179 plugins/editor/search-replace.c, plugins/editor/text_editor.c,
13180 plugins/file-wizard/plugin.c, plugins/gdb/debugger.c,
13181 plugins/gtodo/plugin.c, plugins/macro/macro-db.c,
13182 plugins/macro/plugin.c, plugins/message-view/plugin.c,
13183 plugins/profile-default/plugin.c, plugins/project-import/plugin.c,
13184 plugins/project-manager/plugin.c, plugins/project-wizard/plugin.c,
13185 plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
13186 plugins/sample1/plugin.c, plugins/subversion/plugin.c,
13187 plugins/tools/plugin.c: Used DEBUG_PRINT() instead of g_message().
13189 2005-05-24 Naba Kumar <naba@gnome.org>
13191 * data/properties/styles.properties: Fixed defalt font.
13193 * plugins/editor/search-replace.c,
13194 plugins/editor/search-replace_backend.c: Fixed message outputs. Identify
13195 project openness wihtout activating project-manager plugin (i.e.
13196 using anjuta_shell_get()).
13198 * libanjuta/interfaces/libanjuta.idl, plugins/project-manager/plugin.c:
13199 - Completed add_source(), add_group() and add_target() methods of
13200 IAnjutaProjectManager.
13201 - Change their definition to return the added element (or NULL).
13202 - Used interface API for project main menus and 'add to project'
13203 from file-manager context menu.
13204 - Select proper default target/group when prompting for adding
13205 source/target/group.
13206 - Do not expand all nodes in selection tree when default selection
13207 are given (eases navigation in big projects).
13209 - Marked strings for translation.
13211 2005-05-23 Naba Kumar <naba@gnome.org>
13213 * src/anjuta-app.c: Save menu accelerators on change.
13215 * plugins/editor/anjuta-docman.c: Fixed premature destruction of
13216 save-as dialog (leading to crash later).
13218 2005-05-22 Naba Kumar <naba@gnome.org>
13221 * AUTHORS: Added developers for other projects. Updated.
13222 * TODO.tasks: Updated.
13223 * ChangeLog: Added past changelogs from anjuta-0.1.5.
13225 2005-05-22 Naba Kumar <naba@gnome.org>
13227 * plugins/tools/execute.c: Make parsable lines distinct by adding
13228 a "Click me" description in the message. Allow tools to open arbibrary
13229 file in editory using gdb-styled annotation (The line starts with two
13230 \032 characters followed by the file:line).
13232 * plugins/tools/scripts/prepare-changelog.pl,
13233 plugins/tools/scripts/tools-2.xml.in: Fixed to add changelog entry in
13234 ChangeLog file itself and open it.
13236 2005-06-21 Sebastien Granjoux <seb.sfo@free.fr>
13238 * plugins/tools/execute.c:
13239 Parse output in message pane
13240 Correct a crash on plugin deactivation
13242 * plugins/tools/fileop.c,
13243 plugins/tools/tool.c,
13244 plugins/tools/tool.h:
13245 Load only valid tools
13247 2005-06-21 Naba Kumar <naba@gnome.org>
13249 * anjuta.spec.in: Fixed devel package requirement.
13251 * plugins/message-view/message-view.c: Scroll message on next/previous.
13253 * TODO.tasks: Updated.
13255 * manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
13256 manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
13257 manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
13258 manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
13259 manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
13260 manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
13261 manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
13262 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
13264 * libanjuta/anjuta-preferences.c,
13265 plugins/build-basic-autotools/build-basic-autotools.c,
13266 plugins/build-basic-autotools/executer.c,
13267 plugins/class-gen/action-callbacks.c,
13268 plugins/class-gen/action-callbacks.h,
13269 plugins/class-gen/class_gen.c,
13270 plugins/cvs-plugin/cvs-interface.c,
13271 plugins/debug-manager/attach_process.c,
13272 plugins/debug-manager/plugin.c,
13273 plugins/debug-manager/utilities.c,
13274 plugins/debug-manager/utilities.h,
13275 plugins/editor/aneditor-autocomplete.cxx,
13276 plugins/editor/aneditor.cxx,
13277 plugins/editor/search-replace.c,
13278 plugins/editor/search-replace_backend.c,
13279 plugins/gdb/breakpoints.c,
13280 plugins/gdb/registers.c,
13281 plugins/patch/plugin.c,
13282 plugins/project-wizard/druid.c,
13283 plugins/project-wizard/install.c,
13284 plugins/subversion/plugin.c,
13285 tagmanager/tm_file_entry.c: Fixed compiler warnings and deleted dead
13288 * plugins/class-gen/action-callbacks.c,
13289 plugins/project-wizard/parser.c,
13290 plugins/project-wizard/property.c,
13291 plugins/project-wizard/values.c,
13292 plugins/symbol-browser/an_symbol.c: Fixed compiler warnings.
13294 * plugins/tools/scripts/prepare-changelog.pl: Order filenames
13297 2005-06-20 Naba Kumar <naba@gnome.org>
13299 * manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
13300 manuals/reference/libanjuta/tmpl/e-splash.sgml,
13301 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
13303 * libanjuta/anjuta-launcher.c: Fixed possible double call of child
13304 exit idle function.
13306 * plugins/file-wizard/file.c, plugins/file-manager/an_file_view.c:
13307 Fixed possible memory corruption.
13309 * plugins/profile-default/plugin.c, plugins/symbol-browser/plugin.c,
13310 plugins/symbol-browser/an_symbol_view.c, libanjuta/e-splash.c,
13311 libanjuta/anjuta-status.c, plugins/project-manager/plugin.c: Fixed
13312 progress bar increment and added progress status for symbol refresh
13313 and project loading.
13315 * plugins/profile-default/plugin.c, libanjuta/interfaces/libanjuta.idl,
13316 libanjuta/e-splash.h, libanjuta/anjuta-status.c, src/main.c,
13317 plugins/file-loader/plugin.c, libanjuta/e-splash.c, src/anjuta.h,
13318 libanjuta/anjuta-status.h, src/anjuta.c: Implemented progress
13321 * TODO.tasks: Updated.
13323 2005-06-19 Naba Kumar <naba@gnome.org>
13325 * global_tags/create_global_tags.sh: Fixed sh incompatibility bug.
13328 * plugins/project-import/project-import.c: Deactivate plugin when done.
13330 2005-06-18 Naba Kumar <naba@gnome.org>
13332 * plugins/profile-default/plugin.c: Fixed error when loading another
13333 project while a project is still loaded.
13335 * plugins/project-manager/plugin.c: Used (newly added) group-activated
13336 signal from gnome-build to popup group properties.
13338 * src/anjuta.c: Load default session by default.
13340 * po/POTFILES.in: Added missing files.
13342 * libanjuta/anjuta-plugin.[ch], libanjuta/plugins.[ch]: Do not
13343 activate plugin on load (activate it separately). Connect to activate
13344 and deactivate signals for housekeeping, so that if plugins are
13345 activated or deactivate externally, they are properly recorded.
13347 * plugins/profile-default/plugin.c: Save profile before a project
13348 is loaded so that it could be restored when project is closed.
13350 * plugins/file-loader/plugin.c: Fixed ok/cancel buttons order.
13352 2005-06-17 Naba Kumar <naba@gnome.org>
13354 * plugins/profile-default/plugin.h, plugins/profile-default/plugin.c,
13355 libanjuta/plugins.c, libanjuta/plugins.h: Implmented profile saving
13356 for project. The plugins loaded for the project is restored when project
13357 is loaded next time.
13359 * TODO.tasks: Updated.
13361 2005-06-15 Naba Kumar <naba@gnome.org>
13363 * plugins/tools/scripts/find-fixmes.pl,
13364 (new) plugins/tools/scripts/translation-status.pl,
13365 plugins/tools/scripts/tools-2.xml.in,
13366 plugins/tools/scripts/Makefile.am,
13367 plugins/tools/scripts/prepare-changelog.pl: Added translation
13368 status script. Completed find-fixmes.pl script. Fixed bugs.
13370 * plugins/tools/scripts/tools-2.xml.in: Fixed prepare-changelog
13373 2005-06-14 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13375 * plugins/message-view/anjuta-message-manager-plugin.glade :
13376 renamed "messages.tag.position" to "messages.tab.position".
13377 plugins/message-view/anjuta-msgman.c :
13378 Messages tab position prefrences.
13380 2005-06-14 Naba Kumar <naba@gnome.org>
13382 * (new) plugins/tools/scripts/find-fixmes.pl,
13383 (new) plugins/tools/scripts/tools-2.xml.in,
13384 (new) plugins/tools/scripts/Makefile.am,
13385 (new) plugins/tools/scripts/prepare-changelog.pl,
13386 plugins/tools/plugin.h, plugins/tools/fileop.c,
13387 plugins/tools/Makefile.am, configure.in: Added system tools.
13389 2005-06-11 Sebastien Granjoux <seb.sfo@free.fr>
13391 * plugins/tools/editor.c:
13392 Take care of creating .anjuta directory if missing
13394 2005-06-10 Naba Kumar <naba@gnome.org>
13396 * configure.in: Increased gnome-build required to version 0.1.2.
13398 * plugins/project-manager/plugin.c: Fixed target/group removal.
13399 Fixed memory leaks.
13401 2005-06-10 Naba Kumar <naba@gnome.org>
13403 * plugins/project-manager/plugin.c: Implemented target/group
13404 configuration (update gnome-build module from cvs).
13406 2005-06-07 Naba Kumar <naba@gnome.org>
13408 Patch from: Massimo Cora' <maxcvs@email.it>:
13409 * plugins/class-inheritance/Makefile.am,
13410 plugins/class-inheritance/class-inherit.c,
13411 plugins/class-inheritance/class-inherit.h,
13412 plugins/class-inheritance/plugin.c,
13413 plugins/class-inheritance/plugin.h,
13414 (added) plugins/class-inheritance/class-callbacks.[ch]: Implemented
13415 expanded view of classes in hierarchy canvas (collapsable again).
13417 2005-06-05 Johannes Schmid <jhs@cvs.gnome.org>
13419 * scintilla/patches/scintilla-64-bit.diff (added)
13420 * plugins/patch/patch-plugin.c:
13421 Conditional build for GTK 2.4 and GTK 2.6
13423 2005-06-04 Sebastien Granjoux <seb.sfo@free.fr>
13425 * plugins/tools/anjuta-tools.glade,
13426 plugins/tools/editor.c,
13427 plugins/tools/plugin.h,
13428 plugins/tools/fileop.c:
13429 Add a check box to edit an user script
13430 Correct a few memory leak
13432 * plugins/tools/execute.c,
13433 plugins/tools/tool.c,
13434 plugins/tools/tool.h:
13435 Move utility remove_mnemonic function in tool.c
13438 2005-06-04 Johannes Schmid <jhs@cvs.gnome.org>
13440 Patch from sbrabec@suse.cz:
13442 scintilla/include/Scintilla.h:
13444 Fix 64-Bit warnings in gcc 4
13446 2005-06-03 Johannes Schmid <jhs@cvs.gnome.org>
13448 * plugins/patch/patch_plugin.c
13449 plugins/patch/patch.h
13450 plugin/patch/patch-plugin.glade
13451 plugin/patch/Makefile.am:
13453 Changed patch plugin to use libglade and new gtk 2.6 widgets
13455 2005-05-31 Naba Kumar <naba@gnome.org>
13457 Patch from Jason Bayman <JBayman@HobbitHell.com>:
13458 * plugins/editor/text_editor.c: Don't show error
13461 2005-05-28 Sebastien Granjoux <seb.sfo@free.fr>
13463 * plugins/message-view/anjuta-message-manager.ui,
13464 plugins/message-view/anjuta-msgman.c,
13465 plugins/message-view/anjuta-msgman.h,
13466 plugins/message-view/message-view.c,
13467 plugins/message-view/message-view.h,
13468 plugins/message-view/plugin.c:
13469 Add a popup menu in messages panes
13470 Move save message pane option in it
13472 2005-05-28 Naba Kumar <naba@gnome.org>
13474 * data/properties/styles.properties: Fixed default font
13477 * plugins/editor/style-editor.c: cleanup.
13479 2005-05-25 Naba Kumar <naba@gnome.org>
13481 * plugin/gdb/plugin.c: Start gdb even if the program does
13482 not exists. Fixes bug #305074
13484 2005-05-24 Naba Kumar <naba@gnome.org>
13486 Patch from: Saleem Abdulrasool <compnerd@gentoo.org>
13487 * configure.in: graphviz pkgconfig path.
13489 2005-05-24 Naba Kumar <naba@gnome.org>
13491 * configure.in, anjuta.desktop.in.in: Fixed Icon path.
13492 * TODO.tasks: Updated.
13494 2005-05-22 Naba Kumar <naba@gnome.org>
13496 * anjuta.spec.in: Fixed spec file
13497 * plugins/editor/text_editor.c: Fixed gnome-vfs monitor.
13499 2005-05-21 Sebastien Granjoux <seb.sfo@free.fr>
13501 * TODO.tasks: Updated.
13503 * plugins/message-view/anjuta-message-manager.ui,
13504 plugins/message-view/message-view.c,
13505 plugins/message-view/message-view.h,
13506 plugins/message-view/plugin.c:
13507 Add shortcut for next and previous message
13508 Add a save message menu item
13509 Fix a bug in previous message
13511 2005-05-21 Naba Kumar <naba@gnome.org>
13513 * Makefile.am, anjuta.spec.in, configure.in, data/properties/Makefile.am,
13514 doc/Makefile.am, global-tags/create_global_tags.sh,
13515 libanjuta/interfaces/Makefile.am.iface: Fixed 64bit arch related bugs
13516 and rpm package creation. Fixed installation paths.
13518 * plugins/editor/anjuta-document-manager.glade,
13519 plugins/editor/text_editor.c: Fixed autoformat settings in preferences
13520 and indent options.
13522 * tagmanager/tm_workspace.c: Fixed code format and compiler warning.
13524 2005-05-21 Naba Kumar <naba@gnome.org>
13526 * Makefile.am, configure.in, data/Makefile.am, doc/Makefile.am,
13527 global-tags/Makefile.am, launcher/Makefile.am, libegg/Makefile.am,
13528 pixmaps/Makefile.am, scripts/Makefile.am, src/Makefile.am,
13529 tagmanager/Makefile.am: Fixed paths configure variables to take
13530 automake configure variables instead of hardcoding.
13532 * global-tags/tm_global_tags.c: Formated code.
13534 * manuals/reference/libanjuta/tmpl/e-splash.sgml,
13535 manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
13536 manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
13537 manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
13538 manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
13539 manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
13540 manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
13541 manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
13542 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
13544 2005-05-20 Naba Kumar <naba@gnome.org>
13546 * README, anjuta.spec.in, configure.in: Updated Anjuta Descriptions
13547 and fixed rpm spec file (more testing required).
13549 * data/gdb.init: Don't set gdb prompt.
13551 * mime/Makefile.am: run update-mime-data only on system-wide install.
13553 * plugins/gdb/Makefile.am: Install plugin at correct paths.
13555 2005-05-19 Naba Kumar <naba@gnome.org>
13557 * plugins/terminal/terminal.c: Fixed crash bug when terminal is used
13558 while it's not visible.
13560 Patch from: Jason Bayman <JBayman@HobbitHell.com>
13561 * plugins/editor/aneditor-autocomplete.cxx: Fixed crash bugs.
13563 2005-05-19 Naba Kumar <naba@gnome.org>
13565 * configure.in: Fixed subversion checks. Added
13566 --disable-plugin-subversion and --disable-plugin-glade
13567 configure flags to manually turn off their plugin builds.
13569 * plugins/editor/plugin.c: Save and restore current editor line
13570 positions in session.
13572 2005-05-18 Naba Kumar <naba@gnome.org>
13574 * AUTHORS: Fixed email address.
13576 * libanjuta/anjuta-utils.c,
13577 plugins/project-manager/plugin.c: Take plugin shell as dialog parents
13578 when the projectmanager toplevel is not a window. Check for valid
13579 gtkwindow type before using the passed window as parent for anjuta
13582 2005-05-17 Naba Kumar <naba@gnome.org>
13584 * libanjuta/interfaces/libanjuta.idl: Fixed compiler warnings.
13586 * plugins/cvs-plugin/Makefile.am,
13587 plugins/devhelp/plugin.c,
13588 plugins/file-loader/Makefile.am,
13589 plugins/macro/Makefile.am,
13590 plugins/message-view/Makefile.am,
13591 plugins/patch/Makefile.am,
13592 plugins/project-manager/Makefile.am,
13593 plugins/subversion/Makefile.am,
13594 plugins/symbol-browser/Makefile.am: Removed -module flags
13597 * MAINTAINERS: Added file so that I could recieve bugzilla
13600 * plugins/glade/plugin.c: Fixed compile error.
13602 === Anjuta 2.0.0 ===
13604 2005-05-15 Naba Kumar <naba@gnome.org>
13606 * configure.in: Adjusted gdl version requirement. Bumped anjuta
13609 * plugins/symbol-browser/an_symbol_view.c,
13610 plugins/symbol-browser/plugin.c,
13611 tagmanager/tm_workspace.c: Fixed symbol-browser crash when
13612 symbols have been updated. Reset file symbols when update
13613 occurs. Fixed memory leaks.
13615 Patch from Jason Bayman <JBayman@HobbitHell.com>:
13616 * plugins/file-wizard/action-callbacks.c: Fixed crash bug.
13618 2005-05-14 Sebastien Granjoux <seb.sfo@free.fr>
13620 * plugins/tools/anjuta-tools.glade:
13621 Remove unused parameter dialog
13623 * plugins/tools/dialog.c,
13624 plugins/tools/fileop.c,
13625 plugins/tools/fileop.h,
13626 plugins/tools/tool.c,
13627 plugins/tools/tool.h,
13628 plugins/tools/variable.c:
13629 Add a few comments and cleanups
13631 * plugins/tools/editor.c,
13632 plugins/tools/editor.h:
13633 Remove code from previous plugin and add comments
13634 Use main window as parent (instead of tool list)
13636 * plugins/tools/execute.c,
13637 plugins/tools/execute.h:
13638 Remove code from previous plugin and add comments
13641 2005-05-14 Naba Kumar <naba@gnome.org>
13643 * AUTHORS, FUTURE, NEWS, README, ROADMAP: Updated and prepared for
13646 * configure.in: Fixed
13648 * plugins/class-inheritance/class-inheritance.png: New icon.
13650 * plugins/devhelp/plugin.c: Fixed docking bug where browser widget
13651 screws up when reparented.
13653 2005-02-24 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13655 * plugins/editor/search-replace.c,
13656 plugins/editor/search-replace_backend.c
13657 plugins/project-manager/plugin.c : Clear find pane if searching same
13658 expression. Clean code.
13660 2005-05-14 Pawan Chitrakar <pawan@nplinux.org>
13662 * configure.in: Added ne in ALL_LINGUAS
13664 2005-05-13 Naba Kumar <naba@gnome.org>
13666 * configure.in: Fixed glade-3 version.
13668 * plugins/gdb/debugger.c, plugins/gdb/debugger.h,
13669 plugins/gdb/locals.c, plugins/gdb/stack_trace.c,
13670 plugins/gdb/watch.c: Update locals, watch and frame document on
13673 2005-05-12 Naba Kumar <naba@gnome.org>
13675 * plugins/editor/aneditor-autocomplete.cxx: Fixed infinite loop in
13676 scope autocompletion when the function definition is incomplete.
13678 * plugins/class-gen/anjuta-class-gen.plugin.in,
13679 plugins/file-wizard/anjuta-file-wizard.plugin.in,
13680 plugins/gdb/plugin.c,
13681 plugins/glade/anjuta-glade.plugin.in,
13682 plugins/project-import/anjuta-project-import.plugin.in,
13683 plugins/project-wizard/anjuta-project-wizard.plugin.in: Give a proper
13684 titles for the wizards.
13686 2005-05-11 Naba Kumar <naba@gnome.org>
13688 * configure.in, plugins/debug-manager/Makefile.am,
13689 plugins/debug-manager/plugin.c,
13690 (added) plugins/debug-manager/images/.cvsignore,
13691 (added) plugins/debug-manager/images/Makefile.am,
13692 (added) plugins/debug-manager/images/detach-16.png,
13693 (added) plugins/debug-manager/images/detach.png,
13694 (added) plugins/debug-manager/images/step-into-16.png,
13695 (added) plugins/debug-manager/images/step-into.png,
13696 (added) plugins/debug-manager/images/step-out-16.png,
13697 (added) plugins/debug-manager/images/step-out.png,
13698 (added) plugins/debug-manager/images/step-over-16.png,
13699 (added) plugins/debug-manager/images/step-over.png,
13700 plugins/gdb/Makefile.am,
13701 plugins/gdb/breakpoints.c,
13702 plugins/gdb/plugin.c,
13703 (added) plugins/gdb/images/.cvsignore,
13704 (added) plugins/gdb/images/Makefile.am,
13705 (added) plugins/gdb/images/breakpoint.png,
13706 (added) plugins/gdb/images/locals.png,
13707 (added) plugins/gdb/images/stack.png,
13708 (added) plugins/gdb/images/watch.png: Fixed breakpoints
13709 'remove all'. Added debugger icons.
13711 * plugins/editor/text_editor.c: Fixed file monitor.
13713 Patch from: Massimo Cora' <maxcvs@email.it>
13714 * plugins/patch/anjuta-patch-plugin.png,
13715 plugins/class-gen/Makefile.am,
13716 plugins/class-gen/action-callbacks.c,
13717 plugins/class-gen/class_gen.c,
13718 plugins/class-gen/class_logo.xpm: Implemented vcs
13719 file addions. New icons by Fabio Zecchini
13721 2005-02-24 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13723 * libanjuta/interfaces/libanjuta.idl
13724 plugins/editor/anjuta-docman.c plugins/editor/search-replace.c
13725 plugins/editor/search-replace_backend.c
13726 plugins/project-manager/plugin.c : Search & Replace in all Project Files.
13728 2005-05-11 Naba Kumar <naba@gnome.org>
13730 * plugins/gdb/actions.c, plugins/gdb/breakpoints.c,
13731 plugins/gdb/breakpoints.h, plugins/gdb/debug_tree.c,
13732 plugins/gdb/plugin.c, plugins/gdb/plugin.h,
13733 plugins/gdb/registers.c, plugins/gdb/stack_trace.c,
13734 plugins/gdb/watch.c: Completed breakpoints implementation. Fixed
13737 * plugins/symbol-browser/an_symbol_prefs.c,
13738 plugins/symbol-browser/an_symbol_search.c,
13739 plugins/symbol-browser/an_symbol_view.c,
13740 plugins/symbol-browser/an_symbol_view.h,
13741 plugins/symbol-browser/plugin.c: Fixed memory leaks.
13743 2005-05-11 Naba Kumar <naba@gnome.org>
13745 * libanjuta/anjuta-shell.c: Fixed runtime warning.
13747 * libanjuta/e-splash.c, libanjuta/e-splash.h, src/main.c: Pass the
13748 progress bar location at create time, instead of hardcoding.
13750 * pixmaps/Makefile.am, (added) pixmaps/anjuta_splash_mini.png:
13751 Added mini splash screen.
13753 * plugins/editor/text_editor.c: Do not produce warning when file
13754 monitor could not be created.
13756 * plugins/profile-default/plugin.c: Save project session on exit.
13757 Show mini splash with progress bar at profile load.
13759 2005-05-10 Naba Kumar <naba@gnome.org>
13761 * configure.in, manuals/Makefile.am: Fixed compile flags.
13762 Disable outdated manuals builds.
13764 * global-tags/Makefile.am: Uninstall tags files on
13767 * libegg/Makefile.am: Use configured deprecated flags.
13769 * manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
13770 manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
13771 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
13774 * mime/Makefile.am: Take DESTDIR into account.
13776 * plugins/class-gen/Makefile.am: Fixed 'make distcheck' errors.
13778 * plugins/editor/aneditor-autocomplete.cxx: Fixed crash bug
13779 on scope autocompletion.
13781 * plugins/debug-manager/plugin.c, plugins/gdb/debugger.c,
13782 plugins/gdb/debugger.h, plugins/gdb/plugin.c: Use project
13783 shared libs and static libs paths for debugging. Order them
13786 * po/POTFILES.in: Updated.
13788 2005-05-09 Naba Kumar <naba@gnome.org>
13790 * libanjuta/interfaces/libanjuta.idl,
13791 plugins/gdb/debugger.[ch], plugins/gdb/plugin.c,
13792 plugins/gdb/breakpoints.ch, plugins/gdb/gdbmi-test.c,
13793 plugins/debug-manager/plugin.c, plugins/gdb/anjuta-gdb-plugin.ui:
13794 Implemented debugger source directory search and emits location changed
13795 signal with absolute path of the file.
13797 * plugins/tools/tool.c: Fixed compile errors.
13799 2005-05-08 Sebastien Granjoux <seb.sfo@free.fr>
13801 * plugins/tools/anjuta-tools.glade,
13802 plugins/tools/dialog.h,
13803 plugins/tools/dialog.c,
13804 plugins/tools/plugin.c,
13805 plugins/tools/editor.c:
13806 Improve graphical user interface
13808 Correct an error on close
13811 * plugins/tools/fileop.c,
13812 plugins/tools/tool.h,
13813 plugins/tools/tool.c:
13814 Change the tool internal structure
13815 Support having tools configuration in several places
13817 2005-05-08 Naba Kumar <naba@gnome.org>
13819 * plugins/gdb/actions.c,
13820 (removed) plugins/gdb/registers_cbs.c,
13821 (removed) plugins/gdb/registers_cbs.h,
13822 (removed) plugins/gdb/registers_gui.c,
13823 (removed) plugins/gdb/sharedlib_cbs.c,
13824 (removed) plugins/gdb/sharedlib_cbs.h,
13825 (removed) plugins/gdb/sharedlib_gui.c,
13826 (removed) plugins/gdb/signals_cbs.c,
13827 (removed) plugins/gdb/signals_cbs.h,
13828 (removed) plugins/gdb/signals_gui.c: Removed dead files.
13830 2005-05-08 Naba Kumar <naba@gnome.org>
13832 * plugins/build-basic-autotools/executer.c: Fixed programs
13835 * plugins/debug-manager/Makefile.am,
13836 plugins/debug-manager/anjuta-debug-manager.glade,
13837 plugins/debug-manager/plugin.c,
13838 plugins/gdb/Makefile.am: Used libglade for programs listing
13841 * (added) plugins/gdb/pointer.png: Stack pointer image.
13843 * libanjuta/anjuta-marshal.list,
13844 pixmaps/Makefile.am,
13845 plugins/gdb/actions.c,
13846 plugins/gdb/actions.h,
13847 plugins/gdb/anjuta-gdb-plugin.ui,
13848 plugins/gdb/anjuta-gdb.glade,
13849 plugins/gdb/breakpoints.c,
13850 plugins/gdb/breakpoints.h,
13851 plugins/gdb/debug_tree.c,
13852 plugins/gdb/debug_tree.h,
13853 plugins/gdb/debugger.c,
13854 plugins/gdb/debugger.h,
13855 plugins/gdb/gdbmi-test.c,
13856 plugins/gdb/gdbmi.c,
13857 plugins/gdb/gdbmi.h,
13858 plugins/gdb/info.c,
13859 plugins/gdb/info.h,
13860 plugins/gdb/locals.c,
13861 plugins/gdb/locals.h,
13862 plugins/gdb/memory.c,
13863 plugins/gdb/memory.h,
13864 plugins/gdb/plugin.c,
13865 plugins/gdb/plugin.h,
13866 plugins/gdb/registers.c,
13867 plugins/gdb/registers.h,
13868 plugins/gdb/registers_cbs.c,
13869 plugins/gdb/registers_cbs.h,
13870 plugins/gdb/registers_gui.c,
13871 plugins/gdb/sharedlib.c,
13872 plugins/gdb/sharedlib.h,
13873 plugins/gdb/sharedlib_cbs.c,
13874 plugins/gdb/sharedlib_cbs.h,
13875 plugins/gdb/sharedlib_gui.c,
13876 plugins/gdb/signals.c,
13877 plugins/gdb/signals.h,
13878 plugins/gdb/signals_cbs.c,
13879 plugins/gdb/signals_cbs.h,
13880 plugins/gdb/signals_gui.c,
13881 plugins/gdb/stack_trace.c,
13882 plugins/gdb/stack_trace.h,
13883 plugins/gdb/utilities.c,
13884 plugins/gdb/utilities.h,
13885 plugins/gdb/watch.c,
13886 plugins/gdb/watch.h,
13887 plugins/gdb/watch_cbs.c,
13888 plugins/gdb/watch_cbs.h,
13889 plugins/gdb/watch_gui.c: Implemented gdb MI interface and used
13890 it for all debugger component updates and listing. Implemented
13891 user custom debugger command window. Fixed all debugger components
13892 to work correctly. Implemented debugger as GObject. Removed
13895 2005-05-06 Naba Kumar <naba@gnome.org>
13897 * TODO.tasks: Updated.
13899 * plugins/build-basic-autotools/Makefile.am,
13900 plugins/file-loader/Makefile.am,
13901 plugins/profile-default/Makefile.am,
13902 plugins/sample1/Makefile.am,
13903 plugins/symbol-browser/images/Makefile.am,
13904 src/Makefile.am: Fixed 'make distcheck' errors.
13906 * plugins/symbol-browser/an_symbol_view.c: Removed unnecessary
13909 * tagmanager/tm_workspace.c: Include prototypes in getting
13912 2005-05-06 Naba Kumar <naba@gnome.org>
13914 * TODO.tasks: Updated.
13916 * configure.in, plugins/cvs-plugin/Makefile.am,
13917 plugins/debug-manager/Makefile.am,
13918 plugins/devhelp/Makefile.am,
13919 plugins/editor/Makefile.am,
13920 plugins/gdb/Makefile.am: Fixed 'make distcheck' errors.
13922 * libanjuta/interfaces/libanjuta.idl: Defined IAnjutaSymbol,
13923 IAnjutaSymbolManager, IAnjutaIterable and IAnjutaIterableTree
13926 * tagmanager/tm_workspace.c,
13927 tagmanager/include/tm_workspace.h,
13928 plugins/editor/aneditor-autocomplete.cxx,
13929 plugins/editor/aneditor-calltip.cxx: Fixed fill_find_tags_array()
13930 to return all matching tag types when no name is given instead of
13931 returning empty array.
13933 * plugins/symbol-browser/Makefile.am,
13934 (added) plugins/symbol-browser/an_symbol.c,
13935 (added) plugins/symbol-browser/an_symbol.h,
13936 plugins/symbol-browser/an_symbol_info.c,
13937 plugins/symbol-browser/an_symbol_info.h,
13938 (added) plugins/symbol-browser/an_symbol_iter.c,
13939 (added) plugins/symbol-browser/an_symbol_iter.h,
13940 plugins/symbol-browser/an_symbol_search.c,
13941 plugins/symbol-browser/an_symbol_view.c,
13942 plugins/symbol-browser/an_symbol_view.h,
13943 plugins/symbol-browser/anjuta-symbol-browser.plugin.in,
13944 plugins/symbol-browser/plugin.c,
13945 plugins/symbol-browser/plugin.h: Implemented IAnjutaSymbol wrapper
13946 for tags. Implemented IAnjutaSymbolManager interface in symbol-browser
13947 plugin and implemented IAnjutaIterable interface for symbol search
13950 * plugins/class-inheritance/Makefile.am,
13951 plugins/class-inheritance/class-inherit.c,
13952 plugins/class-inheritance/class-inherit.h,
13953 plugins/class-inheritance/plugin.h: Use the newly added
13954 IAnjutaSymbolManager/IAnjutaSymbol/IAnjutaIterable intefaces and
13955 get rid of libanjuta-ctags.la dependencies.
13957 2005-05-02 Naba Kumar <naba@gnome.org>
13959 * plugins/class-inheritance/class-inherit.c,
13960 plugins/class-inheritance/plugin.c,
13961 plugins/class-inheritance/plugin.h: Fixed crash bug when no symbols could
13962 be found for a class. Formated code.
13964 Patch from: Curtis Magyar <curtm4n@gmail.com>:
13965 * plugins/editor/anjuta-docman.c: Fixed alpabetical ordering
13968 2005-05-01 Sebastien Granjoux <seb.sfo@free.fr>
13970 * libanjuta/anjuta-launcher.c:
13971 Keep trying sending data until all bytes have been written
13973 * plugins/tools/anjuta-tools.glade,
13974 plugins/tools/editor.c:
13975 Add a combo box to defined data from stdin
13977 * plugins/tools/execute.c:
13978 Send data in stdin if needed
13981 * plugins/tools/fileop.c,
13982 plugins/tools/tool.h,
13983 plugins/tools/tool.c:
13984 Store, load and save stdin data
13985 Use tools-2.xml instead of tools.xml
13987 * plugins/tools/plugin.c,
13988 plugins/tools/plugin.h:
13991 * plugins/tools/dialog.c,
13992 plugins/tools/dialog.h:
13995 * plugins/tools/variable.c,
13996 plugins/tools/variable.h:
13997 Add editor related variables
14000 2005-04-29 Naba Kumar <naba@gnome.org>
14002 * libanjuta/Makefile.am, src/Makefile.am: Include libutil in libanjuta.
14004 * plugins/editor/text_editor.c: Fixed line marker interpretation.
14006 * data/gdb.init, plugins/gdb/Makefile.am, plugins/gdb/breakpoints.c,
14007 plugins/gdb/breakpoints.h, plugins/gdb/debugger.c,
14008 plugins/gdb/debugger.h, (added) plugins/gdb/gdbmi-test.c,
14009 (added) plugins/gdb/gdbmi.c, (added) plugins/gdb/gdbmi.h: Started
14010 working on gdb MI interface. Completed MI parser interface.
14012 Patch from Massimo Cora <maxcvs@email.it>:
14013 * plugins/class-inheritance/Makefile.am,
14014 plugins/class-inheritance/class-inherit.c,
14015 plugins/class-inheritance/class-inherit.h,
14016 plugins/class-inheritance/plugin.c,
14017 plugins/class-inheritance/plugin.h: Update to class inheritance plugin.
14018 Used system theme for colors. Display class members on mouse click.
14020 2005-04-28 Naba Kumar <naba@gnome.org>
14022 * plugins/symbol-browser/an_symbol_prefs.c
14023 plugins/symbol-browser/anjuta-symbol-browser-plugin.glade: Added
14024 implementation to create/add/remove custom tags files in symbol
14025 brower preferences.
14027 * global-tags/Makefile.am: Exclude bin target anjuta-tags from
14030 * plugins/project-import/project-import.c: Fixed memory leaks and
14031 use correct debug prints.
14033 * TODO.tasks: Updated.
14035 2005-04-27 Naba Kumar <naba@gnome.org>
14037 * libanjuta/Makefile.am, libanjuta/interfaces/Makefile.am.iface,
14038 libegg/Makefile.am, libegg/treeviewutils/Makefile.am,
14039 scintilla/Makefile.am: Fixed 'make distcheck' errors.
14041 * plugins/editor/anjuta-docman.c,
14042 plugins/editor/anjuta-docman.h,
14043 plugins/editor/plugin.c: Emit editor-added signal from docman
14044 and connect signals to new editor correctly.
14046 * plugins/class-inheritance/plugin.c,
14047 plugins/symbol-browser/plugin.c: Added stock icons.
14049 * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade,
14050 plugins/build-basic-autotools/executer.c,
14051 plugins/build-basic-autotools/executer.h: Added missing files
14052 for the execute programs implementation.
14054 2005-04-26 Naba Kumar <naba@gnome.org>
14056 * TODO.tasks: Updated.
14058 * plugins/file-loader/plugin.c,
14059 plugins/project-import/anjuta-project-import.plugin.in,
14060 plugins/project-import/plugin.c,
14061 plugins/project-import/project-import.c,
14062 plugins/project-import/project-import.h: Be able to import older
14065 2005-04-26 Naba Kumar <naba@gnome.org>
14067 * libanjuta/anjuta-shell.c: Remove widget from the queue also when
14068 removing it from the shell.
14070 * libanjuta/anjuta-shell.c,
14071 libanjuta/anjuta-shell.h,
14072 plugins/profile-default/plugin.c: Implemented freeze/thaw for shell
14073 so that widget additions are freezed or thaw using a pending queue.
14074 Fixded UI flicker while loading projects.
14076 2005-04-26 Naba Kumar <naba@gnome.org>
14078 * TODO.tasks: Updated.
14080 * libanjuta/interfaces/libanjuta.idl: Added execute method for
14081 IAnjutaBuildable interface.
14083 * plugins/build-basic-autotools/Makefile.am,
14084 plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
14085 plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
14086 plugins/build-basic-autotools/build-basic-autotools.c,
14087 plugins/build-basic-autotools/build-basic-autotools.h: Added "Execute"
14088 interface and UI for executing project/file programs. Implemented
14089 IAnjutaFile interface so that executables could be opened directly.
14091 * plugins/class-inheritance/anjuta-class-inheritance.plugin.in: Removed
14092 Authors line (Reserved for external plugins, which do not have a way to
14093 show their credits).
14095 * plugins/file-loader/plugin.c: Read "Title" from [Wizard] and
14096 [File Loader] group for menu labels (default to "Name" if it is not
14099 * plugins/terminal/terminal.c: Implemented IAnjutaTerminal interface
14100 for executing external commands.
14102 2005-04-25 Sebastien Granjoux <seb.sfo@free.fr>
14104 * plugins/project-wizard/property.c:
14105 Correct a memory leak
14107 * libanjuta/interfaces/libanjuta.idl,
14108 plugins/editor/text_editor.c:
14109 Add erase_all and replace_selection function to IAnjutaEditor
14111 * plugins/tools/anjuta-tools.glade,
14112 plugins/tools/fileop.c,
14113 plugins/tools/editor.c,
14114 plugins/tools/tool.c
14115 plugins/tools/tool.h:
14116 Add shortcut and icon
14118 * plugins/tools/variable.c,
14119 plugins/tools/variable.h:
14120 Add a variable asking parameters at run time
14122 * plugins/tools/execute.c:
14123 Add a warning message for missing document manager
14124 Add replace buffer and replace selection output
14125 Correct an error in popup output
14127 * plugins/tools/plugin.c,
14128 plugins/tools/plugin.h,
14129 plugins/tools/anjuta-tools.ui,
14132 Attach tools menu to a new place
14134 2005-04-25 Naba Kumar <naba@gnome.org>
14136 * libanjuta/plugins.c, src/about.c, src/about.h,
14137 src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui,
14138 plugins/class-gen/anjuta-class-gen.plugin.in: Added about
14139 plugins (about box for plugins) menu.
14141 2005-04-24 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14143 * plugins/editor/search-replace.c :
14144 Displayed full path in Search pane window.
14145 Bug 300231 : Selected line in Search pane window .
14147 2005-04-23 Naba Kumar <naba@gnome.org>
14149 * plugins/terminal/terminal.c: Fixed crash on terminal docking.
14151 2005-04-22 Naba Kumar <naba@gnome.org>
14153 * plugins/project-wizard/templates/java-logo.png: Smaller icons.
14155 * plugins/project-wizard/templates/java.wiz,
14156 plugins/project-wizard/templates/java/src/Makefile.am.tpl: Add option
14157 to create bytecodes (.class) files.
14159 * plugins/symbol-browser/an_symbol_info.c,
14160 plugins/symbol-browser/an_symbol_info.h,
14161 plugins/symbol-browser/an_symbol_search.c,
14162 plugins/symbol-browser/an_symbol_view.c,
14163 plugins/symbol-browser/plugin.c,
14164 tagmanager/tm_workspace.c: Fixed java symbols view. Fixed icon types
14165 in file symbol list.
14167 2005-04-22 Naba Kumar <naba@gnome.org>
14169 * TODO.tasks: Updated.
14171 * plugins/class-inheritance/Makefile.am,
14172 plugins/subversion/Makefile.am: Do not install plugin files when
14173 plugin build condition is false.
14175 * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
14176 plugins/build-basic-autotools/build-basic-autotools.c,
14177 plugins/build-basic-autotools/build-basic-autotools.h,
14178 plugins/file-loader/anjuta-loader-plugin.ui,
14179 plugins/file-loader/dnd.c,
14180 plugins/file-loader/plugin.c,
14181 plugins/file-loader/plugin.h,
14182 plugins/project-manager/anjuta-project-manager.ui,
14183 plugins/project-manager/plugin.c: Added open file and build context
14184 menu in project manager context menu.
14186 2005-04-22 Naba Kumar <naba@gnome.org>
14188 * configure.in: Added message output showing conditional plugins to
14191 * src/layout.xml: Added layout for class-inheritance plugin widget.
14193 * plugins/class-inheritance/anjuta-class-inheritance.plugin.in: Fixed
14194 plugin name to remove redundant terms.
14196 * TODO.tasks: Updated.
14199 plugins/symbol-browser/Makefile.am,
14200 plugins/symbol-browser/an_symbol_view.c,
14201 (removed) plugins/symbol-browser/sv_class.xpm,
14202 (removed) plugins/symbol-browser/sv_function.xpm,
14203 (removed) plugins/symbol-browser/sv_macro.xpm,
14204 (removed) plugins/symbol-browser/sv_private_fun.xpm,
14205 (removed) plugins/symbol-browser/sv_private_var.xpm,
14206 (removed) plugins/symbol-browser/sv_protected_fun.xpm,
14207 (removed) plugins/symbol-browser/sv_protected_var.xpm,
14208 (removed) plugins/symbol-browser/sv_public_fun.xpm,
14209 (removed) plugins/symbol-browser/sv_public_var.xpm,
14210 (removed) plugins/symbol-browser/sv_static_fun.xpm,
14211 (removed) plugins/symbol-browser/sv_static_var.xpm,
14212 (removed) plugins/symbol-browser/sv_struct.xpm,
14213 (removed) plugins/symbol-browser/sv_unknown.xpm,
14214 (removed) plugins/symbol-browser/sv_variable.xpm,
14215 (added) plugins/symbol-browser/images/.cvsignore,
14216 (added) plugins/symbol-browser/images/Icons.16x16.Class,
14217 (added) plugins/symbol-browser/images/Icons.16x16.Enum,
14218 (added) plugins/symbol-browser/images/Icons.16x16.Field,
14219 (added) plugins/symbol-browser/images/Icons.16x16.FormsDesigner.BringToFront,
14220 (added) plugins/symbol-browser/images/Icons.16x16.FormsDesigner.SendToBack,
14221 (added) plugins/symbol-browser/images/Icons.16x16.Interface,
14222 (added) plugins/symbol-browser/images/Icons.16x16.InternalClass,
14223 (added) plugins/symbol-browser/images/Icons.16x16.InternalDelegate,
14224 (added) plugins/symbol-browser/images/Icons.16x16.InternalEnum,
14225 (added) plugins/symbol-browser/images/Icons.16x16.InternalEvent,
14226 (added) plugins/symbol-browser/images/Icons.16x16.InternalField,
14227 (added) plugins/symbol-browser/images/Icons.16x16.InternalInterface,
14228 (added) plugins/symbol-browser/images/Icons.16x16.InternalMethod,
14229 (added) plugins/symbol-browser/images/Icons.16x16.InternalProperty,
14230 (added) plugins/symbol-browser/images/Icons.16x16.InternalStruct,
14231 (added) plugins/symbol-browser/images/Icons.16x16.Literal,
14232 (added) plugins/symbol-browser/images/Icons.16x16.Method,
14233 (added) plugins/symbol-browser/images/Icons.16x16.NameSpace,
14234 (added) plugins/symbol-browser/images/Icons.16x16.PrivateClass,
14235 (added) plugins/symbol-browser/images/Icons.16x16.PrivateDelegate,
14236 (added) plugins/symbol-browser/images/Icons.16x16.PrivateEnum,
14237 (added) plugins/symbol-browser/images/Icons.16x16.PrivateEvent,
14238 (added) plugins/symbol-browser/images/Icons.16x16.PrivateField,
14239 (added) plugins/symbol-browser/images/Icons.16x16.PrivateInterface,
14240 (added) plugins/symbol-browser/images/Icons.16x16.PrivateMethod,
14241 (added) plugins/symbol-browser/images/Icons.16x16.PrivateProperty,
14242 (added) plugins/symbol-browser/images/Icons.16x16.PrivateStruct,
14243 (added) plugins/symbol-browser/images/Icons.16x16.ProtectedClass,
14244 (added) plugins/symbol-browser/images/Icons.16x16.ProtectedDelegate,
14245 (added) plugins/symbol-browser/images/Icons.16x16.ProtectedEnum,
14246 (added) plugins/symbol-browser/images/Icons.16x16.ProtectedEvent,
14247 (added) plugins/symbol-browser/images/Icons.16x16.ProtectedField,
14248 (added) plugins/symbol-browser/images/Icons.16x16.ProtectedInterface,
14249 (added) plugins/symbol-browser/images/Icons.16x16.ProtectedMethod,
14250 (added) plugins/symbol-browser/images/Icons.16x16.ProtectedProperty,
14251 (added) plugins/symbol-browser/images/Icons.16x16.ProtectedStruct,
14252 (added) plugins/symbol-browser/images/Icons.16x16.Reference,
14253 (added) plugins/symbol-browser/images/Makefile.am: Removed old symbol
14254 pixmaps and added new icons (taken from monodevelop).
14256 2005-04-21 Naba Kumar <naba@gnome.org>
14258 Patch from Massimo Cora <maxcvs@email.it>:
14260 * configure.in, plugins/Makefile.am
14261 (new) plugins/class-inheritance/.cvsignore,
14262 (new) plugins/class-inheritance/Makefile.am,
14263 (new) plugins/class-inheritance/anjuta-class-inheritance.plugin.in,
14264 (new) plugins/class-inheritance/class-inherit.c,
14265 (new) plugins/class-inheritance/class-inherit.h,
14266 (new) plugins/class-inheritance/plugin.c,
14267 (new) plugins/class-inheritance/plugin.h,
14268 (new) plugins/class-inheritance/class-inheritance.png: Added class
14269 inheritance plugin.
14271 Changes by naba: Added pkgconfig check for graphviz and conditionally
14274 * plugins/patch/.cvsignore, plugins/tools/.cvsignore: Updated.
14276 2005-04-20 Naba Kumar <naba@gnome.org>
14278 * manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
14279 manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
14280 manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
14281 manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
14282 manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
14283 manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
14284 manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
14285 manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
14286 manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
14287 manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
14288 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
14290 * plugins/gdb/plugin.[ch], plugins/gdb/utilities.[ch]: Fixed gdb
14291 message view management.
14293 * libanjuta/anjuta-children.[ch],
14294 plugins/build-basic-autotools/build-basic-autotools.c,
14295 libanjuta/anjuta-launcher.c, plugins/terminal/terminal.c:
14296 Removed anjuta_children_init() function,
14297 because it is done automatically when first invoked. Introduced
14298 anjuta_children_recover() to recover the child signalling. Fixed
14299 child exit management to correctly recover the exit status.
14301 * libanjuta/anjuta-launcher.c: Fixed anjuta_launcher_dispose()
14302 to properly shutdown the launcher and to kill the running process
14303 (without emitting any signal).
14305 * plugins/gdb/debugger.c, plugins/gdb/debugger.h, plugins/gdb/plugin.c,
14306 plugins/gdb/plugin.h: Fixed debugger to properly shutdown, kill both
14307 gdb and program instance.
14309 2005-04-19 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14311 * plugins/editor/search-replace.c :
14312 Fixed bug 300229 (Search dialog unsensitive freezed Search button).
14314 2005-04-18 Naba Kumar <naba@gnome.org>
14316 * TODO.tasks: Marked completed items.
14318 * plugins/debug-manager/plugin.c, plugins/gdb/debugger.c,
14319 plugins/gdb/debugger.h, plugins/gdb/plugin.c,
14320 plugins/project-manager/plugin.c: Prompt user for the debugging
14321 target (select from a list of project's executable targets) and
14322 correctly start debugger. Take care of libtool wrapping when the
14323 target selected is libtool target. Fixed debugger menu items
14326 2005-04-17 Sebastien Granjoux <seb.sfo@free.fr>
14328 * plugins/tools/execute.c,
14329 plugins/tools/execute.h:
14330 Implement save all files before running a command
14331 Implement all options for stdout and stderr except replace buffer
14332 Allow running several tools
14334 * plugins/tools/plugin.c:
14335 Move anjuta launcher in execute.c
14337 * plugins/tools/tools.h,
14338 plugins/tools/variable.c:
14341 2005-04-13 Sebastien Granjoux <seb.sfo@free.fr>
14343 * plugins/tools/anjuta-tools.glade:
14344 Add new properties in tool editor dialog
14345 Cosmetic improvements
14347 * plugins/tools/anjuta-tools.ui:
14348 Attach tool menu as a build menu
14350 * plugins/tools/dialog.c:
14351 Set tool menu item sensitivity in tool list
14354 * plugins/tools/editor.c,
14355 plugins/tools/editor.h,
14356 plugins/tools/fileop.c,
14357 plugins/tools/tool.c,
14358 plugins/tools/tool.h:
14359 Add new properties (active, save file...)
14360 Most of them are still not implemented
14362 * plugins/tools/execute.c,
14363 plugins/tools/execute.h:
14364 Reorganize code to support multiple run
14365 Support run in terminal
14367 * plugins/tools/plugin.c
14368 plugins/tools/plugin.h:
14369 Move message handling in execute.c
14371 * plugins/tools/variable.h,
14372 plugins/tools/variable.c:
14373 Add useful variables
14375 2005-04-13 Naba Kumar <naba@gnome.org>
14377 * plugins/editor/text_editor.c: Fixed file monitoring condition.
14378 * plugins/editor/Makefile.am: Added gnome-vfs flags.
14380 2005-04-12 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14382 * plugins/tools/dialog.c plugins/tools/tool.c :
14385 2005-04-06 Naba Kumar <naba@gnome.org>
14387 * src/anjuta.c: Load default session only when
14388 "anjuta.session.load.last" preference is enabled.
14390 2005-04-07 Sebastien Granjoux <seb.sfo@free.fr>
14392 * plugins/tools/Makefile.am,
14393 plugins/tools/variable.c,
14394 plugins/tools/variable.h:
14395 Add new code for handling variables
14397 * plugins/tools/anjuta-tools.glade:
14398 Improve tool editor dialog
14399 Add variable selection dialog
14401 * plugins/tools/dialog.c,
14402 plugins/tools/dialog.h,
14403 plugins/tools/plugin.c,
14404 plugins/tools/plugin.h:
14405 Add variable object
14406 Add a function to get it
14408 * plugins/tools/editor.c:
14409 Add gui code for variable selection dialog
14411 * plugins/tools/execute.c:
14412 Use variables for executing command
14414 * Naba: Compile warning fixes.
14416 2005-04-06 Naba Kumar <naba@gnome.org>
14418 * TODO.tasks: Marked completed items.
14420 2005-04-06 Naba Kumar <naba@gnome.org>
14422 * plugins/subversion/svn-backend.c: Fixed subversion plugin
14425 * plugins/tools/anjuta-tools.glade: Improved dialog layout.
14427 2005-04-04 Naba Kumar <naba@gnome.org>
14429 * src/layout.xml, plugins/glade/plugin.c: Dock glade widgets
14430 inside Main window.
14432 2005-03-31 Sebastien Granjoux <seb.sfo@free.fr>
14434 * plugins/tools/Makefile.am,
14435 plugins/tools/anjuta-tools.plugin.in,
14436 plugins/tools/anjuta-tools.ui,
14437 plugins/tools/anjuta-tools.gladei,
14438 plugins/tools/anjuta-tools-plugin.png,
14439 plugins/tools/plugin.c,
14440 plugins/tools/plugin.h,
14441 plugins/tools/dialog.c,
14442 plugins/tools/dialog.h,
14443 plugins/tools/fileop.c,
14444 plugins/tools/fileop.h,
14445 plugins/tools/tool.c,
14446 plugins/tools/tool.h,
14447 plugins/tools/editor.c,
14448 plugins/tools/editor.h,
14449 plugins/tools/execute.c,
14450 plugins/tools/execute.h, configure.in, plugins/Makefile.am:
14451 Port tool plugin from anjuta 1.2 (split anjuta-tools.c)
14454 * anjuta-tools.[ch]: Removed old tools code.
14456 2005-04-01 Steve Murphy <murf@e-tools.com>
14458 * configure.in: Added "rw" to ALL_LINGUAS.
14460 2005-03-29 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14463 manuals/C/anjuta-manual/fileoperations.xml
14465 manuals/C/anjuta-manual/figures/search_expr.png
14466 manuals/C/anjuta-manual/figures/search_expr_basic.png
14467 manuals/C/anjuta-manual/figures/search_file_list.png
14468 manuals/C/anjuta-manual/figures/search_file_pattern.png
14469 manuals/C/anjuta-manual/figures/search_replace.png
14470 manuals/C/anjuta-manual/figures/search_setting.png
14471 manuals/C/anjuta-manual/figures/search_target.png
14472 manuals/C/anjuta-manual/figures/search_target_action.png
14473 manuals/C/anjuta-manual/figures/search_target_in.png
14475 manuals/C/anjuta-manual/figures/find_files.png
14476 manuals/C/anjuta-manual/figures/find_replace.png
14477 manuals/C/anjuta-manual/figures/find_text.png :
14478 Updated Anjuta manual (File Operations)
14480 2005-03-26 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14482 * manuals/C/anjuta-manual/fileoperations.xml,
14483 manuals/C/anjuta-manual/figures/open_file.png,
14484 manuals/C/anjuta-manual/figures/open_file_multiple.png,
14485 manuals/C/anjuta-manual/figures/prefs_print.png,
14486 manuals/C/anjuta-manual/figures/print_dlg.png,
14487 manuals/C/anjuta-manual/figures/print_preview.png.
14489 manuals/C/anjuta-manual/figures/add_edit_macro.png,
14490 manuals/C/anjuta-manual/figures/display_macro.png,
14491 manuals/C/anjuta-manual/figures/insert_text.png,
14492 manuals/C/anjuta-manual/figures/keyword_macro.png,
14493 manuals/C/anjuta-manual/figures/new_file_wizard.png,
14494 manuals/C/anjuta-manual/figures/save_as_file.png :
14495 Updated Anjuta Manual (File Operations)
14497 2005-03-23 Adam Weinberger <adamw@gnome.org>
14499 * plugins/editor/action-callbacks.c,
14500 plugins/file-loader/plugin.c,
14501 plugins/gtodo/main.c,
14502 plugins/project-wizard/druid.c:
14503 Fix spelling/grammar errors. Fixes bugs
14504 169068, 169137, 169138, and 169139.
14506 2005-03-21 Naba Kumar <naba@gnome.org>
14508 Patch from: Massimo Cora' <maxcvs@email.it>:
14510 * plugins/editor/Makefile.am
14511 plugins/editor/anjuta-docman.c,
14512 (added) plugins/editor/editor-tooltips.c,
14513 (added) plugins/editor/editor-tooltips.h: Added tooltips to
14514 editor tabs to show full path.
14516 2005-03-19 Johannes Schmid <jhs@cvs.gnome.org>
14518 * plugins/subversion/svn-backend.c:
14519 Removed "apr-0/" from include because this is
14520 already included in SVN_INCLUDE and broke building if
14521 apr >= 1.0 was installed.
14523 2005-03-18 Naba Kumar <naba@gnome.org>
14525 Patch from: Massimo Cora' <maxcvs@email.it>:
14527 * plugins/editor/action-callbacks.c,
14528 plugins/editor/aneditor-calltip.cxx,
14529 plugins/editor/aneditor-priv.h,
14530 plugins/editor/aneditor.cxx,
14531 plugins/editor/aneditor.h,
14532 plugins/editor/anjuta-document-manager.ui: Added calltip
14533 activation from menu.
14535 2005-03-16 Naba Kumar <naba@gnome.org>
14537 Patch from: Massimo Cora' <maxcvs@email.it>:
14539 * plugins/class-gen/action-callbacks.c,
14540 plugins/class-gen/anjuta-class-gen-plugin.glade,
14541 plugins/class-gen/class_gen.c,
14542 plugins/class-gen/class_gen.h,
14543 plugins/class-gen/class_logo.xpm,
14544 plugins/class-gen/plugin.c: Create files without project
14545 being open. Add to project support. And other enhancements.
14547 2005-03-15 Adam Weinberger <adamw@gnome.org>
14550 plugins/debug-manager/utilities.c,
14551 plugins/file-loader/plugin.c,
14552 plugins/gdb/utilities.c,
14553 plugins/profile-default/plugin.c,
14554 plugins/project-import/project-import.c,
14555 src/anjuta-actions.h:
14556 Spelling/grammar fixes.
14558 2005-03-13 Naba Kumar <naba@gnome.org>
14560 * plugins/editor/action-callbacks.c,
14561 plugins/editor/action-callbacks.h,
14562 plugins/editor/anjuta-document-manager.ui,
14563 plugins/editor/plugin.c: Cleaned up editor UI and get rid of 'Format'
14564 submenu. Moved menuitems from Format to View->Editor.
14566 * src/action-callbacks.c, src/action-callbacks.h,
14567 src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Created Reset
14568 layout and lock layout menus in View submenu. Get rid of
14569 Settings->Layout Manager menu.
14571 * plugins/project-import/anjuta-project-import.plugin.in:
14574 * global-tags/Makefile.am,
14575 global-tags/create_global_tags.sh,
14576 plugins/editor/aneditor-autocomplete.cxx,
14577 plugins/editor/aneditor-priv.h,
14578 plugins/editor/aneditor.cxx,
14579 tagmanager/tm_workspace.c: Fixed scope members autocompletion
14580 in editor and made it work in global symbols also.
14582 * src/anjuta-app.c: Always use priority texts besides icons style
14583 for toolbars, because other styles look horible for Anjuta (fixme).
14585 2005-03-11 Naba Kumar <naba@gnome.org>
14587 * configure.in: Removed test for iconv.
14589 * scintilla/ScintillaGTK.cxx: Fixed crash bug when focus in occurs
14590 before scintilla widget is realized.
14592 * plugins/cvs-plugin/plugin.c: Aligned comments and added a shortcut
14593 for Update menuitem.
14595 * scintilla/patches/set-cursor-warning-fix.diff: Removed because
14596 already applied in scintilla main stream.
14598 * scintilla/patches/preedit-window-crash-fix.diff: Added new fix
14599 and notified scintilla developer.
14601 2005-03-10 Naba Kumar <naba@gnome.org>
14603 * src/action-callbacks.c: Removed reference to src/help.h (dead
14606 * plugins/editor/text_editor.c: Removed reference to
14607 src/launcher.h (a dead file).
14609 * src/anjuta_dirs.c, src/anjuta_dirs.h, src/anjuta_gui.c,
14610 src/controls.c, src/controls.h, src/fileselection.c,
14611 src/fileselection.h, src/glade_iface.c, src/glade_iface.h,
14612 src/global.h, src/help.c, src/help.h, src/launcher.c, src/launcher.h,
14613 src/main.cpp, src/main_menubar.c, src/main_menubar.h,
14614 src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, src/session.c,
14615 src/session.h, src/support.c, src/support.h, src/toolbar.c,
14616 src/toolbar.h, src/toolbar_callbacks.c, src/toolbar_callbacks.h:
14617 Removed these dead files from CVS.
14620 2005-03-10 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14622 * plugins/file-wizard/action-callbacks.c : Added error message.
14623 plugins/project-import/project-import.c : Closed Import wizard with Esc key.
14626 2005-03-09 Johannes Schmid <jhs@cvs.gnome.org>
14628 * plugins/cvs-plugin/cvs-callbacks.c
14629 plugins/cvs-plugin/plugin.c:
14630 Fixed preferences page init and busy handling
14632 * plugins/subversion/plugin.c:
14633 Fixed preferences page init
14635 2005-03-09 Naba Kumar <naba@gnome.org>
14637 * plugins/Makefile.am, plugins/glade/Makefile.am,
14638 plugins/glade/plugin.c: Now that glade3 cvs head has been fixed,
14639 enabled glade plugin in Anjuta. The plugin is built only when
14640 glade3 is installed.
14642 2005-03-09 Johannes Schmid <jhs@cvs.gnome.org>
14644 * plugins/project-wizard/templates/java.wiz
14645 plugins/project-wizard/templates/java-logo.png (*)
14646 plugins/project-wizard/templates/java/*
14647 plugins/project-wizard/templates/Makefile.am
14650 Add Java project type. It generates a autoconf/automake
14651 project which is compiled using gcj. It requires automake
14652 > 1.4 (1.9 is known to work) to work!
14654 (*) still awaiting response from the gcj team if we
14655 may use their logo.
14657 2005-03-09 Johannes Schmid <jhs@cvs.gnome.org>
14659 * plugins/project-import/*
14660 plugins/Makefile.am
14662 Added project import plugin. Might be a bit buggy and limited
14664 * plugins/cvs-plugin/anjuta-cvs-plugin.png:
14665 Icon from old pixmaps dir
14667 2005-02-20 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14669 * plugins/file-wizard/plugin.c, plugins/macro/macro-dialog.c
14670 plugins/macro/macro-util.c, plugins/macro/macros.xml :
14671 Added C Custom_Indent line macro.
14674 2005-03-09 Naba Kumar <naba@gnome.org>
14676 * TODO.tasks: Added new message-manager tasks.
14678 * manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
14679 manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
14680 manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
14681 manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
14682 manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
14683 manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
14684 manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
14685 manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
14686 manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
14687 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
14689 * plugins/gdb/debug_tree.c, plugins/gdb/debugger.c,
14690 plugins/gdb/locals.c, plugins/gdb/memory.c, plugins/gdb/plugin.c,
14691 plugins/gdb/registers.c, plugins/gdb/registers_gui.c,
14692 plugins/gdb/sharedlib.c, plugins/gdb/sharedlib_gui.c,
14693 plugins/gdb/signals.c, plugins/gdb/signals_gui.c,
14694 plugins/gdb/stack_trace.c, plugins/gdb/stack_trace.h,
14695 plugins/gdb/watch.c, plugins/gdb/watch.h, plugins/gdb/watch_gui.c:
14696 Removed debugger widgets from shell on debugger shutdown. Added
14697 scrolled windows for docked widgets. Removed unnecessary widget refs
14698 and unrefs. Destroy widgets correctly on debugger shutdown.
14700 * plugins/project-wizard/anjuta-project-wizard.glade: Added frame
14701 with project description title. Removed frame shadow.
14703 * plugins/project-wizard/druid.c: Initializes tooltips.
14705 * scintilla/Makefile.am: Fixed comiple error.
14707 2005-03-08 Adam Weinberger <adamw@gnome.org>
14709 * plugins/class-gen/anjuta-class-gen-plugin.glade,
14710 plugins/class-gen/class_gen.c: Fix grammar/spelling errors
14712 2005-03-08 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14714 * plugins/macro/macro-actions.c, plugins/macro/macro-db.[ch],
14715 plugins/macro/macro-dialog.c, plugins/macro/macro-util.[ch],
14716 plugins/macro/macro-util.c, plugins/macro/macro-util.h
14717 plugins/macro/macros.xml, plugins/macro/plugin.c :
14718 Moved cursor at the '|' position defined in macros.
14720 2005-03-07 Naba Kumar <naba@gnome.org>
14722 * plugins/subversion/Makefile.am: Fixed build error.
14724 * plugins/editor/anjuta-document-manager-plugin.in: Added some mime
14725 types (perl, python, shellscript).
14727 * plugins/editor/plugin.c: Fixed to show all highlight options.
14729 2005-03-07 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14731 * TODO.tasks : updated tasks.
14732 * plugins/gtodo/interface.c : Implemented column sorting (TASK MANAGER)
14734 2005-03-07 Naba Kumar <naba@gnome.org>
14736 * plugins/subvesion/plugin.c: Detect ".svn" directory to enable
14737 or disable subversion file-manager submenu. If "Subvesion" is also
14738 valid directory, we should also check for it.
14740 * configure.in: Disable cygwin macro until someone fixes the
14743 * plugins/subvesion/svn-thread.c: Use older API svn_client_add() for
14744 backward compatibility.
14746 2005-03-06 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14748 * src/about.c : Cleaned code.
14749 * plugins/macro/macros.xml : Added "do_while" C macro.
14750 * plugins/gdb/registers_cbs.[ch], plugins/gdb/registers_gui.c,
14751 plugins/gdb/sharedlib_cbs.[ch], plugins/gdb/sharedlib_gui.c,
14752 plugins/gdb/signals_cbs.[ch], plugins/gdb/signals_gui.c :
14753 Closed registers, shared libraries, kernel signals dialogs with ESC key.
14755 2005-03-06 Johannes Schmid <jhs@cvs.gnome.org>
14757 * plugins/class-gen/plugin.c:
14758 Removed "return" to activate project_root_uri watching.
14760 2005-03-06 Johannes Schmid <jhs@cvs.gnome.org>
14762 * plugins/Makefile.am
14763 plugins/subversion/*:
14764 Added subversion plugin. Add, Remove, Commit and Update work
14765 everything else needs work.
14767 * plugins/terminal/terminal.c
14768 Applied old 1.2.2 patch to fix Ctrl-C in terminal but
14769 we still have focus problems with the editor.
14771 2005-03-05 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14773 * AUTHORS, src/about.c : Updated about dialog by AUTHORS file.
14775 2005-03-04 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14777 * Makefile.am, src/about.c : Updated about dialog by AUTHORS.xml file.
14779 2005-03-04 Naba Kumar <naba@gnome.org>
14781 Patch from Massimo Cora' <maxcvs@email.it>:
14783 * plugins/class-gen/Makefile.am,
14784 plugins/class-gen/action-callbacks.c,
14785 plugins/class-gen/action-callbacks.h,
14786 (added) plugins/class-gen/anjuta-class-gen-plugin.glade,
14787 plugins/class-gen/anjuta-class-gen.plugin.in,
14788 plugins/class-gen/class_gen.c,
14789 plugins/class-gen/class_gen.h,
14790 (removed) plugins/class-gen/clsGen.c,
14791 (added) plugins/class-gen/goc_template_header,
14792 (added) plugins/class-gen/goc_template_source,
14793 plugins/class-gen/plugin.c,
14794 plugins/class-gen/plugin.h: Refactored class gen code.
14795 Added GOCBuilder code. Fixed UI. Implemented plugin.
14797 2005-03-03 Johannes Schmid <jhs@cvs.gnome.org>
14799 * plugins/project-wizard/property.c
14800 plugins/project-wizard/install.c
14801 plugins/project-wizard/druid.c
14802 plugins/editor/goto_line.c
14803 plugins/editor/plugin.c
14804 plugins/gtodo/add_edit_item.c
14805 plugins/gtodo/ligtodo.c
14806 plugins/gtodo/main.c
14807 plugins/gtodo/preferences.c:
14808 Fixed #167559, #167534, #167266, #167357
14809 (Bad English in strings...)
14811 Thanks to Adam Weinberger and Thierry Moisan for
14814 2005-03-03 Naba Kumar <naba@gnome.org>
14816 * libegg/Makefile.am, libegg/menu/Makefile.am,
14817 (added) libegg/egg-submenu-action.c,
14818 (added) libegg/menu/egg-submenu-action.h: Created a new action for
14819 submenu (used for wizard listing).
14821 * plugins/file-loader/anjuta-loader-plugin.ui
14822 plugins/file-loader/plugin.c: Implemented wizards submenu in menu
14825 * plugins/editor/action-callbacks.c,
14826 plugins/editor/aneditor.cxx, plugins/editor/plugin.c: Disabled
14827 ctrl+tabbing because it was interfaring with focus navigation.
14828 Focus editor on "Esc" in incremental search entry. Cleanups.
14830 * plugins/file-manager/an_file_view.c,
14831 plugins/symbol-browser/plugin.c,
14832 plugins/symbol-browser/an_symbol_view.c: Fixed key shortcuts.
14835 * plugins/profile-default/plugin.c,
14836 scintilla/PlatGTK.cxx: Fixed compiler warnings. Added splash icon
14839 * (removed) scintilla/patches/a64-crash-fix.patch,
14840 (added) scintilla/patches/set-cursor-warning-fix.diff: Updated
14843 2005-03-03 Naba Kumar <naba@gnome.org>
14845 * HACKING: Fixed typos.
14847 * plugins/editor/aneditor-indent.cxx: Clean up.
14849 * plugins/editor/plugin.c, plugins/editor/text_editor.[h]:
14850 Enable/disable save, undo and redo actions depending on state
14853 2005-03-02 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14855 * libanjuta/anjuta-status.h plugins/editor/Makefile.am
14856 plugins/editor/action-callbacks.c, plugins/editor/search-replace.c :
14857 Displayed search_incremental status.
14859 * Removed plugins/editor/search_incremental.[ch]
14861 2005-02-26 Johannes Schmid <jhs@cvs.gnome.org>
14863 * plugins/cvs-plugin/cvs-execute.c
14864 plugins/cvs-plugin/cvs-callbacks.c:
14865 - Use weak reference on mesg_view and reuse tab if
14866 it still exists to avoid cluttering message manager.
14867 - Fixed bug in cvs remove
14869 README, HACKING: Updated
14871 configure.in: Added check for libsvn
14873 2005-02-29 Naba Kumar <naba@gnome.org>
14875 * plugins/file-manager/an_file_view.c,
14876 plugins/symbol-browser/an_symbol_view.c,
14877 plugins/symbol-browser/plugin.c: Hide column headers (they
14880 2005-02-29 Naba Kumar <naba@gnome.org>
14882 * manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
14883 manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
14884 manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
14885 manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
14886 manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
14887 manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
14888 manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
14889 manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
14890 manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
14891 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
14893 * libanjuta/Makefile.am, libanjuta/anjuta-marshal.list,
14894 libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
14895 (added) libanjuta/anjuta-session.[hc],
14896 plugins/editor/plugin.c, plugins/file-loader/plugin.c,
14897 plugins/profile-default/plugin.c, plugins/profile-default/plugin.h,
14898 src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c, src/anjuta.h,
14901 Implemented session management. Implemented session
14902 container class. Added session notifications from shell. Implemented
14903 session save/load in editor, file-loader, default-profile-plugin
14904 and anjuta-app. Fixed window sizing and restoration. Cleaned up
14905 code in anjuta-app.[ch], anjuta.[ch], main.c. Added fullscreen
14906 and maximized states in session. Implemented project session
14909 2005-02-27 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14911 * plugins/class-gen/action-callbacks.[ch],
14912 plugins/class-gen/class_gen.c plugins/project-wizard/druid.c,
14913 plugins/gdb/breakpoints.c plugins/gdb/memory.c:
14914 Closed Wizard project, Class gen, Inspect memory, Breakpoints dialogs
14917 2005-02-26 Sebastien Granjoux <seb.sfo@free.fr>
14919 * plugins/project-wizard/anjuta-project-wizard.glade,
14920 plugins/project-wizard/druid.c:
14921 Add some padding in tab label in project selection page
14923 * plugins/project-wizard/druid.c,
14924 plugins/project-wizard/parser.c:
14925 Search for project template recursively
14926 Add ~/.anjuta/project to the search paths
14928 2005-02-26 Naba Kumar <naba@gnome.org>
14930 * plugins/file-wizard/action-callbacks.c: Fixed memory curruption.
14931 * plugins/file-loader/plugin.c: Fixed crash bug.
14932 * libanjuta/plugins.c: Fixed memory leak.
14934 2005-02-26 Naba Kumar <naba@gnome.org>
14936 * libanjuta/plugins.c, libanjuta/plugins.h: Implemented
14937 "UserActivatable" attribute for plugins. This attribute if set to
14938 "no" will prevent users from activating/deactivating it from
14939 plugins dialog. Added a toggle button in plugins dialog to toggle
14940 the plugins list between list of activatable plugins (default) to
14941 list of all plugins. anjuta_plugin_select() now only selects the
14942 plugin. Added anjuta_plugins_select_and_activate() method that will
14943 select and activate it.
14945 * plugins/profile-default/Makefile.am,
14946 plugins/profile-default/anjuta-default-profile.ui,
14947 plugins/profile-default/plugin.c,
14948 plugins/profile-default/plugin.h,
14949 plugins/project-manager/anjuta-project-manager.ui,
14950 plugins/project-manager/plugin.c,
14951 plugins/project-manager/plugin.h:
14953 Anjuta projects (*.anjuta) files define the profile of respective
14954 projects. Profile is a set of related plugins required for the
14955 project to open. Moved "close project" action from Project Manager
14956 to Profile Manager plugin. Implemented loading and unloading of
14957 project profiles in DefaultProfilePlugin. DefaultProfilePlugin
14958 (instead of Project Manager) now handles opening of *.anjuta files.
14959 Close Project menuitem is now moved to File submenu (being
14960 consistent with Anjuta 1.x versions and avoiding creating Project
14961 submenu when project manager is not loaded).
14963 * src/anjuta-actions.h: Fixed short-cut key for Help content.
14965 * src/anjuta.ui: Fixed place holder for projects.
14967 * (new) plugins/profile-default/default.anjuta: default startup
14968 profile. Removed the hardcoded plugins loading in
14969 DefaultProfilePlugin.
14972 plugins/project-wizard/templates/terminal/project.anjuta:
14973 Implemented project format in newly created projects.
14975 * plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in:
14976 plugins/class-gen/anjuta-class-gen.plugin.in,
14977 plugins/cvs-plugin/anjuta-cvs.plugin.in,
14978 plugins/editor/anjuta-document-manager.plugin.in,
14979 plugins/file-loader/anjuta-loader.plugin.in,
14980 plugins/file-wizard/anjuta-file-wizard.plugin.in,
14981 plugins/gdb/anjuta-gdb.plugin.in,
14982 plugins/glade/anjuta-glade.plugin.in,
14983 plugins/message-view/anjuta-message-manager.plugin.in,
14984 plugins/profile-default/anjuta-default-profile.plugin.in,
14985 plugins/project-manager/anjuta-project-manager.plugin.in,
14986 plugins/project-wizard/anjuta-project-wizard.plugin.in:
14987 Defined UserActivatable attributes. Added supported types attribute.
14989 * plugins/project-wizard/anjuta-project-wizard.glade
14990 plugins/project-wizard/plugin.c: Changed "New Project Wizard" to
14991 "Project Wizard" in preferences title.
14993 * TODO.tasks: Updated.
14995 * manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml:
14998 2005-02-25 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15000 * plugins/file-wizard/anjuta-file-wizard.glade
15001 plugins/file-wizard/file.[ch], plugins/macro/macros.xml :
15003 Integrated License macros, cleaned file.c.
15005 2005-02-24 Johannes Schmid <jhs@cvs.gnome.org>
15007 * plugins/macor/macro-util.c: Fixed crash bugs if email or
15008 username can not be found correctly.
15010 2005-02-24 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15012 * plugins/file-wizard/file.[ch], plugins/macro/macro-util.c,
15013 plugins/macro/macros.xml :
15015 Added Headers macros. Cleaned file.c
15017 2005-02-24 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15019 * plugins/file-wizard/action-callbacks.c, plugins/macro/macro-util.c,
15020 plugins/macro/macros.xml :
15022 Fixed a bug. Added Header macro.
15025 2005-02-24 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15027 * plugins/file-wizard/action-callbacks.c,
15028 plugins/file-wizard/file.c, plugins/macro/macro-util.c
15029 plugins/macro/macros.xml :
15031 Added FileName, Header template macros.
15033 2005-02-24 Naba Kumar <naba@gnome.org>
15035 * plugins/patch/patch-plugin.c: Fixed a function call.
15037 * src/anjuta.c, src/main.c: Save and load default session.
15039 2005-02-24 Naba Kumar <naba@gnome.org>
15041 * libanjuta/interfaces/libanjuta.idl,
15042 plugins/message-view/anjuta-msgman.c,
15043 plugins/message-view/anjuta-msgman.h,
15044 plugins/message-view/plugin.c: Added and implemented
15045 set_view_title() method.
15047 * plugins/build-basic-autotools/build-basic-autotools.c,
15048 plugins/build-basic-autotools/build-basic-autotools.h: Implemented
15049 build context pooling. Maximum 3 contexts are reused. Additional
15050 contexts are created when all are busy.
15052 2005-02-23 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15054 * plugins/macro/macro-actions.c, plugins/macro/macro-db.[ch],
15055 plugins/macro/macro-dialog.c, plugins/macro/macro-util.[ch],
15056 plugins/macro/macros.xml, plugins/macro/plugin.[ch],
15057 plugins/file-wizard/action-callbacks.c, plugins/file-wizard/file.c :
15059 Added Copyright, Changelog macros.
15061 2005-02-23 Naba Kumar <naba@gnome.org>
15063 Patch from Massimo Cora' <maxcvs@email.it>:
15064 * plugins/Makefile.am,
15065 plugins/patch/Makefile.am,
15066 (added) plugins/patch/anjuta-patch-plugin.png,
15067 (added) plugins/patch/anjuta-patch.plugin.in,
15068 (added) plugins/patch/anjuta-patch.ui,
15069 plugins/patch/patch-plugin.c,
15070 (added) plugins/patch/patch-plugin.h,
15071 (added) plugins/patch/plugin.c,
15072 (added) plugins/patch/plugin.h: Ported patch plugin to Anjuta 2.0
15075 2005-02-23 Naba Kumar <naba@gnome.org>
15077 * libanjuta/anjuta-marshal.list, libanjuta/anjuta-plugin.[ch],
15078 file-loader/plugin.c, profile-default/plugin.c:
15079 Implemented "activated" and "deactivated" signals for plugin class.
15080 Renamed *_location() functions to *_id(), because location is
15081 ambiguous. Implemented anjuta_plugins_unload_plugin_by_id() and
15082 anjuta_plugins_unload_plugin().
15084 * class-gen/plugin.c: Fixed complier warning and utility function call.
15086 * debug-manager/plugin.c: Unload debugger plugin correctly.
15088 * project-manager/plugin.c: Fixed compiler warnings.
15090 * plugins/project-wizard/templates/gnome/.cvsignore,
15091 plugins/project-wizard/templates/gnome/po/.cvsignore,
15092 plugins/project-wizard/templates/gnome/src/.cvsignore,
15093 plugins/project-wizard/templates/gtk/po/.cvsignore,
15094 plugins/project-wizard/templates/gtkmm/po/.cvsignore,
15095 plugins/project-wizard/templates/xlib/.cvsignore: Added cvsignores.
15097 * manuals/reference/libanjuta/tmpl/*: Unnecessary changes from the
15098 build (we need to fix this thing).
15100 2005-02-23 Johannes Schmid <jhs@cvs.gnome.org>
15102 * plugins/macro/macro-action.[ch]
15103 plugins/macro/macro-edit.c
15104 plugins/macro/macro-dialog.c
15105 plugins/macro/macro-db.[ch]
15106 plugins/macro/plugin.[ch]
15107 plugins/macro/macro-util.[ch] (added)
15109 Cleaned up macro plugin and preview expanded macros.
15111 2005-02-21 Ryan Garver <rgarvage@yahoo.com>
15113 * plugins/cvs-plugin/cvs-interface.c:
15115 Fixed option setting when using no compression and not
15118 2005-02-23 Naba Kumar <naba@gnome.org>
15120 * src/anjuta.c, src/anjuta.h, src/main.c: Save and restore window
15121 geometry on exit and startup (only if there is no geometry from the
15124 * TODO.tasks: Updated.
15126 Patch from Sebastien Granjoux <seb.sfo@free.fr>:
15128 * manuals/reference/libanjuta/Makefile.am,
15129 manuals/reference/libanjuta/libanjuta-docs.sgml,
15130 (new) manuals/reference/libanjuta/project-wizard-format.sgml: Added
15131 documentation for writing project templates.
15133 2005-02-22 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15135 * plugins/macro/macro-actions.c, plugins/macro/macro-actions.h
15136 plugins/macro/macro-dialog.c, plugins/macro/macros.xml :
15138 Expansion keywords in macros.
15140 2005-02-22 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15142 * plugins/file-wizard/action-callbacks.c,
15143 plugins/file-wizard/file.[ch], plugins/macro/macro-actions.c,
15144 plugins/macro/macros.xml :
15146 Inserting text by macro plugin
15149 2005-02-22 Johannes Schmid <jhs@cvs.gnome.org>
15151 * plugins/macro/plugin.c
15152 plugins/cvs-plugin/plugin.c:
15154 Fixed interfaces (use static)
15156 2005-02-21 Johannes Schmid <jhs@cvs.gnome.org>
15158 * plugins/macro/macro-actions.[ch]
15159 plugins/macro/plugin.c
15160 libanjuta/interfaces/libanjuta.idl:
15162 Implemented IAnjutaMacro interface to be used by file-wizard
15164 * plugins/cvs-plugin/plugin.c
15165 libanjuta/interfaces/libanjuta.idl:
15167 Reworked IAnjutaCvs to IAnjutaVCS to be used as an interface
15168 for all version control systems and not only for cvs.
15170 2005-02-20 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15172 * plugins/macro/macro-actions.[ch], plugins/macro/macros.xml : Added
15175 * plugins/file-wizard/anjuta-file-wizard.glade : Add project & CVS.
15178 2005-02-21 Naba Kumar <naba@gnome.org>
15180 * libanjuta/interfaces/libanjuta.idl: Fixed IAnjutaDebugManager and
15181 IAnjutaDebugger interface.
15183 * plugins/debug-manager/anjuta-debug-manager.ui,
15184 plugins/debug-manager/attach_process.c,
15185 plugins/debug-manager/attach_process.h,
15186 plugins/debug-manager/plugin.c,
15187 plugins/debug-manager/plugin.h,
15188 plugins/gdb/actions.c,
15189 plugins/gdb/actions.h,
15190 plugins/gdb/anjuta-gdb-plugin.ui,
15191 plugins/gdb/breakpoints.c,
15192 plugins/gdb/breakpoints.h,
15193 plugins/gdb/debugger.c,
15194 plugins/gdb/debugger.h,
15195 plugins/gdb/memory.c,
15196 plugins/gdb/plugin.c,
15197 plugins/gdb/plugin.h,
15198 plugins/gdb/sharedlib.h,
15199 plugins/gdb/sharedlib_cbs.c,
15200 plugins/gdb/watch.c: Fixed debugger plugin. Split debug operations
15201 correctly between debug-manager and debugger. Implemented debugger
15202 interface in gdb plugin. Fixed action names. Added UI updating.
15203 Start and stop debugger (does not work yet). Fixed UI merging.
15204 Fixed debugger plugin handling in debug-manager.
15206 2005-02-20 Johannes Schmid <jhs@cvs.gnome.org>
15208 * plugins/editor/aneditor-autocomplete.cxx:
15210 Patch from Jason Bayman <JBayman@HobbitHell.com> avoids
15211 crash with C++ "template" keyword.
15213 2005-02-20 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15215 * plugins/macro/macro-dialog.c, plugins/macro/macro-edit.c :
15216 Fixed bug (Closed macro dialogs with Esc key).
15218 2005-02-19 Sebastien Granjoux <seb.sfo@free.fr>
15220 * plugins/project-wizard/xlib.wiz,
15221 plugins/project-wizard/xlib-logo.png,
15222 plugins/project-wizard/xlib/*:
15223 Port old xlib anjuta project on new project wizard
15225 * plugins/project-wizard/xlib-dock.wiz,
15226 plugins/project-wizard/xlib-dock/*:
15227 Port old xlib dock anjuta project on new project wizard
15229 * plugins/project-wizard/wxwin.wiz,
15230 plugins/project-wizard/wxwin-logo.png,
15231 plugins/project-wizard/wxwin/*:
15232 Port old wxwin anjuta project on new project wizard
15234 * configure.in, plugins/project-wizard/templates/Makefile.am: Other
15235 necessary changes for the new templates.
15237 2005-02-18 Naba Kumar <naba@gnome.org>
15239 * plugins/Makefile.am: Added class-gen
15241 2005-02-17 Sebastien Granjoux <seb.sfo@free.fr>
15243 * plugins/project-wizard/header.c:
15244 Fix a bug in sorting of project categories
15246 2005-02-18 Naba Kumar <naba@gnome.org>
15248 Patch from Massimo Cora <maxcvs@email.it>:
15250 * plugins/class-gen/.cvsignore,
15251 plugins/class-gen/Makefile.am,
15252 (added) plugins/class-gen/action-callbacks.c,
15253 (added) plugins/class-gen/action-callbacks.h,
15254 (added) plugins/class-gen/anjuta-class-gen.plugin.in,
15255 (added) plugins/class-gen/class_gen.c,
15256 (added) plugins/class-gen/class_gen.h,
15257 (added) plugins/class-gen/plugin.c,
15258 (added) plugins/class-gen/plugin.h: Ported class wizard to the
15261 * plugins/project-manager/plugin.c: implemented add_source().
15263 2005-02-17 Naba Kumar <naba@gnome.org>
15265 * plugins/file-loader/plugin.c: Fixed possible crash.
15267 * src/action-callbacks.c, src/action-callbacks.h,
15268 src/anjuta-actions.h, src/anjuta.ui: Fixed help menuitems.
15270 2005-02-17 Naba Kumar <naba@gnome.org>
15272 * plugins/project-wizard/templates/anjuta-plugin.wiz,
15273 plugins/project-wizard/templates/gnome.wiz,
15274 plugins/project-wizard/templates/gtk.wiz,
15275 plugins/project-wizard/templates/gtkmm.wiz,
15276 plugins/project-wizard/templates/terminal.wiz,
15277 plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
15278 plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
15279 plugins/project-wizard/templates/gnome/src/callbacks.c,
15280 plugins/project-wizard/templates/gnome/src/callbacks.h,
15281 plugins/project-wizard/templates/gnome/src/main.c,
15282 plugins/project-wizard/templates/gtk/src/callbacks.c,
15283 plugins/project-wizard/templates/gtk/src/callbacks.h,
15284 plugins/project-wizard/templates/gtk/src/main.c,
15285 plugins/project-wizard/templates/gtkmm/src/main.cc,
15286 plugins/project-wizard/templates/terminal/src/main.c: Fixed templates
15287 to generate licence correctly (without any extra newlines). Removed
15288 IncludeGNUHeader macro definition and added proper licence property.
15289 Fixed project directory paths in file contents.
15291 2005-02-17 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15293 * plugins/macro/macro-dialog.c, plugins/macro/macro-edit.c :
15294 Closed macro dialogs with Esc key.
15296 2005-02-16 Naba Kumar <naba@gnome.org>
15298 * plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
15299 plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
15300 plugins/project-wizard/templates/gnome/src/callbacks.c,
15301 plugins/project-wizard/templates/gnome/src/callbacks.h,
15302 plugins/project-wizard/templates/gnome/src/main.c,
15303 plugins/project-wizard/templates/gtk/src/main.c,
15304 plugins/project-wizard/templates/gtkmm/src/main.cc,
15305 plugins/project-wizard/templates/terminal/src/main.c: Fixed licence
15306 macros to avoid blank newlines.
15308 2005-02-16 Sebastien Granjoux <seb.sfo@free.fr>
15310 * plugins/project-wizard/autogen.c:
15311 Correct a problem when having property value in UTF-8
15313 * plugins/project-wizard/druid.c:
15314 Correct a bug when reselecting a new project (all pages
15317 * plugins/project-wizard/property.c:
15318 Avoid having default invalid properties
15320 * plugins/project-wizard/templates/terminal.wiz,
15321 plugins/project-wizard/templates/terminal/po/ChangeLog,
15322 plugins/project-wizard/templates/terminal/src/main.c:
15323 Remove command for testing run function
15324 Move destination directory to second page and include
15325 project name. Add exist tag. Remove unused properties.
15327 2005-02-16 Naba Kumar <naba@gnome.org>
15329 * Makefile.am, libanjuta/interfaces/libanjuta.idl,
15330 plugins/debug-manager/anjuta-debug-manager.ui,
15331 plugins/debug-manager/plugin.c,
15332 plugins/gdb/Makefile.am, plugins/gdb/breakpoints.c,
15333 plugins/gdb/debugger.c, plugins/gdb/plugin.c,
15334 plugins/gdb/plugin.h, plugins/gdb/registers.c,
15335 plugins/gdb/sharedlib.c, plugins/gdb/signals.c,
15336 plugins/gdb/stack_trace.c, plugins/gdb/utilities.c,
15337 plugins/gdb/utilities.h, plugins/gdb/watch_cbs.c,
15338 (removed) src/anjuta_info.c,
15339 (removed) src/anjuta_info.h,
15340 (added) plugins/gdb/info.c (added) plugins/gdb/info.h,
15341 (added) plugins/gdb/anjuta-gdb-plugin.ui,
15342 (added) plugins/gdb/actions.c,
15343 (added) plugins/gdb/actions.h: Completed initial
15344 porting of debugger to new architecture. Fixed many of the debugger
15347 * plugins/file-loader/plugin.c: Detect some important mime ourself
15348 to avoid inconsistencies when mime system isn't working.
15350 2005-02-16 Naba Kumar <naba@gnome.org>
15352 * plugins/editor/Makefile.am,
15353 (added) plugins/editor/aneditor-autocomplete.cxx,
15354 (added) plugins/editor/aneditor-calltip.cxx,
15355 (added) plugins/editor/aneditor-indent.cxx,
15356 (added) plugins/editor/aneditor-priv.h,
15357 plugins/editor/aneditor.cxx: Split aneditor.cxx file into
15358 different smaller chunks to make it easy to maintain.
15360 2005-02-16 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15362 * plugins/project-wizard/druid.c :
15364 Found system Email address if not defined in Preferences.
15366 2005-02-16 Johannes Schmid <jhs@cvs.gnome.org>
15368 * plugins/project-wizard/gtkmm.wiz
15369 plugins/project-wizard/gtkmm-logo.png (from pixmaps/)
15370 plugins/project-wizard/gtkmm/*
15372 Added GTKmm (C++) project type
15374 2005-02-15 Johannes Schmid <jhs@cvs.gnome.org>
15376 * plugins/message-view/plugin.c
15377 plugins/message-view/message-view.c
15379 Implemented next/prev action
15381 2005-02-15 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15383 * plugins/project-wizard/templates/libglade2.* :
15384 Removed libglade2 project.
15386 * plugins/project-wizard/templates/gtk* :
15387 Removed interface.[ch] & support.[ch].
15389 2005-02-15 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15391 * plugins/project-wizard/anjuta-project-wizard.glade,
15392 plugins/project-wizard/property.[ch],
15393 plugins/project-wizard/templates/anjuta-plugin.wiz :
15394 Added a new property ("iconfile").
15396 2005-02-14 Naba Kumar <naba@gnome.org>
15398 * plugins/project-wizard/install.c,
15399 plugins/project-wizard/plugin.c,
15400 plugins/project-wizard/templates/anjuta-plugin.wiz,
15401 plugins/project-wizard/templates/gnome.wiz,
15402 plugins/project-wizard/templates/gtk.wiz,
15403 plugins/project-wizard/templates/libglade2.wiz,
15404 plugins/project-wizard/templates/terminal.wiz: Added actions to autogen
15405 newly created projects and open them. Fixed message buffering in
15408 2005-02-14 Naba Kumar <naba@gnome.org>
15410 * src/about.c, pixmaps/Makefile.am,
15411 (new) pixmaps/anjuta_logo2.png: New about page splash screen.
15413 * mime/gnome-mime-application-x-anjuta.png,
15414 pixmaps/anjuta_icon.png,
15415 (new) pixmaps/anjuta_icon.svg: New svg icon and derived png icons
15416 done by 9-speed at:
15417 http://cvs.freedesktop.org/svg-icons/lila/gnome/scalable/apps/anjuta_icon.svg?rev=1.2&view=log
15419 2005-02-14 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15422 plugins/project-wizard/templates/libglade2-logo.png,
15423 plugins/project-wizard/templates/libglade2.wiz,
15424 plugins/project-wizard/templates/libglade2/* :
15428 2005-02-14 Naba Kumar <naba@gnome.org>
15430 * TODO.tasks: Updated.
15432 * plugins/editor/anjuta-docman.c,
15433 plugins/editor/text_editor.c,
15434 plugins/editor/text_editor.h,
15435 plugins/editor/text_editor_cbs.c: Added gnome-vfs monitor
15436 for file modification, but it is still not functioning.
15438 2005-02-13 Sebastien Granjoux <seb.sfo@free.fr>
15440 * plugins/project-wizard/values.c,
15441 plugins/project-wizard/values.h,
15442 plugins/project-wizard/property.c,
15443 plugins/project-wizard/property.h,
15444 plugins/project-wizard/druid.c:
15445 Rewrite mandatory property check
15446 Add check of exist property
15447 Rewrite handling of cached property page
15449 2005-02-13 Naba Kumar <naba@gnome.org>
15451 Patch from Igor Kovalenko <garrison@mail.ru>:
15452 * tagmanager/tm_workspace.c: Improved performance.
15454 2005-02-13 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15456 *plugins/project-wizard/templates/*.wiz,
15457 plugins/project-wizard/druid.c,
15458 plugins/project-wizard/templates/terminal/src/main.c,
15459 plugins/project-wizard/templates/gtk/src/*.[ch],
15460 plugins/project-wizard/templates/gtk/src/Makefile.am,
15461 plugins/project-wizard/templates/gnome/src/*.[ch],
15462 plugins/project-wizard/templates/anjuta-plugin/src/*.[ch] :
15463 Add Copyright date & Email address,
15464 Correct terminal project.
15466 2005-02-12 Naba Kumar <naba@gnome.org>
15468 * plugins/project-wizard/property.c: Fixed hidden
15469 properties to take values.
15471 * plugins/project-wizard/file.[ch]: Renamed
15472 true/false enum values to fix compile error
15473 (conflict with other definition).
15475 * plugins/file-loader/plugin.c: Detect anjuta projects correctly
15476 even when mime type detection fails (for example, when Anjuta is
15477 installed in non-system prefix).
15479 2005-02-12 Sebastien Granjoux <seb.sfo@free.fr>
15481 * plugins/project-wizard/values.c,
15482 plugins/project-wizard/values.h:
15483 Rewrite file with more comments
15485 * plugins/project-wizard/druid.c,
15486 plugins/project-wizard/druid.h,
15487 plugins/project-wizard/autogen.c,
15488 plugins/project-wizard/autogen.h,
15489 plugins/project-wizard/druid.c,
15490 plugins/project-wizard/druid.h:
15492 Use values instead of properties
15493 Move default properties to druid.c
15495 * plugins/project-wizard/install.c,
15496 plugins/project-wizard/install.h:
15497 Use values instead of properties
15498 Add a check to avoid overwriting files
15500 * plugins/project-wizard/parser.c,
15501 plugins/project-wizard/property.c,
15502 plugins/project-wizard/property.h:
15503 Update to use new values
15504 Add an "exist" attribute to check if a directory already exist
15506 * plugins/project-wizard/anjuta-project-wizard.glade:
15507 Change project selection page (GtkTextView => GtkLabel,
15508 GtkTable => GtkVBox)
15510 * plugins/project-wizard/templates/terminal.wiz:
15511 Move destination directory on second page
15513 * plugins/project-wizard/action.c:
15516 2005-02-12 Naba Kumar <naba@gnome.org>
15518 * plugins/file-manager/an_file_view.c,
15519 plugins/symbol-browsers/an_symbol_view.c: Removed rules hint from the
15520 views. Created dynamic update date of view depending on project
15521 changes -- similar to file-manager view.
15523 * plugins/devhelp/plugin.c: Load help on idle.
15525 * plugins/editor/anjuta-document-manager.glade: Moved 'disable
15526 autoformat' to proper location in preferences.
15528 * mime/anjuta.mime: Added .prj extension in the mime type for backward
15531 * plugins/editor/plugin.c: Fixed accel name.
15533 2005-02-12 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15535 *plugins/project-wizard/templates/anjuta-plugin.wiz,
15536 plugins/project-wizard/templates/gnome.wiz,
15537 plugins/project-wizard/templates/gtk.wiz,
15538 plugins/project-wizard/anjuta-project-wizard.glade,
15539 plugins/project-wizard/autogen.c:
15540 Add Username & Email address in Project preferences.
15542 2005-02-11 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15544 *plugins/project-wizard/templates/gnome-logo.png,
15545 plugins/project-wizard/templates/gnome.wiz,
15546 plugins/project-wizard/templates/gnome/* :
15549 2005-02-11 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15551 * plugins/project-wizard/templates/terminal/src/main.c,
15552 plugins/project-wizard/templates/terminal/src/main.c,
15553 plugins/project-wizard/templates/terminal/src/main.[ch] :
15554 Insert License in projects
15556 2005-02-11 Naba Kumar <naba@gnome.org>
15558 * TODO.tasks: Added message manager task.
15560 * plugins/devhelp/plugin.c: Show busy while initializing devhelp.
15562 * plugins/editor/plugin.c: Use bookmark stock icons.
15564 * plugins/message-view/anjuta-message-manager.ui,
15565 plugins/message-view/plugin.c: Added toolbar buttons for next/prev.
15567 2005-02-10 Naba Kumar <naba@gnome.org>
15569 * libanjuta/interfaces/libanjuta.idl: fixed build error.
15571 2005-02-09 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15573 * global-tags/Makefile.am
15574 Error during 'make install'
15576 2005-02-09 Naba Kumar <naba@gnome.org>
15578 * plugins/symbol-browser/anjuta-symbol-browser-pluing.glade: Added
15581 2005-02-08 Naba Kumar <naba@gnome.org>
15583 * plugins/symbol-browser/an_symbol_prefs.[ch]: Added missing files.
15585 * plugins/symbol-browser/an_symbol_prefs.c, src/anjuta-app.c:
15586 Show busy cursur when updating global tags in preferences.
15588 * configure.in: Fixed.
15590 2005-02-08 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15592 * plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl
15593 plugins/project-wizard/templates/anjuta-plugin/src/plugin.c
15595 - Fixed anjuta-plugin project (glade)
15597 2005-02-08 Naba Kumar <naba@gnome.org>
15599 * plugins/editor/aneditor.cxx: Implemented auto-indent on 'tab' press.
15600 Fixed automatic indentations.
15602 * global-tags/Makefile.am, global-tags/create_global_tags.sh:
15603 Global tags are now segregated into smaller api tags, which can be
15604 selectively loaded from symbol browser preferences.
15606 * plugins/project-manager/plugin.c, plugins/project-manager/plugin.h:
15607 Implemented IProjectManager interface in project-manager. Mostly getter
15608 methods for now, but need to add add() and remove() methods to add
15609 or remove project elements.
15611 * plugins/gdb/debug_tree.c: Small fix.
15613 * plugins/editor/aneditor.cxx, plugins/symbol-browser/Makefile.am,
15614 plugins/symbol-browser/an_symbol_info.c,
15615 plugins/symbol-browser/an_symbol_info.h,
15616 plugins/symbol-browser/an_symbol_search.c,
15617 plugins/symbol-browser/an_symbol_search.h,
15618 plugins/symbol-browser/an_symbol_view.c,
15619 plugins/symbol-browser/an_symbol_view.h,
15620 plugins/symbol-browser/plugin.c,
15621 plugins/symbol-browser/plugin.h,
15623 tagmanager/entry.h,
15624 tagmanager/tm_project.c,
15625 tagmanager/tm_symbol.c,
15626 tagmanager/tm_tag.c,
15627 tagmanager/tm_workspace.c,
15628 tagmanager/vstring.c,
15629 tagmanager/include/tm_tag.h,
15630 tagmanager/include/tm_workspace.h:
15632 - Fixed tagmanager parsing of source files to parse for typedefines and
15633 properly record element scopes. Implemented scope autocompletion
15634 (autocompletion on '.', '->', '::' and ':'. The functionality is not
15635 fully working. It was based on older patch for Anjuta 1.2.2 in SF
15636 patch list (author is unknown).
15637 - Implemented symbol-browser preferences for dynamically loading and
15638 saving tags API segments.
15639 - Fixed symbol-search to use tagmanager directly instead of depending
15640 on symbol-view for tags list.
15641 - Fixed symbol-view to create the tree using TMSymbol tree directly.
15642 - Fixed TMSymbol to create the complete tags tree instead of letting the
15643 symbol-view created the root nodes.
15644 - Changed project tags cache name to .tm_project2.cache because the
15645 newer format records additional scope information.
15647 2005-02-07 Naba Kumar <naba@gnome.org>
15649 * plugins/editor/style-editor.c,
15650 plugins/editor/anjuta-document-manager.glade: Used GtkColorButton
15651 and GtkFontButton instead of deprecated widgets in
15654 2005-02-07 Sebastien Granjoux <seb.sfo@free.fr>
15656 * plugins/project-wizard/action.c,
15657 plugins/project-wizard/action.h,
15658 plugins/project-wizard/autogen.c,
15659 plugins/project-wizard/autogen.h,
15660 plugins/project-wizard/file.c,
15661 plugins/project-wizard/file.h,
15662 plugins/project-wizard/install.c,
15663 plugins/project-wizard/install.h,
15664 plugins/project-wizard/parser.h,
15665 plugins/project-wizard/parser.c,
15666 plugins/project-wizard/property.c,
15667 plugins/project-wizard/property.h,
15668 plugins/project-wizard/plugin.h,
15669 plugins/project-wizard/plugin.c,
15670 plugins/project-wizard/values.c,
15671 plugins/project-wizard/values.h:
15672 Replace C++ comments by C comments
15674 * plugins/project-wizard/autogen.c,
15675 plugins/project-wizard/autogen.h:
15676 Add a run time check of autogen version.
15677 Add UserName variable.
15679 * plugins/project-wizard/anjuta-project-wizard.glade,
15680 plugins/project-wizard/header.c,
15681 plugins/project-wizard/druid.c,
15682 plugins/project-wizard/druid.h:
15683 Sort project in alphabetic order.
15684 Correct selection troubles in notebooks.
15686 * plugins/project-wizard/parser.c:
15687 Add some check when reading the project header block.
15689 2005-02-05 Sebastien Granjoux <seb.sfo@free.fr>
15691 * plugins/project-wizard/action.c,
15692 plugins/project-wizard/action.h,
15693 plugins/project-wizard/autogen.c,
15694 plugins/project-wizard/autogen.h,
15695 plugins/project-wizard/file.c,
15696 plugins/project-wizard/file.h,
15697 plugins/project-wizard/install.c,
15698 plugins/project-wizard/parser.h,
15699 plugins/project-wizard/parser.c,
15700 plugins/project-wizard/property.c,
15701 plugins/project-wizard/property.h,
15702 plugins/project-wizard/values.c,
15703 plugins/project-wizard/values.h,
15704 Add a space between function name and open.
15706 * plugins/project-wizard/plugin.h,
15707 plugins/project-wizard/plugin.c,
15708 plugins/project-wizard/install.c,
15709 Avoid a crash if the user close the message view used by the .
15711 * plugins/project-wizard/anjuta-project-wizard,
15712 plugins/project-wizard/druid.c,
15713 plugins/project-wizard/druid.h,
15714 plugins/project-wizard/header.h,
15715 plugins/project-wizard/header.c,
15716 Add a text view with the description of each.
15717 Add a tab for each project.
15718 Replace some C++ comments to C comments.
15720 2005-02-05 Naba Kumar <naba@gnome.org>
15722 * plugins/project-wizard/anjuta-project-wizard-plugin.png:
15723 New icon from Sebastien Granjoux .
15725 2005-02-05 Sebastien Granjoux <seb.sfo@free.fr>
15727 * libanjuta/anjuta-preferences.c:
15728 Set file property even without a focus out event (file selected
15731 2005-02-04 Naba Kumar <naba@gnome.org>
15733 * plugins/glade/plugin.c: Fixed glade function calls.
15734 * configure.in: Fixed a typo.
15735 * TODO.tasks: Updated.
15737 2005-02-03 Naba Kumar <naba@gnome.org>
15739 * plugins/project-manager/plugin.c: Fixed memory corruption.
15741 * plugins/build-basic-autotools/build-basic-autotools.c: Fixed
15744 * manuals/reference/libanjuta/tmpl/ianjuta-buildable.sgml,
15745 manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
15746 manuals/reference/libanjuta/tmpl/ianjuta-project-manager.sgml,
15747 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
15749 * libanjuta/interfaces/libanjuta.idl,
15750 plugins/project-manager/plugin.c: Implemented IAnjutaProjectManager
15753 * plugins/symbol-browser/an_symbol_view.c: Fixed memory leaks.
15755 Patch from Massimo Cora <maxcvs@email.it>:
15756 * plugins/editor/plugin.c: Fixed update UI for created buffers.
15758 2005-02-01 Naba Kumar <naba@gnome.org>
15760 * libanjuta/anjuta-launcher.c, libanjuta/anjuta-launcher.h,
15761 libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h,
15762 plugins/editor/goto_line.c, plugins/editor/goto_line.h,
15763 scintilla/ScintillaGTK.cxx, scintilla/include/ScintillaWidget.h,
15764 (new) scintilla/patches/a64-crash-fix.patch: Applied old patches
15765 from sourceforge -- a64 crash fixes (correct typing for GType)
15766 and fixes compile errors in sun.
15768 * plugins/terminal/terminal.c: Patch from sourceforge -- Fixes
15769 paste (shift+insert) in terminal.
15771 2005-02-01 Kjartan Maraas <kmaraas@gnome.org>
15773 * configure.in: Add «nb» to ALL_LINGUAS.
15775 2005-02-01 Naba Kumar <naba@gnome.org>
15777 * TODO.tasks, TODO: Updated todo tasks.
15779 * plugins/editor/anjuta-document-manager.glade: Improved search
15782 * TODO.tasks: Fixed xml format.
15784 * plugins/editor/aneditor.cxx: Added code to trap 'tab' key (does not
15787 * plugins/editor/text_editor.c, plugins/editor/text_editor.h: Code
15790 * plugins/gtodo/interface.c, plugins/gtodo/libgtodo.c: Fixed xml
15791 format during save (removed unwanted text nodes). Fixed scrollbars.
15793 2005-01-31 Naba Kumar <naba@gnome.org>
15795 * libanjuta/interfaces/libanjuta.idl,
15796 plugins/cvs-plugin/cvs-execute.c, plugins/macro/macro-actions.c:
15797 Implemented append() method for IAnjutaEditor interface and fixed
15798 various bugs with text insertions (cvs diff and macro insertions).
15800 * plugins/editor/aneditor.cxx: Implemented mulilevel calltips, fixed
15801 automatic indentation.
15803 * plugins/editor/action-callbacks.c,
15804 plugins/editor/action-callbacks.h,
15805 plugins/editor/anjuta-docman.c,
15806 plugins/editor/anjuta-document-manager.ui,
15807 plugins/editor/plugin.c,
15808 plugins/editor/text_editor.c,
15809 plugins/editor/text_editor.h,
15810 plugins/editor/text_editor_prefs.c: Create highlight menu dynamically.
15811 Fixed highlight issues.
15813 * plugins/macro/plugin.c: Added keyboard shortcuts for insert and add
15816 * plugins/symbol-browser/an_symbol_view.c: Force update project.
15818 * data/properties/*: Updated properties files from scite. Created
15819 styles.properties to override the scite styles.
15821 * plugins/editor/aneditor.cxx: Fixed automatic indentation.
15823 * manuals/reference/libanjuta/libanjuta.types: Fixed build error.
15825 2005-01-30 Naba Kumar <naba@gnome.org>
15827 * libanjuta/interfaces/libanjuta.idl: Added documentations and removed
15828 unused definitions.
15830 * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Fixed typo.
15832 * plugins/editor/aneditor.cxx, plugins/editor/aneditor.h,
15833 plugins/editor/text_editor.c,
15834 plugins/editor/text_editor_prefs.c: Added new aneditor commands,
15835 fixed linuwidth preference setting, fixed insert text interface
15836 implementation. Improved automatice-indentation for cpp lexer.
15838 * plugins/symbol-browser/an_symbol_view.c: Code cleanup.
15840 2005-01-29 Naba Kumar <naba@gnome.org>
15842 * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Disabled "Remove sticky"
15843 option in update dialog as default. Improved import dialog. Sized
15846 * configure.in: Fixed underquoted warning from autoconf.
15848 * plugins/editor/action-callbacks.c,
15849 plugins/editor/aneditor.cxx,
15850 plugins/editor/aneditor.h,
15851 plugins/editor/anjuta-document-manager.glade,
15852 plugins/editor/plugin.c,
15853 plugins/editor/plugin.h,
15854 plugins/editor/text_editor.c,
15855 plugins/editor/text_editor.h,
15856 plugins/editor/text_editor_prefs.c: Implemented prefernces commands
15857 for Editor and fixed all preferences syncronization and notifys for
15858 visible prefs (in editor preferences page).
15860 * plugins/file-loader/plugin.c: Load recent files on idle.
15862 2005-01-28 Naba Kumar <naba@gnome.org>
15864 * plugins/editor/text_editor.c, plugins/editor/text_editor.h,
15865 plugins/editor/text_editor_prefs.c: Fixed linenumbers width bug.
15867 * plugins/editor/action-callbacks.c,
15868 plugins/editor/action-callbacks.h,
15869 plugins/editor/aneditor.cxx,
15870 plugins/editor/aneditor.h,
15871 plugins/editor/anjuta-document-manager.ui,
15872 plugins/editor/plugin.c,
15873 plugins/editor/text_editor.c,
15874 plugins/editor/text_editor.h,
15875 plugins/editor/text_editor_cbs.c,
15876 plugins/editor/text_editor_cbs.h,
15877 plugins/editor/text_editor_prefs.c: Implemented Multiple view of
15880 Patch from Massimo Cora <maxcvs@email.it>:
15881 * plugins/editor/an_symbol_search.c,
15882 plugins/editor/an_symbol_search.c: Fixed crash bugs.
15884 2005-01-27 Naba Kumar <naba@gnome.org>
15886 *libegg/eggcomboselect.c: Fix crash bug during popup close and fixed
15887 minimum size request to 200.
15889 * plugins/symbol-browser/an_symbol_info.c,
15890 plugins/symbol-browser/an_symbol_info.h,
15891 plugins/symbol-browser/an_symbol_search.c,
15892 plugins/symbol-browser/an_symbol_search.h,
15893 plugins/symbol-browser/an_symbol_view.c,
15894 plugins/symbol-browser/an_symbol_view.h,
15895 plugins/symbol-browser/plugin.c: Fixed object disposition. Fixed
15896 pixbuf retrieval. Fixed runtime warning. Code clean up.
15898 2005-01-27 Naba Kumar <naba@gnome.org>
15900 * configure.in, plugins/Makefile.am, src/anjuta-app.c,
15901 src/anjuta.ui, (new) plugins/glade/.cvsignore,
15902 (new) plugins/glade/Makefile.am,
15903 (new) plugins/glade/anjuta-glade-plugin.png,
15904 (new) plugins/glade/anjuta-glade.plugin.in,
15905 (new) plugins/glade/anjuta-glade.ui,
15906 (new) plugins/glade/plugin.c,
15907 (new) plugins/glade/plugin.h,
15908 (new) plugins/profile-default/plugin.c: Glade plugin. Disabled for
15909 now until glade3 works properly.
15911 * libanjuta/anjuta-marshal.[c,h]: Removed from cvs, because
15912 they are generated.
15914 2005-01-26 Naba Kumar <naba@gnome.org>
15916 * mime/Makefile.am, (new)gnome-mime-application-x-anjuta.png:
15917 Added mime icon for anjuta projects.
15919 patch from Massimo Cora <maxcvs@email.it>:
15920 * an_symbol_info.c, an_symbol_info.h, an_symbol_search.c,
15921 an_symbol_search.h, an_symbol_view.c, plugin.c:
15922 Fix/implement objects destroying/freeing.
15924 2005-01-26 Johannes Schmid <jhs@cvs.gnome.org>
15926 * src/action-callback.[ch], src/anjuta-actions.h:
15927 Changed bug and feature request urls to bugzilla.gnome.org and removed LIDN
15928 because it has not been updated for years and we know have a devhelp plugin
15929 which can do the job much better.
15930 * TODO.tasks: Updated done items
15932 2005-01-25 Naba Kumar <naba@gnome.org>
15934 * autogen.sh: Fixed to generate interface files.
15936 * plugins/editor/plugin.c, plugins/project-manager/plugin.c: Fixed
15937 session save filenames.
15939 * plugins/editor/anjuta-docman.c: Lazy create fileselection dialogs.
15941 2005-01-24 Sebastien Granjoux <seb.sfo@free.fr>
15943 * plugins/project-wizard/Makefile.am,
15944 plugins/project-wizard/install.c,
15945 plugins/project-wizard/install.h,
15946 plugins/project-wizard/parser.c,
15947 plugins/project-wizard/parser.h,
15948 plugins/project-wizard/templates/terminal.wiz:
15949 Add action list block in wizard template
15950 * plugins/project-wizard/file.c,
15951 plugins/project-wizard/autogen.c:
15954 2005-01-23 Naba Kumar <naba@gnome.org>
15956 * configure.in: Fixed build error.
15958 2005-01-22 Sebastien Granjoux <seb.sfo@free.fr>
15960 * plugins/project-wizard/druid.c,
15961 plugins/project-wizard/parser.c,
15962 plugins/project-wizard/property.c: Rewrite parser with
15963 better error handling
15965 2005-01-22 Naba Kumar <naba@gnome.org>
15967 * plugins/symbol-browser/plugin.c: Changed c++ coments
15968 to c commnets and formated code to anjuta coding styles.
15970 2005-01-21 Naba Kumar <naba@gnome.org>
15972 * configure.in, autogen.sh: Fixed build errors in newer automake.
15974 * plugins/editor/anjuta-docman.c: Do not emit change editor
15975 signal while in dispose.
15977 Patch from: Massimo Corà <maxcvs@email.it>
15978 * plugins/symbol-browser/Makefile.am,
15979 plugins/symbol-browser/an_symbol_view.c,
15980 plugins/symbol-browser/an_symbol_view.h,
15981 plugins/symbol-browser/plugin.c,
15982 plugins/symbol-browser/plugin.h,
15983 plugins/symbol-browser/test-symbol-browser.c,
15984 (new) plugins/symbol-browser/an_symbol_info.c,
15985 (new) plugins/symbol-browser/an_symbol_info.h,
15986 (new) plugins/symbol-browser/an_symbol_search.c,
15987 (new) plugins/symbol-browser/an_symbol_search.h:
15988 Added a cool real-time symbol-search-view in symbol browser.
15990 2005-01-21 Johannes Schmid <jhs@cvs.gnome.org>
15992 * plugin/macro/plugin.c
15993 plugin/macro/anjuta-macro-plugin.ui
15994 plugin/macro/macro-db.[ch]
15995 plugin/macro/macro-dialog.[ch]
15996 plugin/macro/macro-actions.[ch]
15997 plugin/macro/macro-edit.[ch]
15998 plugin/macro/plugin.[ch]:
16000 Implemented three menu items as Naba proposed:
16002 Insert Macro: Pops of a border-less window to enter a shortcut
16003 Add Macro: Same as Manage Macro => New
16004 Manage Macros: Full-features macro dialog
16006 2005-01-20 Naba Kumar <naba@gnome.org>
16008 * libanjuta/anjuta-marshal.c, libanjuta/anjuta-marshal.h,
16009 libanjuta/anjuta-marshal.list, libanjuta/anjuta-shell.c,
16010 libanjuta/anjuta-shell.h,
16011 manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
16012 plugins/editor/plugin.c, plugins/file-loader/plugin.c,
16013 plugins/project-manager/plugin.c, plugins/project-manager/plugin.h,
16014 src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c,
16015 src/main.c, src/shell.c: Implemented command line args processing
16016 and session management. Fixed geometry restoration.
16018 2005-01-19 Johannes Schmid <jhs@cvs.gnome.org>
16020 * plugins/macro/macro-db.c,
16021 plugins/macros.xml:
16022 Cleaned up XML interface and use attributes now for name, category and
16023 shortcut. CDATA is used to avoid xml errors inside of macros.
16025 2005-01-19 Naba Kumar <naba@gnome.org>
16027 * libanjuta/anjuta-launcher.[c,h]: Fixed bugs.
16029 2005-01-18 Naba Kumar <naba@gnome.org>
16031 * plugins/cvs-plugin/cvs-actions.c: Fixed "whole project" toggle button
16034 * scintilla/*: Updated scintilla to current cvs and updated
16037 2005-01-18 Johannes Schmid <jhs@cvs.gnome.org>
16039 * plugins/cvs-plugin/anjuta-cvs-plugin.glade
16040 plugins/cvs-plugin/cvs-actions.c:
16041 Added "Whole project" infrastructure but it does not
16042 work because I did not find a way to get the current project's
16045 2005-01-18 Johannes Schmid <jhs@cvs.gnome.org>
16047 * plugins/cvs-plugin/Makefile.am
16048 plugins/cvs-plugin/anjuta-cvs.plugin.in
16049 plugins/cvs-plugin/cvs-actions.c
16050 plugins/cvs-plugin/cvs-callbacks.c
16051 plugins/cvs-plugin/cvs-interface.[ch] (added)
16052 plugins/cvs-plugin/plugin.c:
16054 Added IAnjutaCVS interface and improved cvs plugin. There
16055 is still some work to do on cvs import and to add a current
16058 2005-01-17 Naba Kumar <naba@gnome.org>
16060 * plugins/editor/aneditor.cxx: Fixed auto indentation.
16062 * configure.in: Fixed build errors.
16064 * data/Makefile.am, (removed) data/README.stock_libs,
16065 (removed) data/anjuta.mime, (removed) data/autogen.sh*,
16066 (removed) data/header.c, (removed) data/stock_libs.anj,
16067 (removed) data/x-anjuta-project.desktop,
16068 (removed) data/macros/*, (removed) data/macros2/*: Removed old files.
16070 * libanjuta/anjuta-plugin-description.c,
16071 libanjuta/anjuta-shell.c: Updated documentations.
16073 Patch from: Hamish Mackenzie <hamish@firestream.co.uk>
16075 * libanjuta/anjuta-launcher.c,
16076 plugins/build-basic-autotools/build-basic-autotools.c: Fixed errors in
16079 2005-01-17 Naba Kumar <naba@gnome.org>
16081 * plugins/project-wizard/templates/anjuta-plugin.wiz,
16082 plugins/project-wizard/templates/gtk.wiz,
16083 plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade:
16084 Updated templates to new format.
16086 Patch from Sébastien Granjoux <seb.sfo@free.fr>:
16087 * plugins/project-wizard/druid.c,
16088 plugins/project-wizard/parser.c,
16089 plugins/project-wizard/property.c,
16090 plugins/project-wizard/property.h,
16091 plugins/project-wizard/templates/terminal.wiz,
16092 plugins/project-wizard/templates/terminal/AUTHORS,
16093 plugins/project-wizard/templates/terminal/ChangeLog,
16094 plugins/project-wizard/templates/terminal/NEWS,
16095 plugins/project-wizard/templates/terminal/README,
16096 plugins/project-wizard/templates/terminal/project.anjuta,
16097 plugins/project-wizard/templates/terminal/src/main.c:
16098 Moveed code related to property types from druid.c and parser.c to
16099 property.c. Changed tag from "<string ..." to
16100 "<property type="string..." and so on. Rewrite parser
16101 (warning still in progress). Added list property. Changed
16102 terminal project to avoid using autogen on some file (much
16103 faster) using the autogen attribute. Add a license list box in
16104 terminal project (just as an example). _label in item list is
16107 2005-01-16 Naba Kumar <naba@gnome.org>
16109 * plugins/edtior/text_editor_menu.c, src/anjuta-actions.h,
16110 plugins/edtior/anjuta-docman.c: Fixed build errors.
16112 * libanjuta/Makefile.am, libanjuta/anjuta-debug.h,
16113 libanjuta/anjuta-launcher.c, libanjuta/anjuta-plugin-description.c,
16114 libanjuta/anjuta-plugin.c, libanjuta/anjuta-preferences.c,
16115 (removed) libanjuta/anjuta-stock.h, libanjuta/anjuta-ui.c,
16116 (removed) libanjuta/defaults.c, libanjuta/defaults.h,
16117 (removed) libanjuta/pixmaps.h, libanjuta/resources.c,
16118 libanjuta/resources.h,
16119 plugins/build-basic-autotools/build-basic-autotools.c,
16120 plugins/editor/plugin.c, plugins/editor/text_editor.c,
16121 plugins/file-manager/an_file_view.c, plugins/gdb/stack_trace.c,
16122 plugins/gtodo/plugin.c, src/Makefile.am,
16123 src/about.c, src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c,
16124 src/main.c, (removed) src/preferences.c, (removed) src/preferences.h:
16125 Removed deprecated APIs; pixmaps, stock icons, defaults etc. They
16126 should be handled in respective plugins. Added API documentations.
16128 * libanjuta-docs.sgml, libanjuta-sections.txt,
16130 (added) tmpl/anjuta-debug.sgml,
16131 (added) tmpl/anjuta-launcher.sgml,
16132 tmpl/anjuta-plugin.sgml,
16133 tmpl/anjuta-preferences.sgml,
16134 tmpl/anjuta-shell.sgml,
16135 (added) tmpl/anjuta-status.sgml,
16136 (removed) tmpl/anjuta-stock.sgml,
16137 tmpl/anjuta-utils.sgml,
16138 (removed) tmpl/defaults.sgml,
16139 (removed) tmpl/fileselection.sgml,
16140 (removed) tmpl/gnomefilelist.sgml,
16141 tmpl/ianjuta-buildable.sgml,
16142 (added) tmpl/ianjuta-debugger-manager.sgml,
16143 (added) tmpl/ianjuta-debugger.sgml,
16144 tmpl/ianjuta-document-manager.sgml,
16145 tmpl/ianjuta-editor.sgml,
16146 tmpl/ianjuta-file.sgml,
16147 tmpl/ianjuta-loader.sgml,
16148 tmpl/ianjuta-markable.sgml,
16149 tmpl/ianjuta-message-view.sgml,
16150 (added) tmpl/ianjuta-project-manager.sgml,
16151 (added) tmpl/ianjuta-todo.sgml,
16152 (added) tmpl/ianjuta-wizard.sgml,
16153 tmpl/libanjuta-iface-marshallers.sgml,
16154 tmpl/libanjuta-unused.sgml,
16155 (removed) tmpl/pixmaps.sgml,
16157 (removed) tmpl/properties.sgml,
16158 tmpl/resources.sgml: Updated API documentations.
16160 2005-01-15 Naba Kumar <naba@gnome.org>
16162 * libanjuta/anjuta-launcher.c: Added API docs.
16164 * plugins/project-wizard/templates/anjuta-plugin.wiz,
16165 plugins/project-wizard/templates/gtk.wiz,
16166 plugins/project-wizard/templates/terminal.wiz,
16167 plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
16168 plugins/project-wizard/templates/gtk/src/Makefile.am.tpl,
16169 plugins/project-wizard/templates/gtk/src/main.c,
16170 plugins/project-wizard/templates/terminal/Makefile.am.tpl,
16171 plugins/project-wizard/templates/terminal/src/Makefile.am.tpl: Fixed
16174 Patch from: Sébastien Granjoux <seb.sfo@free.fr>
16175 * plugins/project-wizard/anjuta-project-wizard.glade,
16176 plugins/project-wizard/autogen.c,
16177 plugins/project-wizard/druid.c,
16178 plugins/project-wizard/druid.h,
16179 plugins/project-wizard/file.c,
16180 plugins/project-wizard/file.h,
16181 plugins/project-wizard/install.c,
16182 plugins/project-wizard/parser.c,
16183 plugins/project-wizard/plugin.c,
16184 plugins/project-wizard/plugin.h: Add a preferences dialog: used for
16185 setting the default project directory. Fix HIDDEN property, it's
16186 working but I think we could make this cleaner. Removed the
16187 copy of the string in mandatory_property. Add an optional autogen
16188 attribute, to force or avoid using autogen on some files, default
16189 without any attribute is autodetect.+ Replace the script tag with
16190 a normal file tag and an attribute execute.
16192 2005-01-14 Naba Kumar <naba@gnome.org>
16194 * plugins/editor/action-callbacks.c,
16195 plugins/editor/search_incremental.c,
16196 plugins/editor/search_incremental.h: Fixed incremental search, ctrl-e
16199 * plugins/editor/plugin.c, plugins/editor/plugin.h,
16200 src/anjuta-callbacks.c: Added ctrl-tabbing and alt-switching of editor
16203 2005-01-12 Naba Kumar <naba@gnome.org>
16206 plugins/project-wizard/templates/Makefile.am,
16207 (added) plugins/project-wizard/templates/anjuta-plugin-logo.png,
16208 plugins/project-wizard/templates/anjuta-plugin.wiz,
16209 (added) plugins/project-wizard/templates/gtk-logo.png,
16210 (added) plugins/project-wizard/templates/gtk.wiz,
16211 (added) plugins/project-wizard/templates/terminal-logo.png,
16212 plugins/project-wizard/templates/terminal.wiz,
16213 plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
16214 plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
16215 (added) plugins/project-wizard/templates/gtk/.cvsignore,
16216 (added) plugins/project-wizard/templates/gtk/Makefile.am,
16217 (added) plugins/project-wizard/templates/gtk/src/.cvsignore,
16218 (added) plugins/project-wizard/templates/gtk/src/Makefile.am,
16219 (added) plugins/project-wizard/templates/gtk/src/Makefile.am.tpl,
16220 (added) plugins/project-wizard/templates/gtk/src/main.c,
16221 (added) plugins/project-wizard/templates/gtk/src/project.glade,
16222 plugins/project-wizard/templates/terminal/src/Makefile.am.tpl: Added
16223 GTK+ project templated and fixed other templates. Updated template
16226 2005-01-12 Naba Kumar <naba@gnome.org>
16228 * plugins/macro/anjuta-macro.glade: Improved GUI.
16230 2005-01-10 Johannes Schmid <jhs@cvs.gnome.org>
16232 * plugins/cvs-plugin/cvs_gui.[ch] (removed)
16233 * plugins/cvs-plugin/cvs_cbs.[ch] (removed)
16234 * plugins/cvs-plugin/cvs.[ch] (removed)
16235 Removed old unused files
16237 * plugins/cvs-plugin/cvs-callbacks.[ch] (added)
16238 * plugins/cvs-plugin/cvs-actions.c
16239 * plugins/cvs-plugin/Makefile.am:
16240 Seperate callback functions for better error
16241 handling. Cleaned up code.
16243 * plugins/macro/macros.xml: removed corrupt cvs
16246 2005-01-10 Naba Kumar <naba@gnome.org>
16248 * plugins/message-view/message-view.c, libanjuta/anjuta-ui.c,
16249 plugins/symbol-browser/an_symbol_view.c: Fixed memory curruption
16252 2005-01-09 Naba Kumar <naba@gnome.org>
16254 * libegg/egg-recent-action.c, libegg/test-actions.c,
16255 libegg/menu/egg-recent-action.h: Recent Action now takes multiple
16256 recent files models.
16258 * plugins/file-loader/plugin.c, plugins/file-loader/plugin.h: Have
16259 two models -- one for projects and other for regular files and show
16260 both in recent files menu. Changed recent files group from "anjuta"
16261 to "anjuta-projects" and "anjuta-files" respectively. Set mime types
16262 when adding the URI in recent files.
16264 * plugins/macro/anjuta-macro.glade: Beautified insert macro dialog.
16265 * plugins/macro/anjuta-macro.plugin.in: Proper plugin name.
16266 * plugins/macro/macro-dialog.c: Fixed dispose() method.
16267 * plugins/macro/macros.xml: Fixed xml errors.
16269 2005-01-08 Naba Kumar <naba@gnome.org>
16271 * libegg/Makefile.am, (added) libegg/egg-recent-action.c,
16272 libegg/test-actions.c, libegg/menu/Makefile.am,
16273 libegg/menu/egg-recent-action.h: Added a new action for
16276 * libegg/egg-combo-action.c, libegg/egg-entry-action.c:
16277 Fixed dispose. Cleanup.
16279 * plugins/file-loader/anjuta-loader-plugin.ui,
16280 plugins/file-loader/plugin.c, plugins/file-loader/plugin.h:
16281 Use the new action for recent files. Added recent files in
16284 * plugins/project-wizard/druid.c: Show busy cursor and
16285 de-sensitize druid buttons during page change.
16287 Patch from Sébastien Granjoux <seb.sfo@free.fr>:
16288 * plugins/project-wizard/Makefile.am,
16289 plugins/project-wizard/druid.c,
16290 plugins/project-wizard/druid.h,
16291 plugins/project-wizard/install.c,
16292 plugins/project-wizard/plugin.c,
16293 plugins/project-wizard/plugin.h,
16294 plugins/project-wizard/property.c,
16295 plugins/project-wizard/property.h,
16296 (added) plugins/project-wizard/values.c,
16297 (added) plugins/project-wizard/values.h: Added a new NPWPropertyValues
16298 objects (in values.c and values.h) containing the values of all
16299 properties. The NPWProperty objects now keep their values in this
16300 object which is persistant for one activation of the plugin, so the
16301 user keeps all the values even if he goes backward. Used an anjuta
16302 message view to list all files copied by the project wizard.
16304 2005-01-08 Johannes Schmid <jhs@cvs.gnome.org>
16306 * plugins/macro/plugin.[ch],
16307 plugins/macro/macro-dialog.[ch]
16308 plugins/macro/macro-edit.[ch]
16309 plugins/macro/macro-db.[ch]
16310 plugins/macro/macro-actions.[ch]
16311 plugins/macro/anjuta-macro.plugin.in
16312 plugins/macro/anjuta-macro.glade
16313 plugins/macro/anjuta-macro.png
16314 plugins/macro/Makefile.am
16315 plugins/macro/macros.xml
16316 plugins/macro/anjuta-macro.ui (all added)
16318 plugins/Makefile.am:
16319 Added new macro plugins
16321 * plugins/cvs-plugin/anjuta-cvs-plugin.png:
16324 * manuals/reference/template (removed)
16325 Removed old api reference
16327 * plugins/message-view/message-view.c:
16328 "Fixed" crash in on_row_deleted and added a
16329 comment that I cannot work this way. We will
16330 have to change everything a bit to avoid losing
16333 * plugins/text-editor/text_editor.c:
16334 Update line number width on file save
16337 2005-01-07 Naba Kumar <naba@gnome.org>
16339 * plugins/project-wizard/anjuta-project-wizard.glade,
16340 plugins/project-wizard/druid.c,
16341 plugins/project-wizard/templates/anjuta-plugin.wiz,
16342 plugins/project-wizard/templates/terminal.wiz: Fixed project templates.
16343 Display page description in bold. Fixed mandatory field check.
16346 libanjuta/libanjuta-1.0.pc.in,
16347 plugins/project-wizard/druid.c,
16348 plugins/project-wizard/parser.c,
16349 plugins/project-wizard/property.h,
16350 plugins/project-wizard/templates/anjuta-plugin.wiz,
16351 plugins/project-wizard/templates/terminal.wiz,
16352 plugins/project-wizard/templates/anjuta-plugin/Makefile.am,
16353 (added) plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl,
16354 (added) plugins/project-wizard/templates/anjuta-plugin/po/.cvsignore,
16355 (added) plugins/project-wizard/templates/anjuta-plugin/po/Makefile.am,
16356 (added) plugins/project-wizard/templates/anjuta-plugin/po/POTFILES.in,
16357 plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
16358 plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
16359 plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
16360 plugins/project-wizard/templates/anjuta-plugin/src/plugin.plugin.in,
16361 plugins/project-wizard/templates/terminal/configure.in.tpl,
16362 plugins/project-wizard/templates/terminal/src/Makefile.am.tpl,
16363 plugins/project-wizard/templates/terminal/src/main.c: Implemented
16364 a new property type -- hidden. Fixed terminal and anjuta-plugin
16367 2005-01-07 Naba Kumar <naba@gnome.org>
16369 * templates/anjuta-plugin.wiz,
16370 templates/terminal.wiz,
16371 templates/terminal/Makefile.am.tpl,
16372 templates/terminal/autogen.sh,
16373 (Removed) templates/terminal/configure.ac.tpl,
16374 (Added) templates/.cvsignore,
16375 (Added) templates/Makefile.am,
16376 (Added) templates/anjuta-plugin/.cvsignore,
16377 (Added) templates/anjuta-plugin/Makefile.am,
16378 (Added) templates/anjuta-plugin/src/.cvsignore,
16379 (Added) templates/anjuta-plugin/src/Makefile.am.tpl,
16380 (Added) templates/terminal/.cvsignore,
16381 (Added) templates/terminal/Makefile.am,
16382 (Added) templates/terminal/configure.in.tpl,
16383 (Added) templates/terminal/po/.cvsignore,
16384 (Added) templates/terminal/po/ChangeLog,
16385 (Added) templates/terminal/po/Makefile.am,
16386 (Added) templates/terminal/po/POTFILES.in,
16387 (Added) templates/terminal/src/.cvsignore,
16388 (Added) templates/terminal/src/Makefile.am,
16389 (Added) templates/terminal/src/Makefile.am.tpl: Completed terminal
16390 project wizard. Fixed configure/po/Makefile template errors.
16392 2005-01-06 Naba Kumar <naba@gnome.org>
16394 * configure.in: Added project templates.
16395 * plugins/project-wizard/templates/*: Added to project and renamed
16396 Makefile.am and configure.in to Makefile.am and configure.ac respectively
16397 for the project templates (so that they do not conflict with autotools
16398 build. Created proper configure.ac.tpl and autogen.sh for project
16401 2005-01-06 Naba Kumar <naba@gnome.org>
16403 * plugins/project-wizard/anjuta-project-wizard.glade,
16404 plugins/project-wizard/druid.c, plugins/project-wizard/parser.c:
16405 Fixed file list parsing and to take absolute file paths (for example,
16406 from an icon selected previously). Used toggle buttons for boolean
16407 properties. Check if all mandatory fields are given before going
16408 forward in the wizard. Use scrollable viewport for listing property
16409 widgets incase the list goes out of wizard's size. Added tooltips
16410 as descriptions of the property widgets. And other fixes.
16412 * (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.c,
16413 (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.glade,
16414 (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.h,
16415 (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.plugin.in,
16416 (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.ui,
16417 (Added) plugins/project-wizard/templates/anjuta-plugin/configure.in,
16418 (Added) plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am,
16419 (Added)plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
16420 (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade,
16421 (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
16422 (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.plugin.in,
16423 (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.ui:
16424 Restructured template files.
16426 2005-01-06 Naba Kumar <naba@gnome.org>
16428 * configure.in: Added check for autogen.
16430 * libanjuta/anjuta-status.c: (Weak) unref all the remaining widgets
16433 * plugins/editor/anjuta-docman.c, plugins/editor/plugin.c:
16434 Do not emit changed signal when in dispose.
16436 * plugins/symbol-browser/plugin.c: Don't updated symbols when
16437 symbol-view widget has been destroyed.
16439 * src/anjuta-app.c: Set null to preference, status and ui object
16440 pointers when they are destroyed.
16442 * plugins/project-wizard/druid.c, plugins/project-wizard/parser.c,
16443 plugins/project-wizard/property.h: Fixed multipage .wiz file parsing.
16444 Added boolean, integer and file property types.
16446 * plugins/project-wizard/Makefile.am,
16447 plugins/project-wizard/templates/*: Added terminal and anjuta-plugin
16448 project wizard templates.
16450 2005-01-04 Naba Kumar <naba@gnome.org>
16452 * libanjuta/anjuta-status.c: Use weak ref instead of hard ref on
16455 * plugins/editor/aneditor.cxx,
16456 plugins/editor/anjuta-docman.c,
16457 plugins/editor/plugin.c,
16458 plugins/editor/text_editor.c:
16459 Removed unnecessary ref/unref of scintilla.
16461 * plugins/message-view/anjuta-msgman.c,
16462 plugins/message-view/message-view.c: Removed unnecessary refs/unrefs and
16463 make close button similar to document manager.
16465 * plugins/project-manager/plugin.c,
16466 plugins/project-manager/plugin.h: Removed dead codes. Removed
16467 unnecessary ref/unref.
16469 * plugins/symbol-browser/plugin.c: Use weak refs on AnjutaEditor objects
16470 instead of hard refs.
16472 2005-01-03 Naba Kumar <naba@gnome.org>
16474 * libanjuta/interfaces/libanjuta.idl: Added configure() and
16475 generate() methods for IAnjutaBuildable interface.
16477 * plugins/build-basic-autotools/build-basic-autotools.c: Implemented
16478 IAnjutaBuildable inteface.
16480 * plugins/build-basic-autotools/build-basic-autotools.c: Use weak ref
16481 to destroy build context when message view is destroyed.
16483 * plugins/editor/aneditor.cxx: Sink scintilla widget in aneditor, hold
16484 a ref to it and unref in destructor. AnEditor class wants to be the
16485 owner of scintilla widget. Fixed compile warnings with signed/unsigned
16488 * plugins/editor/anjuta-docman.c: Removed unnecessary refs/unrefs. They
16489 complicate the scene. Removed editor widget from AnjutaDocman when
16490 the widget is destroyed.
16492 * plugins/editor/plugin.c: Destroy docman widget instead of just removing
16493 from shell. It will be removed from shell when the widget is destroyed.
16495 * plugins/editor/text_editor.c: Added debug codes to track object
16498 * plugins/message-view/anjuta-msgman.c: Remove message view on
16499 widget destroy. Destroy message view on remove. Removed all views
16502 * anjuta/src/anjuta-app.c: Removed widgets correctly when they are removed
16505 2005-01-02 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16507 * plugins/file-wizard/action-callbacks.c,
16508 plugins/file-wizard/anjuta-file-wizard.glade,
16509 plugins/file-wizard/file.c, plugins/file-wizard/file.h :
16510 Insert Licence, copyright, header template ...
16512 2005-01-02 Naba Kumar <naba@gnome.org>
16514 * libanjuta/anjuta-status.c, libanjuta/anjuta-status.h,
16515 libanjuta/plugins.c: Added "busy" signal in AnjutaStatus. Added
16516 anjuta_status_add_widget() to allow setting busy cursor on non
16519 * plugins/cvs-plugin/plugin.c: Fixed memory leaks.
16521 * plugins/editor/anjuta-document-manager.plugin.in: Updated accepted
16522 mime types to take text/source also.
16524 * plugins/editor/anjuta-docman.c,
16525 plugins/editor/anjuta-docman.h,
16526 plugins/editor/plugin.c,
16527 plugins/editor/text_editor.c,
16528 plugins/editor/text_editor.h,
16529 plugins/editor/text_editor_cbs.c: Listen for busy signal from
16530 AnjutaStatus and set busy cursor on editors.
16532 * plugins/file-loader/Makefile.am,
16533 plugins/file-loader/plugin.c,
16534 (added) plugins/file-loader/dnd.c,
16535 (added) plugins/file-loader/dnd.h, Added drag and drop file receives.
16537 * src/anjuta.c: Hide anjuta window before destruction.
16539 Patch from Sébastien Granjoux <seb.sfo@free.fr>:
16540 * configure.in, plugins/Makefile.am,
16541 (removed) plugins/project-wizard/appwiz_page1.c,
16542 (removed) plugins/project-wizard/appwiz_page2.c,
16543 (removed) plugins/project-wizard/appwiz_page3.c,
16544 (removed) plugins/project-wizard/appwiz_page4.c,
16545 (removed) plugins/project-wizard/appwizard.c,
16546 (removed) plugins/project-wizard/appwizard.h,
16547 (removed) plugins/project-wizard/appwizard_cbs.c,
16548 (removed) plugins/project-wizard/appwizard_cbs.h,
16549 (removed) plugins/project-wizard/appwizard_gui.c,
16550 (removed) plugins/project-wizard/gnome_project.c,
16551 (removed) plugins/project-wizard/gnome_project.h,
16552 (removed) plugins/project-wizard/wizard_gui.c,
16553 (removed) plugins/project-wizard/wizard_gui.h,
16554 (added) plugins/project-wizard/.cvsignore,
16555 (added) plugins/project-wizard/Makefile.am,
16556 (added) plugins/project-wizard/anjuta-project-wizard-plugin.png,
16557 (added) plugins/project-wizard/anjuta-project-wizard.glade,
16558 (added) plugins/project-wizard/anjuta-project-wizard.plugin.in,
16559 (added) plugins/project-wizard/applogo.png,
16560 (added) plugins/project-wizard/appwizard.png,
16561 (added) plugins/project-wizard/autogen.c,
16562 (added) plugins/project-wizard/autogen.h,
16563 (added) plugins/project-wizard/druid.c,
16564 (added) plugins/project-wizard/druid.h,
16565 (added) plugins/project-wizard/file.c,
16566 (added) plugins/project-wizard/file.h,
16567 (added) plugins/project-wizard/header.c,
16568 (added) plugins/project-wizard/header.h,
16569 (added) plugins/project-wizard/install.c,
16570 (added) plugins/project-wizard/install.h,
16571 (added) plugins/project-wizard/parser.c,
16572 (added) plugins/project-wizard/parser.h,
16573 (added) plugins/project-wizard/plugin.c,
16574 (added) plugins/project-wizard/plugin.h,
16575 (added) plugins/project-wizard/property.c,
16576 (added) plugins/project-wizard/property.h: Removed old application-wizard
16577 codes and added new template based (autogen based) project wizard
16578 implemented by Sébastien Granjoux <seb.sfo@free.fr>
16580 2005-01-01 Johannes Schmid <jhs@cvs.gnome.org>
16582 * plugins/cvs-plugin/plugin.c: Fixed crash bug
16583 * plugins/cvs-plugin/cvs-execute.c:
16584 Fix cvs_log which did not work because of some
16586 Patch from Mark R. Pariente <markpariente@cmu.edu>
16587 - Fix message highlighting
16589 2004-12-30 Johannes Schmid <jhs@cvs.gnome.org>
16594 Removed template stuff completly because we dicussed to implement
16595 a macro system for Edit->Insert Text
16597 2004-12-30 Johannes Schmid <jhs@cvs.gnome.org>
16599 * plugins/editor/aneditor.cxx,
16600 plugins/editor/text_editor.c:
16601 Set line number width dynamically
16603 Prepered new GTK 2.6 about dialog
16605 2004-12-30 Naba Kumar <naba@gnome.org>
16607 patch from: Massimo Corà <maxcvs@email.it>
16608 * plugins/editor/aneditor.cxx: Highlights correct function
16609 argument in recursive calltips.
16611 2004-12-30 Naba Kumar <naba@gnome.org>
16613 * plugins/symbol-browser/plugin.c,
16614 libanjuta/interfaces/libanjuta.idl,
16615 plugins/editor/text_editor.c: Fixed editor markers and added a new
16616 marker (BASIC) to indicate line numbers. Fixed symbol browser to
16617 mark the line visited.
16619 * libegg/menu/eggcomboselect.h, libegg/menu/Makefile.am,
16620 libegg/Makefile.am, libegg/eggcomboselect.c,
16621 libegg/gtkcellview.h, libegg/egg-combo-action.c: Created a new combo
16622 widget for use with symbol view in toolbar.
16624 * plugins/cvs-plugin/anjuta-cvs.ui,
16625 plugins/file-manager/anjuta-file-manager.ui: Added appropriate
16626 placeholder for cvs plugin context menu in filemanager.
16628 2004-12-28 Johannes Schmid <jhs@cvs.gnome.org>
16630 * plugins/cvs-plugin/plugin.c:
16631 Show popup menu only if the file is contained in
16632 a directory containing a "CVS" directory
16634 2004-12-28 Johannes Schmid <jhs@cvs.gnome.org>
16636 * plugins/cvs-plugin/cvs-action.[ch],
16637 * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
16638 * plugins/cvs-plugin/anjuta-cvs.ui,
16639 * plugins/cvs-plugin/plugin.c:
16640 Implemented "Import"
16642 Patch from Mark R. Pariente <markpariente@cmu.edu>:
16643 Added right-click-menu for file-manager
16645 2004-12-26 Naba Kumar <naba@gnome.org>
16647 * src/action-callbacks.c, src/action-callbacks.h,
16648 src/anjuta-actions.h, src/anjuta-app.c,
16649 src/anjuta.ui: Added fullscreen action.
16651 * plugins/cvs-plugin/cvs-actions.c,
16652 plugins/cvs-plugin/plugin.c,
16653 plugins/cvs-plugin/plugin.h: Watches current editor,
16654 project and file manager selection in plugin
16657 2004-12-26 Naba Kumar <naba@gnome.org>
16659 * src/anjuta-app.c, src/anjuta.c, src/main.c,
16660 src/action-callbacks.c: Fixed app finalization. Added a
16661 command line arg --proper-shutdown (-p), which when set
16662 will release all plugins and their resources (this option
16663 is mainly for debugging).
16665 * plugins/file-loader/plugin.c: Fixed filename duplications
16666 in recent files history.
16668 * plugins/profile-default/plugin.c: Disabled problematic
16669 plugins for now to load at startup.
16671 * libanjuta/anjuta-ui.c, libanjuta/plugins.c: Disabled
16672 annoying debug prints.
16674 2004-12-23 Naba Kumar <naba@gnome.org>
16676 Patch from: Mark R. Pariente <markpariente@cmu.edu>
16677 * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
16678 plugins/cvs-plugin/anjuta-cvs.ui,
16679 plugins/cvs-plugin/cvs-actions.c,
16680 plugins/cvs-plugin/cvs-actions.h,
16681 plugins/cvs-plugin/cvs-execute.c,
16682 plugins/cvs-plugin/cvs-execute.h,
16683 plugins/cvs-plugin/Makefile.am,
16684 plugins/cvs-plugin/plugin.c: Added cvs message highlighting.
16685 Added cvs log command.
16687 2004-12-20 Johannes Schmid <jhs@cvs.gnome.org>
16689 * plugins/cvs-plugin/cvs-actions.c: Use current editor filename as
16692 2004-12-20 Naba Kumar <naba@gnome.org>
16694 patch from: Massimo Corà <maxcvs@email.it>
16695 * plugins/editor/aneditor.cxx: Added recursive calltips.
16697 2004-12-20 Naba Kumar <naba@gnome.org>
16699 * libanjuta/plugins.c, plugins/file-loader/plugin.c:
16700 Show busy cursor during loading and unloading.
16702 2004-12-19 Naba Kumar <naba@gnome.org>
16704 * libanjuta/anjuta-plugin.c, libanjuta/anjuta-ui.c: Fixed
16705 memory leaks. Disabled debug print.
16707 * plugins/symbol-browser/an_symbol_view.c,
16708 plugins/symbol-browser/plugin.c,
16709 plugins/symbol-browser/plugin.h: Fixed loading and unloading
16710 problems. Creates SymbolView object every time when the
16711 plugin is activated.
16713 * plugins/project-manager/plugin.c: Close project when
16716 2004-12-18 Naba Kumar <naba@gnome.org>
16718 * po/POTFILES.in: Removed commented lines.
16719 * configure.in: Commented dupilcate call to AC_PROG_INTLTOOL.
16720 * plugins/devhelp/plugin.c: Fixed loading/unloading bug.
16721 * plugins/gdb/plugin.c: Fixed compile error.
16723 Patch from: Mark R. Pariente <mark@demar.com.tr>
16724 * libegg/eggcellrendererkeys.c: Fixed compile error.
16726 2004-12-18 Naba Kumar <naba@gnome.org>
16728 * plugins/file-loader/plugin.c: Fixed loading bug.
16730 *plugins/debug-manager/plugin.c, plugins/debug-manager/plugin.h,
16731 plugins/devhelp/plugin.c, plugins/editor/plugin.c,
16732 plugins/file-manager/an_file_view.c, plugins/file-manager/plugin.c,
16733 plugins/gdb/plugin.c, src/shell.c, src/shell.h: Fixed memory leaks
16734 and corruptions. Fixed loading and unloading of plugins.
16736 2004-12-17 Naba Kumar <naba@gnome.org>
16738 * plugins/file-loader/Makefile.am,
16739 plugins/file-loader/plugin.c,
16740 plugins/project-manager/plugin.c: Fixed memory corruption
16741 and disposition codes. Added missing plugin.h in Makefile.am.
16743 2004-12-16 Naba Kumar <naba@gnome.org>
16745 * plugins/symbol-browser/an_symbol_view.c,
16746 plugins/symbol-browser/plugin.c: Fixed finalization and disposition
16747 codes. Fixed memory leaks and corruptions.
16749 * plugins/build-basic-autotools/build-basic-autotools.c
16750 plugins/editor/anjuta-docman.c,
16751 plugins/editor/text_editor.c,
16752 plugins/file-loader/plugin.c,
16753 plugins/file-manager/plugin.c,
16754 plugins/file-wizard/plugin.c,
16755 plugins/message-view/anjuta-msgman.c,
16756 plugins/message-view/anjuta-msgman.h,
16757 plugins/message-view/message-view.c,
16758 plugins/message-view/plugin.c,
16759 plugins/message-view/plugin.h,
16760 plugins/terminal/terminal.c: Fixed finalization and disposition codes.
16762 * src/about.c, src/about.h, src/action-callbacks.c,
16763 src/action-callbacks.h, src/anjuta-actions.h,
16764 src/anjuta-app.c, src/anjuta-app.h,
16765 src/anjuta-callbacks.c, src/anjuta-callbacks.h,
16766 src/anjuta.c, src/anjuta.h, src/getline.c,
16767 src/main.c, src/main.cpp, src/shell.c, src/shell.h,
16768 src/start-with.c, src/start-with.h: Fixed emacs modes.
16770 * src/layout.xml: Brought document manager in front.
16772 2004-12-15 Naba Kumar <naba@gnome.org>
16774 * libanjuta/anjuta-plugin.c: Fixed crash bug where watches were not
16777 * libanjuta/plugins.c, libanjuta/plugins.h: Proper clean up on
16778 finalization. Added a method to unload all plugins and destroy them.
16779 Fixed memory leaks.
16781 * plugins/sample1/plugin.c: Proper finalization code and renamed
16782 functions to proper names.
16784 * plugins/build-basic-autotools/build-basic-autotools.c,
16785 plugins/cvs-plugin/plugin.c: Proper finalization and disposition code.
16787 * src/shell.c: Unload all plugins on exit, so that memory profilers
16788 can detect memory leaks in plugins.
16790 2004-12-13 Naba Kumar <naba@gnome.org>
16792 * plugins/devhelp/plugin.c: Delay widget initialization, now that
16793 docking is working.
16794 * plugins/sample1/plugin.c: Dock at bottom, mostly for testing.
16795 * src/anjuta-app.c, src/layout.xml: Fixed dynamic docking.
16797 2004-12-11 Naba Kumar <naba@gnome.org>
16799 * data/properties/anjuta.properties: Fixed font size.
16800 * plugin/build-basic-autotools/build-basic-autotools: Added initial
16801 compile file function. There are some fixmes there.
16802 * plugins/message-view/anjuta-msgman.c,
16803 * plugins/message-view/message-view.c: Fixed bugs and clean up.
16805 2004-12-08 Naba Kumar <naba@gnome.org>
16807 * libanjuta/anjuta-launcher.c, libanjuta/anjuta-utils.c,
16808 src/utilities.c, libanjuta/anjuta-utils.h: Added a function
16809 to escape quotes in a string.
16811 * plugins/cvs-plugin/cvs-actions.c,
16812 plugins/cvs-plugin/cvs-execute.c: Escaped commit message. Corrected
16815 * plugins/build-basic-autotools/build-basic-autotools.c,
16816 plugins/build-basic-autotools/automake-c.filters: Fixed bugs with
16819 2004-12-07 Naba Kumar <naba@gnome.org>
16821 * plugins/build-basic-autotools/build-basic-autotools.c,
16822 plugins/build-basic-autotools/automake-c.filters: Completed directory
16823 tracking. Double click on Errors and warnings now work as expected.
16825 * plugins/build-basic-autotools.c: Added codes to track build directory
16826 so that absolute path of the files could be determined.
16828 2004-12-06 Naba Kumar <naba@gnome.org>
16830 * plugins/cvs-plugin/cvs-execute.c: Show completion message.
16831 * plugins/cvs-plugin/cvs-execute.c: Fixed command completion bug.
16832 * plugins/cvs-plugin/anjuta-cvs-plugin.glade: UI beautification.
16834 2004-12-05 Naba Kumar <naba@gnome.org>
16836 * plugins/editor/anjuta-docman.c: Fixed save-as, Fixed updating
16837 tab label, Fixed mem leaks. Fixed uri handling. Fixed other minor bugs.
16839 * plugins/cvs-plugin/plugin.c,
16840 plugins/cvs-plugin/cvs-execute.c: Fixed message output appending.
16842 2004-13-05 Johannes Schmid <jhs@cvs.gnome.org>
16844 * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
16845 * plugins/cvs-plugin/plugin.[ch], plugins/cvs-plugin/cvs-action.[ch],
16846 plugins/cvs-plugin/cvs-execute.[ch]:
16847 Implemented cvs status and cvs diff
16849 - rdiff command is not correct
16850 - Must find a way to allow selection of directies AND files
16853 2004-12-03 Naba Kumar <naba@gnome.org>
16855 * plugins/editor/anjuta-docman.c, plugins/editor/style-editor.c,
16856 plugins/editor/style-editor.h, plugins/editor/text_editor.c,
16857 plugins/editor/text_editor_cbs.c: Save/load editor styles. Use old
16858 session.properties file if it is for the first time.
16860 2004-12-02 Johannes Schmid <jhs@cvs.gnome.org>
16862 * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Added cvs update and
16865 * plugins/cvs-plugin/plugin.c, plugins/cvs-plugin/cvs-action.[ch],
16866 plugins/cvs-plugin/anjuta-cvs.ui:
16867 Implemented update/commit and changed menu layout
16869 2004-12-02 Naba Kumar <naba@gnome.org>
16871 * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Fixed prefernce
16872 property name (for cvs path property). Beautified dialogs.
16874 2004-11-30 Johannes Schmid <jhs@cvs.gnome.org>
16876 * plugins/message-view/anjuta-msgman.c: Changed callback name
16877 and changed switch-page handling.
16879 * plugins/cvs-plugin/cvs-actions.c:
16880 * plugins/cvs-plugin/cvs-execute.c:
16881 * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
16882 - Implemented cvs add and cvs removed - both working now
16883 - Created a useful preferences page
16886 2004-11-30 Naba Kumar <naba@gnome.org>
16888 * libanjuta/anjuta-status.c: Fixed runtime warning.
16890 * plugins/editor/Makefile.am:
16891 plugins/editor/anjuta-document-manager.glade,
16892 plugins/editor/plugin.c
16893 plugins/editor/plugin.h
16894 plugins/editor/style-editor.c (new, moved from src/),
16895 plugins/editor/style-editor.h (new, moved from src/),
16896 plugins/editor/text_editor_prefs.c: Implemented "Font and colours"
16897 settings in preferences.
16899 * plugins/editor/text_editor.c,
16900 plugins/editor/text_editor.h: Do not take unused args in
16901 text_editor_get_props().
16903 * src/style-editor.c, src/style-editor.h: Removed, moved to
16904 plugins/editor/ directory.
16906 2004-11-29 Naba Kumar <naba@gnome.org>
16908 * plugins/editor/text_editor_cbs.c: Emit click signal in
16910 * libanjuta/anjuta-status.c: More spacing between items.
16912 2004-11-29 Naba Kumar <naba@gnome.org>
16914 Patch from: Pavol Bosik <pavol.bosik@radiantsystems.com>:
16916 * libanjuta/interfaces/libanjuta.idl,
16917 plugins/debug-manager/anjuta-debug-manager.plugin.in,
16918 plugins/debug-manager/plugin.c,
16919 plugins/gdb/breakpoints.c,
16920 plugins/gdb/breakpoints.h,
16921 plugins/gdb/debugger.c,
16922 plugins/gdb/debugger.h,
16923 plugins/gdb/plugin.c,
16924 plugins/gdb/plugin.h,
16925 plugins/gdb/utilities.c,
16926 plugins/gdb/utilities.h: Code cleanups and partial implementation of
16927 toggle breakpoint margin clicks.
16929 2004-11-28 Naba Kumar <naba@gnome.org>
16931 * TODO.tasks: Fixed indentations.
16932 * plugins/gtodo/libgtodo.c: Save with indentation.
16933 * plugins/file-manager/an_file_view.c: Sorts the files alphabatically.
16934 * plugins/project-manager/plugin.c: Fixed runtime warnings.
16935 * libanjuta/anjuta-status.c: Fixed busy cursors.
16936 * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml: Updated.
16937 * po/POTFILES.in: Updated.
16939 2004-11-28 Jean-Noel GUIHENEUF <guiheneuf.jean-noel@wanadoo.fr>
16941 * plugins/editor/anjuta-document-manager.glade,
16942 plugins/editor/search-replace.[c,h],
16943 plugins/editor/search-replace_backend.h
16944 plugins/editor/search-preferences.[c,h] :
16945 Saved Search-Preferences (gconf),
16946 Basic search by default.
16948 2004-11-22 Naba Kumar <naba@gnome.org>
16950 * configure.in: Fixed build error.
16952 2004-11-21 Naba Kumar <naba@gnome.org>
16954 * libanjuta/Makefile.am, libanjuta/anjuta-shell.c,
16955 libanjuta/anjuta-shell.h, src/anjuta-app.c, src/anjuta-app.h:
16956 Added AnjutaStatus class to libanjuta.
16957 Added anjuta_shell_get_status() method.
16959 * libanjuta/interfaces/anjuta-idl-compiler.pl: Added gchar type
16960 and fixed marshaller generation.
16962 * libanjuta/interfaces/libanjuta.idl: Added "char_added" and
16963 "updade_ui" signals to IAnjutaEditor interface.
16965 * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml: Updated.
16967 * plugins/build-basic-autotools/automake-c.filters: Fixed filter
16970 * plugins/class-gen/clsGen.c: Intial port.
16972 * plugins/debug-manager/anjuta-debug-manager.plugin.in: Fixed attribute
16975 * plugins/editor/action-callbacks.c, plugins/editor/plugin.c,
16976 plugins/editor/text_editor.c, plugins/editor/text_editor.h,
16977 plugins/editor/text_editor_cbs.c, plugins/editor/text_editor_prefs.c:
16978 Implemented status update. Emits "update_ui" and "char_added" signals.
16979 Added view preferences.
16981 * plugins/file-loader/plugin.c: Added open with plugins in open with
16984 * plugins/gdb/plugin.c: Do not add widgets to shell as floating.
16986 * plugins/message-view/anjuta-msgman.c,
16987 plugins/message-view/message-view.c: Fixed finalize and dispose. Fixed
16988 to close correct message view rather than current view.
16990 2004-11-20 Johannes Schmid <jhs@cvs.gnome.org>
16992 * plugins/cvs-plugin/cvs-actions.c
16993 plugins/cvs-plugin/plugin.[ch]
16994 plugins/cvs-plugin/anjuta-cvs-plugin.glade:
16995 Implemented cvs add but ran into a launcher/message_view
16996 problem because of a limitation of the idl compiler
16998 2004-11-19 Naba Kumar <naba@gnome.org>
17000 * plugins/project-manager/plugin.c: Displays a progress window during
17003 * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui:
17004 Fixed UI separators.
17006 * plugins/file-manager/anjuta-file-manager.ui: Added project manager
17009 * plugins/project-manager/anjuta-project-manager.ui,
17010 plugins/project-manager/plugin.[c,h]: Added add/remove context
17011 menus and implemented them. Added file manager merge menu.
17013 2004-11-18 Naba Kumar <naba@gnome.org>
17015 * TODO.tasks: Updated.
17016 * plugins/editor/anjuta-docman.c, plugins/message-view/anjuta-msgman.c,
17017 plugins/message-view/message-view.c: Fixed finalize and dispose
17019 * plugins/debugger/*: Removed from cvs (development now in
17022 2004-11-17 Pavol Bosik <pavol.bosik@radiantsystems.com>
17024 Reviewed by Naba Kumar <naba@gnome.org>:
17026 * libanjuta/interfaces/libanjuta.idl, plugins/Makefile.am,
17027 plugins/editor/plugin.c, plugins/editor/text_editor.c,
17028 plugins/gdb/breakpoints.c: all marker related stuff moved from
17029 editor and docman interfaces to IAnjutaMarkable
17031 2004-11-17 Naba Kumar <naba@gnome.org>
17033 * TODO.tasks: Updated.
17035 * libanjuta/interfaces/libanjuta.idl: Added "saved" signal.
17037 * libegg/egg-combo-action.c: Block changed signal when changing model.
17039 * plugins/editor/text_editor.c, plugins/editor/text_editor_cbs.c:
17040 Emit changed signal. Removed dead codes.
17042 * plugins/file-loader/plugin.c: Remove file fragments from uris, so
17043 that recent files history do not duplicate.
17045 * plugins/symbol-browser/an_symbol_view.c,
17046 plugins/symbol-browser/an_symbol_view.h,
17047 plugins/symbol-browser/plugin.c: Refreshes symbols on editor save.
17050 2004-11-15 Naba Kumar <naba@gnome.org>
17052 * plugins/project-manager/plugin.c: Opens targets on double click.
17054 * plugins/message-view/message-view.c,
17055 plugins/file-manager/anjuta-file-manager-plugin.glade,
17056 plugins/file-manager/plugin.[c,h], plugins/terminal/terminal.c:
17057 Added proper class finalization
17058 and disposition. Added preferences notifications and callbacks to
17059 change info/warning/error colors.
17061 * plugins/editor/anjuta-docman.c, plugins/editor/plugin.c,
17062 plugins/editor/text_editor.[h,c], src/action-callbacks.c,
17063 src/anjuta-app.c, src/anjuta.c: Fixed crash bug on exit.
17064 Implemented finalize method for AnjutaApp. Code cleanups.
17066 * plugins/message-view/plugin.c: Static parent_class.
17068 2004-11-12 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
17069 * plugins/editor/search-replace.[c,h],
17070 plugins/editor/search-replace_backend.c
17071 Update search entry in main toolbar.
17074 2004-11-11 Naba Kumar <naba@gnome.org>
17076 * TODO.tasks: Updated.
17078 * libanjuta/anjuta-preferences.[c,h]: Added keys notification API.
17079 and completed on-the-fly-change preferences. Removed "changed"
17080 signal as it is no longer necessary (use notify for similar
17081 purpose to monitor individual preferences).
17084 * plugins/editor/anjuta-document-manager.glade: Added view menu
17085 preferences so that they are registered.
17087 * plugins/editor/Makefile.am, plugins/editor/text_editor.[c,h],
17088 (added) plugins/editor/text_editor_prefs.[c,h]: Removed
17089 connection to "changed" signal of preferences and implemented
17090 notifications for some editor preferences. More to implement.
17092 2004-11-10 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
17093 * plugins/editor/print.c
17094 Fixed bug 1047624 : Add line number every X lines.
17096 2004-11-10 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
17097 * plugins/editor/search-replace.c
17098 Fixed a crash bug (995755) when searching "%n"
17100 2004-11-09 Naba Kumar <naba@gnome.org>
17102 * plugins/gtodo/interface.c, plugins/gtodo/libgtodo.c:
17103 Fixed to refresh categories list on file load.
17105 2004-11-08 Naba Kumar <naba@gnome.org>
17107 * configure.in, plugins/Makefile.am,
17108 plugins/profile-default/plugin.c: Added cvs plugin in build.
17110 * plugins/cvs-plugin/*: Restored johannes files from cvs attic.
17112 * plugins/debug-manager/.cvsignore: Added file to ignore.
17114 * plugins/debug-manager/Makefile.am: Removed dead codes.
17116 * src/anjuta.ui: Added placeholder for version control UI.
17118 2004-11-08 Naba Kumar <naba@gnome.org>
17120 * manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
17121 manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
17122 manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml:
17125 * global-tags/Makefile.am: Fixed make error.
17127 * plugins/profile-default/plugin.c: Added debug-manager
17128 and gdb plugins to load at startup so that debugger
17129 windows are docked properly. They will be removed
17130 later when we figure out runtime docking.
17132 * plugins/sample1/*: Restored to last working state.
17134 * plugins/gdb/debugger.c, src/layout.xml: Added debugger
17135 windows in lower pane. Named the windows appropriately.
17137 * ChangeLog: Fixed format.
17139 2004-11-07 Pavol Bosik <pavol.bosik@radiantsystems.com>
17141 * libanjuta/interfaces/libanjuta.idl,
17142 libanjuta/anjuta-marshal.c,
17143 plugins/Makefile.am,
17144 plugins/debug-manager/plugin.c,
17145 plugins/editor/plugin.c,
17146 plugins/editor/text_editor.c,
17147 plugins/gdb/breakpoints.c,
17148 plugins/gdb/debugger.c,
17149 plugins/gdb/plugin.c,
17150 plugins/gdb/plugin.h: fixed "Toggle breakpoint" feature
17152 2004-11-06 Jean-NoelGuiheneuf <guiheneuf.jean-noel@wanadoo.fr>
17153 * plugins/editor/anjuta-docman.h plugins/editor/plugin.c,
17154 plugins/editor/search-replace.c,
17155 plugins/message-view/anjuta-msgman.c plugins/message-view/plugin.c:
17156 Search and Replace; Show result in find pane
17158 2004-11-03 Johannes Schmid <jhs@cvs.gnome.org>
17160 * plugins/gdb, plugins/debug-manager: Applied debugger patch
17161 from Bosik, Pavol <pavol.bosik@radiantsystems.com>
17162 (added features: starting debugger and loading of core/executable,
17163 StepIn, StepOut, StepOver and Execute, toggling breakpoint
17166 2004-11-03 Johannes Schmid <jhs@cvs.gnome.org>
17168 * plugins/cvs-plugin/*: Mess up with cvs and lost some of
17169 my cvs-plugin files...
17170 I hope I have rescued everything possible.
17172 * Naba: Could you please fix sample1 because I messed it up to
17173 but there should be a histroy of this directory we should commit
17175 2004-10-22 Johannes Schmid <jhs@cvs.gnome.org>
17177 * plugins/cvs-plugin/cvs-execute.[ch]: Add basic command execute
17179 * plugins/cvs-plugin/plugin.c,
17180 /plugins/cvs-plugin/anjuta-cvs-plugin.glade:
17181 Added preferences dialog (not yet complete)
17183 2004-10-22 Johannes Schmid <jhs@cvs.gnome.org>
17185 * global-tags/Makefile.am, mime/Makefile.am:
17186 Some fixes in build process from Alexey Rusakov <ktirf@users.sf.net>
17188 * template/xmltemplate.[ch],
17189 template/xmlstrings.[ch],
17190 template/autotools.[ch] removed,
17191 template/prj_template.[ch] removed,
17192 template/lang_template.[ch] removed,
17193 template/lib_template.[ch] removed,
17194 template/Makefile.am adjusted,
17195 template/dtds/lang.dtd removed,
17196 template/dtds/lib.dtd removed,
17197 template/dtds/prj.dtd removed,
17198 template/dtds/autotools.dtd removed,
17199 data/template/lib/* removed,
17200 data/template/language/* removed,
17201 data/template/library/* removed,
17202 data/template/project/* removed,
17203 date/template/Makefile.am adjusted:
17204 Remove everything except text-templates to replace hardcoded
17205 Edit->Insert texts with dynamic loaded.
17207 * plugins/cvs-plugin/plugin.[ch],
17208 plugins/cvs-actions.[ch],
17209 plugins/Makefile.am,
17210 plugins/cvs-plugin/Makefile.am,
17211 plugins/cvs-plugin/anjuta-cvs-plugin.ui,
17212 plugins/cvs-plugin/anjuta-cvs-plugin.glade,
17213 plugins/cvs-plugin/anjuta-cvs.plugin.in:
17214 Added initial cvs-plugin code
17216 2004-10-21 Naba Kumar <naba@gnome.org>
17218 * libanjuta/anjuta-plugin.c,
17219 plugins/build-basic-autotools/build-basic-autotools.c,
17220 plugins/debugger/plugin.c,
17221 plugins/devhelp/plugin.c,
17222 plugins/editor/anjuta-docman.c,
17223 plugins/editor/goto_line.c,
17224 plugins/editor/plugin.c,
17225 plugins/editor/search-replace.c,
17226 plugins/editor/text_editor.c,
17227 plugins/file-loader/plugin.c,
17228 plugins/file-manager/plugin.c,
17229 plugins/file-wizard/file.c,
17230 plugins/file-wizard/plugin.c,
17231 plugins/gdb/plugin.c,
17232 plugins/gtodo/plugin.c,
17233 plugins/message-view/anjuta-msgman.c,
17234 plugins/profile-default/plugin.c,
17235 plugins/project-manager/plugin.c,
17236 plugins/sample1/plugin.c,
17237 plugins/terminal/terminal.c: Defined all global variables static,
17238 particularly class parent_class variables. They were getting
17239 confused at link time.
17241 * libanjuta/plugins.c: Do not unload plugins when they are
17242 deactivated. Simply cache them for later activation. Unloading
17243 modules have some problem with shared libs using static class
17244 registration. Fixed hash type for installed plugins. Eventually,
17245 we want to add "CanUnload" attribute for .plugin files (in
17246 "Anjuta Plugin" group) to let plugin loader know if the plugin can
17247 be unloaded from memory. Those plugins declaring CanUnload=false
17248 will not be unloaded from memory and will be put in the cache. Those
17249 not declaring anything or declaring CanUnload=true, will be unloaded
17250 from memory when they are deactivated.
17252 * plugins/editor/action-callbacks.c, plugins/editor/anjuta-docman.c,
17253 plugins/editor/plugin.c, plugins/editor/text_editor.c,
17254 plugins/editor/text_editor.h, plugins/file-manager/an_file_view.c,
17255 plugins/file-manager/plugin.c, plugins/file-wizard/plugin.c,
17256 plugins/project-manager/plugin.c: Fixed object finalization, dispose,
17257 activation, deactivation. Fixed memory leaks.
17259 2004-10-20 Naba Kumar <naba@gnome.org>
17261 * TODO.tasks: Updated.
17263 * libanjuta/anjuta-plugin.c, libanjuta/anjuta-plugin.h,
17264 libanjuta/anjuta-utils.h, libanjuta/plugins.c: Defined separate
17265 macro for adding interfaces to plugin types. Code cleanup.
17267 * manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
17268 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
17270 * plugins/build-basic-autotools/build-basic-autotools.c,
17271 plugins/debugger/plugin.c, plugins/devhelp/plugin.c,
17272 plugins/editor/plugin.c, plugins/editor/text_editor.c,
17273 plugins/file-loader/plugin.c, plugins/file-manager/plugin.c,
17274 plugins/file-wizard/plugin.c, plugins/gdb/plugin.c,
17275 plugins/gtodo/plugin.c, plugins/message-view/message-view.c,
17276 plugins/message-view/plugin.c, plugins/profile-default/plugin.c,
17277 plugins/project-manager/plugin.c,
17278 plugins/symbol-browser/an_symbol_view.c,
17279 plugins/symbol-browser/plugin.c, plugins/terminal/terminal.c: Used
17280 newly defined macro to add interfaces to plugin types.
17282 * src/anjuta-app.c, src/shell.c: Do not add value for widgets.
17284 2004-10-20 Naba Kumar <naba@gnome.org>
17286 * TODO.tasks: Added task list.
17287 * plugins/file-manager/anjuta-file-manager-plugin.glade: Set
17290 2004-10-19 Naba Kumar <naba@gnome.org>
17292 * plugins/build-basic-autotools/build-basic-autotools.c: Fixed bugs.
17294 * plugins/editor/action-callbacks.c,
17295 plugins/editor/action-callbacks.h,
17296 plugins/editor/anjuta-docman.c,
17297 plugins/editor/anjuta-docman.h,
17298 plugins/editor/anjuta-document-manager.ui,
17299 plugins/editor/file_history.c,
17300 plugins/editor/file_history.h,
17301 plugins/editor/plugin.c: Added file history browsing.
17303 * plugins/gtodo/libgtodo.c, plugins/gtodo/plugin.c: Fixed refresh.
17305 * plugins/message-view/anjuta-message-manager.ui,
17306 plugins/message-view/plugin.c: Added document manager context menu.
17308 * plugins/symbol-browser/an_symbol_view.c,
17309 plugins/symbol-browser/an_symbol_view.h,
17310 plugins/symbol-browser/anjuta-symbol-browser-plugin.ui,
17311 plugins/symbol-browser/plugin.c: Added goto tag def/decl. Added
17312 document manager context menu.
17314 * scintilla/*, scintilla/include/*: Updated to current cvs.
17316 2004-10-19 Naba Kumar <naba@gnome.org>
17318 *plugins/debugger/anjuta-debugger.ui, src/anjuta.ui: Added
17319 placeholder for debugger UI.
17321 * plugins/devhelp/plugin.c, plugins/editor/plugin.c: Fixed shortcuts.
17322 * plugins/file-manager/plugin.c: Fixed loading bug.
17324 * libanjuta/anjuta-encodings.c, libanjuta/anjuta-encodings.h,
17325 libanjuta/anjuta-preferences.c, libanjuta/anjuta-preferences.h:
17326 Initializes gconf database with default values when the
17327 values are not defined. Use bool and int prefs separately.
17329 * plugins/editor/plugin.c: Added encoding preferences.
17330 * plugins/project-manager/plugin.c: Cleanup and debug messages.
17332 * manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
17333 manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
17334 manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
17335 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
17337 2004-10-18 Naba Kumar <naba@gnome.org>
17339 * po/POTFILES.in: Updated.
17341 * libanjuta/anjuta-ui.c: Corrected debug messages.
17343 * libegg/egg-combo-action.c, libegg/test-actions.c,
17344 libegg/menu/egg-combo-action.h: Fixed combo action.
17346 * plugins/debugger/Makefile.am, plugins/gdb/Makefile.am:
17349 * plugins/editor/action-callbacks.[c,h],
17350 plugins/editor/anjuta-document-manager.ui, plugins/editor/plugin.c:
17351 Implemented file swap. Removed dead codes.
17353 * plugins/editor/text_editor.[c,h]: Fixed crash bug. Removed
17356 * plugins/symbol-browser/an_symbol_view.[c,h],
17357 plugins/symbol-browser/anjuta-symbol-browser-plugin.ui,
17358 plugins/symbol-browser/plugin.[c,h]: Completed symbol browser plugin.
17359 Implemented file symbols. Implemented goto file line when symbol is
17362 * src/utilities.[c,h]: Moved code to plugins/editor/action-callbacks.c.
17364 2004-10-10 Naba Kumar <naba@gnome.org>
17366 Patch from Bosik, Pavol <pavol.bosik@radiantsystems.com>:
17368 * libanjuta/interfaces/libanjuta.idl: Added debugger interface.
17370 * plugins/debugger/.cvsignore,
17371 (added) plugins/debugger/Makefile.am,
17372 (added) plugins/debugger/anjuta-debugger.glade,
17373 (added) plugins/debugger/anjuta-debugger.plugin.in,
17374 (added) plugins/debugger/anjuta-debugger.plugin.png,
17375 (added) plugins/debugger/anjuta-debugger.ui,
17376 plugins/debugger/attach_process.c,
17377 (removed) plugins/debugger/attach_process_cbs.c,
17378 (removed) plugins/debugger/attach_process_cbs.h,
17379 (removed) plugins/debugger/breakpoints.c,
17380 (removed) plugins/debugger/breakpoints.h,
17381 (removed) plugins/debugger/debug_tree.c,
17382 (removed) plugins/debugger/debug_tree.h,
17383 (removed) plugins/debugger/debugger.c,
17384 (removed) plugins/debugger/debugger.h,
17385 (removed) plugins/debugger/memory.c,
17386 (removed) plugins/debugger/memory.h,
17387 (added) plugins/debugger/plugin.c,
17388 (added) plugins/debugger/plugin.h,
17389 (removed) plugins/debugger/registers.c,
17390 (removed) plugins/debugger/registers.h,
17391 (removed) plugins/debugger/registers_cbs.c,
17392 (removed) plugins/debugger/registers_cbs.h,
17393 (removed) plugins/debugger/registers_gui.c,
17394 (removed) plugins/debugger/sharedlib.c,
17395 (removed) plugins/debugger/sharedlib.h,
17396 (removed) plugins/debugger/sharedlib_cbs.c,
17397 (removed) plugins/debugger/sharedlib_cbs.h,
17398 (removed) plugins/debugger/sharedlib_gui.c,
17399 (removed) plugins/debugger/signals.c,
17400 (removed) plugins/debugger/signals.h,
17401 (removed) plugins/debugger/signals_cbs.c,
17402 (removed) plugins/debugger/signals_cbs.h,
17403 (removed) plugins/debugger/signals_gui.c,
17404 (removed) plugins/debugger/stack_trace.c,
17405 (removed) plugins/debugger/stack_trace.h,
17406 (added) plugins/debugger/utilities.c,
17407 (added) plugins/debugger/utilities.h,
17408 (removed) plugins/debugger/watch.c,
17409 (removed) plugins/debugger/watch.h,
17410 (removed) plugins/debugger/watch_cbs.c,
17411 (removed) plugins/debugger/watch_cbs.h,
17412 (removed) plugins/debugger/watch_gui.c,
17413 (removed) plugins/debugger/watch_gui.h: Moved files to gdb backend plugin.
17415 * configure.in, plugins/Makefile.am, (added) plugins/gdb/*:
17416 Added debugger gdb backend plugin.
17418 * plugins/message-view/plugin.c: Registered all message stock icons.
17420 * plugins/profile-default/plugin.c: Loads debugger plugin.
17422 * src/Makefile.am, libegg/Makefile.am: Fixed build errors.
17424 2004-10-08 Naba Kumar <naba@gnome.org>
17426 * libanjuta/libanjuta-1.0.pc.in: changed .pc file to have version
17429 * plugins/symbol-browser/.cvsignore,
17430 plugins/symbol-browser/Makefile.am,
17431 plugins/symbol-browser/an_symbol_view.c,
17432 plugins/symbol-browser/an_symbol_view.h,
17433 plugins/symbol-browser/anjuta-symbol-browser-plugin.png,
17434 plugins/symbol-browser/anjuta-symbol-browser-plugin.ui,
17435 plugins/symbol-browser/anjuta-symbol-browser.plugin.in,
17436 plugins/symbol-browser/plugin.c,
17437 plugins/symbol-browser/plugin.h,
17438 plugins/symbol-browser/sv_class.xpm,
17439 plugins/symbol-browser/sv_function.xpm,
17440 plugins/symbol-browser/sv_macro.xpm,
17441 plugins/symbol-browser/sv_private_fun.xpm,
17442 plugins/symbol-browser/sv_private_var.xpm,
17443 plugins/symbol-browser/sv_protected_fun.xpm,
17444 plugins/symbol-browser/sv_protected_var.xpm,
17445 plugins/symbol-browser/sv_public_fun.xpm,
17446 plugins/symbol-browser/sv_public_var.xpm,
17447 plugins/symbol-browser/sv_static_fun.xpm,
17448 plugins/symbol-browser/sv_static_var.xpm,
17449 plugins/symbol-browser/sv_struct.xpm,
17450 plugins/symbol-browser/sv_unknown.xpm,
17451 plugins/symbol-browser/sv_variable.xpm,
17452 plugins/symbol-browser/test-symbol-browser.c,
17453 plugins/Makefile.am: Implemented Symbol
17456 * pixmaps/sv_*.xpm: Moved to plugins/symbol-browser/ dir.
17458 * plugins/build-basic-autotools/Makefile.am,
17459 plugins/devhelp/Makefile.am,
17460 plugins/editor/Makefile.am,
17461 plugins/file-loader/Makefile.am,
17462 plugins/file-manager/Makefile.am,
17463 plugins/file-wizard/Makefile.am,
17464 plugins/gtodo/Makefile.am,
17465 plugins/message-view/Makefile.am,
17466 plugins/profile-default/Makefile.am,
17467 plugins/project-manager/Makefile.am
17468 plugins/sample1/Makefile.am,
17469 plugins/terminal/Makefile.am,
17470 scintilla/Makefile.am,
17471 libegg/Makefile.am,
17472 launcher/Makefile.am,
17473 libanjuta/Makefile.am,
17475 tagmanager/Makefile.am,
17476 configure.in: Defined anjuta_plugin_dir, anjuta_image_dir,
17477 anjuta_data_dir in configure.in and used them in plugins Makefile.am
17478 files. Also fixed library dependencies.
17480 * plugins/editor/aneditor.cxx: Disabled unused codes.
17481 * plugins/file-manager/an_file_view.c: Added copyright.
17482 * plugins/gtodo/tray-icon.c: Fixed pixmap path.
17484 * plugins/profile-default/plugin.c: Can load plugins by location.
17485 * plugins/project-manager/plugin.c: Remove project_root_uri value
17486 when project is closed.
17488 2004-10-06 Naba Kumar <naba@gnome.org>
17490 * libanjuta/plugins.c: Shows plugins in a nicer dialog.
17492 * libanjuta/interfaces/libanjuta.idl,
17493 plugins/editor/text_editor.c: Added get_length()
17494 and get_current_word() methods in IAnjutaEditor interface.
17496 * libegg/Makefile.am: Added test_actions target.
17498 * libegg/egg-combo-action.c: Fixed combo-action and made it usable.
17500 * plugins/build-basic-autotools/build-basic-autotools.c,
17501 plugins/file-loader/plugin.c,
17502 plugins/message-view/message-view.c: Added code to go to file and
17505 * plugins/devhelp/plugin.c: Context sensitive help now works.
17506 * plugins/editor/anjuta-docman.c: Reads the fragment id from file
17507 uri as line number and goes to that line number.
17509 * plugins/gtodo/interface.c, plugins/gtodo/libgtodo.c,
17510 plugins/gtodo/plugin.c: Creates a default gtodo client and implemented
17511 gtodo_client_load() method to load from a diffrent file. Watched
17512 project root directory in plugin to open TODO.tasks of the project.
17514 * plugins/project-manager/plugin.c: Updates project UI
17515 sensitive/insensitive.
17517 * src/Makefile.am, src/shell.[c,h], src/anjuta-shell.ui: Added
17518 anjuta-shell program to test plugins.
17520 * src/anjuta-app.c: Registered UI accels.
17522 2004-09-28 Naba Kumar <naba@gnome.org>
17524 * libanjuta/anjuta-shell.[c,h]: Added anjuta_shell_present_widget()
17527 * src/anjuta-app.c: Implemented present widget method.
17529 * plugins/devhelp/plugin.c, plugins/editor/plugin.c,
17530 plugins/message-view/plugin.c, plugins/project-manager/plugin.c,
17532 * plugins/editor/anjuta-docman.c: Code cleanup and selects newly
17535 * plugins/editor/text_editor.c: Connects to preferences changed signal
17538 2004-09-28 Naba Kumar <naba@gnome.org>
17540 * libanjuta/anjuta-debug.h, libanjuta/Makefile.am: Added debug
17543 * libanjuta/e-splash.c, Fixed compiler error and reduced progress bar
17546 * libegg/egg-entry-action.c: Takes GtkEditable rather than GtkEntry
17547 in changed signal callback.
17549 * plugins/editor/action-callbacks.c: Implemented save_all action
17550 callback. Removed dead code. Do save_as when saving a new file.
17551 Implemented incremental search.
17553 * plugins/editor/anjuta-docman.c: Removed dead code and formated code.
17555 * plugins/editor/plugin.c, plugins/editor/print.c: Used debug prints.
17557 * src/anjuta-app.c: Registers UI accelerators.
17559 2004-09-27 Naba Kumar <naba@gnome.org>
17561 * libanjuta/anjuta-utils.c: Added a border in input dialog entry box.
17563 * plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
17564 plugins/devhelp/anjuta-devhelp.plugin.in,
17565 plugins/file-loader/anjuta-loader.plugin.in,
17566 plugins/file-manager/anjuta-file-manager.plugin.in,
17567 plugins/gtodo/anjuta-gtodo.plugin.in,
17568 plugins/project-manager/anjuta-project-manager.plugin.in,
17569 plugins/terminal/anjuta-terminal.plugin.in:
17570 Gave proper plugin names.
17572 * plugins/build-basic-autotools/build-basic-autotools.c: Detailed
17573 error when regex fail.
17575 * plugins/devhelp/anjuta-devhelp.ui, plugins/devhelp/plugin.[c,h]:
17576 Added help and context search. Watches current editor. More menus
17577 in Help submenu. Update UI (sensitive when required) properly.
17579 * plugins/editor/anjuta-document-manager.ui,
17580 plugins/devhelp/anjuta-devhelp.ui,
17581 plugins/message-view/anjuta-message-manager.ui,
17582 src/anjuta.ui: Goto menu actions are in separate submenu.
17584 * src/anjuta.ui, src/action-callbacks.[c,h], src/anjuta-actions.h:
17585 Removed unimplemented UI elements.
17587 * src/anjuta-app.c: Larger (and normal) icon size.
17589 * src/layout.xml: Task manager plugin along with document (in middle).
17591 * plugins/editor/plugin.c, plugins/file-loader.c,
17592 plugins/devhelp/plugin.c: Gives short-labels and is-important flag
17593 in gtkactions. Enable/disable UI properly.
17595 2004-09-26 Naba Kumar <naba@gnome.org>
17597 * po/POTFILES.in: Updated, added missing files.
17599 * .cvsignore: Updated.
17601 * libanjuta/anjuta-utils.[h,c]: Functions take constant parameters. Added
17602 a new function to get User input text.
17604 * libanjuta/resources.[c,h]: Added a function to created sized image.
17606 * libanjuta/interfaces/libanjuta.idl: Changed parameter name to uri
17607 from filename, as thats the correct representation.
17609 * plugins/build-basic-autotools/Makefile.am,
17610 (added) plugins/build-basic-autotools/automake-c.filters,
17611 plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
17612 plugins/build-basic-autotools/build-basic-autotools.[c,h]:
17613 Rearragned UI elements in the build menu. Added codes to read build
17614 filter rules from external file. Implemented all build, configure,
17615 autogen commands. Watches current editor and project.
17617 * plugins/editor/anjuta-docman.[c,h], plugins/editor/plugin.c:
17618 Added editor changed signal and exports current editor value.
17619 Fixed parameter names. Fixed get_uri() interface implementation to
17620 return correct uri.
17622 * plugins/editor/anjuta-document-manager.ui: Removed unnecessary UI
17625 * plugins/file-loader/anjuta-loader-plugin.ui: Added New UI element.
17627 * plugins/file-manager/an_file_view.c,
17628 plugins/file-manager/an_file_view.c: Exports file uri correctly.
17630 * plugins/file-wizard/file.c: Reads uri correctly.
17632 * plugins/message-view/anjuta-msgman.c: Sizes tab images properly and
17633 sets the page to the new view.
17635 * plugins/message-view/message-view.c: Unrefs the tree model when done.
17636 Fixed signal connecting.
17638 * plugins/project-manager/plugin.c: Changed "project_root_directory"
17639 to "project_root_uri" and exports as uri.
17641 2004-09-24 Naba Kumar <naba@gnome.org>
17643 * libanjuta/anjuta-ui.c: Fixed a crash bug.
17644 * libanjuta/anjuta-plugin.c, libanjuta/plugins.c: Activates plugin
17646 * plugins/file-manager/plugin.c: Fixed crash in unloading.
17647 * plugins/file-loader/plugin.c: Added comments.
17648 * plugins/build-basic-autotools/plugin.c: Added comments.
17649 * plugins/devhelp/plugin.c: Fixed crash bug. Added comments.
17651 * libanjuta/interfaces/libanjuta.idl,
17652 plugins/message-view/anjuta-msgman.c,
17653 plugins/message-view/message-view.c,
17654 plugins/message-view/message-view.h,
17655 plugins/message-view/plugin.c: Buffering and appending messages have
17656 been separated. message-view implementations cleaned up. Signals
17657 Emissions fixed. Messages now displayed in summary and details show
17658 as tooltip. Message color highlights fixed. Updated IAnjutaMessageView
17661 * plugins/message-view/anjuta-message-manager-plugin.glade: Organized
17664 * plugins/build-basic-autotools/Makefile.am,
17665 plugins/build-basic-autotools/build-basic-autotools.c: Added regex
17666 parsing of output to create message summaries. Uses new message view
17669 * plugins/editor/anjuta-document-manager.glade: Hidden unnecessary
17670 preferences to make dialog box smaller.
17672 * plugins/editor/search-replace.c: Fixed compile error with change
17673 in IAnjutaMessageView API.
17675 2004-09-21 Naba Kumar <naba@gnome.org>
17677 * plugins/Makefile.am: Deletes old (installed) plugins before
17678 installing new ones.
17680 * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
17681 plugins/build-basic-autotools/build-basic-autotools.c,
17682 plugins/build-basic-autotools/build-basic-autotools.h: Uses exported
17683 file URI from filemanager. Only disables/enables build submenu in file
17684 manager, instead of merging/unmerging.
17686 * plugins/editor/anjuta-docman.c: Fixed a crash bug when opening
17689 * plugins/file-loader/anjuta-loader-plugin.ui,
17690 plugins/file-loader/plugin.c, plugins/file-loader/plugin.h:
17691 Implemented "Open with" file manager submenu. Displays error message
17692 when file can not be opened.
17694 * plugins/file-manager/an_file_view.c: Renamed
17695 file_manager_current_filename value name to file_manager_current_uri
17696 and exports proper URI.
17698 * plugins/gtodo/plugin.c: Display name changed to "Tasks".
17700 2004-09-19 Naba Kumar <naba@gnome.org>
17702 * plugins/editor/anjuta-docman.c, plugins/editor/plugin.c,
17703 plugins/editor/text_editor.c, plugins/editor/text_editor_cbs.c: Added
17704 save point signal to change editor tabs. Fixed accels.
17706 * plugins/file-loader/plugin.c: Fixed accels.
17708 * plugins/project-manager/plugin.c: Added target selection callback.
17710 * plugins/project-manager/plugin.c: Added URI activation.
17711 * plugins/editor/goto-line.c, plugin/editor/action_callbacks.c:
17712 Fixed dialog and closed it on ok. Fixed a crash bug.
17713 * plugins/editor/anjuta-docman.c: Set notebook scrollable.
17715 * (added) libegg/egg-recent-*.c, (added) libegg/recent-files/*,
17716 configure.in, libegg/Makefile.am, plugins/file-loader/Makefile.am,
17717 plugins/file-loader/anjuta-loader-plugin.ui,
17718 plugins/file-loader/plugin.c, plugins/file-loader/plugin.h:
17719 Added recent files in file loade plugin.
17721 * ChangeLog: Fixed entry dates.
17723 2004-09-18 Naba Kumar <naba@gnome.org>
17725 * plugins/devhelp/plugin.c: Added UI sensitization and removed
17726 an unnecessary GtkFrame.
17728 2004-09-17 Naba Kumar <naba@gnome.org>
17730 * mime/anjuta.xml, mime/Makefile.am: Added mime definition xml.
17734 * data/Makefile.am: Disabled installing old mime info.
17736 * mime/anjuta.applications, mime/anjuta.keys: Updated.
17738 * plugins/editor/anjuta-docman.c, plugins/editor/anjuta-docman.h,
17739 plugins/editor/anjuta-document-manager.ui,
17740 plugins/editor/plugin.c, plugins/editor/text_editor.c,
17741 plugins/editor/text_editor.h, plugins/editor/text_editor_cbs.c:
17742 Added Editor context popup menu.
17744 * plugins/project-manager/anjuta-project-manager-plugin.png:
17747 * plugins/project-manager/anjuta-project-manager.plugin.in:
17748 Support .anjuta mime type.
17750 * plugins/project-manager/plugin.c: Exports "project_root_directory"
17753 * plugins/file-manager/plugin.c: Watches "project_root_directory"
17756 * src/layout.xml, plugins/profile-default/plugin.c:
17757 Added project manager plugin for startup.
17759 2004-09-16 Naba Kumar <naba@gnome.org>
17761 * anjuta.prj: Updated.
17763 * pixmaps/Makefile.am, plugins/build-basic-autotools/Makefile.am,
17764 plugins/devhelp/Makefile.am, plugins/editor/Makefile.am,
17765 plugins/file-loader/Makefile.am, plugins/file-manager/Makefile.am,
17766 plugins/file-wizard/Makefile.am, plugins/message-view/Makefile.am,
17767 plugins/profile-default/Makefile.am, plugins/sample1/Makefile.am,
17768 plugins/terinal/Makefile.am, src/Makefile.am,
17769 plugins/gtodo/Makefile.am, plugins/project-manager/Makefile.am:
17770 Fixed makefile syntax errors.
17772 2004-09-16 Naba Kumar <naba@gnome.org>
17774 * configure.in, src/layout.xml,
17775 plugins/profile-default/plugin.c,
17776 libanjuta/interfaces/libanjuta.idl,
17777 plugins/Makefile.am, (added) plugins/gtodo/*: Added Todo plugin.
17779 * configure.in, plugins/Makefile.am,
17780 plugins/project-manager/.cvsignore,
17781 plugins/project-manager/Makefile.am,
17782 plugins/project-manager/anjuta-project-manager-plugin.png,
17783 plugins/project-manager/anjuta-project-manager.plugin.in,
17784 plugins/project-manager/anjuta-project-manager.ui,
17785 plugins/project-manager/plugin.c,
17786 plugins/project-manager/plugin.h: Added project manager plugin
17787 based on gnome-build.
17789 * Makefile.am, mime/Makefile.am, mime/anjuta.applications,
17790 mime/anjuta.keys, mime/anjuta.mime: Added anjuta files mime types.
17792 * manuals/reference/libanjuta/tmpl/e-splash.sgml,
17793 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
17794 manuals/reference/libanjuta/tmpl/properties.sgml: Updated.
17796 2004-09-16 Naba Kumar <naba@gnome.org>
17798 * plugins/editor/action-callbacks.c: Fixed compile error.
17800 2004-09-15 Naba Kumar <naba@gnome.org>
17802 * plugins/devhelp/plugin.[c,h]: Fixed a start-up warning.
17804 * libanjuta/e-splash.c, plugins/profile-default/plugin.c:
17805 New improved splace with nicer progress.
17807 * configure.in, plugins/Makefile.am,
17808 (added) file-wizard/.cvsignore,
17809 (added) file-wizard/Makefile.am,
17810 (added) file-wizard/action-callbacks.c,
17811 (added) file-wizard/action-callbacks.h,
17812 (added) file-wizard/anjuta-file-wizard-plugin.png,
17813 (added) file-wizard/anjuta-file-wizard.glade,
17814 (added) file-wizard/anjuta-file-wizard.plugin.in,
17815 (added) file-wizard/anjuta-file-wizard.ui,
17816 (added) file-wizard/file.c,
17817 (added) file-wizard/file.h,
17818 (added) file-wizard/plugin.c,
17819 (added) file-wizard/plugin.h:
17820 Created new file wizard and added it. The wizard takes care of text
17821 bit insertions and new files creation.
17823 * plugins/editor/Makefile.am, plugins/editor/action-callbacks.c,
17824 plugins/editor/action-callbacks.h,
17825 plugins/editor/anjuta-document-manager.glade,
17826 plugins/editor/anjuta-document-manager.ui,
17827 plugins/editor/plugin.c, plugins/editor/text_editor.c,
17828 (removed) plugins/editor/file.[c,h]: Removed text insertions and
17829 new files code and moved into a new plugin (file wizard).
17831 * libanjuta/plugins.[c,h]: Added plugins selection function.
17833 * libanjuta/interfaces/libanjuta.idl: Added goto_position(),
17834 get_position(), insert() in IAnjutaEditor interface. Added
17835 add_buffer() in IAnjutaDocumentManager interface. Added IAnjutaWizard
17836 interface (for wizard plugins).
17838 * plugins/file-loader/anjuta-loader-plugin.ui,
17839 plugins/file-loader/plugin.c: Added wizard launcher interface which
17840 scans for plugins implement IAnjutaWizard interface and presents the
17841 list to user for selection. The selected plugin is then activated
17844 * libanjuta/interfaces/.cvsignore: Updated.
17845 * plugins/message-view/.cvsignore: Updated.
17846 * plugins/launcher/*: Removed as launcher has already been moved to
17847 libanjuta as class.
17849 * manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
17850 manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
17851 manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
17852 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
17853 manuals/reference/libanjuta/tmpl/pixmaps.sgml:
17854 Updated API documentations.
17856 2004-09-01 Amanpreet Singh Alam <aalam@redhat.com>
17858 * configure.in: Added Punjabi to ALL_LINGUAS
17860 2004-07-29 Naba Kumar <naba@gnome.org>
17862 * configure.in: Added file-loader plugin Makefile path and
17863 fixed devhelp version requirement.
17865 2004-07-28 Naba Kumar <naba@gnome.org>
17867 * src/anjuta-app.c, libanjuta/pixmaps.h, libanjuta/anjuta-stock.h,
17868 terminal/preferences-terminal.png (added), message-view/*.png (added),
17869 message-view/*.xpm (added), editor/*.png (added),
17870 editor/*.xpm (added), plugins/editor/Makefile.am,
17871 plugins/editor/plugin.c, plugins/message-view/Makefile.am,
17872 plugins/message-view/plugin.c, plugins/terminal/Makefile.am,
17873 src/anjuta-app.c, pixmaps/Makefile.am: Moved pixmap files to
17874 respective plugins directories.
17876 * pixmaps/autocomplete-16.png, pixmaps/autocomplete.png,
17877 pixmaps/block-end-16.png, pixmaps/block-end.png
17878 pixmaps/block-start-16.png, pixmaps/block-start.png
17879 pixmaps/block_select.xpm, pixmaps/bookmark-first-16.png
17880 pixmaps/bookmark-first.png, pixmaps/bookmark-last-16.png
17881 pixmaps/bookmark-last.png, pixmaps/bookmark-next-16.png
17882 pixmaps/bookmark-next.png, pixmaps/bookmark-prev-16.png
17883 pixmaps/bookmark-prev.png, pixmaps/bookmark_toggle.xpm
17884 pixmaps/fold_close.xpm, pixmaps/fold_open.xpm
17885 pixmaps/fold_toggle.xpm, pixmaps/indent.xpm
17886 pixmaps/indent_auto.xpm, pixmaps/indent_dcr.xpm
17887 pixmaps/indent_inc.xpm, pixmaps/indent_set.xpm
17888 pixmaps/preferences-editor.png, pixmaps/undock.png
17889 pixmaps/error-next-16.png, pixmaps/error-next.png
17890 pixmaps/error-prev-16.png, pixmaps/error-prev.png
17891 pixmaps/messages.xpm, pixmaps/preferences-messages.png,
17892 pixmaps/preferences-terminal.png: Deleted
17894 * libanjuta/properties* (removed), plugins/editor/properties* (added),
17895 plugins/editor/Makefile.am, plugins/editor/action-callbacks.c,
17896 plugins/editor/aneditor.cxx, plugins/editor/anjuta-docman.c,
17897 plugins/editor/anjuta-document-manager.plugin.in,
17898 plugins/editor/anjuta-document-manager.ui,
17899 plugins/editor/plugin.c, plugins/editor/print.c,
17900 plugins/editor/search-replace_backend.c,
17901 plugins/editor/search_preferences.h,
17902 plugins/editor/text_editor.c, plugins/editor/text_editor.h:
17903 Moved properties souce files to editor plugin as it not required in
17904 libanjuta. Other editor fixes.
17906 * configure.in, libegg/Makefile.am, libegg/egg-dock* (removed),
17907 libegg/dock/* (removed)
17908 : Restored GDL external dependencies and removed libegg dock
17909 sources, because gdl is being developed.
17911 * libanjuta/Makefile.am, libanjuta/anjuta-preferences.c,
17912 libanjuta/anjuta-preferences.h, libanjuta/anjuta-shell.c,
17913 libanjuta/anjuta-shell.h, libanjuta/anjuta-utils.c,
17914 libanjuta/anjuta-utils.h, libanjuta/libanjuta.h,
17915 libanjuta/plugins.c, libanjuta/plugins.h,
17916 libanjuta/resources.c, libanjuta/resources.h: Preferences now use
17917 gconf system. Shell now takes docking positions. Added more utility
17918 functions. Added plugins query function. And other fixes.
17920 * libanjuta/interfaces/libanjuta.idl: Added File loader interface.
17922 * plugins/Makefile.am, plugins/file-loader/*: Implemented file loader
17923 plugin to load files based on mime type.
17925 * configure.in, plugins/devhelp/plugin.c: Fixed to use devhelp >= 0.9.
17927 * plugins/file-manager/Makefile.am, plugins/file-manager/an_file_view.c,
17928 plugins/file-manager/plugin.c: File manager now uses file loader to
17931 * plugins/message-view/anjuta-msgman.c,,
17932 plugins/message-view/message-view.c,
17933 plugins/message-view/plugin.c: Implemented launcher in libanjuta.
17935 * plugins/profile-default/plugin.c, plugins/sample1/plugin.c,
17936 plugins/terminal/terminal.c, src/Makefile.am,
17937 src/action-callbacks.c, src/anjuta-app.c, src/anjuta-app.h,
17938 src/anjuta.c, src/layout.xml, src/preferences.c: Bug fixes.
17940 * libegg/dock/*: Removed directory.
17942 2004-07-28 Naba Kumar <naba@gnome.org>
17944 * configure.in: Reduced gnome-print version requirement.
17945 * plugins/devhelp/plugin.c: Fixed changes wrt develop >= 0.9.0.
17947 2004-07-21 Ray Strode <rstrode@redhat.com>
17948 * anjuta/anjuta.desktop.in.in: Add MimeType line to desktop file
17951 2004-06-29 Johannes Schmid <jhs@cvs.gnome.org>
17953 * plugins/editor/search-replace.c: Some fixes
17954 * plugins/terminal/Makefile.am:
17955 Patch from: Alexey Rusakov <ktirf@users.sf.net>
17957 2004-05-19 Naba Kumar <naba@gnome.org>
17959 * libanjuta/e-splash.c: Set 'type' at construct time. Fixed
17962 2004-05-17 Johannes Schmid <jhs@cvs.gnome.org>
17964 * plugins/editor/text_editor.c: Implemented IAnjutaFile correctly.
17965 Implemented IAnjutaSavable
17966 * plugins/editor/plugin.c: Implemented IAnjutaFile and IAnjutaSavable.
17968 2004-05-17 Naba Kumar <naba@gnome.org>
17970 * configure.in, plugins/Makefile.am, plugins/profile-default/plugin.c,
17971 plugins/build-basic-autotools/.cvsignore,
17972 plugins/build-basic-autotools/Makefile.am,
17973 plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.png,
17974 plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
17975 plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
17976 plugins/build-basic-autotools/build-basic-autotools.c,
17977 plugins/build-basic-autotools/build-basic-autotools.h: Added basic autotools
17980 * libanjuta/interfaces/libanjuta.idl: Added IAnjutaProject interface
17983 * plugins/file-manager/an_file_view.c,
17984 plugins/file-manager/anjuta-file-manager.ui,
17985 plugins/file-manager/plugin.c, plugins/file-manager/plugin.h:
17986 Added context menu UI.
17988 * src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c: Added widgets show/hide
17991 2004-05-16 Johannes Schmid <jhs@cvs.gnome.org>
17993 * libanjuta/anjuta-preferences.[ch]:
17994 Added save/load_gconf functions
17995 * src/action_callbacks.[ch], src/preferences.c:
17996 Load global prefs from gconf at startup and save them
17997 on exit. Prefs load and save correctly but something resets
17998 them to default after loading...
17999 * src/Makefile.am: Hack: Add anjuta-preferences.o to LD_ADD.
18000 Somehow the linker does not find save/load_gconf functions
18001 in libanjuta. Must be a stupid mistake, I would be glad
18002 if someone could fix that.
18003 * manuals/reference/libanjuta-sections.txt: Added new
18004 preferences functions and removed gnome-filelist
18005 * plugins/file-manager/anjuta-file-manager-plugin.glade:
18006 * plugins/file-manager/plugin.c:
18007 Added root-path property
18009 2004-05-14 Johannes Schmid <jhs@cvs.gnome.org>
18011 * libanjuta/fileselection.[ch], gnomefilelist.[ch]: Removed,
18012 they are not longer needed.
18013 * manuals/reference/libanjuta/Makefile.am, anjuta-docs.sgml,
18014 anjuta-sections.txt: Remove references to the files
18015 * libanjuta/pixmaps.h, pixmaps/directory(-accept).png:
18016 Use new nautilus icons for file-manager, looks incredible
18019 2004-05-14 Johannes Schmid <jhs@cvs.gnome.org>
18021 * plugins/editor/anjuta-docman.c: gchar* to
18022 const gchar* in arguments
18023 * plugins/editor/text_editor.c: Implemented IAnjutaFile
18025 * plugins/file-manager/an_file_view.c: Open files on
18026 double-click. Does not work yet because it does not
18027 find IAnjutaFile interface in document manager
18029 2004-05-14 Johannes Schmid <jhs@cvs.gnome.org>
18031 * plugins/editor/anjuta-docman.c
18032 * plugins/editor/text_editor.c:
18033 Made close button working, made multiple selection in
18034 File/Open dialog possble, fixed crash bug if file cannot
18037 2004-05-13 Johannes Schmid <jhs@cvs.gnome.org>
18039 * plugins/editor/action-callbacks.c
18040 * plugins/editor/anjuta-docman.c
18041 * plugins/editor/anjuta-docman.h
18042 * plugins/editor/search-replace.c
18043 * plugins/editor/search-replace_backend.c
18044 * plugins/editor/text_editor.c
18045 * plugins/editor/text_editor.h:
18046 Moved to new GtkFileChooserDialog, use gnome-vfs everywhere to be
18047 able to open all files, use uri instead of full_filename, fixed
18051 2004-05-13 Naba Kumar <naba@gnome.org>
18053 * plugins/message-view/anjuta-message-manager-plugin.glade:
18056 * src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Fixed toolbar
18059 * pixmaps/anjuta_splash.png: Added border.
18061 * plugins/editor/anjuta-document-manager.png: New icon.
18063 * anjuta.glade, plugins/editor/anjuta-document-manager.glade,
18064 plugins/editor/.cvsignore: Moved search dialogs from anjuta.glade.
18066 plugins/editor/Makefile.am,
18067 plugins/editor/search-replace.c,
18068 plugins/editor/search-replace.h,
18069 plugins/editor/search-replace_backend.c,
18070 plugins/editor/search-replace_backend.h,
18071 plugins/editor/search_preferences.h,
18072 plugins/editor/search_preferences.c: Merged changes from
18073 ANJUTA_1_2_0 branch.
18075 * plugins/editor/anjuta-docman.c, plugins/editor/file.c,
18076 plugins/editor/plugin.c: Fixed crash bugs. Made toggle editor items
18079 * plugins/terminal/Makefile.am,
18080 plugins/terminal/anjuta-terminal-plugin.glade: Fixed terminal preferences
18083 * src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Added toolbar
18086 2004-05-13 Johannes Schmid <jhs@cvs.gnome.org>
18087 * plugins/message-view/plugin.c: Fixed glade file loading
18088 Removed "Show messages" menu item
18089 * src/anjuta-app.c: Fixed crash bug, g_free(filename was called
18090 twice because of this load system layout hack.
18091 * libanjuta/anjuta-ui.h: Removed #include config.h
18092 * libanjuta/libanjuta.pc: Fixed path and depencies
18093 * libanjuta/Makefile.am: Install properties.h and glue-plugin.h
18094 * libanjuta/properties.h: Moved C++ stuff to properties_cxx.h (file added)
18095 * libanjuta/properties.cxx : #include "properties_cxx.h"
18096 * plugins/editor/aneditor.cxx: #include "properties_cxx.h"
18098 2004-05-12 Johannes Schmid <jhs@cvs.gnome.org>
18099 * plugins/message-view/*: Fixed message view preferences
18100 * plugins/message-view/message_prefs.glade: unmerged from anjuta.glade
18101 * anjuta.glade: Removed messages stuff
18103 2004-05-12 Johannes Schmid <jhs@cvs.gnome.org>
18105 * Removed libanjutamm, it is now hosted on SF.net:
18106 cvs.sf.net/cvsroot/anjuta/libanjutamm
18108 2004-05-11 Johannes Schmid <jhs@cvs.gnome.org>
18111 Added some experimental code to add support for C++ plugins.
18112 Nothing works yet and it is likely that it will disappear but
18113 I have some questions to murrayc and he wants to see the code.
18115 2004-05-11 Naba Kumar <naba@gnome.org>
18117 * plugins/terminal/terminal.c: Fixed prefs loading bug.
18119 * plugins/editor/action-callbacks.c: Fixed a crash bug in
18120 hightlight style menu actions.
18122 * manuals/reference/libanjuta/libanjuta-docs.sgml,
18123 manuals/reference/libanjuta/plugin-description-file.sgml,
18124 manuals/reference/libanjuta/writing-plugins.sgml,
18125 manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18126 manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18127 manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml: Updated docs.
18129 * src/anjuta-app.c: Always load system layout for now.
18131 * libanjuta/anjuta-shell.h, libanjuta/gnomefilelist.h: Fixed format.
18133 * manuals/reference/libanjuta/libanjuta-docs.sgml,
18134 manuals/reference/libanjuta/libanjuta-sections.txt,
18135 manuals/reference/libanjuta/libanjuta.types,
18136 manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18137 manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18138 manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
18139 manuals/reference/libanjuta/tmpl/fileselection.sgml,
18140 manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
18141 (added) manuals/reference/libanjuta/tmpl/ianjuta-terminal.sgml:
18142 Updated documentation.
18144 * (new) plugins/terminal/*, plugins/Makefile.am, configure.in,
18145 plugins/profile-default/plugin.c, src/layout.xml:
18146 Created terminal plugin.
18148 * (new) plugins/file-manager/anjuta-file-manager-plugin.glade,
18149 (new) plugins/file-manager/.cvsignore,
18150 plugins/file-manager/an_file_view.c,
18151 plugins/file-manager/plugin.c,
18152 plugins/file-manager/plugin.h: Moved preferences to separate
18153 glade file and added cvsignore file.
18155 * (new) po/ko.po, (new) po/sq.po, po/ChangeLog: Brought missing po files
18156 from ANJUTA_1_2_0 branch. Please note that other po files need merging
18157 from the branch. I tried it but there were way too many conflicts.
18159 * anjuta.glade: Merged with ANJUTA_1_2_0 branch.
18161 * libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h: Added more
18162 util functions required during the merge.
18164 * libanjuta/interfaces/libanjuta.idl: Defined IAnjutaTerminal
18167 * plugins/editor/aneditor.cxx, plugins/editor/aneditor.h,
18168 plugins/editor/anjuta-docman.c, plugins/editor/goto_line.c,
18169 plugins/editor/text_editor.c, plugins/editor/text_editor.h,
18170 plugins/editor/text_editor_menu.c, plugins/file-manager/Makefile.am:
18171 Merged with ANJUTA_1_2_0 branch.
18173 2004-05-09 Johannes Schmid <jhs@cvs.gnome.org>
18175 * configure.in: Changed GNOME_COMPILE_WARNIGS from error to maximum
18177 2004-05-07 Naba Kumar <naba@gnome.org>
18179 * libanjuta/anjuta-ui.c: Reads action labels and icons correctly.
18181 * plugins/file-manager/an_file_view.c, plugins/file-manager/plugin.c:
18182 Added preferences reading and loading.
18184 * anjuta.glade, anjuta_dialogs_strings.c, ChangeLog,
18185 libanjuta/anjuta-preferences.c, libanjuta/defaults.c,
18186 libanjuta/fileselection.c, libanjuta/fileselection.h,
18187 libanjuta/resources.c: Merged with ANJUTA_1_2_0 branch.
18189 * manuals/reference/libanjuta/anjuta-architecture.sgml: Added some docs.
18191 * AUTHORS, HACKING, NEWS, README, anjuta.desktop.in.in,
18192 anjuta.spec.in, configure.in, data/autogen.sh.generic,
18193 data/autogen.sh.gtk, data/autogen.sh.gtkmm, data/autogen.sh.wxwin,
18194 data/macros/autogen.sh, data/macros2/autogen.sh
18195 data/properties/ada.properties, data/properties/anjuta.properties,
18196 launcher/Makefile.am, launcher/anjuta_launcher.c, libanjuta/gnomefilelist.c,
18197 libanjuta/gnomefilelist.h, manuals/C/Makefile.am,
18198 (added) manuals/C/anjuta-advanced-tutorial/.cvsignore,
18199 (added) manuals/C/anjuta-advanced-tutorial/Makefile.am,
18200 (added) manuals/C/anjuta-advanced-tutorial/anjuta-advanced-tutorial-C.omf,
18201 (added) manuals/C/anjuta-advanced-tutorial/anjuta-advanced-tutorial.xml,
18202 (added) manuals/C/anjuta-advanced-tutorial/figures/aat_additional_options.png,
18203 (added) manuals/C/anjuta-advanced-tutorial/figures/aat_config_libraries_lib3ds.png,
18204 (added) manuals/C/anjuta-advanced-tutorial/figures/aat_config_libraries_libxml2.png,
18205 (added) manuals/C/anjuta-advanced-tutorial/figures/aat_include_paths.png,
18206 (added) manuals/C/anjuta-advanced-tutorial/figures/aat_libraries.png,
18207 (added) manuals/C/anjuta-advanced-tutorial/figures/aat_options_lib3ds.png,
18208 (added) manuals/C/anjuta-advanced-tutorial/figures/aat_options_libxml2.png,
18209 (added) manuals/C/anjuta-advanced-tutorial/figures/aat_project_type.png,
18210 manuals/C/anjuta-manual/authors.xml, manuals/C/anjuta-manual/build.xml,
18211 manuals/C/anjuta-tutorial/anjuta-tutorial.xml,
18212 plugins/class-gen/clsGen.c, plugins/editor/print.c,
18213 plugins/patch/patch-plugin.c, scintilla/Document.cxx,
18214 scintilla/Editor.cxx, scintilla/KeyWords.cxx, scintilla/LexCPP.cxx
18215 scintilla/LexMatlab.cxx, scintilla/LexOthers.cxx, scintilla/LexRuby.cxx,
18216 scintilla/LexVB.cxx, scintilla/Makefile.am, scintilla/PlatGTK.cxx,
18217 (added) scintilla/README.sync, scintilla/ScintillaBase.cxx,
18218 scintilla/ScintillaBase.h, scintilla/ScintillaGTK.cxx,
18219 (added) scintilla/scintilla-marshal.c,
18220 (added) scintilla/scintilla-marshal.h,
18221 (added) scintilla/scintilla-marshal.list,
18222 scintilla/include/SString.h, scintilla/include/SciLexer.h,
18223 scintilla/include/Scintilla.h, scintilla/include/Scintilla.iface,
18224 (added) scintilla/patches/scintilla-calltip-align.patch,
18225 (added) scintilla/patches/scintilla-minor.patch,
18226 tagmanager/Makefile.am: Merge (level 4) with ANJUTA_1_2_0 branch.
18228 2004-05-06 Naba Kumar <naba@gnome.org>
18230 * (added) plugins/file-manager/Makefile.am,
18231 (added) plugins/file-manager/anjuta-file-manager-plugin.png,
18232 (added) plugins/file-manager/anjuta-file-manager.plugin.in,
18233 (added) plugins/file-manager/anjuta-file-manager.ui,
18234 (added) plugins/file-manager/plugin.c,
18235 (added) plugins/file-manager/plugin.h,
18236 (removed) plugins/file-manager/an_file_view.h,
18237 plugins/Makefile.am, configure.in,
18238 plugins/file-manager/an_file_view.c: Created file manager plugin.
18240 * plugins/profile-default/plugin.c: Added file manager plugin in default
18243 * libanjuta/Makefile.am: Fixed dependencies.
18244 * pixmaps/anjuta_splash.png: New splash screen.
18246 2004-05-05 Johannes Schmid <jhs@cvs.gnome.org>
18248 * template/template.c/h: Added in-line doc
18249 * manuals/reference/template/*: Added template documentation
18250 * configure.in: Build template docs
18252 2004-05-05 Naba Kumar <naba@gnome.org>
18254 * autogen.sh: Added commands to generate initial interfaces.
18256 * libanjuta/Makefile.am,
18257 (removed)libanjuta/anjuta-plugin-parser.c,
18258 (removed)libanjuta/anjuta-plugin-parser.h,
18259 (added)libanjuta/anjuta-plugin-description.c,
18260 (added)libanjuta/anjuta-plugin-description.h: Renamed plugin-parser to
18261 plugin description.
18263 * libanjuta/anjuta-plugin.c,
18264 libanjuta/anjuta-plugin.h: Added activation and deactivation methods.
18266 * libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h: Fixed documentation
18267 and added AnjutaShellPlacement enum for widgeds placement (passed to
18268 widget add_widget() method.
18270 * libanjuta/plugins.c, libanjuta/plugins.h: Added plugin query routines
18271 and moved plugin sets loading in profile plugins.
18273 * libanjuta/interfaces/.cvsignore,
18274 (removed)libanjuta/interfaces/Makefile.am,
18275 libanjuta/interfaces/libanjuta.idl,
18276 libanjuta/interfaces/anjuta-idl-compiler.pl,
18277 (removed)libanjuta/interfaces/ianjuta-document-manager.c,
18278 (removed)libanjuta/interfaces/ianjuta-document-manager.h,
18279 (removed)libanjuta/interfaces/ianjuta-editor.c,
18280 (removed)libanjuta/interfaces/ianjuta-editor.h,
18281 (removed)libanjuta/interfaces/ianjuta-file.c,
18282 (removed)libanjuta/interfaces/ianjuta-file.h,
18283 (removed)libanjuta/interfaces/ianjuta-message-manager.c,
18284 (removed)libanjuta/interfaces/ianjuta-message-manager.h,
18285 (removed)libanjuta/interfaces/ianjuta-message-view.c,
18286 (removed)libanjuta/interfaces/ianjuta-message-view.h: Removed all *.c,
18287 *.h and Makefile.am files. They are autogenerated. Interfaces are
18288 by anjuta-idl-compiler.pl from libanjuta.idl file.
18290 * manuals/reference/libanjuta/Makefile.am,
18291 manuals/reference/libanjuta/anjuta-architecture.sgml,
18292 manuals/reference/libanjuta/libanjuta-docs.sgml,
18293 manuals/reference/libanjuta/libanjuta-sections.txt,
18294 manuals/reference/libanjuta/libanjuta.types,
18295 manuals/reference/libanjuta/plugin-description-file.sgml,
18296 manuals/reference/libanjuta/writing-plugins.sgml,
18297 (added)manuals/reference/libanjuta/tmpl/.cvsignore,
18298 (added)manuals/reference/libanjuta/tmpl/anjuta-plugin-description.sgml,
18299 (removed)manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
18300 manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18301 manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
18302 (added)manuals/reference/libanjuta/tmpl/ianjuta-buildable.sgml,
18303 (added)manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
18304 (added)manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
18305 (added)manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
18306 (added)manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
18307 manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
18308 manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
18309 (added)manuals/reference/libanjuta/tmpl/ianjuta-file-loader.sgml,
18310 (added)manuals/reference/libanjuta/tmpl/ianjuta-file-manager.sgml,
18311 (added)manuals/reference/libanjuta/tmpl/ianjuta-file-savable.sgml,
18312 (added)manuals/reference/libanjuta/tmpl/ianjuta-file.sgml,
18313 (added)manuals/reference/libanjuta/tmpl/ianjuta-help.sgml,
18314 (added)manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
18315 (added)manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
18316 (added)manuals/reference/libanjuta/tmpl/ianjuta-loader.sgml,
18317 (added)manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml,
18318 manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml,
18319 manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml,
18320 (added)manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
18321 (added)manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
18322 (added)manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
18323 (added)manuals/reference/libanjuta/tmpl/ianjuta-stream-loader.sgml,
18324 (added)manuals/reference/libanjuta/tmpl/ianjuta-stream-savable.sgml,
18325 (added)manuals/reference/libanjuta/tmpl/ianjuta-stream.sgml,
18326 (added)manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
18327 (added)manuals/reference/libanjuta/tmpl/libanjuta-iface-marshallers.sgml,
18328 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
18329 manuals/reference/libanjuta/tmpl/plugins.sgml: Updated documentation.
18330 Wrote writing-plugins.sgml documentation. Fixed cross links. Added
18331 interfaces template sgmls.
18333 * plugins/Makefile.am,
18334 plugins/devhelp/anjuta-devhelp.plugin.in,
18335 plugins/devhelp/plugin.c,
18336 plugins/editor/action-callbacks.c,
18337 plugins/editor/anjuta-document-manager.plugin.in,
18338 plugins/editor/plugin.c,
18339 plugins/editor/plugin.h,
18340 plugins/editor/text_editor.c,
18341 plugins/sample1/plugin.c,
18342 plugins/message-view/anjuta-message-manager.plugin.in,
18343 plugins/message-view/plugin.c: Fixed shell add_widget method to take
18344 placement. Fixed other errors.
18346 * (added)plugins/profile-default/.cvsignore,
18347 (added)plugins/profile-default/Makefile.am,
18348 (added)plugins/profile-default/anjuta-default-profile-plugin.png,
18349 (added)plugins/profile-default/anjuta-default-profile.plugin.in,
18350 (added)plugins/profile-default/anjuta-default-profile.ui,
18351 (added)plugins/profile-default/plugin.c,
18352 (added)plugins/profile-default/plugin.h: Added a default new
18356 src/action-callbacks.c,
18359 src/main.cpp: Fixed necessary changes for libanjuta
18361 2004-05-04 Naba Kumar <naba@gnome.org>
18363 * libanjuta/anjuta-shell.[h,c], src/anjuta-app.c,
18364 plugins/sample1/plugin.c, plugins/devhelp/plugin.c,
18365 plugins/message-view/plugin.c, plugins/editor/plugin.c: Added shell
18366 placement for default widgets placements.
18368 2004-05-03 Naba Kumar <naba@gnome.org>
18370 * manuals/reference/libanjuta/anjuta-architecture.sgml,
18371 manuals/reference/libanjuta/libanjuta-docs.sgml,
18372 manuals/reference/libanjuta/plugin-description-file.sgml,
18373 manuals/reference/libanjuta/writing-plugins.sgml:
18374 Wrote more sections in writing-plugins document and fixed errors.
18376 2004-05-03 Naba Kumar <naba@gnome.org>
18378 * libanjuta/interfaces/libanjuta.idl: Added interface
18379 IAnjutaFileManager.
18381 * manuals/reference/libanjuta/anjuta-architecture.dia,
18382 manuals/reference/libanjuta/anjuta-architecture.png: Updated
18383 architecture diagram.
18385 * (added) manuals/reference/libanjuta/anjuta-architecture.sgml,
18386 manuals/reference/libanjuta/libanjuta-docs.sgml,
18387 (added) manuals/reference/libanjuta/plugin-description-file.sgml,
18388 (added) manuals/reference/libanjuta/writing-plugins.sgml:
18389 Wrote writing-plugins document and separated chapters into
18390 separate sgml files.
18392 * plugins/file-manager/an_file_view.c,
18393 plugins/file-manager/an_file_view.h: New and improved directory
18396 2004-05-02 Sven Herzberg <herzi@abi02.de>
18398 * anjuta.glade: re-designed the new file dialog
18399 * anjuta_dialogs_strings.c: new strings from the new file dialog
18401 2004-04-30 Naba Kumar <naba@gnome.org>
18403 * libanjuta/interfaces/Makefile.am.iface,
18404 libanjuta/interfaces/anjuta-idl-compiler.pl: Fixed errors.
18406 * libanjuta/interfaces/libanjuta.idl: Updated.
18408 * libanjuta/interfaces/Makefile.am.iface,
18409 libanjuta/interfaces/libanjuta.idl: Updated.
18411 2004-04-29 Naba Kumar <naba@gnome.org>
18413 * libanjuta/interfaces/Makefile.am.iface,
18414 libanjuta/interfaces/libanjuta.idl: Updated.
18416 2004-04-29 Naba Kumar <naba@gnome.org>
18418 * libanjuta/interfaces/giface-idlc-c.pl,
18419 libanjuta/interfaces/libanjuta.idl: Upgraded.
18420 * libanjuta/interfaces/Makefile.am.iface: Added.
18422 2004-04-28 Naba kumar <naba@gnome.org>
18424 * libanjuta/interfaces/giface-idlc-c.pl,
18425 libanjuta/interfaces/libanjuta.idl: Added anjuta interface
18426 definitions and wrote a compiler.
18428 2004-04-28 Naba Kumar <naba@gnome.org>
18430 * libanjuta/anjuta-shell.c: Fixed docs.
18431 * libanjuta/interfaces/Makefile.am,
18432 libanjuta/interfaces/ianjuta-file.c,
18433 libanjuta/interfaces/ianjuta-file.h: Added ianjuta-file.{c,h}
18435 * libanjuta/interfaces/ianjuta-editor.c: Fixed bug.
18437 * manuals/reference/libanjuta/tmpl/anjuta-children.sgml
18439 * manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18440 manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
18441 manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18442 manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
18443 manuals/reference/libanjuta/tmpl/anjuta-ui.sgml: Updated docs.
18444 * src/anjuta-app.c: Fixed bug.
18446 2004-04-27 Naba Kumar <naba@gnome.org>
18448 * libanjuta/anjuta-preferences-dialog.c,
18449 manuals/Makefile.am: Fixed document bugs and enabled docs
18452 * libanjuta/anjuta-preferences-dialog.c,
18453 manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml:
18454 More documentation.
18456 * libanjuta/anjuta-preferences.c,
18457 manuals/reference/libanjuta/libanjuta-docs.sgml,
18458 manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
18459 manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18460 manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18461 manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
18462 manuals/reference/libanjuta/tmpl/anjuta-ui.sgml:
18463 Wrote more documentations.
18465 * (removed) plugins/message-view/imessage-view.c,
18466 (removed) plugins/message-view/ianjuta-msgman.c,
18467 plugins/message-view/Makefile.am,
18468 plugins/message-view/anjuta-msgman.c,
18469 plugins/message-view/anjuta-msgman.h,
18470 plugins/message-view/message-view.c,
18471 plugins/message-view/message-view.h,
18472 plugins/message-view/plugin.c,
18473 plugins/message-view/plugin.h: Moved interface implementations
18474 in their respective classes and used correct macros to
18475 defined class types.
18477 * libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h,
18478 src/action-callbacks.c, src/anjuta-app.c: Subclassed
18479 AnjutaUI from GtkUIManager instead of GtkDialog.
18481 * manuals/reference/libanjuta/Makefile.am,
18482 manuals/reference/libanjuta/libanjuta-docs.sgml,
18483 manuals/reference/libanjuta/libanjuta-sections.txt,
18484 manuals/reference/libanjuta/libanjuta.types,
18485 (added) manuals/reference/libanjuta/anjuta-architecture.dia,
18486 (added) manuals/reference/libanjuta/anjuta-architecture.png,
18487 manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18488 manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
18489 manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
18490 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
18491 Wrote more documentation, fixed typos, added architecture
18492 diagram, updated object types etc.
18494 * plugins/editor/text_editor.c: Fixed interface implementation.
18496 2004-04-26 Naba Kumar <naba@gnome.org>
18498 * (added) manuals/reference/libanjuta/anjuta-architecture.dia,
18499 (added) manuals/reference/libanjuta/anjuta-architecture.png,
18500 manuals/reference/libanjuta/libanjuta-docs.sgml: Added
18501 architecture diagram and a new chapter on plugins description file.
18503 2004-04-25 Naba Kumar <naba@gnome.org>
18505 * libanjuta/anjuta-children.h,
18506 libanjuta/anjuta-plugin.c,
18507 libanjuta/anjuta-plugin.h,
18508 libanjuta/anjuta-preferences.c,
18509 libanjuta/anjuta-shell.c,
18510 libanjuta/anjuta-shell.h,
18511 libanjuta/e-splash.c,
18512 libanjuta/e-splash.h,
18513 manuals/reference/libanjuta/Makefile.am,
18514 manuals/reference/libanjuta/libanjuta-docs.sgml,
18515 manuals/reference/libanjuta/libanjuta-sections.txt,
18516 manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
18517 manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
18518 manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
18519 manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
18520 manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18521 manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
18522 manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18523 manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
18524 manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
18525 manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
18526 manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
18527 manuals/reference/libanjuta/tmpl/defaults.sgml,
18528 manuals/reference/libanjuta/tmpl/fileselection.sgml,
18529 manuals/reference/libanjuta/tmpl/glue-factory.sgml,
18530 manuals/reference/libanjuta/tmpl/glue-plugin.sgml,
18531 manuals/reference/libanjuta/tmpl/gnomefilelist.sgml,
18532 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
18533 manuals/reference/libanjuta/tmpl/pixmaps.sgml,
18534 manuals/reference/libanjuta/tmpl/plugins.sgml,
18535 manuals/reference/libanjuta/tmpl/properties.sgml,
18536 manuals/reference/libanjuta/tmpl/resources.sgml,
18537 manuals/reference/libanjuta/tmpl/cell-renderer-captioned-image.sgml,
18538 manuals/reference/libanjuta/tmpl/e-splash.sgml,
18539 manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
18540 manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
18541 manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml,
18542 manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml:
18544 Added more template files and wrote more documentation.
18546 2004-04-24 Andras Timar <timar@gnome.hu>
18548 * configure.in: Added hu to ALL_LINGUAS.
18550 2004-04-23 Naba Kumar <naba@gnome.org>
18552 * configure.in: Fixed compile error.
18554 * libanjuta/anjuta-children.c,
18555 libanjuta/anjuta-children.h,
18556 libanjuta/anjuta-preferences.c,
18557 libanjuta/anjuta-preferences.h,
18558 libanjuta/anjuta-shell.c,
18559 libanjuta/anjuta-ui.c,
18560 libanjuta/anjuta-ui.h,
18561 manuals/reference/libanjuta/Makefile.am,
18562 manuals/reference/libanjuta/libanjuta-docs.sgml,
18563 manuals/reference/libanjuta/libanjuta.types,
18564 manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
18565 manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
18566 manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
18567 manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
18568 manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18569 manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
18570 manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18571 manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
18572 manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
18573 manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
18574 manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
18575 manuals/reference/libanjuta/tmpl/defaults.sgml,
18576 manuals/reference/libanjuta/tmpl/fileselection.sgml,
18577 manuals/reference/libanjuta/tmpl/glue-factory.sgml,
18578 manuals/reference/libanjuta/tmpl/glue-plugin.sgml,
18579 manuals/reference/libanjuta/tmpl/gnomefilelist.sgml,
18580 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
18581 manuals/reference/libanjuta/tmpl/pixmaps.sgml,
18582 manuals/reference/libanjuta/tmpl/plugins.sgml,
18583 manuals/reference/libanjuta/tmpl/properties.sgml,
18584 manuals/reference/libanjuta/tmpl/resources.sgml,
18585 plugins/sample1/plugin.c: Added libanjuta API documentation.
18587 2004-04-22 Naba Kumar <naba@gnome.org>
18589 * libanjuta/anjuta-preferences.c, libanjuta/anjuta-preferences.h,
18590 libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
18591 libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h,
18592 libegg/Makefile.am, (removed) libegg/egg-accel-dialog.c,
18593 (removed) libegg/egg-action-group.c, (removed) libegg/egg-action.c,
18594 libegg/egg-combo-action.c, libegg/egg-entry-action.c,
18595 (removed) libegg/egg-markup.c, (removed) libegg/egg-menu-merge.c,
18596 (removed) libegg/egg-radio-action.c, (removed) libegg/egg-toggle-action.c,
18597 (removed) libegg/eggradiotoolbutton.c,
18598 (removed) libegg/eggseparatortoolitem.c,
18599 (removed) libegg/eggtoggletoolbutton.c,
18600 (removed) libegg/eggtoolbar.c,
18601 (removed) libegg/eggtoolbutton.c,
18602 (removed) libegg/eggtoolitem.c,
18603 (removed) libegg/prop-editor.c,
18604 (removed) libegg/test-actions.c,
18605 (removed) libegg/test-drag.c,
18606 (removed) libegg/test-merge.c,
18607 (removed) libegg/test-toolbar.c,
18608 libegg/menu/Makefile.am,
18609 (removed) libegg/menu/egg-accel-dialog.h,
18610 (removed) libegg/menu/egg-action-group.h,
18611 (removed) libegg/menu/egg-action.h,
18612 libegg/menu/egg-entry-action.h,
18613 (removed) libegg/menu/egg-markup.h,
18614 (removed) libegg/menu/egg-menu-merge.h,
18615 (removed) libegg/menu/egg-menu.h,
18616 (removed) libegg/menu/egg-radio-action.h,
18617 (removed) libegg/menu/egg-toggle-action.h,
18618 (removed) libegg/menu/howitshouldwork.txt,
18619 (removed) libegg/toolbar/.cvsignore,
18620 (removed) libegg/toolbar/Makefile.am,
18621 (removed) libegg/toolbar/TODO,
18622 (removed) libegg/toolbar/eggradiotoolbutton.h,
18623 (removed) libegg/toolbar/eggseparatortoolitem.h,
18624 (removed) libegg/toolbar/eggtoggletoolbutton.h,
18625 (removed) libegg/toolbar/eggtoolbar.h,
18626 (removed) libegg/toolbar/eggtoolbutton.h,
18627 (removed) libegg/toolbar/eggtoolitem.h,
18628 (removed) libegg/toolbar/prop-editor.h,
18629 (removed) libegg/toolbar/toolbar-api.txt,
18630 (removed) libegg/toolbar/toolbar-ideas.txt,
18631 plugins/devhelp/anjuta-devhelp.ui,
18632 plugins/devhelp/plugin.c,
18633 plugins/editor/action-callbacks.c,
18634 plugins/editor/action-callbacks.h,
18635 plugins/editor/anjuta-docman.c,
18636 plugins/editor/anjuta-document-manager.ui,
18637 plugins/editor/plugin.c,
18638 P plugins/message-view/Makefile.am,
18639 plugins/message-view/anjuta-message-manager.ui,
18640 plugins/message-view/plugin.c,
18641 plugins/sample1/anjuta-sample.ui,
18642 plugins/sample1/plugin.c,
18643 src/action-callbacks.c,
18644 src/action-callbacks.h,
18645 src/anjuta-actions.h,
18647 src/anjuta.ui: Removed libegg code for menu/toolbar action-merge and used
18648 Gtk actions and UIManager. Fixed all plugins to use this.
18650 * manuals/reference/gtkdoc-scangobj.diff,
18651 manuals/reference/libanjuta/Makefile.am,
18652 manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18653 manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18654 manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
18655 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
18656 manuals/reference/libanjuta/tmpl/plugins.sgml: Fixed document generation.
18658 * configure.in: Updated to require gtk-2.4 and gnome-2.6.
18660 2004-04-20 Johannes Schmid <jhs@cvs.gnome.org>
18662 * plugins/message-view/imessage-view.c
18663 * plugins/message-view/ianjuta-msgman.c:
18666 2004-04-17 Adam Weinberger <adamw@gnome.org>
18668 * configure.in: Added en_CA to ALL_LINGUAS.
18670 2004-04-08 Naba Kumar <naba@gnome.org>
18672 * libanjuta/interfaces/ianjuta-message-view.[c,h],
18673 libanjuta/interfaces/Makefile.am,
18674 libanjuta/interfaces/ianjuta-message-manager.[c,h]: Implemented
18675 message manager and message view interfaces.
18677 * libanjuta/anjuta-children.h, libanjuta/anjuta-plugin-parser.h,
18678 libanjuta/anjuta-plugin.c, libanjuta/anjuta-plugin.h,
18679 libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
18680 libanjuta/plugins.c, libanjuta/plugins.h, src/action-callbacks.c,
18681 src/anjuta-app.c: Used 'activate' and
18682 'deactivate' virtual methods for plugins. Fixed installed plugins
18683 dialogs. Added remove_widget() method for AnjutaShell.
18685 * libanjuta/interfaces/Makefile.am,
18686 libanjuta/interfaces/ianjuta-document-manager.c,
18687 libanjuta/interfaces/ianjuta-document-manager.h,
18688 libanjuta/interfaces/ianjuta-editor.c,
18689 libanjuta/interfaces/ianjuta-editor.h: Fixed document manager
18690 and editor interfaces.
18692 * plugins/devhelp/plugin.c,
18693 plugins/message-view/anjuta-message-manager.plugin.in,
18694 plugins/message-view/anjuta-msgman.h, plugins/message-view/plugin.c,
18695 plugins/sample1/plugin.c: Updated plugins implementation to
18696 reflect the changes.
18698 2004-04-07 Naba Kumar <naba@gnome.org>
18700 * libanjuta/anjuta-plugin.h, libanjuta/anjuta-shell.[c,h],
18701 libanjuta/plugins.[c,h], libanjuta/interfaces/Makefile.am,
18702 libanjuta/interfaces/ianjuta-editor.h,
18703 (added) libanjuta/interfaces/ianjuta-document-manager.[c,h],
18704 plugins/editor/anjuta-docman.c,
18705 plugins/editor/anjuta-document-manager.plugin.in,
18706 plugins/editor/plugin.c, plugins/sample1/plugin.c,
18707 src/anjuta-app.c: Implemented IAnjutaDocumentManager interface.
18708 Added supported interfaces for plugins. Tested plugin interfaces
18709 through sample plugin.
18711 2004-02-29 Johannes Schmid <jhs@cvs.gnome.org>
18713 * template/Makefile.am, data/templates/library/Makefile.am
18714 Fixed some automake-1.7 incompatibilities
18715 * template/xmltemplate.c: Small fix
18717 2004-02-23 Naba Kumar <naba@gnome.org>
18719 * src/actions-callbacks.[c,h], src/anjuta-actions.h, src/anjuta.ui:
18720 Added plugins manager dialog.
18722 * plugins/editor/Makefile.am: Added libanjuta-interface.la to the
18723 library dependencies.
18725 * src/Makefile.am, src/action-callbacks.c, src/action-callbacks.h,
18726 src/anjuta-actions.h, src/anjuta-app.c, src/anjuta-app.h,
18727 src/anjuta-callbacks.c, src/anjuta_cbs.c, src/main.c.
18728 (new) src/anjuta.[c,h]: Organized session and winodw callbacks. Added
18729 geometry command line option.
18731 2004-02-16 Naba Kumar <naba@gnome.org>
18733 * configure.in, libanjuta/Makefile.am, libanjuta/interface/*:
18734 Added interfaces and IAnjutaEditor editor interface.
18735 * plugins/editor/text_editor.c: Implemented IAnjutaEditor
18737 * libanjuta/anjuta-shell.h: Fixed bug.
18739 2004-02-13 Naba Kumar <naba@gnome.org>
18741 * configure.in: Requires devhelp 0.8.1 (0.8 is broken).
18743 2004-02-13 Johannes Schmid <jhs@cvs.gnome.org>
18745 * data/template/*/.cvsignore:
18746 Avoid all these ? in cvs output
18748 2004-02-13 Naba Kumar <naba@gnome.org>
18750 * configure.in, plugins/devhelp/plugin.c: Fixed devhelp library
18751 includes and linking.
18753 * configure.in, plugins/Makefile.am: Enabled devhelp plugin
18754 and set required version to devhelp 0.8. This devhelp version
18755 can be acquired from gnome cvs branch devhelp branch
18756 devhelp-gtk-2-2 or devhelp-0.8.tar.gz to be released soon.
18758 * src/anjuta.ui, src/actions.h, src/actions-callbacks.h,
18759 src/actions-callbacks.c: Added Dock Manager settings menu item.
18761 * configure.in, plugins/Makefile.am: Disabled devhelp creation.
18762 * plugins/devhelp/plugin.c: Fixed a linking bug.
18764 * configure.in, (added) libegg/gdl-*, libegg/Makefile.am,
18765 libanjuta/gnomefilelist.c, src/anjuta-app.c, src/anjuta-app.h: Removed
18766 external GDL dependency and used libegg codes.
18768 2004-02-12 Naba Kumar <naba@gnome.org>
18770 * configure.in, plugins/Makefile.am, plugins/devhelp/*:
18771 Added devhelp plugin, but it can't be used without a
18772 patch in devhelp. So it's disabled for now.
18774 * libanjuta/.cvsignore, libegg/toolbar/.cvsignore,
18775 libegg/treeviewutils/.cvsignore, plugins/editor/.cvsignore,
18776 plugins/message-view/.cvsignore, plugins/sample1/.cvsignore:
18777 Update cvsignore files.
18779 * libanjuta/plugins.c, widgets/e-splash.c:
18780 Fixed plugins loading to show splash icons.
18782 * plugins/message-view/anjuta-message-manager.plugin.in,
18783 plugins/message-view/plugin.c: Fixed plugin registered name.
18785 * plugins/message-view/anjuta-message-view.png,
18786 plugins/sample1/anjuta-sample-plugin.png: Update images.
18788 * src/Makefile.am, src/anjuta-app.c, src/layout.xml,
18789 src/main.c: Fixed layout loading.
18791 * plugins/devhelp/Makefile.am: Fixed error.
18793 * (removed) widgets/*, libanjuta/plugins.h,
18794 src/main.c: Transfered widgets to libanjuta/.
18796 * libegg/Makefile.am, libegg/*.c: Moved souce files in libegg
18797 toplevel directory to created only one library as libanjuta-egg.
18799 * data/Makefile.am: Fixed build error.
18801 * configure.in, libegg/egg-dock*.c, libegg/layout.glade,
18802 libegg/test-dock.c, libegg/dock/*, libegg/Makefile.am,
18803 libegg/.cvsignore: Added egg dock widget.
18805 * gdl/*: Removed as they are now available in libegg.
18807 2004-02-11 Franco Catrin <fcatrin@tuxpan.com>
18809 * plugins/editor/anjuta-docman.c:
18810 Use stock close icon on tab close button
18812 2004-02-11 Johannes Schmid <jhs@cvs.gnome.org>
18814 * data/template/Makefile.am
18815 data/template/language/Makefile.am
18816 data/template/library/Makefile.am
18817 data/template/text/Makefile.am
18818 data/template/project/Makefile.am
18819 data/template/project/terminal/Makefile.am
18820 configure.in: Created Makefile to install templates
18822 2004-02-11 Naba Kumar <naba@gnome.org>
18824 * plugins/editor/action-callbacks.c,
18825 plugins/editor/anjuta-document-manager.ui,
18826 plugins/editor/plugin.c
18827 plugins/message-view/anjuta-message-manager.ui,
18828 src/anjuta-actions.h, src/anjuta.ui: Fixed Edit->Goto submenu merging.
18830 2004-02-09 Johannes Schmid <jhs@cvs.gnome.org>
18832 * plugins/message-view/*: MessageView plugin is now loaded
18833 The menu items are still dummies.
18835 2004-02-09 Naba Kumar <naba@gnome.org>
18837 * Makefile.am, autogen.sh, configure.in: Added proper gtkdoc
18840 * libanjuta/anjuta-preferences.h: Added some documentation.
18842 * libanjuta/anjuta-shell.h: Removed dead codes.
18844 * (removed) manuals/reference/gtkdoc-scangobj,
18845 manuals/reference/gtkdoc-scangobj.diff,
18846 manuals/reference/libanjuta/.cvsignore,
18847 manuals/reference/libanjuta/Makefile.am,
18848 manuals/reference/libanjuta/README.inline-doc,
18849 manuals/reference/libanjuta/README.sections,
18850 manuals/reference/libanjuta/libanjuta-docs.sgml,
18851 manuals/reference/libanjuta/libanjuta-sections.txt,
18852 manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
18853 manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
18854 manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
18855 manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
18856 manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18857 manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18858 manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
18859 manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
18860 manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
18861 manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
18862 manuals/reference/libanjuta/tmpl/defaults.sgml,
18863 manuals/reference/libanjuta/tmpl/fileselection.sgml,
18864 manuals/reference/libanjuta/tmpl/glue-factory.sgml,
18865 manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
18866 manuals/reference/libanjuta/tmpl/pixmaps.sgml,
18867 manuals/reference/libanjuta/tmpl/plugins.sgml,
18868 manuals/reference/libanjuta/tmpl/properties.sgml,
18869 manuals/reference/libanjuta/tmpl/resources.sgml: Fixed c++ compilation
18870 of scan program. Updated templates.
18872 plugins/editor/action-callbacks.c, plugins/editor/plugin.c: Fixed
18873 editor action callbacks data.
18875 plugins/editor/text_editor.c: Fixed scintilla height problem. Added
18876 scintilla object ref/unref.
18878 2004-02-08 Johannes Schmid <jhs@cvs.gnome.org>
18880 * template/*: Added new xml based template system
18881 * template/dtds/*: Dtds to validate xml files of the template systems
18882 * data/template/*: Some sample template files
18883 Still needs some work but builds fine!
18885 2004-02-06 Naba Kumar <naba@gnome.org>
18887 * cofigure.in, manuals/Makefile.am,
18888 (added) manuals/reference/*: Added API documentation
18889 structure (gtk-doc based).
18891 * libanjuta/libanjuta.h: Updated
18893 2004-02-05 Naba Kumar <naba@gnome.org>
18895 * configure.in: Sets correct dependencies and
18896 uses gdl external library.
18898 * libanjuta/Makefile.am, libanjuta/anjuta-plugin.c,
18899 libanjuta/anjuta-plugin.h, libanjuta/anjuta-utils.c,
18900 libanjuta/anjuta-utils.h, libanjuta/fileselection.c
18901 libanjuta/fileselection.h, libanjuta/glue-factory.c,
18902 libanjuta/gnomefilelist.c, libanjuta/gnomefilelist.h,
18903 libanjuta/plugins.c, libanjuta/plugins.h: Fixed plugin system
18904 and added file dialogs.
18906 * libegg/menu/Makefile.am, libegg/toolbar/Makefile.am,
18907 libegg/treeviewutils/Makefile.am, libegg/util/Makefile.am:
18908 Build dynamic libraries for libegg.
18910 * plugins/Makefile.am, plugins/editor/Makefile.am,
18911 plugins/editor/action-callbacks.c,
18912 plugins/editor/action-callbacks.h,
18913 plugins/editor/anjuta-docman.c,
18914 plugins/editor/anjuta-docman.h
18915 plugins/editor/anjuta-document-manager.plugin.in
18916 plugins/editor/anjuta-document-manager.png
18917 plugins/editor/anjuta-document-manager.ui
18918 plugins/editor/file.c
18919 plugins/editor/file.h
18920 plugins/editor/plugin.c
18921 plugins/editor/print.c
18922 plugins/editor/print.h
18923 plugins/editor/search-replace.c
18924 plugins/editor/search_incremental.c
18925 plugins/editor/search_incremental.h
18926 plugins/editor/text_editor.c
18927 plugins/editor/text_editor.h
18928 plugins/editor/text_editor_cbs.c
18929 plugins/editor/text_editor_menu.h
18930 plugins/sample1/Makefile.am
18931 plugins/sample1/anjuta-sample-plugin.png
18932 plugins/sample1/anjuta-sample.plugin.in
18933 plugins/sample1/anjuta-sample.ui
18934 plugins/sample1/plugin-sample1.c
18935 plugins/sample1/plugin.c
18936 plugins/sample1/plugin.h: Created sample
18937 plugin and fixed editor plugin.
18939 * printing/*: Removed.
18941 * scintilla/Makefile.am: Builds dynamic library.
18943 * src/Makefile.am, src/action-callbacks.c,
18944 src/action-callbacks.h, (removed) src/an_symbol_view.c,
18945 src/anjuta-actions.h, src/anjuta-app.c,
18946 src/anjuta-app.h, src/anjuta-callbacks.c,
18947 src/anjuta-callbacks.h, (removed) src/anjuta.c,
18948 (removed) src/anjuta.h, src/anjuta.ui,
18949 src/layout.xml, src/main.c, src/preferences.h,
18950 src/utilities.c: Debuggged and finally made plugins
18953 * global-tags/Makefile.am: Fixed build error.
18955 2004-02-03 Naba Kumar <naba@gnome.org>
18957 * configure.in: Users GDL from external package.
18958 * plugins/*: Added many new plugins (not ready though).
18959 * src/*: Removed many files (which have been transfered in plugins/).
18961 2004-02-01 Robert Sedak <robert.sedak@sk.htnet.hr>
18963 * configure.in: Added "hr" (Croatian) to ALL_LINGUAS.
18965 2004-01-10 Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
18967 * configure.in: Added editor plugins
18969 * plugins/Makefile.am, src/search-replace_backend.h,
18970 plugins/editor/Makefile.am, plugins/editor/ action-callbacks.c,
18971 plugins/editor/search-replace.c, plugins/editor/search-replace_backend.h
18973 * Added: plugins/editor/search_incremental.c,
18974 plugins/editor/search_incremental.h
18976 * Update search-replace in plugins/editor
18978 2004-01-09 Johannes Schmid <jhs@cvs.gnome.org>
18980 * plugins/message-view/message-view.c: Some code clean-up
18982 2004-01-09 Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
18984 * Added: search_incremental[ch]
18986 * anjuta.glade, src/search-replace.c, src/search-replace_backend.h,
18987 src/mainmenu_callbacks.c, src/toolbar.c
18988 src/toolbar_callbacks.c, src/toolbar_callbacks.h, src/Makefile.am
18990 * Incremental Search
18992 2004-01-03 Johannes Schmid <jhs@cvs.gnome.org>
18994 * plugins/message-view/anjuta-msgman.[c/h]:
18995 Added message manager for easier message handling with a
18996 similar interface as docman. Of course you can still use
18997 MessageView standalone.
18998 * plugins/Makefile.am: Added message-view because it compiles
19001 2004-01-03 Johannes Schmid <jhs@cvs.gnome.org>
19003 * plugins/message-view/*: Added message-view plugin
19005 * configure.in: Added plugins/message-view/Makefile
19007 2004-01-03 Naba Kumar <naba@gnome.org>
19009 * libanjuta/*.c: Added new files and updated old ones.
19010 * plugins/editor/*: Added editor plugin.
19011 * configure.in: Added editor plugin and moved editor related
19014 2004-01-02 Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
19016 * src/Makefile.am: Added search-replace_backend.[ch]
19017 Removed: find_text.[ch], find_in_files.[ch], find_in_files_cbs.[ch],
19019 * anjuta.glade, src/search-replace.c, src/search-replace.h,
19020 src/search-replace_backend.c, src/search-replace_backend.h,
19021 src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
19022 src/anjuta.c, src/anjuta.h, src/project_dbase.c, src/project_dbase.h,
19023 src/toolbar_callbacks.c
19024 * The advanced Search/Replace functionality now replaces the older
19025 Find/Replace stuff.
19026 * The Search/Replace functionality can be interrupted during a long
19029 2003-12-11 Naba Kumar <naba@gnome.org>
19031 * configure.in: Removed libegg flags from ANJUTA_FLAGS.
19032 * libegg/toolbar/Makefile.am, libegg/menu/Makefile.am: Fixed linking
19034 * Makefile.am, libanjuta/*: Added new module.
19035 * src/Makefile.am: Fixed linking error.
19036 * src/watch_cbs.c: Debugger clean up.
19037 * configure.in: Added libanjuta-2.0.pc
19039 * configure.in, libanjuta/Makefile.am,
19040 (new) libanjuta/libanjuta.pc.in, (rm) libanjuta-2.0.pc.in: Used
19043 2003-12-11 Naba Kumar <naba@gnome.org>
19045 Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
19047 * anjuta.glade, src/Makefile.am, src/aneditor.cxx, src/aneditor.h,
19048 src/anjuta-tools.c, src/anjuta.c, src/anjuta.h, src/cvs.c,
19049 src/mainmenu_callbacks.c, src/memory.c, src/search-replace.c,
19050 src/text_editor.c, src/text_editor.h, (new) src/file.[c,h]:
19051 The user can now give a name at the creation of a new file and
19052 insert automatically (user choice) header, gpl notice, header
19053 template. The file extension is added automatically according
19054 to the selected type of file. The various insert functions have
19055 been moved from mainmenu-callback.c to file.c. The cursor is now
19056 moved after an insert operation. Removes also useless code in
19057 memory.c and search-replace.c
19059 2003-12-11 Pavol Bosik <Pavol.Bosik@siemens.com>
19061 * src/attach_process.c, src/attach_process.h, anjuta/anjuta.glade:
19062 sortable headers, process tree, removal of path and process params
19063 * src/debugger.c, src/debugger.h, anjuta/src/aneditor.cxx,
19064 anjuta/src/mainmenu_callbacks.c, anjuta/src/watch_cbs.c:
19067 2003-12-10 Naba Kumar <naba@gnome.org>
19069 * Merged changes from cvs branch ANJUTA_1_2_0 (tag: MERGE_LEVEL_3)
19071 2003-11-30 Abel Cheung <maddog@linux.org.hk>
19073 * configure.in: Added "cs" "mk" "sr" "sr@Latn" to ALL_LINGUAS.
19075 2003-11-28 Naba Kumar <naba@gnome.org>
19077 * Merged changes from cvs branch ANJUTA_1_2_0 (tag: MERGE_LEVEL_2)
19079 * manuals/de/*: Added german translation docs.
19081 * configure.in, Makefile.am, src/Makefile.am,
19082 libegg/*/*: Added libegg library.
19084 * src/anjuta.ui, src/Makefile.am: Fixed UI file and its
19085 installation directory.
19087 * src/text_editor_cbs.c: Fixed closing of file.
19089 2003-09-14 Hasbullah Bin Pit <sebol@ikhlas.com>
19091 * configure.in: Added 'ms' (Malay) to ALL_LINGUAS.
19093 2003-09-05 Naba Kumar <naba@gnome.org>
19095 * src/Makefile.am, src/anjuta.c, src/anjuta.h, src/anjuta_gui.c,
19096 src/controls.c, src/controls.h, src/mainmenu_callbacks.c,
19097 src/mainmenu_callbacks.h, src/preferences.c, src/preferences.h,
19098 src/project_dbase.c, src/resources.c, src/toolbar_callbacks.c,
19099 src/toolbar_callbacks.h, configure.in, anjuta.glade, anjuta.prj,
19100 anjuta_dialogs_strings.c, (new) src/anjuta-actions.h,
19101 (new)src/anjuta-stock.h, (new) src/anjuta-ui.[c,h],
19102 (new) src/anjuta.ui: Implemented UI (menus and toolbars) merging
19103 using libegg. Initial commit -- compiles but is not complete.
19105 2003-08-08 Abel Cheung <maddog@linux.org.hk>
19107 * anjuta.glade, anjuta_dialog_strings.c: Fix typo. (#107513)
19109 2003-06-04 Abel Cheung <maddog@linux.org.hk>
19111 * configure.in: Removed "ta" from ALL_LINGUAS.
19113 2003-05-16 Jordi Mallach <jordi@sindominio.net>
19115 * configure.in (ALL_LINGUAS): Added "ca" (Catalan).
19117 2003-05-16 Danilo Šegan <dsegan@gmx.net>
19119 * configure.in: Added "sr" and "sr@Latn" to ALL_LINGUAS.
19121 2004-04-24 Andras Timar <tmar@gnome.hu>
19123 * configure.in: Added hu to ALL_LINGUAS.
19125 2004-04-14 Naba Kumar <naba@gnome.org>
19127 * src/Makefile.am, printing/Makefile.am,
19128 tagmanager/Makefile.am, launcher/Makefile.am: Enabled deprecated code
19129 because we are still using GtkCombo and build breaks with gtk-2.4.
19131 2004-04-13 Naba Kumar <naba@gnome.org>
19134 * anjuta.spec.in: Fixed build error.
19135 * po/POTFILES.in: Updated.
19136 * manuals/C/anjuta-advanced-tutorial/Makefile.am: Fixed build error.
19138 2004-04-11 Naba Kumar <naba@gnome.org>
19141 * AUTHORS: Updated.
19142 * configure.in: Added ga in ALL_LINGUAS.
19143 * ChangeLog: Fixed dates.
19145 2004-04-09 Naba Kumar <naba@gnome.org>
19147 * src/print.c: Fixed buffer styling bug when printing with
19150 * data/properties/anjuta.properties: Defined only one base font and
19151 used courier instead of lucidatypewriter, because most newer systems are
19152 unlikely to have it (bug #885023, #925956, #890473).
19154 * configure.in, src/getline.c, src/compiler_options.c: Fixed compiler
19157 * src/an_file_view.c: Fixed possible crash bug.
19159 2004-04-07 Naba Kumar <naba@gnome.org>
19161 * src/anjuta.c: Use _exit() instead of exit() (or gtk_quit() or
19162 gtk_main_quit() etc..), so that atexit() functions are not called
19163 (which is apparently done to free up memory and we don't need to
19164 do that at this point). Incidentally, something also happens in the
19165 atexit call which freezes the UI for far too long when the application
19166 exits and we want to avoid that..
19167 * src/glade_iface.c: Fixed compiler warning.
19169 2004-04-06 Naba Kumar <naba@gnome.org>
19171 * src/project_dbase_gui.c: Fixed errors.
19173 * src/registers_gui.c: Fixed possible crash bug.
19174 * src/signals_cbs.[c,h], src/signals_gui.c: Removed.
19175 * src/signals.[c,h]: Used tree view and glade file for dialog.
19176 * src/Makefile.am, src/about.c, src/an_file_view.c,
19177 src/an_symbol_view.c, src/anjuta-plugins.c, src/anjuta-tools.c,
19178 src/anjuta.c, src/anjuta_cbs.c, src/anjuta_gui.c, src/anjuta_info.c,
19179 src/appwiz_page1.c, src/appwiz_page2.c, src/appwiz_page3.c,
19180 src/appwiz_page4.c, src/appwizard_gui.c, src/breakpoints.c,
19181 src/commands.c, src/compatibility_0.c, src/compiler_options.c,
19182 src/cvs.c, src/cvs_cbs.c, src/cvs_gui.c, src/debug_tree.c,
19183 src/debugger.c, src/dnd.c, src/file.c, src/fileselection.c,
19184 src/glade_iface.c, src/goto_line.c, src/help.c, src/launcher.c,
19185 src/launcher.h, src/main.c, src/main_menubar.c,
19186 src/mainmenu_callbacks.c, src/memory.c, src/message-manager-dock.c,
19187 src/message-manager-private.cc, src/message-manager.cc,
19188 src/preferences.c, src/project_config.c, src/project_dbase.c,
19189 src/project_dbase_gui.c, src/project_import.c, src/project_import_cbs.c,
19190 src/project_import_gui.c, src/registers.c, src/registers_cbs.c,
19191 src/registers_cbs.h, src/registers_gui.c, src/resources.c,
19192 src/search-replace.c, src/search-replace_backend.c,
19193 src/search_incremental.c, src/search_preferences.c,
19194 src/sharedlib.c, src/sharedlib_gui.c, src/signals.c,
19195 src/signals.h, src/signals_cbs.c, src/signals_cbs.h,
19196 src/signals_gui.c, src/source.c, src/src_paths.c,
19197 src/stack_trace.c, src/start-with.c, src/style-editor.c,
19198 src/support.c, src/text_editor.c, src/text_editor_cbs.c,
19199 src/text_editor_gui.c, src/text_editor_menu.c, src/toolbar.c,
19200 src/toolbar_callbacks.c, src/watch_cbs.c, src/watch_cbs.h,
19201 src/watch_gui.c, src/widget-registry.c, src/wizard_gui.c,
19202 tagmanager/Makefile.am, scintilla/include/SString.h,
19203 widgets/Makefile.am, widgets/gnomefilelist.c:
19205 Removed all deprecated codes and substituted
19206 with newer APIs. Fixed some possible crash bugs where cell renderers
19209 * scintilla/patches/scintilla-minor.patch: Minor patch.
19211 2004-04-06 Naba Kumar <naba@gnome.org>
19213 * src/project_dbase.c, src/project_dbase_gui.c: Refreshes the project
19214 tree after all the files have been added (and not everytime a file
19215 is added in the project). Also fixed some memory corruption
19216 (possibly bug #900478).
19218 * src/anjuta.c, src/anjuta.h, src/anjuta_cbs.c, src/dnd.c,
19219 src/dnd.h, src/executer.c, src/gnome_project.c, src/main_menubar.c,
19220 src/mainmenu_callbacks.c, src/project_dbase.c, src/project_dbase.h,
19221 src/project_dbase_gui.c, src/source.c, src/text_editor.c,
19222 src/text_editor.h, src/utilities.c, src/utilities.h: Used 'const'
19223 qualifier wherever appropriate.
19225 2004-04-05 Naba Kumar <naba@gnome.org>
19227 * src/launcher.[h,c], src/debugger.c: Added a method in launcher to
19228 switch terminal echo on/off. Debugger requires it off, while the
19229 rest requires it on.
19231 * src/search-replace.c: sets search direction and action (in addtion
19232 to target) for find in files.
19234 2004-04-02 Naba Kumar <naba@gnome.org>
19236 * src/mainmenu_callbacks.c: Sets filename during save of new files.
19238 * src/project_dbase.c, src/debugger, src/an_file_view.c,
19239 src/an_symbol_view.c: Added an gtk events loop for
19240 displaying project loading status (for loading large projects) and
19241 debugger program starting ... just to give an impression of fastness :-).
19243 * configure.in, anjuta.prj: Bumped version to 1.2.2.
19245 * src/an_symbol_view.c, src/an_file_view.c: Apperantly, fixed a
19246 crash bug, which occurs when opening and closing a large project
19249 * src/attach_process.c: Fixed a comiple error for old gcc.
19251 * src/launcher.c: Prints proper error message when launcher child
19252 could not be executed and exits properly. Fixed a crash
19255 * src/resources.c, src/utilities.c, src/glade_iface.c,
19256 src/debugger.c, src/attach_process.c: Properly exits forked children
19257 when they could not be executed.
19259 2004-04-01 Naba Kumar <naba@gnome.org>
19261 * src/search-replace.c: Fixed a crash bug (bug #921893).
19263 2004-03-31 Naba Kumar <naba@gnome.org>
19265 * anjuta.glade: Added a note on compiler options dialog ->support
19266 dialog telling that supports are only available for file mode.
19268 * src/anjuta.[c,h], src/project_dbase.[h,c], src/main.c,
19270 Improved shutdown time delay by bypassing project closing
19271 and unloading plugins.
19273 * src/build_file.c, data/properties/anjuta.properties: Added a property
19274 to toggle on/off for going to first error automatically.
19276 2004-03-31 Pavol Bosik <Pavol.Bosik@siemens.com>
19278 * src/debugger.c: fixed core file loading
19279 * src/aneditor.cxx, scintilla/include/SString.h: fixed HANGUP bug
19280 for long lines (bugs #700968 and #911376)
19281 * scintilla/ScintillaGTK.cxx, scintilla/PlatGTK.cxx: partially fixed bug
19283 * src/anjuta.c: Focuses current AnEditor correctly.
19285 2004-03-30 Naba Kumar <naba@gnome.org>
19287 * THANKS, anjuta.prj: Removed and moved all credits to AUTHORS file.
19288 * AUTHORS: Updated with all contributors names.
19290 * src/about.c: Reads contributors names from AUTHORS file.
19291 * manuals/C/anjuta-manual/authors.xml: Points to online
19294 2004-03-29 Naba Kumar <naba@gnome.org>
19296 * data/properties/ada.properties: Fixed syntax colors. Patch
19297 from Gabriel Rossetti <gabriel.rossetti _at_ eivd.ch>
19300 * src/source.c, src/gnome_project.c, src/appwizard_cbs.c,
19301 src/appwiz_page2.c: Correctly defines PACKAGE_DATA_DIR for
19302 generated projects, so that their pixmap files are
19303 found properly (bug #919903).
19305 * configure.in, src/main.c: Defines SYSTEM_DATA_DIR for
19308 * src/source.c: Installs .glade file of libgllade
19309 projects in $(datadir)/$(package)/glade (part of bug #861038).
19311 * src/compiler_options.c: Fixed 'remove' and 'clear' of Defines list
19312 in compiler options (bug #883837).
19314 * src/launcher.c: Disabled pty terminal echo. Correctly prompts
19315 for passwords (eg. root install and ssh cvs access). Fixed Bug #894533.
19317 2004-03-29 Pavol Bosik <Pavol.Bosik@siemens.com>
19319 * anjuta/src/search-replace.c: fixed another crash bug in
19321 * anjuta/src/debugger.c: wrong breakpoint condition gives error message,
19322 breakpoint property fix
19324 2004-03-29 Naba Kumar <naba@gnome.org>
19326 * src/main_menubar_def.h, configure.in, manuals/C/Makefile.am,
19327 (new) manuals/C/anjuta-advanced-tutorial/*:
19328 Added menu entry for 'Anjuta Advanced Tutorial'
19329 written by Olivier Pinçon <opincon _at_ wanadoo.fr>.
19331 2004-03-28 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
19333 * src/fileselection.[ch], src/mainmenu_callbacks.c:
19334 Fixed bug #908941 ('Open' starts in wrong directory)
19336 2004-03-26 Naba Kumar <naba@gnome.org>
19338 * anjuta.h, src/message-manager-private.[h,cc]: Fixed
19339 compile error and bug #905738 with terminal.
19341 * src/search_incremental.c, src/register.c, src/sharedlib.c,
19342 src/search-replace.[h,c], src/search_incremental.[h,c],
19343 src/search_preferences.h, src/utilities.c, src/anjuta.c,
19344 src/text_editor.[c,h]: Fixed compiler warnings.
19346 * src/search-replace.c: Fixed a memory corruption (possible
19347 fix for bug #921893, but not yet confirmed).
19349 * src/launcher.c, src/glade-iface.c, src/project_dbase.c,
19350 src/executer.c, src/utilities.c, src/utilities.h, src/text_editor.c,
19351 src/anjuta-tools.c, src/message-manager-private.[h,cc]: Fixed a bug where
19352 SIGCHLD was overwritten by gnome_execute_shell() - bug #905738.
19354 2004-03-25 Naba Kumar <naba@gnome.org>
19356 * src/attach_process.c, anjuta.glade, anjuta_dialogs_strings: Fixed a
19357 crash bug with attach process dialog and made the dialog closable
19360 * src/breakpoints.c: Fixed bug #895536 (breakpoint glyphs do not
19361 always display within the margin.)
19363 * src/debugger.c: Fixed a typo (detele -> delete) which deletes
19364 the old breakpoint when it's properties are updated
19365 (creating a new updated one).
19367 2004-03-25 Pavol Bosik <Pavol.Bosik@siemens.com>
19369 * src/aneditor.cxx, src/aneditor.h: fixed calltips
19370 displayed for wrong file.
19371 * src/breakpoints.c: conditional breakpoints
19372 * src/controls.c: BUG #912618 - "Save all" for 1 file opened +
19373 "Find in Files..." disabling policy
19375 2004-03-24 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
19377 * src/build_file.c: Fixed bug #874380
19378 Goto the first error if it exists.
19380 2004-03-24 Naba Kumar <naba@gnome.org>
19382 * src/anjuta.c: Fixed to get correct child exit status
19383 using mask (bug #905738).
19385 * anjuta.glade, anjuta_dialog_strings.c, src/file.c:
19386 Aligned buttons in the New file dialog,
19387 set default response to OK, entry box activates default response,
19388 ESC closes dialog and hides on delet_event.
19390 2004-03-19 Naba Kumar <naba@gnome.org>
19392 * src/project_dbase.c: fixed bug #893400 ("Remove file" in project
19395 2004-03-17 Pavol Bosik <Pavol.Bosik@siemens.com>
19397 * src/search-replace.c: fixed "Find Usage" crash when no project open
19399 2004-03-17 Naba Kumar <naba@gnome.org>
19401 * data/autogen.sh.*, data/macros/autogen.sh, data/macros2/autogen.sh:
19402 Fixed the generated projects to read m4 directory if the directory
19403 exists (bug #917781).
19405 2004-03-12 Naba Kumar <naba@gnome.org>
19407 * HACKING: Fixed formatting for auto-parsing.
19409 2004-03-10 Pavol Bosik <Pavol.Bosik@siemens.com>
19411 * src/anjuta.c, src/search-replace.c, src/search-replace.h: "Find Usage"
19412 rework (bug #890609)
19414 2004-03-10 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
19416 * src/aneditor.cxx: Fixed bug #910097 (Insert comment)
19418 2004-03-08 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
19420 * src/search-replace.c: "Replace All" in not opened files (All Project files, File List ...).
19421 * src/search_preferences.c: Fixed typo.
19423 2004-02-26 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
19425 * src/search-replace.c: improved Search&Replace
19426 For the moment "Replace All" does not work with non opened files
19427 but Anjuta should not crash now ! ???
19429 2004-02-26 Naba Kumar <naba@gnome.or>
19431 * src/source.c: Fixed to pass cflags correctly
19432 and suppress the automake's default cflags.
19433 bug #816130, #801056, #782798, #773459
19435 * data/properties/anjuta.properties: Do not defualt to -k make option.
19438 * manuals/C/anjuta-manual/build.xml: Changed build shortcut to F11.
19441 * src/registers_gui.c: Fixed a runtime warning. bug #900087.
19443 * src/message-manager-private.cc: Disabled debug messages.
19445 2004-02-25 Adam Weinberger <adamw@FreeBSD.org>
19447 * configure.in: Added 'en_CA' (Canadian English) to ALL_LINGUAS.
19449 2004-02-25 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
19450 * anjuta.glade, src/search-replace.c:
19451 Reduced Search&Replace dialog, bug #902636.
19453 2004-02-23 Naba Kumar <naba@gnome.or>
19455 * manuals/C/anjuta-tutorial/anjuta-tutorial.xml: Fixed a typo
19458 2004-02-24 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
19460 * src/search_incremental.c: Fixed bug #900903
19462 2004-02-23 Pavol Bosik <Pavol.Bosik@siemens.com>
19464 * src/defaults.c, src/message-manager.cc, src/project_dbase.c,
19465 src/anjuta.c: Fixed bugs #890609 and #890609
19467 2004-02-23 Naba Kumar <naba@gnome.or>
19469 * src/message-manager.cc: Disconnects menuitem signal properly.
19472 * src/mainmenu_callbacks.c: Do not reload new files. Fixed
19475 2004-02-20 Naba Kumar <naba@gnome.org>
19477 * src/message-manager-private.[c,h]: Implemented keypress
19478 event for the terminal and resets it when ctrl c or ctrl d
19479 is pressed. But it doesn't seem to be working on keypress.
19480 Added a workaround to let it work on key release instead.
19483 * src/search-replace: Fixed compiler warnings.
19485 2004-02-18 Franco Catrin <fcatrin@tuxpan.com>
19487 * src/mainmenu_callbacks.c, widgets/gnomefilelist.c:
19488 Use defined file name when saving new files (fixes bug #898105)
19489 Don't change filename when clicking on a directory
19491 BTW: Happy birthday to me :-)
19493 2004-02-18 Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
19495 * src/search-replace.c: Fixed a crash bug
19496 Crash on Find & Replace (#887833)
19498 2004-02-18 Naba Kumar <naba@gnome.org>
19500 * src/executer.c: Fixed a crash bug.
19502 * widgets/gnomefilelist.[h,c], src/fileselection.[h,c],
19503 src/debugger.c, project_database_gui.c, src/anjuta.[h,c],
19504 src/anjuta_cbs.c, src/project_database.h: Subclasses GtkDialog
19505 instead of GtkWindow (Part of bug #671596).
19507 * anjuta.glade, src/breakpoints.c, src/anjuta_info.c,
19508 src/registers_gui.c, src/registers_cbs.[h,c],
19509 src/sharedlib_gui.c, src/sharedlib_cbs.[c,h],
19510 src/signals_cbs.[h,c], src/signals_gui.c, src/executer.c,
19511 src/compiler_options.c, src/an_file_view.c, start-with.c,
19512 src/anjuta-tools.c, help.c:
19514 Added "close" buttons on all
19515 dialogs (HIG) and fixed to properly response to ESC close
19516 (Part of bug #671596).
19518 * src/launcher.c: Disabled printing of long debug lines.
19520 * src/utilities.h: Fixed a compiler warning.
19522 2004-02-17 Franco Catrin <fcatrin@tuxpan.com>
19524 * src/anjuta.c: "Save all" action now asks for filenames for new files
19525 (fixes bug #898111)
19527 2004-02-16 Franco Catrin <fcatrin@tuxpan.com>
19529 * anjuta.glade, src/text_editor.c:
19530 Fixed a typo in Hello World indentation style
19531 Fixed misuse of translated strings when looking for style
19532 This entry fixes bug #876037
19534 2004-02-16 Naba Kumar <naba@gnome.org>
19536 * src/utilities.c: Fixed return value when dest file could
19539 Patch from: Dennis Moehlmann <darksaidin@users.sourceforge.net>
19540 * src/utilities.[c,h]: Removed 'cmp' dependency and used
19541 internal function to compare files.
19543 2004-02-14 Franco Catrin <fcatrin@tuxpan.com>
19545 * src/message-manager-private.cc:
19546 Set bold color as foreground color in terminal
19547 (fixes bug #864924)
19549 * src/aneditor.cxx:
19550 Use font style defined for message indicators in
19551 preferences/messages
19552 (fixes bug #885032)
19554 2004-02-13 Franco Catrin <fcatrin@tuxpan.com>
19556 * src/build_project.c:
19557 Use build.silent option from preferences (fixes bug #895726)
19559 2004-02-11 Robert Sedak <robert.sedak@sk.htnet.hr>
19561 * configure.in: Added "hr" (Croatian) to ALL_LINGUAS.
19563 2004-01-27 Johannes Schmid <jhs@cvs.gnome.org>
19565 Patch from Massimo Corà <maxcvs@email.it>:
19566 * scintilla/LexCPP.cxx: Support "///" comments
19568 2004-01-18 Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
19569 * src/Makefile.am, src/anjuta.c, src/search-replace.c,
19570 src/search_replace.h, src/search-replace_backend.h
19573 * Added: src/search_preferences.c, src/search_preferences.h
19574 Allow the user to save search/replace settings and give them names.
19576 2004-01-16 Johannes Schmid <jhs@cvs.gnome.org>
19578 * scintilla/Makefile.am, scintilla/scintilla_marshal.[c/h/list],
19579 scintilla/ScintillaGTK.cxx:
19580 Hopefully fixed AMD 64 crash bug by using correct marshaller
19582 2004-01-16 Franco Catrin L. <fcatrin@tuxpan.com>
19584 * src/preferences.c: Save GtkOptionMenu properties properly
19585 * src/text_editor.c: Fixes editor mispell of fold.symbols property
19587 2004-01-15 Johannes Schmid <jhs@cvs.gnome.org>
19589 * configure.in, src/Makefile.am, scintilla/Makefile.am:
19590 Fixed libiconv issue
19593 2004-01-15 Johannes Schmid <jhs@cvs.gnome.org>
19595 Patch from Pavol Bosik <Pavol.Bosik@siemens.com>:
19596 * src/attach_process.c, src/debugger.c, src/registers.c/h,
19597 src/registers_cbs.c, src/registers_gui.c, src/search-replace.c
19598 src/sharedlib.c, src/sharedlib.h, src/sharedlib_cbs.c
19599 src/sharedlib_gui.c:
19600 Debugger speed-up, replaced deprecated GtkCList
19602 2004-01-14 Franco Catrin L.<fcatrin@tuxpan.com>
19604 * src/text-editor.c: Use stock gtk+ close button for editor tabs
19606 2004-01-13 Laurent Dhima <laurenti@alblinux.net>
19608 * configure.in: Added "sq" to ALL_LINGUAS.
19610 2004-01-12 Changwoo Ryu <cwryu@debian.org>
19612 * configure.in: Added "ko" to ALL_LINGUAS.
19614 2004-01-09 Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
19616 * src/toolbar.c, src/toolbar_callbacks.c, src/toolbar_callbacks.h,
19617 src/search_incremental.c, src/search_incremental.h:
19618 Search_incremental code cleanup
19620 2004-01-08 Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
19622 * scintilla/*/*: Updated scintilla to CVS
19623 * Added: scintilla/Readme.sync
19624 * scintilla/Document.cxx, scintilla/Editor.cxx, scintilla/KeyWords.cxx,
19625 scintilla/LexMatlab.cxx, scintilla/LexOthers.cxx, scintilla/LexRuby.cxx,
19626 scintilla/LexVB.cxx, scintilla/ScintillaBase.cxx, scintilla/ScintillaBase.h,
19627 scintilla/ScintillaGTK.cxx,
19628 scintilla/include/SciLexer.h, scintilla/include/Scintilla.h,
19629 scintilla/include/Scintilla.iface: Updated.
19631 2004-01-07 Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
19633 * search-replace_backend.[ch], search_incremental[ch]: Added
19635 * find_text.[ch], find_in_files.[ch], find_in_files_cbs.[ch],
19636 find_replace.[ch]: Removed.
19638 * anjuta.glade, src/search-replace.c, src/search-replace.h,
19639 src/search-replace_backend.c, src/search-replace_backend.h,
19640 src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
19641 src/anjuta.c, src/anjuta.h, src/project_dbase.c, src/project_dbase.h,
19642 src/toolbar_callbacks.c, src/Makefile.am: The advanced Search/Replace
19643 functionality now replaces the older Find/Replace stuff. The Search/Replace
19644 functionality can be interrupted during a long Search/Replace.
19646 2004-01-02 Dan Elphick <dre00r@ecs.soton.ac.uk>
19648 * widgets/gnomefilesel.c: Fix use of previously freed memory on
19649 selecting ".." and "." from file selector.
19651 2004-01-02 Johannes Schmid <jhs@cvs.gnome.org>
19653 * anjuta.glade: Fixed wrong "fold.symbols" property
19655 2003-12-31 Johannes Schmid <jhs@cvs.gnome.org>
19657 * src/project_dbase_gui.c: Alphabetical order ;-)
19658 * src/compiler_options.c: Fixed bug #867539
19659 * src/launcher.c: Workaround for bugs #864922, #849928,
19660 #846386 and #845782: The launcher no longer hangs but does
19661 not get the exit status correctly sometimes.
19662 * Changes suggested by Bosik are obviously already in without
19663 any Changelog entry (ClsGen.c, project_dbase_gui.c)
19664 * NEWS, README, anjuta.prj, configure.in:
19665 Changed version to 1.2.1
19667 Patch from Andreas Volz <andreas99@users.sourceforge.net>:
19668 * anjuta_dialogs_strings.c, anjuta.glade:
19669 Fixed bugs #860906, #859329
19671 Patch from grzegol@pld-linux.org
19672 * anjuta.desktop.in.in: Fixed bug #858993 (Follow
19673 freedesktop.org standard)
19675 2003-12-31 Johannes Schmid <jhs@cvs.gnome.org>
19677 Patch from Stefano Vallarino <stevalla@libero.it>:
19678 * src/source.[c/h]: Fixes cpp sample file to conform to
19679 ISO/IEC 14882, C++-Standard
19681 2003-12-31 Dan Elphick <dre00r@ecs.soton.ac.uk>
19683 Review by Johannes Schmid <jhs@cvs.gnome.org>
19684 * src/build_file.[ch]: Add build_execute_shell_command which executes the
19685 command using sh -c.
19686 * src/compile.c: Use build_execute_shell_command when compiling single
19689 2003-12-31 Johannes Schmid <jhs@cvs.gnome.org>
19691 Patch from Pavol Bosik <Pavol.Bosik@siemens.com>:
19692 * src/breakpoints.c: Code cleanup, workaroud for possible
19694 * src/src_paths.c: Update debugger dirs on directory change
19696 2003-12-31 Pavol Bosik <Pavol.Bosik@siemens.com>
19698 Review by Johannes Schmid <jhs@cvs.gnome.org>
19699 * src/attach_process.c, src/attach_process.h, anjuta.glade:
19700 sortable headers, process tree, removal of path and process params
19701 * src/debugger.c, src/debugger.h, anjuta/src/aneditor.cxx,
19702 anjuta/src/mainmenu_callbacks.c, anjuta/src/watch_cbs.c:
19705 2003-12-31 Johannes Schmid <jhs@cvs.gnome.org>
19707 Patch from: Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
19708 * anjuta.glade, src/mainmenu_callbacks.c, src/file.[c/h]:
19709 Add a dialog for "New file" which lets the user set the
19710 filename and to add copyright/header templates to the file
19711 * Review: Changed function names to contain modules name (file_)
19713 2003-12-09 Naba Kumar <naba@gnome.org>
19715 * setup-gettext: Fixed a typo.
19716 * scintilla/Makefile.am: Fixed a build error for SMP systems.
19718 ---- Released version 1.2.0 ---
19720 2003-12-08 Naba Kumar <naba@gnome.org>
19722 * src/preferences.c: Fixed compiler error.
19723 * global_tags/create_global_tags.sh: Fixed to install properly
19724 even when system.tags could not be generated.
19727 2003-12-06 Naba Kumar <naba@gnome.org>
19729 * setup-gettext: Fixed to not generate intl directory with gettextize.
19731 Patch from: Karl-Heinz Brünen <k.bruenen@eprosoft.de>
19732 * src/anjuta.c: Filters out unnecessary files from find in files
19736 * manuals/C/anjuta-tutorial/anjuta-tutorial.xml: Fixed tutorial
19737 * src/widzard_gui.c: Added horiz scrollbar for desc text.
19739 2003-12-04 Naba Kumar <naba@gnome.org>
19741 * src/gnome_project.c: Enables debug and optimization flags for
19744 Patch from: Pavol Bosik <Pavol.Bosik@siemens.com>
19746 * src/project_dbase_gui.c: combined header and c files for
19749 * plugins/class-gen/clsGen.c: Fixed file name typo in generated file.
19750 * data/properties/pascal.properties: Fixed pascal syntax highlighting.
19752 2003-11-30 Abel Cheung <maddog@linux.org.hk>
19754 * configure.in: Added "cs" "mk" "sr" "sr@Latn" to ALL_LINGUAS.
19756 2003-11-29 Naba Kumar <naba@gnome.org>
19758 * configure.in, anjuta.prj: Bumped version to 1.2.0.
19761 2003-11-28 Johannes Schmid <clubfan@users.sourceforge.net>
19763 * src/main_menubar.c: Now files cannot be opened twice in recently
19766 2003-11-27 Pavol Bosik <Pavol.Bosik@siemens.com>
19768 * src/breakpoints.c: Fixed parsing of gdb output for breakpoints in C++
19770 2003-11-28 Naba Kumar <naba@gnome.org>
19772 * scintilla/*/*: Updated scintilla to CVS (2003-11-28)
19774 2003-11-27 Naba Kumar <naba@gnome.org>
19776 * src/breakpoints.c, src/launcher.c, src/find_text.c,
19777 src/test_editor_cbs.c, src/signals_cbs.c: Fixed compiler warnings.
19779 * src/appwiz_page1.c, src/appwiz_page4.c, src/appwizard.[c,h],
19780 src/appwizard_gui.c, src/gnome_project.c, src/project_dbase.[c,h],
19781 src/project_import_gui.c, src/wizard_gui.[c,h]: Implemented a
19782 checkbox in project wizard (project options page) to enable/disable
19783 source code generation with glade(mm).
19787 2003-11-19 Pavol Bosik <Pavol.Bosik@siemens.com>
19789 * src/dnd.c: Opening files with special characters in the name.
19791 2003-11-20 Jordi Mallach <jordi@sindominio.net>
19793 * configure.in (ALL_LINGUAS): Bah, "ca" (Catalan) has been missing for
19796 2003-11-18 Naba Kumar <naba@gnome.org>
19798 * src/anjuta-tools.c, src/build_file.c, src/cvs.c, src/debugger.c,
19799 src/find_in_files.c, src/gnome_project.c, src/launcher.c,
19800 src/project_import.c, plugins/patch/patch-plugin.c:
19801 Fixed g_signal_diconnect calls to pass correct data.
19802 (Fixed possible crash in project imports).
19806 2003-11-18 Pavol Bosik <Pavol.Bosik@siemens.com>
19808 Reviewed by Naba Kumar <naba@gnome.org>
19809 * src/launcher.[h,c], src/debugger.c: Fixed encoding bug with GIOChannel
19810 and debugger. Sets default settings for pty in launcher.
19811 * data/gdb.init: Removed charset work around (now works with user's
19813 * src/debugger.c: Code cleanup. Removed duplicate call to 'info signals'.
19815 2003-11-18 Naba Kumar <naba@gnome.org>
19817 * src/anjuta-encodings.c, src/preferences.c: Renamed all variable
19818 names of 'index' to 'idx'.
19820 2003-11-17 Naba Kumar <naba@gnome.org>
19822 Patch from: arief_mulya <arief_m_utama@telkomsel.co.id>
19823 * src/project_dbase.c: Prompts user for unsaved project files
19824 when project is closed.
19826 2003-11-16 Naba Kumar <naba@gnome.org>
19828 Patch from: Marcin "Zenek" Jaskólski <zenek@moo.pl>
19829 * src/appwizard_cbs.c, src/start-with.c: Fixed compiler errors with
19832 2003-11-11 Johannes Schmid <clubfan@users.sourceforge.net>
19834 * src/anjuta.c: Fixed crash related to tag == NULL while
19837 2003-11-11 Naba Kumar <naba@gnome.org>
19839 * src/glade_iface.c: Avoids error conditions for glade or glademm not
19840 found. It simply doesn't generate the c/c++ codes and continues with
19844 2003-11-10 Naba Kumar <naba@gnome.org>
19846 * anjuta.glade, anjuta_dialogs_strings.c: Fixed typos in
19847 'Start with dialog'.
19849 * configure.in, manuals/Makefile.in, manuals/de/* (new): Added
19850 German translation of anjuta-tutorial.
19852 * src/launcher.c: Fixed an encoding bug with GIOChannels.
19855 2003-11-10 Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
19857 * src/breakpoints.c, src/project_dbase.c, src/text_editor.c:
19858 Fixes the Bug #823249, Fixes the Bug #713229 When the user enables
19859 the syntax highlighting in Preferences, the automatic syntax
19860 highlighting is now selected. When the debugger is stopped and the
19861 breakpoints window not closed, the gtk_tree_view in this window is
19862 now made unsensitive.
19864 2003-11-07 Johannes Schmid <clubfan@users.sourceforge.net>
19866 * src/preferences.h, src/preferences.c, anjuta.glade:
19867 Fixed translation bug in preferences by using GtkOptionMenu
19868 * anjuta.prj: Project version 1.1.98
19870 ---------------- Released version 1.1.98 ----------------
19872 2003-11-07 Naba Kumar <naba@gnome.org>
19874 * anjuta.spec.in: Revived docs package and combined all docs into
19876 * configure.in: Bumped version to 1.1.98 rc2
19878 * anjuta.spec.in: Fixed scrollkeepr-update command.
19879 * anjuta.spce.in: Fixed file permissions.
19881 2003-11-06 Naba Kumar <naba@gnome.org>
19883 * src/mainmenu_callback.[c,h], src/main_menubar_def.h: Added help
19884 menus to activate anjuta helps.
19886 * manuals/C/anjuta-faqs/anjuta-faqs.sgml (removed),
19887 manuals/C/anjuta-faqs/anjuta-faqs.xml (added),
19888 manuals/C/anjuta-faqs/legal.xml (added),
19889 manuals/C/anjuta-faqs/Makefile.am,
19890 manuals/C/anjuta-faqs/anjuta-faqs-C.omf,
19891 manuals/C/anjuta-faqs/.cvsignore,
19892 manuals/C/anjuta-tutorial/anjuta-tutorial.sgml (removed),
19893 manuals/C/anjuta-tutorial/anjuta-tutorial.xml (added),
19894 manuals/C/anjuta-tutorial/legal.xml (added),
19895 manuals/C/anjuta-tutorial/Makefile.am,
19896 manuals/C/anjuta-tutorial/anjuta-tutorial-C.omf,
19897 manuals/C/anjuta-tutorial/.cvsignore,
19898 manuals/C/anjuta-manual/*.sgml (removed),
19899 manuals/C/anjuta-manual/*.xml (added),
19900 manuals/C/anjuta-manual/Makefile.am,
19901 manuals/C/anjuta-manual/anjuta-manual-C.omf,
19902 manuals/C/anjuta-manual/.cvsignore,
19903 manuals/C/topic.dat (removed), manuals/C/Makefile.am,
19904 manuals/ja/anjuta-faqs/anjuta-faqs.sgml (removed),
19905 manuals/ja/anjuta-faqs/anjuta-faqs-ja_JP.eucJP.omf (removed),
19906 manuals/ja/anjuta-faqs/anjuta-faqs-ja_JP.UTF-8.omf (added),
19907 manuals/ja/anjuta-faqs/anjuta-faqs.xml (added),
19908 manuals/ja/anjuta-faqs/legal.xml (added),
19909 manuals/ja/anjuta-faqs/Makefile.am,
19910 manuals/ja/anjuta-faqs/anjuta-faqs-C.omf,
19911 manuals/ja/anjuta-faqs/.cvsignore,
19912 manuals/ja/anjuta-manual/*.sgml (removed),
19913 manuals/ja/anjuta-manual/anjuta-manual-ja_JP.eucJP.omf (removed),
19914 manuals/ja/anjuta-manual/anjuta-manual-ja_JP.UTF-8.omf (added),
19915 manuals/ja/anjuta-manual/*.xml (added),
19916 manuals/ja/anjuta-manual/Makefile.am,
19917 manuals/ja/anjuta-manual/anjuta-manual-C.omf,
19918 manuals/ja/anjuta-manual/.cvsignore,
19919 manuals/ja/topic.dat (removed), manuals/ja/Makefile.am,
19920 manuals/sgmldocs.make (removed),
19921 manuals/xmldocs.make (added), manuals/omf.make (added),
19922 manuals/Makefile.am, configure.in, Makefile.am: Converted old sgml
19923 documentations to newer docbook xml documentations. Converted
19924 Japanesh docs to UTF8 docs. Fixed installations. Update cvsignores.
19925 Enabled manulas installations.
19927 * gdl/.cvsignore, scintilla/.cvsignore, .cvsigore: Updated.
19929 2003-11-05 Naba Kumar <naba@gnome.org>
19931 * data/gdb.init: Sets host's charset to ascii to solve debugger
19932 freeze up due to uninitialized strings in target program.
19934 * src/mainmenu_callbacks.c, src/watch_cbs.c, src/message-manager.[cc,h]:
19935 Fixed a crash bug with 'Add expression in watch'. Bug #822017
19939 Patch from: Bosik Pavol <Pavol.Bosik@siemens.com>
19940 src/launcher.c: Turns off echo in spawned pty to fix debugger.
19942 2003-11-04 Naba Kumar <naba@gnome.org>
19944 * scintilla/Makefile.am, widgets/Makefile.am: Fixed distribution
19947 Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa
19948 * src/aneditor.cxx, src/aneditor.h, src/controls.c, src/main_menubar.c,
19949 src/main_menubar.h, src/main_menubar_def.h, src/mainmenu_callbacks.c,
19950 src/mainmenu_callbacks.h: Added emacs style c/c++ custom indentation
19953 * src/search-replace.c: Fixed infinite loop bug.
19954 * start-with.c: Fixed a crash bug with "Open last project".
19956 Patch from: Karl-Heinz Brünen <k.bruenen@eprosoft.de
19957 * scintilla/Makefile.am: Fixed compiler option.
19959 2003-10-16 Naba Kumar <naba@gnome.org>
19961 Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa
19962 * src/text_editor.c: Fixed autoformat.
19964 2003-10-15 Naba Kumar <naba@gnome.org>
19966 * src/anjuta_cbs.c: Used ALT+number for editor tab browsing, instead
19969 2003-10-09 Naba Kumar <naba@gnome.org>
19971 * src/cvs_gui.c: Fixed a UI bug (hides the unwanted frame).
19973 2003-10-08 Naba Kumar <naba@gnome.org>
19975 * src/source.c: Fixed a GETTEXT typo error.
19976 * anjuta.glade: Made 'Sorted in order you open them' default option
19979 Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
19980 * anjuta.glade, data/properties/anjuta.properties:
19981 Fixed the freeze of the "Preferences" combos at the first Anjuta
19982 init is generated by:
19983 - a not complete translation of preferences.c file
19984 - a difference between 2 names in anjuta.glade and
19985 anjuta.properties (arrows --> Arrows , bottom --> Bottom)
19986 - the same name given to 3 combos (anjuta.glade).
19988 * src/find_text.c: If the "whole document" mode is selected,
19989 a new search will select the next occurrence (Bug #764954).
19990 It is now possible to use the shortcuts to search next or previous
19991 occurrence even if the search dialog has the focus. Bug #790318
19993 * src/main_menubar_def.h: "Select code block" shortcut; the new
19994 shortcut is now Alt+L instead of Alt+B (already used by _Build menu).
19997 Patch from: Richard Lee <r.h.lee@comcast.net>
19998 * tagmanager/include/tm_tag.h, tagmanager/tm_tag.c,
19999 tagmanager/tm_workspace.c: The following is a patch to fix a
20000 seemingly random occurence where Anjuta would crash when a
20001 certain key was pressed.
20003 2003-09-29 Naba Kumar <naba@gnome.org>
20005 * src/find_in_files.c: Ignores binary by default. Disabled the option
20006 of NOCVS search, because launcher does not use sh and hence can not
20009 * src/project_dbase.c, src/session.[h,c]: Fixed to save the
20010 "clean before build" state in project session and not in account session,
20011 otherwise the state gets reflected to other projects causing annoyance.
20013 * src/compiler_options.c: Fixed a bug where compiler options were always
20014 claimed 'modified'.
20016 * src/build_project.c, data/properties/anjuta.properties,
20017 src/commands.[h]: Fixed a bad bug where clean-before-build
20020 * scintilla/patches/research-cvs-nolog.diff,
20021 scintilla/patches/scintilla-ac-gtk2-port.diff,
20022 scintilla/patches/scintilla-ac-sort-fix.diff,
20023 scintilla-optimization.diff: Removed, because they are already in
20026 * scintilla/*/*: Update scintilla to current CVS (just after 1.55 release,
20029 * scintilla/LexMPT.cxx, scintilla/LexMetapost.cxx, scintilla/LexTeX.cxx,
20030 scintilla/LexYAML.cxx: Added new scintilla lexers.
20032 * TODO, NEWS: Updated.
20034 Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
20035 * src/utilities.c: Fixed typo bugs.
20037 2003-09-26 Naba Kumar <naba@gnome.org>
20039 * src/anjuta.c: Only connects to kernel SIGCHLD signal.
20040 * src/find_replace.c, src/find_text.c, src/mainmenu_callbacks.c,
20041 src/text_editor.[c,h], src/toolbar_callbacks.c: Added wrap in
20042 text_editor_find() and Fixed I-Search wrapping.
20043 * src/debugger.c: Fixed to pass a newline after a debugger
20044 command (which was broken since the launcher was refactored.
20045 (Pointed out by Bosik Pavol <Pavol.Bosik@siemens.com>)
20047 2003-09-25 Naba Kumar <naba@gnome.org>
20049 * src/toolbar_callbacks.c: Fixed start of incremental search.
20051 Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
20052 * src/controls.c, src/main_menubar.c, src/main_menubar.h,
20053 src/main_menubar_def.h, src/mainmenu_callbacks.c,
20054 src/toolbar_callbacks.c, src/toolbar.c: Added reverse search
20055 menu and implementation.
20057 2003-09-24 Pavol Bosik <bosikp@frcatel.fri.utc.sk>
20059 Reviewed by 2003-09-24 Naba Kumar <naba@gnome.org>
20060 * src/debug_tree.c, src/debug_tree.h: Fixed color of modified
20061 variables in Locals window.
20063 2003-09-24 Frederic RUAUDEL <grumz@users.sourceforge.net>
20065 Reviewed by 2003-09-24 Naba Kumar <naba@gnome.org>
20066 * src/utilities.[ch] : Fix a tooltip bug in
20067 anjuta_util_toolbar_append_stock(), the label appeared instead of
20068 the tooltip text. Remove label from arguments of the function
20069 because label is included in the stock icon data.
20070 * src/toolbar.c : Fix call to anjuta_util_toolbar_append_stock().
20071 * src/text_editor_gui.c : Fix call to anjuta_util_toolbar_append_stock().
20072 * FIXME: translation file should be updated because of label text removal.
20074 2003-09-24 Naba Kumar <naba@gnome.org>
20076 * scintilla/PlatGTK.cxx: Fixed font setting in widget style.
20078 * src/launcher.[c,h], plugins/patch/patch-plugin.c, src/anjuta-tools.c,
20079 src/build_file.c, src/cvs.c, src/find_in_files.c, src/gnome_project.c,
20080 src/project-import.c, src/anjuta.c: Implemented buffered outputs for
20081 stdout and stderr. Also buffered output and check-for-password
20082 can be enabled/disabled. Added proper UTF8 handling. Fixed pty input
20083 with password prompts. Checkes for password prompts from all outputs.
20085 * src/utilities.[h,c]: Defined anjuta_util_convert_to_utf8() function
20086 which takes a string (which could be utf8 also) and converts into
20089 * src/main.c: Connects kernel signals after gnome_program_init().
20091 Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
20092 * src/message-manager.c: Fixed bug #787026 by converting the strings
20095 2003-09-22 Naba Kumar <naba@gnome.org>
20097 * src/scintilla/patches/scintilla-ac-gtk2-port.diff,
20098 scintilla/PlatGTK.cxx: Ported autocomplete window to gtk2 by removing
20099 GtkCList and using GtkTreeView instead. Added the patch.
20100 * src/scintilla/patches/scintilla-ac-sort-fix.diff,
20101 scintilla/PlatGTK.cxx: Fixes sorting bug in AC.
20103 2003-09-19 Naba Kumar <naba@gnome.org>
20105 * printing/print.c: Proper UTF8 printing support.
20106 * src/main.c: moved kernel signal connects at the
20107 end of application initialization.
20109 2003-09-18 Naba Kumar <naba@gnome.org>
20111 * scintilla/*/*, src/scintilla/Makefile.am, src/Makefile.am,
20112 (new) lexers.make, (new) lexers: Update scintilla to latest
20113 scintilla CVS (2003-09-18), added new lexers, automated
20114 lexers makefiles sections and scintilla update. Added
20115 patches. Optimized pango rendering. Fixed a crash bug
20118 * (new) scintilla/patches/research-cvs-nolog.diff: Added
20119 patch to remove cvs log command from RESearch.cxx file.
20120 * scintilla/patches/scintilla-pango-always.diff:
20122 * scintilla/RESearch.cxx: Removed spurious cvs log command
20124 * (new) scintilla/test-scintilla.cxx: A test file for scintilla.
20126 Patch from: Bosik Pavol <Pavol.Bosik@siemens.com>
20127 * src/dnd.c: Fixed a crash bug with DND.
20129 2003-09-15 Naba Kumar <naba@gnome.org>
20131 * src/text_editor.[c,h], src/anjuta.c, src/breakpoints.c,
20132 src/goto_line.c, src/mainmenu_callbacks.c, src/text_editor_cbs.c,
20133 src/toolbar_callbacks.c: Added an additional parameter to
20134 text_editor_goto_line() funtion which decides if the line should
20135 be made visible (if it's under fold).
20137 * src/style-editor.c: Fixed a compiler warning.
20138 * src/message-manager.cc: Calls parent method correctly.
20140 * src/preferences.h: Fixed prent class.
20142 Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
20143 * src/project_dbase.c: Fixed bug #713210.
20145 2003-09-14 Hasbullah Bin Pit <sebol@ikhlas.com>
20147 * configure.in: Added 'ms' (Malay) to ALL_LINGUAS.
20149 2003-09-11 Naba Kumar <naba@gnome.org>
20151 Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
20152 * src/style-editor.c: Fixed bug #769130 (Crash on font
20155 * src/message-manger.[h,cc]: Made AnMessageManager
20156 derived from GtkFrame and removed deprecated code.
20158 * src/breakpoints.c, src/search-replace.c, src/source.c: Fixed
20161 2003-09-09 Naba Kumar <naba@gnome.org>
20163 * src/Makefile.am: Addded rules for built sources.
20165 2003-09-08 Naba Kumar <naba@gnome.org>
20167 * (new) src/anjuta-marshalers.list: Added marshalers definition
20170 * src/source.c: Fixed bug #762043 and makes sure, CFLAGS
20171 and CXXFLAGS are not overwriten by automake's default.
20172 * src/style-editor.c: Added 'operators' in the style editor.
20174 Patch from Masahito Omote <utyuuzin@users.sourceforge.net>
20175 and Jesus Gonzalez <jgonzlz@terra.es> (combined).
20176 * src/message-manager-private.cc, src/message-manager.cc:
20177 Converts message going into message into UTF-8 endoding.
20178 * src/main.c: Uses UTF-8 codeset for localization.
20180 2003-09-08 Franco Catrin L. <fcatrin@tuxpan.cl>
20182 * src/anjuta.desktop.in.in: Added Encoding attribute (required).
20184 2003-09-08 Naba Kumar <naba@gnome.org>
20188 Patch from Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
20189 * src/find_in_files.c, src/find_replace.c, src/search_replace.c:
20190 Fixed bug #798717, Find - Find&Replace - Find in files bug;
20191 The combo entries were updated if the same data with a different
20192 case exist in the combo list. The combo entries are now case sensitive.
20193 Search&Replace bug; First search ,max actions = 0 ==> now max
20196 2003-09-08 Naba Kumar <naba@gnome.org>
20199 * src/utilities.[c,h]: a function takes contant args.
20200 * src/anjuta.[c,h]: Fixed child registering/unregistering routine.
20201 Now the child terminated signal is emitted properly.
20202 * src/Makefile.am: Used $(top_srcdir) for referring to
20204 * (new) src/anjuta-marshalers.list, src/Makefile.am: Added marshalers
20205 definitions file which will generate anjuta-marshalers.[c,h] files.
20206 * src/.cvsignore: Updated.
20207 * src/build_project.c: Changed su command to preserve quotes.
20208 * src/anjuta-tools.c, tagmanager/tm_project.c,
20209 tagmanager/tm_workspace.c: Use standard tmp file.
20210 * configure.in: Cleaned up. Provide -g -O0 flags for final build also
20211 so that users could report bugs easily.
20212 * configure.in, anjuta.spec.in: Removed libzvt references/dependency.
20214 * tagmanager/tm_workspace.c, tm_file_entry.c, widgets/gnomefilelist.c,
20215 printing/print.c, plugins/sample1/plugin-sample1.c, src/an_file_view.c,
20216 src/an_symbol_view.c, src/utilities.[c,h], src/anjuta-encodings.c,
20217 src/attach_process.c, src/breakpoints.c, src/commands.c,
20218 src/compiler_options.c, src/configurer.c, src/cvs_gui.c,
20219 src/cvs_cbs.c, src/debug_tree.c, src/debugger.c, src/executer.c,
20220 src/find_in_files.c, src/find_in_files_cbs.c, src/mainmenu_callbacks.c,
20221 src/memory.c, src/message-manager-private.c, src/preferences.c,
20222 src/project_config.c, src/project_dbase.c, src/source.h, src/src_paths.c,
20223 src/search-replace.[c,h], stack_trace.c, text_editor.c,
20224 src/text_editor_cbs.c, src/toolbars.c, src/watch.c, src/watch_gui.c,
20225 src/source.c, src/anjuta.c, src/glade_iface.c, src/style_editor.c:
20226 Fixed compile warnings and cleanup.
20228 * src/launcher.[c,h], src/anjuta-tools.c, src/build_file.c,
20229 src/build_project.c, src/clean_project.c, src/compile.c, src/configurer.c,
20230 src/cvs.c, src/find_in_files.c, src/gnome_project.c, src/project_import.c:
20231 Removed libzvt usage and implemented child spawing differently. Launcher is
20232 now proper GObject, which can be created multiple times (and can be
20233 operated in parallel).
20235 * src/appwizard_cbs.c: Fixed bug #740881 (crash on project wizard).
20236 * src/project_import_gui.c, src/project_import_cbs.c,
20237 src/project_import.[c,h], mainmenu_callbacks.c: Fixed bug #766070
20238 (crash on project import). Removed deprecared codes.
20240 2003-09-03 Johannes Schmid <clubfan@users.sourceforge.net>
20242 * src/cvs.c: Fixed cvs output bug.
20244 2003-09-03 Naba Kumar <naba@gnome.org>
20246 Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
20247 * src/aneditor.cxx, src/breakpoints.c, src/breakpoints.h,
20248 src/mainmenu_callbacks.c, src/text_editor.c, src/text_editor.h,
20249 src/text_editor_cbs.c: Implements --
20250 If the debugger is started
20251 A double click in the margin add or remove a breakpoint
20252 A single click activate or deactivate the breakpoint
20254 A double click in the margin add or remove a bookmark
20256 2003-09-03 Johannes Schmid <clubfan@users.sourceforge.net>
20258 Reviewed by Naba Kumar <naba@gnome.org>
20259 * src/cvs_gui.[c/h], mainmenu_callbacks.c:
20260 User is now able to choose a branch on cvs update for project.
20261 Cleaned up variable names.
20263 2003-09-03 Naba Kumar <naba@gnome.org>
20265 * (new) scintilla/LexEScript.cxx, scintilla/LexLout.cxx,
20266 src/Makefile.am: Added lexers.
20267 * scintilla/*/*: Updated...
20268 * src/an_symbol_view.c: Fixed a crash bug.
20269 * src/compiler_options.c, src/project_dbase.c: Fixed compile
20271 * src/main_menubar.[c,h]: Removed 'page setup' menu item.
20272 * src/source.c: Fixed project generation bug with gettext code.
20273 * tagmanager/tm_project.c: Fixed a crash bug.
20274 * src/compiler_options.c, src/project_dbase.c: Fixed build failure
20275 bug when there is no project open. Bug #____.
20276 * src/source.c: Fixed a bug with build failure with non-gnome
20277 project with glade-generated source (eg. gtk2). Bug #____.
20280 2003-08-22 Naba Kumar <naba@gnome.org>
20282 Patch from: Rob Bradford <rob@debianplanet.org>
20283 * data/Makefile.am: Fixed to install properly during
20286 Patch from: Etay Meiri <etay-m@bezeqint.net>
20287 * src/debug-tree.c: Fixed a crash bug.
20288 * src/compiler_options.c: Takes care of linking the missing pieces;
20289 C flags, libs, optimization options, debug and profile.
20291 Patch from: Enver ALTIN <ealtin@casdb.com>
20292 * src/anjuta_cbs.c, src/find_replace.c: Trivial dialog HIG fixes.
20294 2003-08-22 Johannes Schmid <clubfan@users.sourceforge.net>
20296 Reviewed by Naba Kumar <naba@gnome.org>
20297 * src/project_dbase.c: Fixed bugs #778263 and #778413
20298 Adding multiple files to project should work now.
20300 2003-08-22 Pavol Bosik <bosikp@frcatel.fri.utc.sk>
20302 Reviewed by Naba Kumar <naba@gnome.org>
20303 * src/dnd.c: Fixed Drag&Drop (opening file(s)).
20304 * src/debug_tree.c, src/debugger.c: Fixed context menu separator
20307 2003-08-08 Abel Cheung <maddog@linux.org.hk>
20309 * anjuta.glade, anjuta_dialog_strings.c: Fix typo. (#107513)
20311 2003-08-08 Abel Cheung <maddog@linux.org.hk>
20313 * src/text_editor.c: Fix translatable string (#113934).
20315 2003-07-04 Naba Kumar <naba@gnome.org>
20317 * src/compiler_options.c, src/project_dbase.c: Fixed build failure
20318 bug when there is no project open. Bug #____.
20320 * src/source.c: Fixed a bug with build failure with non-gnome
20321 project with glade-generated source (eg. gtk2). Bug #____.
20323 2003-06-26 Naba Kumar <naba@gnome.org>
20325 * src/anjuta.h: Removed reference to windows-dialog.h.
20326 * src/message-manager-private.[cc,h]: Fixed doulbe click
20327 activation of messages to properly jump at the destination.
20328 * src/toolbar_callbacks.c: Fixed search combo pulldown bug.
20329 * src/toolbar.c: Code clean-ups.
20331 * tagmanager/tm_file_entry.c, tagmanager/tm_project.c,
20332 tagmanager/tm_symbol.c: Used g_return_if_fail() instead of g_assert().
20334 * src/message-manager-private.[cc,h]: Removed dead codes.
20336 * (new) data/properties/css.properties,
20337 data/properties/anjuta.properties, data/properties/Makefile.am:
20338 Added CSS syntax hiliting properties.
20340 * tagmanager/tm_file_entry.c: Fixed a possible bug.
20341 * src/debugger.c: Clean ups.
20342 * src/lexer.h: Added CSS lexer definition.
20344 * Makefile.am: Installs destop file properly.
20345 * configure.in: Bumped version to 1.1.97 (RC1 for 1.2.0 stable).
20346 * NEWS: Updated for 1.1.97 release.
20347 * src/main_menubar_def.h: Changed some non working shortcuts.
20349 2003-06-24 Naba Kumar <naba@gnome.org>
20351 * src/search-replace.c: Shows the dialog properly, even when it is
20352 hidden behind another window.
20354 * (removed) src/windows-dialog.[c,h], src/Makefile.am, po/POTFILES.in,
20355 src/anjuta.[c,h], (removed) pixmaps/windows-style-*.png,
20356 pixmaps/Makefile.am: Removed windows-dialog and setup wizard files
20359 * anjuta.glade, anjuta_dialog_strings.c: Removed windows-dialog and
20360 setup wizard dialogs.
20362 * src/debugger.c: Removed a redundant call to
20363 debugger_update_controls().
20364 * src/compiler_options.c, src/launcher.c: code cleanup.
20365 * src/executer.c: Fixed execution bug with 'Set Program params...".
20367 2003-06-23 Naba Kumar <naba@gnome.org>
20369 * widgets/e-splash.c: Removed border around the splash image.
20370 * anjuta.spec: correct libgnomeprintui22 name in depencencies.
20371 * widgets/gnomefilelist.c: Implemented multiple file selection mode.
20372 * src/cvs.c: Added a frame around commit log text widget.
20373 * src/prefereces.[c,h], anjuta.glade, anjuta_dialog_strings.c: Fixed
20374 crash bug associated with translated combo box list in preferences
20375 dialog (in different locale other than en_US). Used widget names
20376 to pass the combo list items.
20377 * po/POTFILES.in: Updated.
20378 * src/launcher.c: Creates the zvt terminal at startup (and not
20379 every time a build is done) -- speeds up buld operations.
20380 * src/file_history.c: Should be if() conditional instead of
20382 * tagmanager/tm_work_object.c, src/utilities.c, src/text_editor.c:
20383 Disabled useless warnings.
20384 * src/project_dbase.c: Fixed bonobo 2 project name.
20385 * src/project_dbase.c, src/source.c: Corrected bonobo2 project name
20386 and uses correct glade-2 for file generation.
20388 2003-06-21 Naba Kumar <naba@gnome.org>
20390 * src/aneditor.cxx: Fixed bugs with debug tip dwell start and end.
20391 And disables autocomple show for numbers (very annoying).
20392 * src/mainmenu_callbacks.[c,h], src/main_menubar_def.h,
20393 src/main_menubar.[c,h], src/controls.c, src/toolbar.[c,h],
20394 src/toolbar_callbacks.[c,h]: Removed unnecessary menuitems
20395 from view menu and adjust the controls accordingly.
20396 * src/anjuta.c: Changed 'not implemented' dialog to info dialog with
20398 * src/project_dbase.[c,h]: Removed show_local flag processing.
20399 * src/message-manager.[c,h]: Reorganized messages tabs in more
20401 * configure.in, anjuta.spec.in: Fixed gnome-print and zvt dependencies.
20402 Also added PCRE dependency.
20404 2003-06-20 Naba Kumar <naba@gnome.org>
20406 * pixmaps/anjuta_splash.png: New splash.
20407 from Jean Schurger <yshartk@schurger.org>
20409 * src/controls.c: De-sensitize run-to-cursor when debugger
20411 * src/cvs_gui.c: Set default reponse for various cvs dialogs.
20413 * src/message-manager-private.cc: Fixed to properly jump at
20414 the right file:line.
20416 * src/appwiz_page1.c: Fixed to correctly determine the project
20417 trpe from the wizard.
20419 2003-06-20 Naba Kumar <naba@gnome.org>
20421 * src/message-manager.cc, mainmenu_callbacks.c: Code cleanup.
20422 * src/watch_gui.c: Code cleanups.
20423 * src/debugger.[c,h], src/stack_trace.[c,h],
20424 (removed) src/stack_trace_cbs.[c,h], (removed) src/stack_trace_gui.h,
20425 src/Makefile.am: Merged stack_trace[_cbs/_gui] into stack_trace.c,
20426 Removed direct access to stack_trace private data, Increased debugger
20427 command size from 256 to 1024 (to be on safer side). Also implemented
20428 row-activated signle for seting frame and viewing the source.
20429 * src/debugger.c: Avoids starting program and stopping debugger
20430 when starting debugger and stopping program, respectively.
20432 * src/debugger.[c,h], src/main_menucallbacks.c, src/controls.c:
20433 Reverted codes to start debugger automatically
20434 The file is brought to the state just after the branching
20435 (debugger.c == 1.27 and debugger.h == 1.10 rev.), except for
20436 some code clean ups.
20438 * src/launcher.[h,c], plugins/patch/patch-plugin.c,
20439 src/anjuta-tools.c, src/build_file.[c,h], src/build_project.[c,h],
20440 src/compile.[c,h], src/clean_project.[c,h], src/configurer.[c,h],
20441 src/cvs.c, src/find_in_files.[c,h], src/gnome_project.[c,h],
20442 src/project_import.[c,h], src.anjuta.c, src/mainmenu_callbacks.c,:
20443 src/project_dbase.c: Code clean ups.
20445 * anjuta.glade, anjuta_dialog_strings.c: Fixed a hard coded pref
20446 (Projects dir) so that correct $HOME/Projects path is set when
20447 anjuta is run for the first time.
20449 2003-06-13 Guntupalli Karunakar <karunakar@freedomink.org>
20451 * configure.in: Added "ml" for Malayalam in ALL_LINGUAS.
20453 2003-06-13 Naba Kumar <naba@gnome.org>
20455 * src/stack_trace_cbs.c: Moved variable declaration at the
20456 top of the block (bug #737867)
20458 * src/source.c: use target_CFLAGS and target_CXXFLAGS instead of
20459 just CFLAGS and CXXFLAGS (bug #743617).
20461 * src/create_global_tags.sh: Fixed shell script to properly
20462 detect installed *-config files.
20464 2003-06-12 Naba Kumar <naba@gnome.org>
20466 * src/preferences.[c,h]: Added methods for custom widgets in
20467 preferences: using custom set/get methods for them.
20469 * src/anjuta-encoding.c: Implemented up/down of the encodings
20470 in the list and property saves correctly.
20472 Patch from Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
20473 * src/aneditor.cxx: Fixes Anjuta looping when a backward search reaches
20474 the beginning of a file.
20476 Patch from Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
20477 * src/aneditor.cxx, src/aneditor.h,
20478 src/controls.c, src/main_menubar.c, src/main_menubar.h,
20479 src/main_menubar_def.h, src/mainmenu_callbacks.c,
20480 src/mainmenu_callbacks.h: Allows the operator to select the current
20481 word or the current line (Request: 680801). It puts also
20482 sensitive/unsensitive several select/comment menu items.
20484 * src/breakpoints.c: Presets by default the current line for a
20485 defined breakpoint.
20487 2003-06-11 Naba Kumar <naba@gnome.org>
20489 * src/anjuta.c, src/text_editor.c: Fixed bug #715270. 'Changed' file name
20490 color (red highlight) now cosistent for inactive tabs also.
20492 * src/main_menubar.c, src/main_menubar_def.h: Fixed bug #715261. Moved
20493 'Advanced search and replace' in Edit->Search submenu.
20495 * data/properties/tcltk.properties: Fixed bug #731851. Added line
20496 wrappings '\' where they were missing.
20498 * src/mainmenu_callbacks.c: Fixed bug #751715. The 'Customize menu'
20499 message is now more descriptive and details the correct thing to do
20500 for GNOME2 desktop.
20502 2003-06-10 Naba Kumar <naba@gnome.org>
20504 * autogen.sh.generic, autogen.sh.gtk, autogen.sh.gtkmm
20505 autogen.sh.wxwin, macros/autogen.sh, macros2/autogen.sh:
20506 Removed any reference to particular version of automake/autoconf
20507 so that they could work with newer versions (Bug #659394).
20509 * src/anjuta-encodings.c, src/anjuta-encodings.h, anjuta.glade,
20510 src/anjuta.c: Added coded to add/remove supported encodings.
20512 * src/appwizard.c, src/appwizard.h, src/gnome_project.c,
20513 src/preferences.c, src/project_dbase.c, src/project_dbase.h,
20514 src/project_import.c, src/project_type.c, src/project_type.h,
20515 src/source.c, src/wizard_gui.c: Added a new field called 'deprecated'
20516 in the projects typtes. Code clean ups. Removed GTK1/GNOME1
20517 from the project wizard.
20519 2003-06-06 Naba Kumar <naba@gnome.org>
20521 Patch from Etay Meiri <etay-m@bezeqint.net>
20522 * src/compiler_options.c: Fixed bugs related to clean before
20525 * anjuta.desktop.in.in: Added commandline options.
20526 * src/cvs.[c,h], anjuta.glade, anjuta_dialogs_strings.c: Separated
20527 -dP and -A flags of CVS update into different options.
20529 2003-06-04 Abel Cheung <maddog@linux.org.hk>
20531 * configure.in: Removed "ta" from ALL_LINGUAS.
20533 2003-06-02 Naba Kumar <naba@gnome.org>
20535 * scintilla/PropSet.h, src/properties.[ch]*: Reversed the patch to
20536 return NULL for undefined properties and "" for defined but empty
20537 strings. It was creating many problems where both are assumed to be
20538 same. And besides, it doesn't matter to differentiate the two (the
20539 problem with preferences was due to a different bug).
20541 * src/prefereces.[c,h]: Fixed to handle empty and blank properties
20542 correctly. Also, s/props_build_in/props_built_in/g.
20544 * widgets/gnomefilelist.[c,h]: Uses gdl theme icons for file
20547 * src/an_file_view.c: Unrefed pixbufs when done with them.
20549 * pixmaps/Makefile.am, (added) pixmaps/preferences-encodings.png,
20550 (removed) file_text.png: Added and removed pixmaps.
20552 2003-05-30 Naba Kumar <naba@gnome.org>
20554 * anjuta.glade: Fixed encodings preferences dialog
20556 2003-05-23 Etay Meiri <etay-m@bezeqint.net>
20558 Reviewed by Naba Kumar <naba@gnome.org>
20560 * src/build_project.c src/clean_project/c: perform a clean before
20561 build, if required. Show the message manager on clean.
20562 * src/compiler_options.c: save the new options when window is closed
20563 and flag project to be cleaned before the next build.
20564 * src/project_dbase.c: added a 'clean before build' flag to project
20566 2003-05-29 Naba Kumar <naba@gnome.org>
20568 * anjuta.glade, anjuta_dialogs_strings.c: Added encoding prefs
20571 * [pixmaps/] cfolder.xpm, console.xpm, file_c.png, file_c.xpm,
20572 file_core.png, file_core.xpm, file_cpp.png, file_cpp.xpm,
20573 file_exec.png, file_exec.xpm, file_file.png, file_file.xpm,
20574 file_h.png, file_h.xpm, file_html.png, file_html.xpm,
20575 file_i18n.png, file_i18n.xpm, file_icon.png, file_icon.xpm,
20576 file_pix.png, file_pix.xpm, file_text.xpm, file_unknown.png,
20577 file_unknown.xpm, ledgreen.xpm, ledred.xpm, ofolder.xpm,
20578 print_color.xpm, print_landscape.xpm, print_layout.xpm,
20579 print_nocolor.xpm, print_portrait.xpm: Removed unused icons
20581 * pixmaps/Makefile.am, src/toolbar.c, src/pixmaps.h, src/resources.h:
20582 Removed unused icons references.
20584 2003-05-27 Enver ALTIN <ealtin@casdb.com>
20586 Reviewed by Naba Kumar <naba@gnome.org>
20588 * src/anjuta-tools.c, src/anjuta_cbs.c, src/breakpoints.c,
20589 src/compiler_options.c, src/debugger.c, src/find_replace.c,
20590 src/find_text.c, src/mainmenu_callbacks.c, src/preferences.c,
20591 src/project_dbase_gui.c, src/src_paths.c, src/text_editor.c,
20592 src/toolbar_callbacks.c: HIG compliant dialogs.
20594 * src/utilities.c: anjuta_button_new_with_stock_image() and
20595 anjuta_dialog_add_button() stolen from gedit.
20597 * src/main_menubar_def.h: Fixed mnemonics.
20599 2003-05-26 Naba Kumar <naba@gnome.org>
20601 * src/project_dbase_gui.c: Added header files filter for add file
20602 dialog box. Disabled project window to be transient window.
20604 * src/message-manager.cc: Disabled message manager window to be
20607 * src/text_editor.c, src/anjuta_cbs.c: Better error reporting when
20608 a file could not be loaded.
20610 * src/project_dbase.c: Fixed a bug with GUI editor command
20611 where empty string is returned.
20613 * src/Makefile.am, src/preferences.h, src/text_editor.c
20614 src/text_editor.h, (new) src/anjuta-encodings.h,
20615 (new) src/anjuta-encodings.c, data/properties/anjuta.properties:
20616 Added encoding support and to handle characters encoding correctly
20617 by auto detecting it during load. Added preferences for selecting
20618 the encoding during save.
20620 * src/preferences.c, src/resources.c: Removed debug messages.
20622 Patch from: Alexander Nedotsukov <bland@mail.ru>
20623 * src/getline.c: Fixed many fatal bugs for FreeBSD.
20625 2003-05-26 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
20626 * src/anjuta.c: Try to sow the splash image more often.
20628 2003-05-20 Naba Kumar <naba@gnome.org>
20630 Patch from Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
20631 * src/debug_tree.c: Colorize the modified locals during
20632 debugging and call memory analyze from the debugger.
20633 * src/breakpoints.c: The color is now different for the enabled
20634 and disabled breakpoints. Anjuta now can erase several
20635 breakpoints defined at the same line. The markers are updated
20636 according to the enable/disable action.
20638 Patch from Etay Meiri <etay-m@bezeqint.net>
20639 * src/launcher.c: Fixes launcher freeze up bug during build.
20641 2003-05-16 Dan Elphick <dre00r@ecs.soton.ac.uk>
20643 Reviewed by Naba Kumar <naba@gnome.org>
20644 * scintilla/PropSet.h: Change member variables from private to protected.
20645 * src/properties.[ch]*: Add new methods GetString and GetExpandedString
20646 to PropSetFile class, which return a gchar * (and can therefore indicate
20647 whether properties are empty or do not exist) and make prop_get and
20648 prop_get_expanded use them.
20649 * src/project_dbase.c: Fix where project_dbase_module_is_empty assumes
20650 that the result of of prop_get cannot be an empty string.
20652 2003-05-14 Dan Elphick <dre00r@ecs.soton.ac.uk>
20654 Reviewed by Naba Kumar <naba@gnome.org>
20655 * src/text_editor.[ch], src/anjuta.c, src/anjuta.c, src/anjuta_cbs.c,
20656 src/build_file.c, src/compile.c, src/mainmenu_callbacks.c,
20657 src/text_editor_cbs.c: When saving all the files in the project, the
20658 text editors are now only rehighlighted once instead of once for each
20661 2003-05-16 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
20662 * src/main.c, widgets/e-splash.c: Splash screen improvements.
20663 * src/anjuta.desktop.in.in: Support startup notification.
20664 2003-05-16 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
20665 * src/main.c, widgets/e-splash.c: Splash screen improvements.
20666 * src/anjuta.desktop.in.in: Support startup notification.
20669 2003-05-13 Dan Elphick <dre00r@ecs.soton.ac.uk>
20671 Reviewed by Naba Kumar <naba@gnome.org>
20673 * src/executer.[ch]: Only allow one set params dialog at a time. Fix
20674 memory leak from glade_xml_new call. Removed gxml field from Executer
20675 struct as only used in create_executer_dialog and then destroyed.
20677 * src/anjuta.c: Fix warning on getting a page that doesn't exist.
20679 * src/configurer.c: Fix warning trying to connect signal to non-existent
20680 environment entry in configure dialog and fix crash when closing the
20683 * src/cvs_cbs.c: Fix deprecated use of gnome_date_edit_get_date; use
20684 gnome_date_edit_get_time instead.
20686 * main_menubar.c, main_menubar_def.h: Removal of show stack menu item
20687 in view menu required renumbering elsewhere.
20689 2003-05-10 Etay Meiri <etay-m@bezeqint.net>
20691 Reviewed by Naba Kumar <naba@gnome.org>
20693 * src/breakpoints.c: fixed an error when removing breakpoint
20694 * src/controls.c: 'run to cursor' is sensitive when debugger not active
20695 * src/debugger.c: changes to the way the debugger is activated
20696 * src/debugger.h: clean ups
20698 2003-05-13 Naba Kumar <naba@gnome.org>
20700 Patch from Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
20701 * anjuta.glade, anjuta_dialogs_strings.c, src/memory.c,
20702 src/memory.h: A new version of memory and the interface
20703 is now integrated in anjuta.glade
20705 2003-05-09 Naba Kumar <naba@gnome.org>
20707 * configure.in: Bumped required gtk version to 2.0.8.
20709 2003-05-06 Naba Kumar <naba@gnome.org>
20711 src/message-manager-private.cc, src/message-manager.cc: Clean ups.
20713 2003-05-07 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
20714 * gdl/Makefile.am, printing/Makefile.am: distcheck fixes.
20716 2003-05-06 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
20717 * scripts/anjuta_import.sh.in, src/defaults.c, src/project_dbase_gui.c
20718 , tagmanager/c.c: Support for ProC and RDB files.
20720 2003-05-06 Naba Kumar <naba@gnome.org>
20722 * src/aneditor.cxx, src/goto_line.c, src/main_menubar_def.h,
20723 src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
20724 Uncomment (Box & Stream), Select the current function,
20725 authorize the "Quit" button of the GotoLine window
20727 2003-05-05 Naba Kumar <naba@gnome.org>
20729 * src/watch_gui.h: CVS added new file.
20731 * scintilla/ExterLexer.[cxx,h]: CVS added new files.
20733 Patch from Etay Meiri <etay-m@bezeqint.net>
20734 * src/debugger.c, src/debugger.h, src/main_menubar_def.h,
20735 src/mainmenu_callbacks.c, src/message-manager.cc,
20736 src/message-manager.h, src/stack_trace.c, src/stack_trace.h,
20737 src/stack_trace_cbs.c, src/stack_trace_cbs.h, src/stack_trace_gui.c:
20738 Ported stack trace to GNOME2 and added it in the message manager
20741 2003-05-02 Naba Kumar <naba@gnome.org>
20743 * src/memory.[h,c], debug_tree.c: Fixed a compiler error/warning.
20745 * src/preferences.[h,c]: Fixed preferences to save only one copy of
20746 preferences property.
20748 * anjuta.prj: Fixed multiple preferences saved data.
20750 * scintilla/Document.cxx, scintilla/Editor.cxx, scintilla/Editor.h,
20751 scintilla/LexCPP.cxx, scintilla/Makefile.am, scintilla/PlatGTK.cxx,
20752 scintilla/PropSet.cxx, scintilla/ScintillaGTK.cxx,
20753 scintilla/include/Platform.h, scintilla/include/PropSet.h,
20754 scintilla/include/Scintilla.h, scintilla/include/Scintilla.iface:
20755 Upgraded scitilla from CVS with faster window repaint
20758 Patch from Etay Meiri <etay-m@bezeqint.net>
20759 * src/watch.[c,h], src/watch_gui.c, (new) src/watch_gui.h: Fixed bugs
20762 2003-04-30 Dan Elphick <dre00r@ecs.soton.ac.uk>
20764 * message-manager-private.[ch]: Make AnMessageWindow keep scrolling
20765 the window if messages are appended to the end and the scrollbar is
20768 2003-04-29 Naba Kumar <naba@gnome.org>
20770 * configure.in: Removed omf-install from Makefiles list.
20772 2003-04-28 Naba Kumar <naba@gnome.org>
20774 * po/POTFILES.in: Remvoded deleted files.
20776 * pixmaps/Makefile.am, pixmaps/windows-style-docked.png,
20777 pixmaps/windows-style-undocked.png: Added setup wizard's images.
20779 * src/anjuta-tools.c: Fixed a bug where working dir (when the tool
20780 is executed as detached) is not set properly.
20782 2003-04-25 Naba Kumar <naba@gnome.org>
20784 * anjuta.prj: Updated.
20785 * src/anjuta_info.c: Fixed text wrapping and column view.
20786 * data/welcome.txt.in: Removed unaligned characters.
20788 2003-04-24 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
20789 * src/main_menubar.c: Disable setup dialog.
20791 2003-04-22 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
20792 * src/breakpoints.c; Fixed compilation with older GCC
20793 * src/preferences.c: Fixed crash with G_DISABLE_CHECKS
20794 * HACKING: Spelling fixes (Suggested by Stephen Knight)
20796 2003-04-18 Naba Kumar <naba@gnome.org>
20798 * anjuta.prj: Updated (includes compiler options).
20800 * src/anjuta.[hc], src/anjuta-tools.c: Removed redundant get_user_params
20801 function from anjuta.c (it was already available in anjuta-tools.c).
20803 2003-04-18 Naba Kumar <naba@gnome.org>
20805 * src/about.c, THANKS: Updated
20807 * anjuta.glade, anjuta_dialogs_strings.c: Updated setup-dialog
20809 * src/an_file_view.c, src/project_dbase.c: Restores file-filters
20810 properly from the project session before updating the file
20813 * src/main_menubar_def.h, src/mainmenu_callbacks.[ch],
20814 an_file_view.[ch], main_menubar.[ch], controls.c: Removed windows
20815 dialog settings (as it will not be required once GDL is in place) and
20816 added file view filters in the settings sub-menu.
20818 2003-04-17 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
20820 * configure.in: Disable cast checks on final build.
20822 2003-04-17 Naba Kumar <naba@gnome.org>
20824 * src/build_project.c: Fixed a compilation error.
20826 * src/launcher.c: Removed commnets.
20828 * anjuta.glade, anjuta_dialogs_strings.c: Moved indentation
20829 properties from editor tab to indentation tab and fixed a property
20830 label for proper i18n translation. Fixed typos in project config
20831 dialog (reported by Gaëtan de Menten <ged@bugfactory.org>). Disabled
20832 sorting and reordering in compiler options dialog.
20834 * src/compiler_options.c: Implemented _save() function to save the
20835 options (which was pending).
20837 * src/build_project.c: Destroys install-as-root dialog when it is done.
20839 * src/an_symbol_view.c: Change "event" event to "event-after" so
20840 that symbol row is selected first before the popup is shown.
20842 2003-04-14 Dan Elphick <dre00r@ecs.soton.ac.uk>
20844 * tagmanager/tm_file_entry.c: Fix to make CVS info appear for first
20845 file in CVS/Entries. (Reviewed and applied by Biswa)
20847 2003-04-16 Naba Kumar <naba@gnome.org>
20849 * aneditor.cxx: use unicode everytime (fixed unicode related
20852 * anjuta.prj: Fixed UI editor name (blank to use default) and
20855 Patch from Patch from Gaëtan de Menten <ged@bugfactory.org>
20856 * anjuta.glade, anjuta_dialogs_strings.c: Reorganized
20857 Editor preferences page.
20859 2003-04-16 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
20860 * src/anjuta.[ch], src/print.c: Fixed warnings
20861 * scintilla/*, src/aneditor.cxx: Restore LexCPP patch.
20862 * configure.in: Profiling support with gprof
20864 2003-04-16 Naba Kumar <naba@gnome.org>
20866 Patch from Gaëtan de Menten <ged@bugfactory.org>
20867 * src/launcher.c: Fixed cvs dialog.
20869 2003-04-15 Johannes Schmid <clubfan@users.sourceforge.net>
20871 * src/message-manager-private.cc: Fixed double-click on first line of
20872 output to properly select a line.
20873 * src/project_dbase.[c/h]: Removed parent_node from ProjectFileData
20874 because still was a deprecatd GtkCTreeNode and always NULL anyway.
20876 2003-04-15 Naba Kumar <naba@gnome.org>
20878 * src/message-manager-private.cc: Fixed the glade filename typo.
20880 2003-04-15 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
20881 * scintilla/*, data/properties/*: Scintilla CVS merge
20882 * anjuta.prj: Removed unnecessary files.
20883 * scintilla/PlatGTK.cxx: Force Pango fonts always
20884 * src/anjuta-plugins.c, src/anjuta_dirs.c, src/main.c,
20885 src/mainmenu_callbacks.c src/preferences.c: Use versionsed directory
20887 * configure.in: Change version no. for 1.1.1 (alpha release)
20888 * configure.in: Added '--with-pref-suffix' option.
20889 * config.guess, config.sub: Removed from CVS.
20891 2003-04-15 Naba Kumar <naba@gnome.org>
20893 Patch from Timothee Besset <ttimo@idsoftware.com>
20894 * Makefile.am: Fixed a shell script error during intallation.
20896 2003-04-14 Johannes Schmid <clubfan@users.sourceforge.net>
20898 Reviewed by Naba Kumar <naba@gnome.org>
20899 * src/message-manager.cc: Added popup-menu to TreeView and fixed
20900 set_wm_class to use "anjuta" instead of "an.
20901 * src/message-manager-private.cc: Headers are hidden again.
20903 2003-04-14 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
20904 * src/project_dbase_gui.c: Memory corruption fix.
20905 * anjuta.prj: Updated project file
20907 2003-04-14 Dan Elphick <dre00r@ecs.soton.ac.uk>
20908 * an_file_view.c: Connect to event-after signal rather than event so that
20909 selection is updated first and thus context menu is for the right file.
20910 Reviewed and applied by Biswa.
20912 2003-04-14 Naba Kumar <naba@gnome.org>
20914 * anjuta.glade, anjuta_dialogs_strings.c: Updated setup dialog.
20916 * src/auncher.c: More child exit fixes
20917 from Timothee Besset <ttimo@idsoftware.com>
20919 2003-04-14 Johannes Schmid <clubfan@users.sourceforge.net>
20921 Reviewed by Naba Kumar <naba@gnome.org>
20923 * src/message-manager.[c/h], src/message-manager-private[c/h],
20924 anjuta.[c/h]: Ported message-manager to Gtk2
20926 * plugins/patch/patch-plugin.c, src/anjuta-tools.c,
20927 src/anjuta_cbs.c, src/build_file.c, src/build_project.c,
20928 src/clean_project.c, src/compile.c, src/configurer.c,
20929 src/controls.c, src/cvs.c, src/debugger.c,
20930 src/find_in_files.c, src/gnome_project.c, src/mainmenu_callbacks.c,
20931 src/project_import.c, src/search-replace.c: Changed name from
20932 AnjutaMessageManager to AnMessageManager to avoid too long type
20935 2003-04-11 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
20936 * src/launcher.c: Fix build won't stop problem - TTimo
20938 * pixmaps/anjuta_splash.c: New splash screen prototype.
20939 * src/anjuta-tools.c, src/anjuta.[ch], : Forward port from branch.
20940 * src/compiler_options.c: Mute pkgconfig errors.
20941 * src/project_config.c. widgets/gnomefilelist.c: Fix leak.
20943 2003-04-10 Naba Kumar <naba@gnome.org>
20945 * configurer.[c,h]: Fixed dialog to close properly.
20946 * src/project_dbase.c, widgets/gnomefilelist.c: Added
20949 2003-04-09 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
20950 * anjuta.prj: Removed unnecessary files, load with 1.2.0
20951 * plugins/class-gen/Makefile.am, plugins/patch/Makefile.am,
20952 plugins/sample1/Makefile.am, src/an_file_view.c, src/anjuta.c,
20953 src/anjuta.h, src/project_dbase.c: Use default GNOME icons.
20954 * gdl/*, widgets/*, Makefile.am, configure.in, plugins/*/Makefile.am,
20955 src/makefile.am: Move gdl to it's own directory.
20956 * global-tags/create_global_tags.sh: Silently ignore SDL error.
20958 2003-04-09 Naba Kumar <naba@gnome.org>
20960 * anjuta.glade: Synced search and replace dialog from the ANJUTA_1_0_0
20963 2003-04-09 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
20964 * src/anjuta-tools.c: Use CDATA for saving tools data.
20965 * anjuta.glade, src/search-replace.c: Port from branch.
20966 * widgets/e-splash.*, src/main.c: Better splash screen.
20967 * configure.in, widgets/gdl*: Import GDL widgets.
20968 * ROADMAP: Updated roadmap.
20969 * src/an_file_view.c: Use GDL icons for file tree.
20971 2003-04-09 Naba Kumar <naba@gnome.org>
20973 * anjuta.glade: Added (hidden) initial setup-wizard window.
20975 Patch from: Vitaly <vvv@rfniias.ru>
20976 * src/preferences.c: Fixes a bug with libglace widget access with
20977 translated strings.
20979 Patch from: Etay Meiri <etay-m@bezeqint.net>
20980 * src/debug_tree.c, src/debug_tree.h, src/debugger.c,
20981 src/debugger.h, src/main_menubar_def.h, src/mainmenu_callbacks.c,
20982 src/mainmenu_callbacks.h, main_menubar.[c,h], src/toolbar.[c,h],
20983 src/toolbar_callbacks.[c,h],
20984 src/memory.c, src/message-manager-private.cc,
20985 src/message-manager-private.h, src/message-manager.cc,
20986 src/message-manager.h, src/watch.c, src/watch.h, src/watch_cbs.c
20987 src/watch_cbs.h, src/watch_gui.c: Ports the watch related stuff
20988 to HEAD (mostly changing GtkClist to GtkTreeView). Also changed the
20989 watch window to a subwindow in the notebook
20991 2003-04-03 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
20992 * ROADMAP: Updated roadmap.
20994 2003-04-03 Dmitry G. Mastrukov <dmitry@taurussoft.org>
20996 * configure.in: Added Belarusian to ALL_LINGUAS.
20998 2003-04-01 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
20999 * src/fileselection.c, src/goto_line.c: Fixed warnings. Patch by
21001 * ROADMAP: Added roadmap for HEAD.
21003 2003-03-29 Naba Kumar <naba@gnome.org>
21005 * src/main_menubar_def.h, mainmenu_callbacks.[c,h], src/anjuta.c
21006 src/Makefile.am, pixmaps/Makefile.am, anjuta.glade,
21007 anjuta_dialogs_strings.c, (new) src/start-with.[c,h],
21008 (new) pixmaps/start-with-wizard.png,
21009 (new) pixmaps/start-with-import.png,
21010 (new) pixmaps/start-with-open.png Added Start with dialog which pops
21011 up on anjuta start-up to give quick access to opening file/project or
21014 * src/main.c: Sets proper data directory for the gnome
21017 2003-03-27 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21018 * src/text_editor.c: Fixed error/warning indicators.
21020 2003-03-24 Naba Kumar <naba@gnome.org>
21022 * README: Correct version.
21024 2003-03-24 Michael Tindal <etherscape@paradoxpoint.com>
21026 * configure.in: Added checks to see if were building on FreeBSD
21027 systems. Sets -DFREEBSD if we are, and also attempts to find
21028 gmake if the host system is FreeBSD.
21030 * src/getline.c: New file used to provide the getline function,
21031 which isnt available on a FreeBSD system. The function is only
21032 defined if FREEBSD is defined.
21034 * src/Makefile.am: Added getline.c to anjuta_SOURCES
21036 * tagmanager/Makefile.am: Uses $(GMAKE) rather than make.
21037 configure.in sets this to gmake on FreeBSD systems, and make
21038 on everything else.
21040 2003-03-23 Naba Kumar <naba@gnome.org>
21042 * Makefile.am, anjuta.spec.in: Fixed rpm build errors.
21044 * anjuta.spec.in: Fixed spec file for correct file paths and
21045 corrected rpmbuild.
21047 * Makefile.am: Substituted rpmbuild for rpm command as RedHat ships
21048 the rpm build command separately now.
21050 * src/anjuta.c, windows-dialog.c: Added some more window management
21051 stuffs (not still fully working, though).
21055 2003-03-22 Naba Kumar <naba@gnome.org>
21057 * anjuta.spec.in: Fixed 'Required' and 'Build' requirements fields.
21059 2003-03-21 Naba Kumar <naba@gnome.org>
21061 * README: Removed Andy Piper's name from the active maintainers
21062 list on his request.
21064 * src/anjuta_cbs.c: Fixed alphabetical ordering of tabs with
21067 * src/anjuta-tools.c: Fixed compiler errors.
21069 * src/anjuta-tools.c, src/attach_process.c: Fixed more window
21072 * src/commands.c, src/src_paths.c, src/style-editor.c,
21073 src/anjuta-tools.c: Added gtk_widget_show() calls for the dialogs
21074 becuase they are now hidden by default (from glade editing).
21076 * anjuta.glade, anjuta_dialogs_strings.c, src/anjuta.c,
21077 src/anjuta.h, src/main_menubar.c, src/main_menubar.h,
21078 src/main_menubar_def.h, src/mainmenu_callbacks.c,
21079 src/mainmenu_callbacks.h, src/windows-dialog.c: Implemented
21080 basic windows managements.
21082 2003-03-21 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21083 * scintilla/PlatGTK.cxx: Converted right cursor to left cursor
21084 to hot-spot problems with cursor in XFree86 4.3.0. Patch by
21085 Enver ALTIN (a.k.a. skyblue)
21087 2003-03-19 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21088 * tagmanager/*: Added ignore-list for symbols. This will make
21089 parsing more accurate for projects. Doc updates needed.
21091 2003-03-14 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21092 * anjuta.glade, src/search-replace.c: Forward-port S/R (Dan)
21093 * launcher/Makefile.am: Link to correct libraries
21094 * src/launcher.c: Do not allow NULL shell
21096 2003-03-14 Etay Meiri <etay-m@bezeqint.net>
21097 * src/debug_tree.c: Improve debug tree view.
21099 2003-03-10 Dan Elphick <dre00r@ecs.soton.ac.uk>
21101 * anjuta.glade, anjuta_dialog_strings.c: Change dialog1 titles to
21102 'Run Configure Script' and 'Execute Program'. Increase minimum width
21103 of Configure dialog.
21104 * find_in_files.c, find_in_files_cbs.*: Properly create the file
21105 list widget by setting a model and adding a column and renderer.
21106 Actually store the nocvs toggle button in FindInFiles data structure.
21107 Handle selection changes via changed signal rather than row_activated.
21108 Use response signal for handling the close and find buttons.
21109 Close window when escape is pressed.
21110 * find_replace.c: Close window when escape is pressed.
21111 * find_text.c: Close window when escape is pressed in find dialog as
21112 well as wrap search question, where now Yes is the default button.
21114 2003-03-05 Naba Kumar <naba@gnome.org>
21116 Patch from: Dan Elphick <dre00r@ecs.soton.ac.uk>
21118 * src/message-manager-private.cc: Fixed a bug with vte conditional
21120 * anjuta.glade: Hides all windows in glade file.
21122 2003-03-05 Naba Kumar <naba@gnome.org>
21124 * src/an_file_view.c: Fixed a compilation warning.
21125 * src/message-manager-private.cc: Conditional compilation for vte
21128 2003-02-28 Naba Kumar <naba@gnome.org>
21130 * configure.in, anjuta.spec.in: Updated dependency packages version.
21131 * configure.in, (removed) acconfig.h: Eliminated autoheader templates.
21132 * src/preferences.c: Added debug assertions.
21133 * anjuta.glade, anjuta_dialogs_strings.c: Added a preferences for
21134 editor to enable/disable bringing the recent editor tabs first.
21136 * tagmanager/tm_file_entry.c, tagmanager/tm_project.c,
21137 tagmanager/include/tm_file_entry.h, src/*.[h,c], scintilla/*.[h,cxx],
21138 scintilla/include/*.h, plugins/class-gen/clsGen.c, printing/print.c:
21139 Merged with CVS branch ANJUTA_1_0_0 and brought in new search replace
21140 and bug fixes. Also code clean ups.
21142 * (new) src/search-replace.[h,c]: New search replace implementation
21143 from ANJUTA_1_0_0 branch.
21145 * (new) src/windows-dialog.[h,c]: New windows management class
21146 [work in progress].
21148 2003-02-28 Naba Kumar <naba@gnome.org>
21150 * plugins/class-gen/clsGen.c, printing/print.c, src/an_file_view.c,
21151 src/anjuta-tools.c, src/anjuta.c, src/anjuta.h, src/anjuta_cbs.c,
21152 src/appwizard.c, src/build_file.c, src/build_project.c,
21153 src/clean_project.c, src/compile.c, src/configurer.c,
21154 src/find_in_files.c, src/gnome_project.c, src/mainmenu_callbacks.c,
21155 src/message-manager-dock.c, src/message-manager-dock.h,
21156 src/message-manager-private.cc, src/message-manager.cc,
21157 src/preferences-dialog.c, src/preferences-dialog.h,
21158 src/preferences.c, src/preferences.h, src/project_dbase.c,
21159 src/project_dbase_gui.c, src/project_import.c, src/text_editor.c,
21160 src/text_editor.h, src/text_editor_cbs.c, src/toolbar_callbacks.c
21161 src/utilities.c, src/utilities.h:
21163 Widgetized Preferences and gave proper function names.
21165 * src/executer.c: Fixed a session loading bug.
21167 2003-02-27 Naba Kumar <naba@gnome.org>
21169 * printing/print.c: Fixed printing font bug that failed to load the
21172 * src/toolbar.c: Disabled LED flashing (not yet implemented).
21174 * TODO, anjuta.prj: Updated.
21176 2003-02-24 Joe Harnish <bigJoe@linuxmail.org>
21178 * manuals/C/anjuta-faqs/anjuta-faqs-C.omf,
21179 manuals/C/anjuta-manual/anjuta-manual-C.omf,
21180 manuals/C/anjuta-tutorial/anjuta-tutorial-C.omf,
21181 manuals/ja/anjuta-faqs/anjuta-faqs-ja_JP.eucJP.omf,
21182 manuals/ja/anjuta-manual/anjuta-manual-ja_JP.eucJP.omf:
21185 2003-02-25 Naba Kumar <naba@gnome.org>
21187 * Makefile.am: Excluded omf-install from installation as the docs are
21192 * anjuta.glade, anjuta_dialogs_strings.c, prefrences.h, aneditor.cxx,
21193 anjuta.properties, users.properties, anjuta-tools.c: Fixed editor
21194 property names and added new editor properties and code cleanups.
21195 Also added new project properties.
21197 * src/compiler_options.[h,c]: Added pkg-config packages supports
21200 * src/glade_iface.h: Cleanups.
21202 * src/launcher.c: Used timer instead of idle to scan.
21204 * src/mainmenu_callbacks.c, src/project_dbase.[h,c],
21205 src/project_config.[h,c], src/project_import.c: Implemented project
21206 property to define GUI editor and to handle it.
21208 * src/preferences.c: i18n fixes.
21210 * pixmaps/Makefile.am, pixmaps/file_*.xpm, src/pixmaps.h: Removed
21211 unused (and old) pixmaps.
21213 * widgets/gnomefilelist.c, pixmaps/file_text.png: Updated icon.
21215 2003-02-25 Naba Kumar <naba@gnome.org>
21217 * src/message-manager-private.[h,cc], src/preferences.c,
21218 anjuta.glade, anjuta_dialog_strings.c: Implemented
21219 gnome terminal profiles for the terminal preferences and moved the
21220 addition of terminal preferences in the terminal constructor.
21222 * anjuta.prj: Updated.
21224 2003-02-24 Naba Kumar <naba@gnome.org>
21226 * (new)src/preferences-dialog.[c,h], preferences.[h,c],src/Makefile.am,
21227 (new)widgets/cell-renderer-captioned-image.[h,c], widgets/Makefile.am,
21228 (new)pixmaps/preferences-*.png, pixmaps/Makefile.am, anjuta.glade,
21229 po/POTFILES.in, anjuta_dialogs_strings.c: Implemented new
21230 preferences dialog.
21234 * src/message-manager-private.[cc,h]: Fixed VTE terminal for
21235 text selection and child re-spawning.
21237 * src/pixmaps.h: Removed unused pixmaps definitions.
21239 2003-02-23 Naba Kumar <naba@gnome.org>
21241 * src/project_dbase.[h,c], src/project_dbase_gui.c: GNOME2 ported
21242 the project tree/window.
21244 * src/an_symbol_view.[h,c], src/an_file_view.[h,c],
21245 src/project_dbase.[h,c], src/project_dbase_gui.c, src/session.[h,c]:
21246 Correct the use of a variable and implemented session save/load
21247 for tree expansion states.
21249 * src/main_menubar_def.h: Fixed shortcuts keys.
21251 * src/anjuta.c, src/gnome_project.c: Code clean ups.
21253 * anjuta.prj: Updated.
21255 2003-02-22 Naba Kumar <naba@gnome.org>
21257 * src/debug_tree.[c,h]: GNOME2 port from
21258 Etay Meiri <etay-m@bezeqint.net>
21260 * src/an_file_view.c, src/resources.[h,c],
21261 data/properties/bash.properties,
21262 data/properties/cpp.properties,
21263 data/properties/html.properties,
21264 data/properties/make.properties,
21265 data/properties/others.properties,
21266 data/properties/perl.properties,
21267 data/properties/props.properties,
21268 data/properties/xml.properties: Standarized file icons. Icons are
21269 defined in respective .properties file and are retrieved as resource
21272 * anjuta.glade, anjuta_dialogs_strings.c: Removed <span> tags
21273 in labels from the commands editor as that would create
21274 problems for translators.
21276 2003-02-21 Naba Kumar <naba@gnome.org>
21278 * .cvsignore, (new)config.guess, (new)config.sub: Added these files
21279 as they should be part of CVS(?).
21281 * Makefile.am: Corrected a typo for glade generated strings file.
21283 * configure.in, po/hi.po: Added new Hindi (hi) translation
21284 in ALL_LINGUS and added initial Hindi translation.
21286 * pixmaps/Makefile.am, pixmaps/sv_unknown.xpm, src/pixmaps.h,
21287 (new)pixmaps/file_*.png: Added gnome2ish file icons and changed
21288 sv_unknown.xpm to more proper icon.
21290 * (new)data/properties/php.properties, data/properties/Makefile.am,
21291 data/properties/anjuta.properties, data/properties/html.properties:
21292 Fixed PHP syntax hilighting bug by separating php properties into
21293 different file (because of file size).
21297 2003-02-20 Naba Kumar <naba@gnome.org>
21299 * src/breakpoints.c: Fixed breakpoints session saving/loading
21302 * scintilla/*, scintilla/include/*: Updated to scintilla
21305 2003-02-19 Naba Kumar <naba@gnome.org>
21307 * src/about.c: Fixed a typo reported by Enver ALTIN <ealtin@casdb.com>
21310 * Makefile.am, src/Makefile.am,
21311 (removed) src/anjuta.glade, (removed) src/anjuta.gladep,
21312 (removed) src/anjuta_dialog_strings.c,
21313 (removed) src/anjuta_dialogs_strings.c,
21314 (added) anjuta.gladep, (added) anjuta_dialogs_strings.c,
21315 (added) anjuta.glade: Transfered glade files from src/ directory
21316 to the top level directory.
21318 * po/POTFILES.in: Updated.
21320 * (removed) macrocs2/*: Transfered to data/ directory.
21322 * (added) data/macro/*, (added) data/macros2/*, Makefile.am, configure.in,
21323 data/Makefile.am: Moved macros in data directory. Anjuta no longer
21324 requires to have macros dir, but the projects generated by anjuta
21327 * src/an_file_view.c, src/an_symbol_view.c: Fixed expansion/collapse of
21330 * src/defaults.c: Corrected default compiler options.
21332 * src/glade_iface.c, src/gnome_project.c: Fixes gnome2 projects generation
21335 * src/message-manager-private.cc, src/message-manager-private.h,
21336 src/message-manager.cc: Uses VTE terminal widget for imbedded terminal.
21338 * src/project_dbase.c, src/project_type.c, src/source.c: Proper
21339 source code generation for gnome2 projects.
21341 2003-02-11 Naba Kumar <naba@gnome.org>
21343 * src/an_file_view.c, src/an_symbol_view.c: The tree updated now
21344 restores the expand/collaspe states of the nodes after refresh.
21346 * src/an_file_view.c, src/an_symbol_view.c: Fixed a memory leak.
21348 2003-02-11 Naba Kumar <naba@gnome.org>
21350 * src/style-editor.c: Fixed pango font description handling for fonts.
21351 * src/anjuta.glade: Removed font size spin button.
21352 * configure.in, src/anjuta.prj: Corrected version.
21355 2003-02-10 Naba Kumar <naba@gnome.org>
21357 * src/Makefile.am, src/anjuta-tools.c, src/main_menubar.c: Removed
21358 references of scroll-menu.h and add about.h in Makefile.am.
21360 * widgets/Makefile.am, (removed) widgets/e-shell-about-box.c,
21361 (removed) widgets/e-shell-about-box.h, (removed) widgets/scroll-menu.c,
21362 (removed) widgets/scroll-menu.h: Removed unused files.
21364 * Makefile.am: Added proper i18n rules and added intl tools for
21367 * anjuta.prj, configure.in: Changed version to 1.8.0 (reserving 1.2.0
21368 to the stable release).
21370 * anjuta.spec.in: Removed manuals packaging.
21372 * data/Makefile.am: Removed 'macros' installation (not required for
21375 2003-02-10 Naba Kumar <naba@gnome.org>
21377 * po/POTFILES.in: Updated.
21379 * pixmaps/Makefile.am, pixmaps/anjuta_icon.png,
21380 (added) pixmaps/close_project.png, (removed) pixmaps/close_project.xpm,
21381 (added) pixmaps/open_project.png, (removed) pixmaps/open_project.xpm,
21382 (added) pixmaps/save_project.png, (removed) pixmaps/save_project.xpm,
21383 (added) pixmaps/undock.png, (removed) pixmaps/undock.xpm: Better
21386 * src/aneditor.cxx, src/pixmaps.h, src/toolbar_callbacks.c,
21387 src/toolbar_callbacks.h: Fixed scintilla notification signal name
21388 and fixed to properly handle focus in find entry box.
21390 * Makefile.am: Added code for RH system menu update.
21392 * .cvsignore: Updated.
21396 2003-02-03 Naba Kumar <naba@gnome.org>
21398 * src/anjuta.glade, src/anjuta_dialogs_strings.c: Added edge.column
21399 editor preferences. and fixes dialogs.
21401 * printing/print.c, src/text_editor_gui.c, src/main_menu_callbacks.h:
21402 Fixed linenumbers and header margins when they are disabled and
21403 removed unused header files.
21405 * src/attact_process.[h,c], src/debugger.c: Attach to process
21408 * src/help.c: Fixed dialog response.
21412 * data/properties/anjuta.properties: Corrected typo.
21414 * src/controls.c, src/toolbar.c: Fixed non-working location navigation,
21415 Change the signal to "changed" in entry from "selection-changed" in
21418 * src/an_file_view.c, src/an_symbol_view.c: Fixed keyboard navigation
21421 2003-01-31 Naba Kumar <naba@gnome.org>
21423 * configure.in: Upgraded to use libgnomeprint-2.2
21425 * printing/Makefile.am: Updated
21427 *(removed) printing/print-doc.c, printing/print-doc.h,
21428 printing/print-util.c, printing/print-util.h: Removed because already
21429 merged with print.c.
21431 * printing/print.c, printing/print.h: Upgraded to use libgnomeprint-2.2
21432 and libgnomeprintui-2.2 and fixed rendering problems.
21434 * src/anjuta.glade, src/anjuta_dialogs_strings.c: Removed
21435 uneccessary print properties, as they are separately taken
21436 care in gnomeprint.
21438 * po/POTFILES.in: Update.
21440 2003-01-30 Naba Kumar <naba@gnome.org>
21442 * (new) src/about.[c,h], pixmaps/anjuta_logo1.png: Added new files
21443 for about dialog box.
21445 * src/Makefile.am, pixmaps/Makefile.am, src/mainmenu_callbacks.c,
21446 src/pixmaps.h: Modified for the above additions for about dialog.
21448 2003-01-29 Naba Kumar <naba@gnome.org>
21450 * src/style_editor.[c,h]: Added missing files.
21452 2003-01-29 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21453 * scintilla/XPM.[cxx|h]: Added missing files
21455 2003-01-29 Naba Kumar <naba@gnome.org>
21457 * TODO, po/POTFILES.in: Updated.
21459 * anjuta.prj, src/anjuta.glade,
21460 * src/anjuta_dialogs_strings.c, src/executer.c: Fixed dialog bugs.
21462 2003-01-28 Naba Kumar <naba@gnome.org>
21464 * data/properties/anjuta.properties, src/aneditor.cxx,
21465 src/anjuta.glade, src/anjuta_dialogs_strings.c: Converted indicators
21466 properties into text properties (earlier it was int properties).
21470 * scintilla/AutoComplete.c,xx,
21471 scintilla/AutoComplete.h,
21472 scintilla/CallTip.c,xx,
21473 scintilla/CallTip.h,
21474 scintilla/Document.c,xx,
21475 scintilla/Document.h,
21476 scintilla/Editor.c,xx,
21477 scintilla/Editor.h,
21478 scintilla/LexAVE.c,xx,
21479 scintilla/LexCSS.c,xx,
21480 scintilla/LexHTML.c,xx,
21481 scintilla/LexOthers.c,xx,
21482 scintilla/LexPython.c,xx,
21483 scintilla/LineMarker.c,xx,
21484 scintilla/LineMarker.h,
21485 scintilla/Makefile.am
21486 scintilla/PlatGTK.c,xx,
21487 scintilla/PropSet.c,xx,
21488 scintilla/ScintillaBase.c,xx,
21489 scintilla/ScintillaBase.h,
21490 scintilla/ScintillaGTK.c,xx,
21491 scintilla/ViewStyle.c,xx,
21492 scintilla/include/Platform.h,
21493 scintilla/include/SciLexer.h,
21494 scintilla/include/Scintilla.h,
21495 scintilla/include/Scintilla.iface: upgraded to scintilla version 1.50
21499 src/an_file_view.c,
21500 src/an_symbol_view.c,
21501 src/anjuta-tools.c,
21506 src/anjuta_dialogs_strings.c,
21509 src/compiler_options.c,
21512 src/main_menubar.c,
21513 src/main_menubar.h,
21514 src/main_menubar_def.h,
21515 src/mainmenu_callbacks.c,
21516 src/mainmenu_callbacks.h,
21517 src/message-manager-private.c,c
21518 src/message-manager-private.h,
21519 src/message-manager.c,c
21520 src/message-manager.h,
21524 src/project_config.c,
21525 src/project_dbase.c,
21526 src/project_dbase_gui.c,
21527 src/project_import_gui.c,
21528 src/properties.c,xx,
21533 src/text_editor_gui.c,
21537 anjuta.prj: GNOME2 porting and fixed many porting bugs.
21539 2003-01-24 Naba Kumar <naba@gnome.org>
21541 * src/text_editor_gui.c, src/toolbar.c,
21542 src/text_editor.c, src/text_editor_cbs.h:
21543 Used correct notification signal name for scintilla
21544 (gtk2) and fixed UI.
21546 * src/controls.c: Does not hide tags combo. Simply makes it insensitive
21549 * printing/print-doc.c,
21551 src/anjuta-tools.c,
21552 src/find_replace.c,
21555 src/mainmenu_callbacks.c,
21556 src/project_dbase.c,
21557 src/project_dbase.h,
21558 src/project_dbase_gui.c: Used GtkDialogs instead of GnomeDialog.
21560 src/text_editor_cbs.h:
21563 2003-01-23 Naba Kumar <naba@gnome.org>
21565 * src/compiler_options.c, src/pixmaps.h, src/toolbar.c: Fixed to use
21566 correct stock icons and organized pixmap macros.
21568 Makefile.am: Removed non-generated files.
21570 * pixmaps/{add.xpm, an_tag.xpm, autocomplete.xpm, block_end.xpm,
21571 block_start.xpm, bookmark_first.xpm, bookmark_last.xpm,
21572 bookmark_next.xpm, bookmark_prev.xpm, build_stop.xpm,
21573 close_file.xpm, copy.xpm, cut.xpm, error_next.xpm,
21574 error_prev.xpm, execute.xpm, find_replace.xpm, find.xpm,
21575 fv_image.xpm, goto.xpm, graph.xpm, line-arrow.xbm, line-wrap.xbm,
21576 list_select.xpm, list_unselect.xpm, macro.xpm, new_file.xpm,
21577 open_file.xpm, paste.xpm, preferences.xpm, prefs_autoformat.xpm,
21578 prefs_build.xpm, prefs_cvs.xpm, prefs_editor.xpm,
21579 prefs_general.xpm, prefs_messages.xpm, prefs_print.xpm,
21580 prefs_styles.xpm, print.xpm, redo.xpm, reload_file.xpm, reload.xpm,
21581 remove.xpm, save_all.xpm, save_file.xpm, save.xpm, search.xpm,
21582 stop.xpm, undo.xpm}: Removed because no longer used.
21584 * pixmaps/{file_core.xpm, file_exec.xpm, file_text.xpm,
21585 file_unknown.xpm}: Files renamed from fv_*, as it would
21588 * pixmaps/Makefile.am: Updated for the above changes.
21590 2003-01-23 Jakub Steiner <jimmac * ximian * com>
21592 * pixmaps/autocomplete-16.png,
21593 pixmaps/autocomplete.png,
21594 pixmaps/block-end-16.png,
21595 pixmaps/block-end.png,
21596 pixmaps/block-start-16.png,
21597 pixmaps/block-start.png,
21598 pixmaps/bookmark-first-16.png,
21599 pixmaps/bookmark-first.png,
21600 pixmaps/bookmark-last-16.png,
21601 pixmaps/bookmark-last.png,
21602 pixmaps/bookmark-next-16.png,
21603 pixmaps/bookmark-next.png,
21604 pixmaps/bookmark-prev-16.png,
21605 pixmaps/bookmark-prev.png,
21606 pixmaps/error-next-16.png,
21607 pixmaps/error-next.png,
21608 pixmaps/error-prev-16.png,
21609 pixmaps/error-prev.png: gnome2-styled icons
21612 2003-01-23 Naba Kumar <naba@gnome.org>
21614 * anjuta.prj: Updated compiler options.
21615 * scintilla/ScintillaGTK.cxx: Fixed selection notify.
21617 * src/aneditor.cxx,
21620 src/anjuta_dialogs_strings.c,
21621 src/mainmenu_callbacks.c,
21622 src/mainmenu_callbacks.h,
21624 src/text_editor_cbs.c,
21625 src/text_editor_gui.c: GNOME2 Porting.
21627 2003-01-22 Naba Kumar <naba@gnome.org>
21629 * ChangeLog: Corrected dates.
21630 * src/mainmenu_callbacks.h: Cleaned up function prototypes.
21631 * src/anjuta.glade, src/anjuta_dialogs_strings.h: Added more
21634 2003-01-22 Naba Kumar <naba@gnome.org>
21636 * plugins/patch/patch-plugin.c: Bug fix.
21638 * src/anjuta-tools.c,
21642 src/anjuta_dialogs_strings.c,
21650 src/mainmenu_callbacks.c,
21651 src/mainmenu_callbacks.h,
21653 src/project_dbase.c,
21654 src/project_dbase_gui.c,
21661 src/toolbar_callbacks.c,
21664 src/watch.c: Used GtkDialog instead of messagebox. GNOME2 porting.
21667 (removed) src/CORBA-Server.c,
21668 (removed) src/CORBA-Server.h,
21669 (removed) src/Gladen-common.c,
21670 (removed) src/Gladen-stubs.c,
21671 (removed) src/Gladen.h,
21672 (removed) src/Prj-common.c,
21673 (removed) src/Prj-skelimpl.c,
21674 (removed) src/Prj-skels.c,
21675 (removed) src/Prj-stubs.c,
21676 (removed) src/Prj.h,
21677 (removed) src/glades.c,
21678 (removed) src/glades.h,
21679 (removed) src/messagebox.c,
21680 (removed) src/messagebox.h: Removed because no longer used.
21682 2003-01-21 Naba Kumar <naba@gnome.org>
21684 * src/anjuta-tools.c,
21687 src/anjuta_dialogs_strings.c,
21691 src/compiler_options.c,
21693 src/find_replace.c,
21694 src/find_replace.h,
21700 widgets/gnomefilelist.c: GNOME2 porting.
21702 2003-01-20 Naba Kumar <naba@gnome.org>
21704 * global-tags/create_global_tags.sh: Uses pkg-config to
21711 src/anjuta_dialogs_strings.c,
21714 src/compiler_options.c,
21715 src/compiler_options.h,
21716 src/fileselection.c,
21717 src/fileselection.h,
21718 src/mainmenu_callbacks.c,
21719 src/project_dbase_gui.c,
21724 src/text_editor_gui.c,
21725 widgets/gnomefilelist.c,
21726 widgets/gnomefilelist.h: GNOME2 porting.
21728 * widgets/Makefile.am,
21729 (removed) widgets/gnomedirlist.c,
21730 (removed)widgets/gnomedirlist.h: Removed becuase they are not used.
21733 (removed) src/src_paths_cbs.c,
21734 (removed) src/src_paths_cbs.h,
21735 (removed) src/src_paths_gui.c,
21736 (removed) src/compiler_options_cbs.c,
21737 (removed) src/compiler_options_cbs.h,
21738 (removed) src/breakpoints_cbs.c,
21739 (removed) src/breakpoints_cbs.h: Removed because they are now
21740 combined in singe file
21742 2003-01-16 Naba Kumar <naba@gnome.org>
21744 * src/anjuta.glade, src/anjuta_dialogs_strings.c,
21745 src/compiler_options.c, src/compiler_options_cbs.c: Fixed compiler
21746 options dialog UI and data handling.
21749 2003-01-15 Naba Kumar <naba@gnome.org>
21751 * src/commands.[c,h], src/anjuta.glade, src/anjuta_dialogs_strings.c:
21752 Completed command editor porting.
21754 * src/anjuta.c: Removed the use of commands load function
21757 * src/text_editor_gui.c, src/test_editor.c: Added back widgets refs
21760 * src/anjuta-tools.c: Fixed translatable strings.
21762 * src/find_text.c: Fixed dialog creation from glade.
21764 * src/text_editor_gui.c, src/text_editor.c,
21765 src/text_editor_cbs.c: Completed port of detached text editor
21766 to gnome2 plateform.
21768 2003-01-14 Naba Kumar <naba@gnome.org>
21770 * src/anjuta.glade, src/preferences.[h,c],
21771 src/anjuta_dialogs_strings.c: Added build and editor
21772 preferences pages and other UIs. Fixed preferense loading and saving.
21774 * src/anjuta.c: Does case-insensitive match for tabs position
21775 preferences and removed preferences loading (done at _new() call).
21777 * anjuta-tools.c: Debugged tools dialog handling.
21778 * plugins/class-gen/clsGen.c: Fixed an undefined function.
21780 2003-01-13 Naba Kumar <naba@gnome.org>
21782 * ABOUT-NLS: Update (strange).
21784 * autogen.sh: Removed blocking code.
21786 * configure.in: Fixed an autogen bug.
21788 2003-01-13 Naba Kumar <naba@gnome.org>
21790 * (new)src/anjuta.gladep
21791 (new)src/messagebox.c
21792 (new)src/messagebox.h: Added files. References to messagesbox.[c,h]
21793 will be gradually removed (and then the files).
21797 printing/print-util.c,
21799 scintilla/ScintillaGTK.c,xx
21801 src/an_file_view.c,
21802 src/an_symbol_view.c,
21806 src/anjuta_dialogs_strings.c,
21808 src/attach_process.c,
21809 src/attach_process.h,
21812 src/breakpoints_cbs.c,
21815 src/compiler_options.c,
21816 src/compiler_options.h,
21817 src/compiler_options_cbs.c,
21826 src/find_in_files.c,
21827 src/find_in_files.h,
21828 src/find_in_files_cbs.c,
21829 src/find_replace.c,
21830 src/find_replace.h,
21838 src/main_menubar.c,
21839 src/mainmenu_callbacks.c,
21840 src/message-manager.c,c
21843 src/project_config.c,
21844 src/project_config.h,
21845 src/project_dbase.c,
21846 src/project_import_cbs.c,
21852 src/src_paths_gui.c,
21854 src/text_editor_gui.c,
21860 widgets/gnomefilelist.c: GNOME2 Port.
21862 2003-01-10 Naba Kumar <naba@gnome.org>
21864 * src/an_file_view.c,
21866 src/appwizard_gui.c,
21867 src/compiler_options.c,
21868 src/compiler_options_cbs.c,
21871 src/fileselection.c,
21872 src/find_in_files.c,
21874 src/main_menubar.c,
21876 src/message-manager-dock.c,
21878 src/project_dbase_gui.c,
21879 src/project_import_gui.c,
21880 src/registers_gui.c,
21881 src/sharedlib_gui.c,
21882 src/src_paths_gui.c,
21883 src/text_editor_gui.c,
21885 src/watch_gui.c: GNOME2 porting. Fixed unresolved symbols
21887 2003-01-09 Naba Kumar <naba@gnome.org>
21889 * scintilla/RESearch.cxx: Removed cvs logging as it was creating
21890 problems with some comments.
21892 * anjuta.prj: New project file (updated?)
21894 * src/Makefile.am: Enabled deprecated API and fixed variables.
21896 * src/an_file_view.c,
21897 src/an_symbol_view.c,
21898 src/anjuta-plugins.c,
21899 src/anjuta-tools.c,
21902 src/appwizard_cbs.c,
21903 src/attach_process.c,
21904 src/attach_process_cbs.c,
21905 src/compiler_options.c,
21906 src/compiler_options_cbs.c,
21908 src/mainmenu_callbacks.c,
21909 src/message-manager-private.c,c
21910 src/message-manager-private.h,
21911 src/message-manager.c,c
21912 src/message-manager.h,
21913 src/project_dbase.c,
21914 src/project_dbase.h,
21915 src/project_dbase_gui.c,
21916 src/project_import_cbs.c,
21917 src/project_import_gui.c,
21926 src/src_paths_cbs.c,
21927 src/src_paths_gui.c,
21930 src/text_editor_gui.c,
21931 src/text_editor_menu.c,
21933 src/toolbar_callbacks.c,
21937 src/wizard_gui.c: GNOME porting.
21939 2002-12-24 Naba Kumar <naba@gnome.org>
21941 * AUTHORS, ChangeLog, HACKING, Makefile.am,
21942 NEWS, README, SEARCH-REPLACE,
21943 THANKS, TODO, acinclude.m4, anjuta.prj, anjuta.spec.in, configure.in,
21944 setup-gettext, data/*, doc/.cvsignore, global-tags/*,
21945 launcher/Makefile.am,
21946 launcher/anjuta_launcher.c, macros2/*, manuals/*/*/*/*,
21947 plugins/class-gen/clsGen.c, plugins/patch/patch-plugin.c,
21948 plugins/sample1/plugin-sample1.c, printing/print-doc.c,
21949 printing/print-util.c, printing/print.c, printing/print.h,
21950 scintilla/*/*, widgets/e-shell-about-box.c,
21951 src/*, tagmanager/*/*, widgets/Makefile.am,
21952 widgets/gnomefilelist.c:
21954 Merged with ANJUTA_1_0_0 branch (at tag MERGE_LEVEL_1) and ported many
21955 src/*.[c,h] files to gnome2 API.
21957 * src/anjuta_dialogs_strings.c: Added glade generated translatable
21960 2002-10-23 Naba Kumar <naba@gnome.org>
21962 * autogen.sh: Prevented Users from building HEAD cvs.
21964 2002-09-16 Stephane Demurget <demurgets@free.fr>
21966 * src/anjuta.glade: added the compiler options dialog, hopefully
21967 HIG-1.0 compliant. Perhaps some accelerators are duplicated, though.
21969 2002-09-15 Stephane Demurget <demurgets@free.fr>
21971 * src/anjuta.glade: fixed a lot of small glitches.
21973 * src/commands.[ch]: more gnome 2 port. only instant apply is missing
21976 * src/breakpoints_cbs.c: polished a bit.
21978 2002-09-15 Stephane Demurget <demurgets@free.fr>
21980 * src/anjuta.glade: added the commands dialog fully HIG-1.0 compliant.
21982 * src/commands.c: partial gnome 2 port.
21984 * src/utilities.[ch]: changed some bits to be const.
21986 2002-09-14 Stephane Demurget <demurgets@free.fr>
21988 * src/Makefile.am: removed breakpoints_gui.c and added a check
21989 for gdk-pixbuf deprecated functions, but there shouldn't be much
21992 * src/breakpoints_gui.c: killed.
21994 * src/anjuta.glade: added two dialogs for the breakpoints management.
21997 * src/anjuta_cbs.c:
21999 * src/attach_process.c:
22001 * src/breakpoints*.[ch]: cleaned, simplified and polished up a lot of things,
22002 really huge changes and porting work.
22004 * src/breakpoints.[ch] (treeview_enabled_toggled): impl.
22005 (breakpoints_dbase_new): moved the UI init bits here.
22007 * src/breakpoints_cbs.[ch] (breakpoints_dbase_add_brkpnt): simplified
22008 a lot, not using any color anymore (not HIG compliant) and not using
22009 BrkPtItem thanks to libglade. 4 issues marked with #warning that have
22010 to be double checked.
22012 * src/build_file.c:
22013 * src/build_project.c: gnome 2 port.
22015 2002-09-11 Stephane Demurget <demurgets@free.fr>
22017 * src/anjuta.glade:
22019 * src/anjuta_cbs.c:
22021 * src/breakpoints.c:
22022 * src/breakpoints_cbs.c: cleaned up some bits.
22024 2002-09-09 Stephane Demurget <demurgets@free.fr>
22027 * src/messagebox.[ch]: killed. Not HIG compliant at all :/
22029 * src/an_symbol_view.[ch]:
22030 * src/attach_process_cbs.h: polished a bit.
22032 * src/breakpoints_cb.[ch]: partial gnome 2 port.
22034 2002-09-02 Stephane Demurget <demurgets@free.fr>
22037 * src/Makefile.am: added libglade-2 to the build.
22039 * src/anjuta.[ch]: added support for libglade.
22041 * src/anjuta.glade: added. There could be a file per top-level widget,
22042 as some other gnome projects, though.
22044 * src/attach_process_gui.c: removed.
22045 * src/attach_process.[ch]: gnome 2 port.
22046 (attach_process_new): Added the treeview init and the widget references
22049 2002-08-31 Stephane Demurget <demurgets@free.fr>
22051 * src/an_file_view.c: fixed some compilation issues.
22053 * src/an_symbol_view.c: gnome 2 port.
22055 2002-08-26 Stephane Demurget <demurgets@free.fr>
22057 * src/an_file_view.c: finished gnome 2 port.
22058 (on_file_view_row_expanded), (on_file_view_row_collapsed): change the
22059 directory pixmap depending on the event.
22061 * src/project_dbase.h: s/GtkTreeIter/GtkTreeRowReference/.
22062 (project_file_data_new): use a GtkTreePath.
22064 2002-08-23 Stephane Demurget <demurgets@free.fr>
22066 * src/Makefile.am: readded back an_*_view.[ch] because they are still
22067 driving me nuts but they need to be ported, heh ?
22069 * src/an_file_view.c: gnome 2 port, almost finished after some hard
22070 work since it's quite a total rewrite again.
22072 2002-08-22 Stephane Demurget <demurgets@free.fr>
22074 * src/an_file_view.c:
22075 * src/project_dbase.h: s/GtkTreePath/GtkTreeIter/.
22077 2002-08-21 Stephane Demurget <demurgets@free.fr>
22079 * src/anjuta_info.c:
22080 * src/utilities.h: gnome 2 port, featuring a total rewrite.
22082 2002-08-20 Stephane Demurget <demurgets@free.fr>
22084 * src/Makefile.am: removed an_*_view.[ch] because they're driving me
22087 * src/an_file_view.c:
22088 * src/aneditor.cxx:
22089 * src/anjuta_cbs.c:
22090 * src/compiler_options.h:
22091 * src/messagebox.c:
22092 * src/messagebox.h:
22094 * src/project_dbase.h:
22095 * src/resources.h: gnome 2 port.
22097 2002-08-14 Stephane Demurget <demurgets@free.fr>
22099 Added missing keywords reported by Lucca Bellonda <lbell@tsc4.com>.
22101 * data/properties/sql.properties: added the DATETIME data type.
22103 * data/properties/html.properties: added the foreach php keyword.
22105 2002-08-08 Stephane Demurget <demurgets@free.fr>
22107 * widgets/Makefile.am: removed blank line after the last backslash
22108 for avoiding a warning from automake.
22111 * src/Makefile.am: added the ORBit-2 dep.
22113 2002-08-08 Stephane Demurget <demurgets@free.fr>
22115 * AUTHORS: added Biswa, because I wonder why noone already have
22116 written his name in the Anjuta's hall of fame :)
22118 2002-08-01 Naba Kumar <kh_naba@users.sourceforge.net>
22120 * widgets/Makefile.am, widgets/gnomefilelist.[c,h], widgets/gnomedirlist.[c,h],
22121 widgets/e-shell-about-box.c: Made to compile for gnome2.
22123 2002-07-31 Naba Kumar <kh_naba@users.sourceforge.net>
22125 * scintilla/PlatGTK.cxx, scintilla/Scintilla.cxx,
22126 scintilla/include/ScintillaWidget.h: Made to compile for gtk2.
22128 * configure.in, printing/print.h, printing/print.c,
22129 printing/print-doc.c: Made to compile for gnome2.
22131 2002-07-30 Naba Kumar <kh_naba@users.sourceforge.net>
22133 * configure.in, acconfig.h, Makefile.am, autogen.sh, launcher/Makefile.am,
22134 plugins/class-gen/Makefile.am, plugins/patch/Makefile.am, plugins/sample1/Makefile.am,
22135 printing/Makefile.am, src/Makefile.am, tagmanager/include/Makefile.am,
22136 widgets/Makefile.am:
22138 Upgraded the build system to gnome2 platform.
22140 2002-12-19 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22141 * manuals/*: Added capability to generate PDF and PS.
22142 * src/debugger.c, data/gdb.init: Solaris GDB fixes.
22143 * TODO, TODO.biswa: Intergated TODO list.
22144 * src/project_dbase.c: Patch by TTimo (pref saving), bug #636542
22146 * src/dnd.c: Fix typo
22147 * src/an_[symbol|file]_view.c: Hide when updating (reduced flicker)
22148 * src/anjuta.c: Bug #568895, Bug #575419
22150 2002-12-18 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22152 * tagmanager/tm_global_tags.c: Fixed compiler warning.
22153 * manuals/C/anjuta-faqs/anjuta-faqs.sgml: Updated FAQ.
22155 2002-12-17 Naba Kumar <naba@gnome.org>
22157 * Makefile.am, src/Makefile.am, src/main.c: Fixed a couple of distcheck
22160 2002-12-17 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22161 * manuals/C/anjuta-manual/*: Updated manual to include tool editor.
22162 * scintilla/LexCPP.cxx: Disable doxygen comment highliting.
22163 * anjuta.prj: Added tools.sgml
22164 * data/properties/cpp.properties: Bug # 646974
22166 2002-12-16 Naba Kumar <naba@gnome.org>
22168 * src/goto_line.c: Ordered 'Ok' and 'Cancel' button in the right order.
22169 * src/configurer.c, src/anjuta_info.c, src/attac_process_gui.c,
22170 src/executer.c, src/launcherc, src/breakpoints_gui.c, src/help.c: Activates
22171 on 'Enter' and adds proper focus mechanism.
22172 * src/anjuta.c: Fixed a memory corruption bug.
22173 * src/anjuta-tools.c, anjuta.glade: Tools parameter dialog activates on
22174 'Enter' and can also be Canceled. Sets proper default and focus policies
22176 * src/main_menubar_def.h: Fixed typos, added icons and added hot keys.
22177 * anjuta.glade, src/Makefile.am, src/anjuta_dialog_strings.c: Enabled
22178 translatable strings in dialogs and fixed some dialog properties.
22179 * src/anjuta-tools.c: Now uses xml format for loading and saving.
22180 * configure.in, anjuta.spec.in, anjuta.prj: Bumped version to 1.0.1
22181 * src/message_manager_private.cc: Fixed some debug messages.
22182 * src/print.c, src/print-doc.c, src/anjuta-tools.c, src/anjuta.c,
22183 widgets/gnomefilelist.c: Fixed a memory leaks.
22184 * src/toolbar.[ch], src/text_editor.[ch], src/find_text.[ch],
22185 src/toolbar_callbacks.[ch], src/mainmenu_callbacks.c,
22186 src/main_menubar_def.h: Implemented incremental search.
22189 2002-12-14 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22190 * tagmanager/*: Minor cleanups and warning fixes.
22191 * src/an_symbol_view.c, src/an_file_view.c: Do not freeze the
22192 GUI during long updates.
22193 * src/text_editor.c: Remove debug message.
22195 2002-12-13 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22196 * tagmanager/tm_project.c: Fix a memory access problem.
22198 2002-12-13 Naba Kumar <naba@gnome.org>
22200 * anjuta.glade, src/anjuta-tools.c: Added a new column in the
22201 tools list to show "Enabled" flag of the tool. Fixed a bug where
22202 tool list is not cleared when creating a new tool.
22204 2002-12-13 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22205 * anjuta.glade, src/anjuta-tools.c: Added user params to tools.
22207 2002-12-12 Naba Kumar <naba@gnome.org>
22209 * anjuta-tools.[h,c], commands.c: Used the tools help of
22210 anjuta variables list in commands editor and fixed a typos
22211 buy in anjuta-tools.c.
22213 2002-12-12 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22214 * anjuta.glade, src/anjuta-tools.c, src/text_editor.[ch]
22215 , src/mainmenu_callbacks.c, controls.c: Tools editor stuff.
22216 * TODO.biswa: Added to help me track things better.
22218 2002-12-11 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22220 * configure.in, anjuta.spec.in: Added libglade dependency.
22221 * Makefile.am: Added anjuta.glade file.
22222 * src/anjuta-tools.c, src/main.c, src/main_menubar_def.h
22223 , src/mainmenu_callbacks.[ch], src/message-manager.h
22224 , src/widget-registry.c: Tools editor GUI + other additions.
22226 2002-12-09 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22228 * src/project_dbase.[ch], tagmanager/tm_project.c,
22229 tagmanager/include/tm_project.h, src/mainmenu_callbacks.c:
22230 Implement syncing tags image with the project database.
22231 * src/anjuta-tools.c: Implemented variable substitution and
22232 working directory in tools.
22234 2002-12-09 Naba Kumar <naba@gnome.org>
22236 * data/properties/anjuta.properties, src/commands.[ch]: Reads the
22237 command configuration language list from properties.
22239 * data/properties/asm.properties, data/properties/ruby.properties:
22242 2002-12-04 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22244 * src/an_symbol_view.c: Remember current selected entry and select
22245 it automatically after refresh.
22247 2002-11-26 Murray Cumming <murrayc@usa.net>
22249 * src/project_type.c, src/project_dbase.c, src/stock_libs.anj,
22250 src/compiler-options.c, src/wizard_gui.c: Renamed gtkmm 1.2
22251 and gnomemm 1.2 projects so that people know they are really
22252 glademm projects. The gtkmm 2 and gnomem 2 projects are OK though.
22253 But I did correct these to sue lowercase names.
22255 2002-12-01 Naba Kumar <naba@gnome.org>
22257 * data/anjuta.properties: Fixed caching problem on
22259 * src/preferences.c, src/preferences_gui.c: Implemented automatic
22262 2002-12-01 Naba Kumar <naba@gnome.org>
22264 * data/properies/anjuta.properties: Corrected "indicators.automatic"
22266 * src/anjuta.c, src/preferences.h: Added MESSAGES_INDCATORS_AUTOMATIC
22267 property and uses it.
22268 * src/aneditor.cxx: Fixed a bug associated with selection a word at
22271 2002-11-30 Naba Kumar <naba@gnome.org>
22273 * src/debugger.c: Fixed a typo.
22274 * data/properties/*: Updated properties files and added
22276 * src/main_menubar_def.h, main_menubar.[hc], mainmenu_callbacks.[hc]:
22277 Added comment submenu and cleaned up ref and unref of menus.
22278 * src/aneditor.h: Added definition of comment commands.
22279 * src/aneditor.c: Upgrade from latest SciTE source code.
22280 * src/text_editor.[hc], src/text_editor_cbs.c,
22281 src/message_manager_private.cc, src/message_manager.[cc,h],
22282 src/anjuta.[c,h]: Added indicators support for errors/warnings
22283 highlight in the editor.
22284 * NEWS, TODO: Update.
22285 * scintilla/include/PropSet.h: Removed deprecrated function.
22287 2002-11-29 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22289 * src/anjuta-tools.[ch]: Tools implementation (basic)
22290 * src/anjuta-plugins.[ch], src/anjuta.[ch], src/main_menubar.[ch]
22291 , src/main_menubar_def.h: PLugins cleanup and segregation
22292 * src/widget-registry.[ch], src/main_menubar.[ch]: Start of a widget
22294 * anjuta.prj: Added new files
22295 * manuals/C/anjuta-faqs/anjuta-faqs.sgml: New FAQ entry
22296 * plugins/class-gen/clsGen.c: Register menu under 'Project'
22297 * plugins/patch/patch-plugin.c: Register menu under 'Format'
22298 * plugins/sample1/plugin-sample1.c: Register menu under 'View'
22299 * src/Makefile.am: Added new files
22300 * src/message-manager.[cc/h]: Added standard output and error windows
22302 2002-11-26 Johannes Schmid <clubfan@users.sourceforge.net>
22304 * project_type.c: Fixed Gnomemm2 project type
22306 2002-11-25 Naba Kumar <naba@gnome.org>
22308 * printing/print.c: Fixed a compile warning.
22309 * scintilla/Autocomplete.cxx: Applied missing patch from Biswa
22310 * src/utilities.c: Fixed a compile warning in sparc, hides the
22311 terminal check error output from the user.
22312 * project_config.[ch], project_dbase.[ch], source.c: Added project
22313 version, exclude modules configuration and reordered other config
22314 properties. Changed some strings to more descriptive text.
22315 * src/compiler_opitions.c: Removed extra newlines from .prj file
22317 * anjuta.prj: Converted to new format (only reorganised properties
22318 and removed extra newlines ... nothing else).
22321 2002-11-21 Naba Kumar <naba@gnome.org>
22323 * Editor.cxx, Editor.h, include/SciLexer.h, include/Scintilla.h,
22324 include/Scintilla.iface, KeyMap.cxx, KeyWords.cxx, LexCPP.cxx,
22325 LexFortran.cxx, LexHTML.cxx, LexMatlab.cxx, LexOthers.cxx,
22326 LineMarker.h, PropSet.cxx, RESearch.cxx, ScintillaBase.cxx:
22327 Updated to the CVS version.
22329 2002-11-20 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22331 * scintilla/AutoComplete.[cxx,h], scintilla/PlatGTK.cxx
22332 , scintilla/include/Platform.h, scintilla/ScintillaBase.cxx
22333 , scintilla/include/Scintilla.h, src/aneditor.cxx: Implement
22334 images in completion lists.
22335 * src/resources.h: Make C++ friendly.
22336 * scintilla/PropSet.cxx: Fix memory leak.
22338 2002-11-20 Naba Kumar <naba@gnome.org>
22340 * scintilla/*/*: Synced to latest scintilla 1.49
22341 * scintilla/LexAsm.cxx, scintilla/LexFortran.cxx, src/Makefile.am:
22344 * scintilla/RESearch.cxx: The automatic cvs log in the
22345 file really broke things trying to interprete the changelog
22346 entry incorrectly as end-of-comment. Removed the $cvs line
22347 and committed again.
22349 2002-11-19 Naba Kumar <naba@gnome.org>
22351 Patch from Timothee Besset <ttimo@idsoftware.com>
22353 * src/message-manager-private.cc: Interpretes absolute
22354 file paths properly in zvt terminal.
22356 2002-11-19 Naba Kumar <naba@gnome.org>
22358 Patch from Timothee Besset <ttimo@idsoftware.com>
22360 * src/preferences.c, src/preferences_gui.c, src/project_dbase.c,
22361 src/properties.cxx, src/properties.h, anjuta.prj: Saves some of the
22362 (important) editor preferences in project (if there is one
22367 2002-11-18 Naba Kumar <naba@gnome.org>
22369 Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22371 * src/debug_tree.c, src/find_in_files_gui.c,
22372 src/find_replace.c, src/find_text.c,
22373 src/project_import.c, src/project_import_gui.c,
22374 src/wizard_gui.c: i18n Fixes.
22376 2002-11-15 Naba Kumar <naba@gnome.org>
22378 * plugins/class-gen/clsGen.c: Fixed to use project function
22379 to import files. Create non-existent directories before the
22380 sources are written.
22382 * configure.in, src/Makefile.am, src/main.c, src/preferences_gui.c,
22383 src/preferences.c, src/CORBA-Server.c,src/CORBA-Server.h,
22385 src/glades.c: Excluded gladen files from build. This
22386 will fix the unnecessary dependency on libssl.
22388 * src/project_dbase.[c,h], src/project_dbase_gui.c: Refined
22389 file import funtion.
22391 * src/message_manager_private.cc: Fixed a compiler warning with
22392 DEBUG preprocessor macro.
22394 * src/text_editor_cbs.c, src/main_menu_callbacks.c: Fixed a bug where
22395 wrong (undocked) editor window was closed on clicking close on an
22396 undocked editor window.
22398 * src/debugger.c: Fixed a bad bug where debugger terminal won't
22399 start correctly if the executable was run before with 'F3'.
22401 * src/toolbar_callbacks.c: Wrap around find next.
22402 * src/toolbar.c: Disable combo activate.
22403 * src/find_text.c (on_find_text_ok_clicked): Swapped 'yes' and 'no'
22404 button positions to get 'yes' as default.
22406 * anjuta.spec.in: Updated.
22408 * src/anjuta_info.c, src/appwizard_gui.c,
22409 src/attach_process_gui.c, src/breakpoints_gui.c,
22410 src/commands.c, src/compiler_options_gui.c, src/configurer.c,
22411 src/cvs.c, src/cvs_gui.c, src/debugger.c, src/executer.c,
22412 src/find_in_files_gui.c, src/find_replace.c, src/find_text.c,
22413 src/help.c, src/launcher.c, src/main.c, src/mainmenu_callbacks.c,
22414 src/memory.c, src/message-manager-private.cc, src/message-manager.cc,
22415 src/preferences.c, src/preferences_gui.c, src/project_config.c,
22416 src/project_dbase.c, src/project_dbase.h, src/project_dbase_gui.c,
22417 src/project_import_gui.c, src/registers_gui.c, src/sharedlib_gui.c,
22418 src/signals_gui.c, src/source.c, src/src_paths_gui.c,
22419 src/stack_trace_gui.c, src/text_editor_cbs.c, src/text_editor_gui.c,
22420 src/toolbar.c, src/toolbar_callbacks.c, src/watch.h,
22421 src/watch_cbs.c, src/watch_gui.c, plugins/class-gen/clsGen.c,
22422 plugins/patch/patch-plugin.c, printing/print-util.c:
22423 Set all windows and dialogs transient
22424 to their parents so that they remain floated above their parents.
22426 2002-11-13 Naba Kumar <naba@gnome.org>
22428 * printing/print.c: Fixed a leak and bug #634819 (print/preview does not
22429 take default editor font).
22431 * widgets/e-shell-about-box.c, src/main_menubar_def.h:
22432 Corrected email address.
22434 * src/mainmenu_callbacks.c: Used spaces instead of tabs
22435 for changelog entry.
22439 2002-11-06 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22440 * plugins/class-gen/clsGen.c: Refined the class generator a bit.
22442 2002-11-06 Naba Kumar <naba@gnome.org>
22445 * anjuta.spec.in: Ships the .omf files with the
22446 documents instead of the base package.
22448 2002-11-04 Naba Kumar <naba@gnome.org>
22450 * data/properties/latex.properties: Fixed a bug.
22451 * ChangeLog: Released 1.0.0 stable.
22453 2002-11-04 Naba Kumar <naba@gnome.org>
22455 * src/commands.c: Added command with shell redirection capability.
22456 * data/properties/anjuta.properties: Changed default execution
22458 * src/project_dbase.c: Set project top dir in properties.
22459 * Makefile.am: Recurse scripts/ before data/ to fix a distcheck error.
22460 * data/Makefile.am: More diskcheck error fixes.
22462 * README, anjuta.spec.in, THANKS, AUTHORS,
22463 manuals/C/anjuta-faqs/anjuta-faqs.sgml,
22464 manuals/C/anjuta-manual/authers,sgml,
22465 manuals/C/anjuta-manual/anjuta-manual.sgml,
22466 manuals/C/anjuta-manual/anjuta-manual-C.omf,
22467 manuals/C/anjuta-manual/anjuta-manual-ja_JP.eucJP.omf
22468 : Changed anjuta home to
22469 new URL and my email address.
22471 * manuals/C/anjuta-manual/interfaces.sgml,
22472 manuals/C/anjuta-manual/prefereces.sgml,
22473 manuals/C/anjuta-faqs/anjuta-faqs.sgml: Fixed typos and updated.
22475 * src/main_menubar.[c,h], src/controls, src/toolbar_callbacks.c
22476 : removed reference to the help menu as the menu is modified
22477 when no help is found (which is very likely when we are
22478 shiping the documents separately).
22480 2002-11-03 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22481 * anjuta.spec.in: Update specfile to make multiple RPMs.
22482 * data/Makefile.am: make dist fix.
22483 * src/text_editor_menu.c: Fix compile warnings (casts).
22485 2002-11-02 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22486 * manuals/C/anjuta-faqs/anjuta-faqs.sgml: FAQ update.
22487 * tagmanager/general.h, src/launcher.c: FreeBSD fixes (RFE #628576)
22489 2002-11-01 Naba Kumar <naba@gnome.org>
22491 * macros2/*, Makefile.am, configure.in, data/Makefile.am:
22492 Added gnome2 macros to be used by gnome2 project wizard.
22494 * data/autogen.sh.gnome2: Fixed to use our own macros instead of
22497 * macros/Makefile.am: Removed INSIDE_GNOME_COMMAND macro
22498 as it was conflicting with generated projects and is not
22501 * src/appwiz_page1.c, src/project_dbase.h, src/project_type.c,
22502 src/project_type.h, src/source.c, src/wizard_gui.c: Fixed gnome2
22503 project generation, removed qt project as it's not complete and
22504 added gnome2 bonobo wizard.
22506 2002-10-29 Naba Kumar <naba@gnome.org>
22508 * po/POTFILES.in: Updated.
22509 * po/POTFILES.skip: Added.
22510 * preferences.h: Fixed print paper size property name.
22512 2002-10-28 Naba Kumar <naba@gnome.org>
22514 * data/user.properties, data/Makefile.am: Added user properties file
22515 which will be copied in user's ~/.anjuta/user.properties.
22517 * data/anjuta.properties: Changed a comment.
22519 * macros/gnome-pilot.m4: Upgraged to the cvs head of gnome-macros.
22521 * src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
22522 src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, src/preferences.c:
22523 Adde [Settings]->[Preferences]->[Edit user.properties file ...] menu
22526 * src/mainmenu_callbacks.c: Fixed a bug that loads system properties file
22527 instead of user properties file.
22529 * README, anjuta.prj, configure.in: Bumped anjuta version to 1.0.0
22530 * anjuta.spec.in: Added {prefix}/share/doc/anjuta for rpms.
22531 * Makefile.am: Install docs in share/doc/anjuta and not doc/anjuta.
22532 * README, TODO: Updated.
22534 2002-10-28 Naba Kumar <naba@gnome.org>
22536 * manuals/C/anjuta-manual/figures/editor_guides.png,
22537 manuals/C/anjuta-manual/figures/editor_margins.png,
22538 manuals/C/anjuta-manual/figures/editor_markers.png,
22539 manuals/C/anjuta-manual/figures/local_variables.png,
22540 manuals/C/anjuta-manual/figures/open_file_multiple.png,
22541 manuals/C/anjuta-manual/figures/prefs_print.png,
22542 manuals/C/anjuta-manual/figures/print_dlg.png,
22543 manuals/C/anjuta-manual/figures/print_preview.png,
22544 manuals/C/anjuta-manual/figures/symbol_browser.png,
22545 manuals/C/anjuta-manual/figures/variable_tip.png: New png
22546 files for manual documentation.
22548 * manuals/sgmldocs.make,
22549 manuals/C/anjuta-manual/Makefile.am,
22550 manuals/C/anjuta-manual/authors.sgml,
22551 manuals/C/anjuta-manual/build.sgml,
22552 manuals/C/anjuta-manual/compileopts.sgml,
22553 manuals/C/anjuta-manual/debugger.sgml,
22554 manuals/C/anjuta-manual/execute.sgml,
22555 manuals/C/anjuta-manual/fileoperations.sgml,
22556 manuals/C/anjuta-manual/interface.sgml,
22557 manuals/C/anjuta-manual/preferences.sgml,
22558 manuals/C/anjuta-manual/projects.sgml,
22559 manuals/C/anjuta-manual/figures/arguments.png,
22560 manuals/C/anjuta-manual/figures/open_file.png,
22561 manuals/C/anjuta-manual/figures/other_opts.png,
22562 manuals/C/anjuta-manual/figures/scrshot.png,
22563 manuals/C/anjuta-manual/figures/toolbar_browser.png,
22564 manuals/C/anjuta-manual/figures/toolbar_tags.png:
22566 Updated anjuta manual documentation.
22569 2002-10-27 Naba Kumar <naba@gnome.org>
22571 * utilities.[h,c], debugger.[h,c], commands.c: Added gnome-terminal
22572 check and modifies debugger terminal command accordingly
22573 to function properly.
22575 2002-10-25 Naba Kumar <naba@gnome.org>
22577 * manuals/sgmldocs.make: Fixed a couple of bugs.
22578 * data/x-anjuta-project.desktop. data/Makefile.am: Mime handling link.
22580 2002-10-24 Naba Kumar <naba@gnome.org>
22582 * src/debug_tree.c: Fixed a crash bug from Etay.
22584 * global_tags/create_global_tags: Added messages.
22585 Fixed infinite looping within files.
22587 * macro/autogen.sh: Removed debug and warning flags for defaults.
22589 Patch from Vadim Berezniker <vadim@berezniker.com>
22591 * tagmanager/tm_workspace.[h,c], global-tags/create_global_tags.sh,
22592 global-tags/tm_global_tags.c: Fixed infinite loop in system tags
22595 * Makefile.am: XML merge is broken for .destop in RH 8.0, so
22596 temporarily just copy it
22598 2002-10-24 Naba Kumar <naba@gnome.org>
22600 * manuals/sgmldocs.make, anuals/C/anjuta-faqs/anjuta-faqs.sgml,
22601 manuals/C/anjuta-manual/anjuta-manual.sgml,
22602 manuals/C/anjuta-manual/compileopts.sgml,
22603 manuals/C/anjuta-manual/debugger.sgml,
22604 manuals/C/anjuta-manual/execute.sgml,
22605 manuals/C/anjuta-manual/fileoperations.sgml,
22606 manuals/C/anjuta-manual/interface.sgml,
22607 manuals/C/anjuta-manual/introduction.sgml,
22608 manuals/C/anjuta-manual/projects.sgml,
22609 manuals/C/anjuta-tutorial/anjuta-tutorial.sgml,
22610 manuals/ja/anjuta-faqs/anjuta-faqs.sgml,
22611 manuals/ja/anjuta-manual/anjuta-manual.sgml,
22612 manuals/ja/anjuta-manual/compileopts.sgml,
22613 manuals/ja/anjuta-manual/debugger.sgml,
22614 manuals/ja/anjuta-manual/execute.sgml,
22615 manuals/ja/anjuta-manual/fileoperations.sgml,
22616 manuals/ja/anjuta-manual/interface.sgml,
22617 manuals/ja/anjuta-manual/introduction.sgml,
22618 manuals/ja/anjuta-manual/projects.sgml: Upgraded to Docbook 4.0
22620 2002-10-24 Naba Kumar <naba@gnome.org>
22622 * src/project_type.c: added autogen for qt projects.
22623 * src/debugger.c: enabled debugger debugging for DEBUG MODE.
22624 Fixed a bug that retrieves wrong terminal command.
22625 * src/commnads.c: Added more terminal commands.
22626 * configure.in: Checks for scrollkeeper version.
22628 2002-10-22 Naba Kumar <naba@gnome.org>
22630 * configure.in, acinclude.m4, setup-gettext: Used AM_GNU_GETTEXT
22631 instead of AM_GNOME_GETTEXT.
22633 * src/source.c, data/autogen.sh.*, data/Makefile.am: Added support
22634 for setup-gettext for the wizard generated projects.
22636 * src/source.c: Fixed a bug where glade file wasn't generated.
22638 * src/gnome_project.c: Excluded project version from project dir
22641 2002-10-22 Naba Kumar <naba@gnome.org>
22643 * acinclude.m4: New file with dummy funtion for gettext
22644 cross compatibility fix.
22646 * configure.in, setup-gettext: Fixed to use with AM_GNOME_GETTEXT.
22647 * configure.in: Fixed cflags to avoid useless warnings.
22648 * Makefile.am: EXTRA_DIST += setup-gettext.
22649 * src/toolbars.c: Added space paddings around tags label.
22651 2002-10-21 Naba Kumar <naba@gnome.org>
22653 Patch from Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22655 * setup-gettext: New script to maintain gettext cross version
22657 * configure.in, macros/autogen.sh: Fix for gettext cross version
22660 2002-10-21 Naba Kumar <naba@gnome.org>
22662 * debug_tree.c: Fixed incorrect use of debug assertion.
22664 2002-10-18 Etay Meiri <etay-m@bezeqint.net>
22665 Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22666 * src/debug_tree.c, src/debug_tree.h, src/debugger.c,
22667 src/memory.c, src/memory.h, src/message-manager-private.cc:
22669 New parsing algorithm; adapted from kdevelop.
22670 Middle button menu for changing the value's display type
22672 2002-10-07 Naba Kumar <naba@gnome.org>
22674 * src/main_menubar_def.h: Changed status bar message for Help->
22675 Browse info pages. Bug #603308
22677 * src/executer.c: Made "User terminal" default for creating
22678 projects (User can always disable it later). Bug #114222
22680 2002-10-03 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22682 * macros/autogen.sh: Require gettext 0.10.x for autogen
22683 * src/text_editor.c: Fixes Bug #595303
22684 * src/source.c: Fixes Bug #595970
22685 * src/anjuta.c: Fixes Bug #598366
22686 * scingtilla/LexCPP.cxx: Bug #602296
22687 * src/main_menubar_def.h: Bug #604363
22688 * src/find_in_files.[h,c], src/find_in_files_gui.c: Buf #608679
22690 2002-10-07 Jens Georg <mail@jensgeorg.de>
22692 Reviewed by: Naba Kumar <kh_naba@gnome.org>
22693 * gnomefilelist.c: This patch fixes the bug #611542
22695 2002-09-20 Naba Kumar <kh_naba@gnome.org>
22697 * data/properties/Makefile.am: Added tcltk.properties file.
22699 2002-09-20 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22701 Reviewed by: Naba Kumar <kh_naba@gnome.org>
22703 * README: Updated README
22704 * plugins/class-gen/clsGen.c, src/message_manager.cc
22705 , src/mainmeu_callbacks.c, src/memory.c
22706 , src/project_dbase_gui.c, src/text_editor_gui.c
22707 , widgets/gnomefilelist.c: Set window icons
22708 * configure.in, macros/*, */Makefile.am, anjuta.spec.in:
22709 Enabled release build (stripped + optimized binaries, etc.)
22710 * data/properties/anjuta.properties, src/commands.c,
22711 src/defaults.cFixed bug #595489 (stdin on executables)
22712 * src/appwizard.c, src/main.c, src/message-manager.cc
22713 , src/project_dbase.c, src/toolbar.c, widgets/gnomefilelist.c
22714 , src/debug_tree.c: Memory related (valgrind) fixes.
22715 * src/message-manager-private.[cc,h], src/pixpams.h
22716 , src/preferences.[ch], src/preferences_gui.c: Terminal preferences
22717 * anjuta.prj: Added debug_tree.c to SOURCES
22718 * src/main_menubar_def.h, src/mainmenu_callbacks.[ch],
22719 src/text_editor_menu.c, src/text_editor_gui.c, src/anjuta.c:
22720 Compacted code and cleaned up unnecessary functions.
22721 * tagmanager/*.[ch]: Code fixes.
22723 2002-08-30 Etay Meiri <etay-m@bezeqint.il>
22725 Reviewed by: Naba Kumar <kh_naba@gnome.org>
22727 * src/debug_tree.c, debug_tree.h, debugger.c, message-manager-private.cc:
22728 Debug tree now detects changes of displayed variables
22729 and changes their color to red
22731 2002-09-20 Naba Kumar <kh_naba@gnome.org>
22733 Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22735 * mainmenu_callbacks.c: Set's the current file name in
22736 file save as dialog.
22738 2002-09-20 Naba Kumar <kh_naba@gnome.org>
22740 Patch from: Vlastimil Holer <xholer@informatics.muni.cz>
22742 * data/properties/tcltk.properties: New file for tcl/tk
22745 2002-08-28 Naba Kumar <kh_naba@users.sourceforge.net>
22747 * src/project_type.[c,h], src/source.c, data/Makefile.am:
22748 Fixed a fatal bug which doesn't let building gnome2 related
22749 projects. They use different autogen.sh script. Defined new
22750 type field "gnome_macro_support".
22752 * data/autogen.sh.gnome2: New file.
22754 * src/utilities.c (anjuta_util_escape_quotes): Fixed a fatal
22755 bug with quotes escaping in quotes.
22757 * src/message-manager-private.cc: Used event box instead
22758 of frame for local message pane, so that the borders appear
22759 properly and nicely.
22761 * src/anjuta.c: Fixed bug #600221 -- anjuta crashes on exit
22762 if there is a project open and all the files are un-docked.
22764 * src/dnd.c: Possible fix for bug #512873 Drag And Drop problems.
22766 2002-08-27 Andy Piper <andy.piper@freeuk.com>
22768 * src/main_menubar_def.h: implement feature request #595356, patch #597161
22769 * THANKS: updated for new contributions
22770 * src/mainmenu_callbacks.c, src/mainmenu_callbacks.h: patch #597161
22772 2002-08-27 Steven Knight <steven.knight@unh.edu>
22774 * src/appwiz_page1.c, src/pixmaps.h, src/project_dbase.c,
22775 src/project_dbase.h, src/project_type.c, src/source.c,
22776 src/wizard_gui.c: new Qt project type
22777 *** NB not fully tested, may need some work, icon required...
22779 2002-08-27 Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22781 * src/memory.c, src/memory.h: new memory patch
22783 2002-08-27 Johannes Schmid <clubfan@users.sourceforge.net>
22785 * src/anjuta.c: Fixed bug #589646 CVS preferences visibility
22787 2002-08-27 Naba Kumar <kh_naba@users.sourceforge.net>
22789 * lancher/anjuta_launcher.c: Determine pty from function
22790 call instead of running 'tty' externally.
22792 * data/properties/cs.properties: Added compile/build commands.
22793 Fixed execution properties.
22795 * src/commands.c: Added c# options.
22797 (Patch from: Etay Meiri <etay-m@bezeqint.net>)
22799 * src/debug_tree.[c,h], src/debugger.[c,h],
22800 src/message_manager_private.[cc,h], message_manager.cc, stack_trace.[c,h]:
22802 The following problems, detected by Jean-Noel Guiheneuf, were fixed:
22803 1. Misaligned structs when they are members of other structs.
22804 2. '{' sometimes appears as a variable.
22805 3. Wrong processing of some arrays.
22806 I've also incorporated some code from a patch by Guiheneuf Jean-Noel
22807 that displays the tree in two columns (variable and value).
22809 2002-08-14 Stephane Demurget <demurgets@free.fr>
22811 Added missing keywords reported by Luca Bellonda <lbell@tsc4.com>.
22813 * data/properties/sql.properties: added the DATETIME data type.
22815 * data/properties/html.properties: added the foreach php keyword.
22817 2002-08-09 Naba Kumar <kh_naba@users.sourceforge.net>
22819 * NEWS: Updated with new features.
22821 * data/.cvsignore, doc/.cvsignore: Updated.
22823 Patch from: Etay Meiri <etay-m@bezeqint.net>
22825 * src/debug_tree.h, src/debug_tree.c: New files.
22827 * src/Makefile.am, src/message-manger-private.[h,cc],
22828 src/message-manger.cc: Added Tree view for debugger
22831 2002-08-09 Naba Kumar <kh_naba@users.sourceforge.net>
22833 Patch from Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22835 * src/memory.c, src/memory.h: New files.
22837 * src/Makefile.am, src/appwizard.c, src/controls.c,
22838 src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
22839 src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
22841 Memory view implemetation that would enable viewing raw memory
22844 2002-08-08 Stephane Demurget <demurgets@free.fr>
22846 * AUTHORS: added Biswa, because I wonder why noone already have
22847 written his name in the Anjuta's hall of fame :)
22849 2002-08-07 Naba Kumar <kh_naba@users.sourceforge.net>
22851 * src/appwizard_gui.c: Removed an ambiguous prototype.
22852 * src/appwizard_gui.c: Removed more ambiguous prototypes. This seem to
22853 fix a nasty PPC bug as reported by Todd Goyen <wettoad@knighthoodofbuh.org>.
22854 * THANKS: Updated M. Ali Vardar's email.
22856 2002-08-01 Andy Piper <andy.piper@freeuk.com>
22858 * src/anjuta_gui.c: implemented feature request to stop main and browser
22859 toolbars having exclusive use of space
22861 2002-08-01 Andy Piper <andy.piper@freeuk.com>
22863 * NEWS: updated for 1.0-beta rele.c: commented the define for ANJUTA_DEBUG_DEBUGGER
22864 left over from the previous work to fix bugs :-)
22866 * src/main_menubar_def.h, src/main_menubar.h, src/main_menubar.c,
22867 src/controls.c, src/mainmenu_callbacks.h,
22868 src/mainmenu_callbacks.c: Insert CVS keywords, message strings
22871 * src/watch_gui.c, src/stack_trace_gui.c, src/app_wizard_gui.c,
22872 src/project_import_gui.c, src/sharedlib_gui.c,
22873 src/signals_gui.c: set window icon correctly
22875 * NEWS: more updates for the release
22877 * HACKING: updated for window icons and insert menu information
22879 * src/cvs_gui.c, src/build_project.c,
22880 src/project_import_cbs.c: message strings reviewed
22882 * src/controls.c: context help button should be disabled if
22883 DevHelp is not installed
22886 2002-06-08 Naba Kumar <kh_naba@users.sourceforge.net>
22888 * src/debugger.c: Fixed the signalling screw up because of string
22889 update in gdb used to report the child process PID. Also, no
22890 error dialog will be popped up for "no such file or directory"
22891 error (very annoying and useless error). This error will still
22892 be shown on the debug message window. Avoided terminating the
22893 program when the terminal is terminated -- doesn't hurt, otherwise
22894 we get crappy egg-and-hen problem.
22896 * src/sharedlib.c, src/signals.c: Fixed the incorrect default window
22897 dimensions loading.
22899 * src/anjuta.c: Limited the default size of main window to sane
22902 * src/preferences.c: Fixed some deadly memory corruption bugs in
22903 the recent patches. Return from getenv() should NEVER be freed,
22904 because they are static strings.
22906 * src/preferences_gui.c: Removed the fix for crash bug with font
22907 selection and applied the real fix.
22909 2002-06-08 Andy Piper <andy.piper@freeuk.com>
22911 * NEWS: updated for release
22913 2002-06-08 Naba Kumar <kh_naba@users.sourceforge.net>
22915 * src/launcher.c: Added a fix a memory leak and a possible
22916 fix for zvt-crash bug.
22918 * printing/.cvsignore, plugins/patch/.cvsignore: Added files.
22920 * data/properties/latex.properties,
22921 data/properties/ada.properties: Added file.is.source property.
22923 * src/an_file_view.c: Set auto column size of the file
22926 * src/mainmenu_callbacks.c, src/cvs.c: Fixed bug #542151.
22927 The user is now prompted to confirm the closing of the file
22928 if it is being used by CVS. If yes, the editor is closed and
22929 the CVS operation stops.
22931 2002-06-07 Andy Piper <andy.piper@freeuk.com>
22933 * anjuta.prj: bump project version for release
22934 * BUGS: removed unnecessary file
22936 2002-06-07 Philip Van Hoof <freax@pandora.be>
22938 * widgets/gnomefilelist.c: fix up issue with directory deleted
22939 during the life of the file list widget
22940 * src/preferences_gui.c: sticking-plaster fix to font selection
22941 causes segfault bug
22943 Patches reviewed by Andy Piper <andy.piper@freeuk.com>
22945 2002-06-07 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22947 * data/properties/anjuta.properties, src/an_file_view.[ch],
22948 src/an_symbol_view.[ch], src/defaults.c, src/preferences.[ch],
22949 src/preferences_gui.c, src/project_dbase.c, src/project_dbase_gui.c:
22950 added options for symbol and file browsers.
22951 * data/properties/cpp.properties: linker flags should come after
22952 the name of the file to compile.
22953 * scintilla/Editor.cxx: fixed gcc compilation warning.
22954 * src/Makefile.am, src/project_import.c: anjuta_import.sh should
22955 be executed from bindir only.
22956 * src/an_file_view.[ch], tagmanager/tm_file_entry.c,
22957 tagmanager/include/tm_file_entry.h: CVS version information in file
22959 * src/anjuta.c, src/preferences.[ch]: remember visibility of messages
22961 * src/controls.c, src/cvs.[ch], src/project_dbase.[ch]: CVS fixes.
22962 * src/launcher.c, src/project_import.c: (hopefully) fixed random ZVT
22963 crashes during file import.
22964 * src/project_import.c: disable project menu items during project
22967 Patch reviewed by Andy Piper <andy.piper@freeuk.com>
22969 2002-06-07 Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22971 * src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
22972 src/preferences.c, src/main_menubar_def.h, src/main_menubar.c,
22973 src/main_menubar.h, src/controls.c: fixed Insert ChangeLog,
22974 modified Insert menu, added C functions template, header C
22975 template, modified header_template HEADER_H ==> NAMEFILE_H
22977 Patch reviewed by Andy Piper <andy.piper@freeuk.com>
22979 2002-06-05 Andy Piper <andy.piper@freeuk.com>
22981 * data/properties/html.properties: changed some file
22984 2002-06-05 Philip Van Hoof <freax@pandora.be>
22986 * widgets/gnomefilelist.c: Fixed #560759 and #561776
22988 Patch reviewed by Andy Piper <andy.piper@freeuk.com>
22990 2002-06-05 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22992 * data/properties/anjuta.properties, src/defaults.c: Make windows
22993 docked by default, fix the big fonts bug.
22995 * src/an_file_view.c, src/main_menubar_def.h,
22996 src/project_dbase_gui.c: sanitized the Edit/View mess.
22998 * src/main_menubar_def.h, src/main_menu_callbacks.c: Add an item
22999 for customizing shortcuts.
23001 * src/mainmenu_callbacks.c: Search for selected word if present.
23003 * src/text_editor_menu.c: Added context menu options for docking
23004 and undocking editor windows.
23006 * src/main_menubar.h, src/main_menubar.c: more support for the
23007 shortcuts menu item.
23009 Patch reviewed by Andy Piper <andy.piper@freeuk.com>
23011 2002-06-05 Andy Piper <andy.piper@freeuk.com>
23013 * scintilla/RESearch.cxx: removed CVS Log keyword to prevent
23014 all commit messages being written to top of the file
23016 * src/main_menubar_def.h: message strings reviewed
23018 * src/project_import.c: message strings reviewed
23020 * src/source.c, src/glades.c: message strings reviewed. Fixed
23021 some bugs around reading the project properties for creating
23022 .glade and .desktop files in the Application Wizard. There were
23023 typos in the property names being retrieved
23025 * widgets/gnomefilelist.c: changed build_full_path to make
23026 the file widget support ~
23027 Patch from Pierre Sarrazin <sarrazip@sympatico.ca>
23029 * THANKS, widgets/e-shell-about-box.c,
23030 manuals/anjuta-manual/C/authors.sgml: updated for new
23033 2002-06-05 Naba Kumar <kh_naba@users.sourceforge.net>
23035 * src/project_dbase.c: Fixed the file-path-corruption bug
23036 and the cannot-import-file-in-project bug. (follow-up with
23037 the last commit from Stef).
23039 * src/anjuta_cbs.c: Fixed double-confirmation when exiting
23040 with unsaved-project.
23042 2002-06-05 Stephane Demurget <demurgets@free.fr>
23044 * src/project_dbase.c (project_dbase_add_file_to_module): fixed a
23047 2002-06-04 Andy Piper <andy.piper@freeuk.com>
23049 * data/properties/{xml,html,other}.properties: changed some file
23052 * data/anjuta.mime: oops! cvs added
23054 * scintilla/RESearch.cxx: fixed up a problem with comments
23056 * global-tags/create_global_tags.sh: redirect errors to /dev/null
23057 to avoid messages about missing libs
23059 * NEWS: started the release notes
23061 2002-06-04 Andy Piper <andy.piper@freeuk.com>
23063 * HACKING: updated with new information on printing, patch naming
23065 * TODO: removed completed tasks
23067 * THANKS: updated a few contributions
23069 * anjuta.prj: updated the icon file
23071 * anjuta.desktop.in.in: updated to add Categories
23073 * data/anjuta.mime: created a mime type for Anjuta project files
23074 (NB needs to be added to the install in /usr/share/mime/)
23076 * pixmaps/madeinanjuta.xcf: finally added Nick Dowell's
23077 "Coded in Anjuta" button in Gimp XCF format. It can be converted
23078 to PNG for websites.
23080 * plugins/patch/patch-plugin.c: clarified some messages and
23081 made it easier to see different patching sessions
23083 * src/toolbar.c: changed some message text for consistency
23085 * src/preferences_gui.c, src/preferences.c, src/preferences.h,
23086 src/defaults.c, src/anjuta.c, src/anjuta.h: enable/disable tooltips
23088 Patch from Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
23090 * src/appwiz_page1.c, src/appwizard_cbs.c, src/pixmaps.h,
23091 src/project_dbase.{c,h}, src/project_import_cbs.c,
23092 src/project_type.c, src/source.{c,h}, src/wizard_gui.c:
23093 Added XLib Project and a Dockapp Project types.
23094 * pixmaps/Makefile.am: added line for new pixmap for new xlib
23096 * pixmaps/appwiz_xlib.png: pixmap for new xlib projects
23097 * src/source.c: Fixed memory leak in existing projects.
23098 (filename was not freed)
23099 Patch from Todd Goyen <wettoad@knighthoodofbuh.org>
23101 2002-06-04 Naba Kumar <kh_naba@users.sourceforge.net>
23103 * src/anjuta.h, src/anjuta.c: Added error display funtions
23104 with parent windows.
23106 * src/appwizard_cbs.c: Changed error display function to use
23109 2002-06-03 Naba Kumar <kh_naba@users.sourceforge.net>
23111 * printing/print.h, printing/printing.c: Taken care of document
23112 zoom factor and fixed a font loading bug. Dynamically calculated
23113 text widths to work with zooms properly. Re-organized code for
23114 dynamic text width calulations to work in general with utf8 chars.
23115 Determined font height and width automatically from the font info.
23117 * src/anjuta.c, src/mainmenu_callbacks.c, *src/preferences.c:
23118 src/preferences.h, src/text_editor.c, src/preferences_gui.c:
23119 Converted text.zoom.factor property to use #defined value. Removed
23120 margin header and margin numbers preferences, as they now
23121 calculated dynamically.
23123 2002-06-02 Naba Kumar <kh_naba@users.sourceforge.net>
23125 * printing/print-doc.c, printing/print-doc.h, printing/print-util.c,
23126 printing/print-util.h, printing/print.c, printing/print.h:
23127 Rewritten printing support for style based printing. Syntax highlighted
23128 printing, monochromatic printing, setup using preferences etc.
23130 * src/aneditor.cxx, src/aneditor.h: Added two commands for working with
23131 printing. ANE_GETLANGUAGE and ANE_GETSTYLEDTEXT for geting the document
23132 language and the styled text buffer.
23134 * src/preferences.c, src/preferences.h, src/preferences_gui.c: Redesigned
23135 the print setup preferences page and added printer preferences. Added functions
23136 to retrieve preferences with default values.
23138 * src/text_editor_gui.c, src/main_menubar_def.h: Changed an #include for
23141 * data/properties/anjuta.properties: Added default printer preferences.
23143 * pixmaps/print_color.xpm, pixmaps/print_landscape.xpm,
23144 pixmaps/print_layout.xpm, pixmaps/print_nocolor.xpm,
23145 pixmaps/print_portrait.xpm: CVS added printer setup pixmap files.
23147 * pixmaps/Makefile.am, src/pixmaps.h, anjuta.prj: Added the new pixmaps references.
23149 2002-06-01 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23151 Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23153 src/Makefile.am, src/aneditor.cxx, src/anjuta.c, src/anjuta.h
23154 src/defaults.c, src/message-manager-private.cc, src/project_dbase.c
23155 src/utilities.c, scintilla/PropSet.cxx: Fix memory leaks and other
23156 cleanups, remove dead code, GUI cleanupMemory leaks cleanups.
23158 printing/Makefile.am: Reduced compiler optimizations.
23160 tagmanager/include/tm_project.h, tagmanager/include/tm_work_object.h,
23161 tagmanager/include/tm_workspace.h, tagmanager/tm_project.c,
23162 tagmanager/tm_source_file.c, tagmanager/tm_work_object.c,
23163 tagmanager/tm_workspace.c: TagManager fixes.
23165 2002-06-01 Naba Kumar <kh_naba@users.sourceforge.net>
23167 * printing/*: CVS added. :)
23169 2002-05-31 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23171 Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23173 * printing*: CVS added.
23174 * printing/*.[ch], printing/Makefile.am, anjuta.spec.in, Makefile.am,
23175 configure.in, src/Makefile.am, src/controls.c, src/main_menubar.[ch],
23176 src/main_menubar_def.h: Gnome Print support
23177 * src/anjuta.c: Fixed a crash bug (NULL pointer check).
23178 * configure.in: Enable debugging flag option
23179 * src/preferences.c, src/preferences.h, src/preferences_gui.c, src/mainmenu_callbacks.c:
23180 Print properties defined.
23181 * global-tags/create_global_tags.sh: More GNOME libraries added, cleanups
23183 2002-05-31 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23185 Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23187 * src/an_file_view.c, src/an_symbol_view.c: Added Dock/Undock
23188 * src/controls.c, src/main_menubar.[ch], src/main_menubar_def.h,
23189 src/anjuta.h, src/text_editor_menu.[ch]: More menu re-organization
23191 * src/text_editor.c: Minor cleanups.
23192 * anjuta.c: Tweaks to 'Goto File Line' functionality.
23193 * src/project_dbase.c: Fixes to add/remove files from project.
23194 * src/help.c: Fix minor memory leak.
23195 * src/project_dbase_gui.c: Remove debugging messages.
23196 * src/utilities.[ch]: Cleanups and minor fixes.
23197 * src/anjuta_gui.c, src/pixmaps.h: Application icon set correctly.
23199 2002-05-30 Naba Kumar <kh_naba@users.sourceforge.net>
23201 * src/anjuta.c [anjuta_apply_preferences()]:
23202 Fixed a crash bug when tab pos is not defined for the editors.
23204 * data/properties/cpp.properties: Set default identifier property to normal.
23205 This fixes the bug in which the fore color gets hidden with dark background.
23207 2002-05-29 Naba Kumar <kh_naba@users.sourceforge.net>
23209 * scintilla/*, scintilla/include/*: Upgraded to the vanilla
23212 * src/aneditor.cxx, src/aneditor.h, src/main_menubar.h, src/main_menubar.h,
23213 src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, main_menubar_def.h,
23214 src/anjuta.c, data/properties/anjuta.properties:
23215 Implemented line wrapping.
23217 * src/aneditor.cxx, src/aneditor.h: Implemented Readonly file mode.
23219 * scintilla/LexCPP.cxx: Added the custom code (insidePreprocessor variable
23220 usage and SCE_C_WORD3 flagging) used by tagmanger for maintaing custom
23221 tags. Code was reviewed from GNOME Bonsai view.
23223 * scintilla/include/SCILexers.h: Added definition of SCE_C_WORD3 as
23224 it seems to have been removed by scintilla people.
23226 * data/properties/anjuta.properties: Set default line wrap to false, as
23227 is noticably slow with big files.
23229 2002-05-27 Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
23231 * src/project_import_gui.c: disallow the selection of files in
23233 * src/mainmenu_callbacks.c, src/preferences.c: cleanups to identity
23236 2002-05-27 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23238 * src/an_file_view.c, src/an_symbol_view.c, src/text_editor_menu.c,
23239 src/main_menubar_def.h, src/pixmaps.h, :Added some icons to menu items.
23240 * src/controls.c, src/main_menubar.[ch]:Some menu organization cleanups.
23241 * src/project_dbase.[ch], src/project_dbase_gui.c: Adding files to projects
23242 now works properly.
23243 * src/gnome_project.c, src/mainmenu_callbacks.[ch]: Minor API change.
23244 * scintilla/include/PropSet.h, tagmanager/read.c: Accept '$' in identifiers.
23245 * src/utilities.[ch]: Added some utility functions.
23246 * tagmanager/tm_project.c: Fix for bug in file removal from project.
23248 Patch reviewed by Andy Piper <andy.piper@freeuk.com>
23250 2002-05-26 Andy Piper <andy.piper@freeuk.com>
23252 * HACKING: info on FIXME statements and removed ccview references
23253 * Makefile.am: added rule to make RPM package
23255 2002-05-26 Andy Piper <andy.piper@freeuk.com>
23257 * THANKS, widgets/e-shell-about-box.c,
23258 manuals/anjuta-manual/C/authors.sgml: updated for new
23260 * src/anjuta.c: removed unnecessary warning code since CVS
23261 support is now implemented :-)
23262 * manuals/sgmldocs.make: implemented a fix for bug #553969
23263 * manuals/C/anjuta-tutorial/anjuta-tutorial.sgml: fixed some CRs
23264 * manuals/C/anjuta-tutorial/anjuta-turorial-C.omf,
23265 manuals/C/anjuta-faqs-C.omf: modified the descriptions
23267 2002-05-20 Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
23269 * src/main_menubar.c, src/main_menubar.h, src/controls.c,
23270 src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
23271 src/main_menubar_def.h, src/preferences_gui.c,
23272 preferences.c, preferences.h: setup Username and Email
23273 preferences, Insert ChangeLog and Username editor functions
23275 Patch reviewed and modified by Andy Piper <andy.piper@freeuk.com>
23277 2002-05-17 Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
23279 * src/commands.c, src/compiler_options_cb.c src/compiler_options_gui.c
23280 src/src_paths_cbs.c, src/src_paths_gui.c
23281 Fixed some minor bugs and replace gtk_entries by gnome_file_entries
23283 Patch reviewed by Andy Piper <andy.piper@freeuk.com>
23285 2002-05-14 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23287 * src/main_menubar.[ch], main_menubar_def.h: Added back/forward
23288 and goto tag menu items to main menu.
23290 2002-05-09 Andy Piper <andy.piper@freeuk.com>
23292 * THANKS, widgets/e-shell-about-box.c,
23293 manuals/anjuta-manual/C/authors.sgml: added new contributors
23294 * HACKING: updated with info on files to change for credits
23296 2002-05-09 Dan Elphick <dre00r@ecs.soton.ac.uk>
23298 * src/aneditor.cxx: extended extension list which fixes segfault
23299 on selecting lisp, ruby or matlab as highlight style.
23301 2002-05-09 Andy Piper <andy.piper@freeuk.com>
23303 * src/main_menubar_def.h: fixed an array initialiser and fixed
23304 the lexer settings for the new entries on the Format menu
23306 2002-05-07 Stephane Demurget <demurgets@free.fr>
23308 * Synced with Scintilla 1.45
23310 2002-05-06 Andy Piper <andy.piper@freeuk.com>
23312 * anjuta.prj: added another missing file
23313 * ChangeLog: fixed some incorrect change dates I caused by
23314 sloppy cut-and-pasting :-/
23316 2002-05-06 Andy Piper <andy.piper@freeuk.com>
23318 * src/mainmenu_callbacks.c: fixed title of new About box
23320 2002-05-05 Andy Piper <andy.piper@freeuk.com>
23322 * src/pixmaps.h: added macros for OpenGL and SDL project icons
23324 2002-05-05 Andy Piper <andy.piper@freeuk.com>
23326 * pixmaps/appwiz_opengl.png, pixmaps/appwiz_sdl.png: added new files
23327 * anjuta.prj: updated for new files
23329 2002-05-05 Naba Kumar <kh_naba@users.sourceforge.net>
23331 * widgets/e-shell-about-box.c: Added version display.
23333 2002-05-03 Andy Piper <andy.piper@freeuk.com>
23335 * launcher/anjuta_launcher.c, src/dnd.c, src/session.c,
23336 widgets/scroll_menu.c: fixed up some compiler warnings (patch
23337 from Philip Van Hoof)
23339 2002-05-03 Andy Piper <andy.piper@freeuk.com>
23341 * manuals/C/anjuta-tutorial/Makefile.am: removed a circular
23343 * manuals/ja/anjuta-manual/anjuta-manual.sgml,
23344 manuals/ja/anjuta-manual/debugger.sgml: fixed some markup problems
23345 that produced build errors (needs checking on a machine with the
23347 * data/properties/lisp.properties: updated to match format of other
23348 lexer property files supplied with Anjuta
23350 2002-05-03 Andy Piper <andy.piper@freeuk.com>
23352 * anjuta.prj: added new files
23353 * HACKING: added information from the mailing list on
23354 adding new project types to the wizard (thanks to Johannes)
23356 2002-05-03 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23358 * src/utilities.h, src/launcher.c, src/gnome_project.c,
23359 src/appwiz_page2.c: Fix for 547038.
23361 2002-05-03 Naba Kumar <kh_naba@users.sourceforge.net>
23363 * attach_process.c, attach_process_cbs.c: Fixed a dialog
23366 * about.h: cvs removed.
23368 2002-05-03 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23370 Patch reviewed by Stephane Demurget <demurgets@free.fr>.
23374 * src/anjuta.c (anjuta_system_error): checks for the error number to
23375 know whether the error description is needed or not.
23377 2002-05-03 Naba Kumar <kh_naba@users.sourceforge.net>
23379 * pixmaps/anjuta_logo.png: New about logo.
23381 * pixmaps/anjuta_icon.png: New icon from Misha. The
23382 old one had trouble with some gtk themes.
23384 * about.c: Removed. No longer needed.
23386 * mainmenu_callbacks.c: Removed reference of about.h
23388 2002-05-03 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23390 Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23392 * widgets/e-shell-about-box.[ch], configure.in, Makefile.am,
23393 mainmenu_callbacks.c, widgets/Makefile.am: Implemented the new
23394 About Dialog (thanks to the Evolution team for the cool widget!)
23396 2002-05-03 Naba Kumar <kh_naba@users.sourceforge.net>
23398 Patch from lbell <lbell@tsc4.com>
23400 * src/find_in_files.c, src/find_in_files.h,
23401 src/anjuta.c: Added save_yourself, load_yourself routines.
23403 * src/find_in_files.{h,c}, src/find_in_files_gui.c:
23404 Added "Append messages" toggle button. This will enable
23405 the search results to be appended to the already existing
23408 * src/debugger.c: Fixed a typo.
23410 * src/find_text.c, src/breakpoints.c, src/project_dbase.c,
23411 src/session.c, src/session.h: Improved session management.
23413 2002-05-03 Naba Kumar <kh_naba@users.sourceforge.net>
23415 * THANKS, FUTURE, AUTHORS: Changed my email and
23418 2002-05-02 Stephane Demurget <demurgets@free.fr>
23420 Impl. feature request #525271 (add Lisp support).
23422 * data/properties/lisp.properties: added.
23424 * data/properties/Makefile.am, data/properties/anjuta.properties: added
23425 the lisp properties.
23427 * src/main_menubar_def.h, src/lexer.h, src/aneditor.cxx,
23428 src/utilities.[ch]: added support for the Lisp highlight style.
23430 2002-05-02 Stephane Demurget <demurgets@free.fr>
23432 * src/anjuta.[ch], src/anjuta_cbs.c, src/main_menubar.[ch],
23433 src/main_menubar_def.h, src/mainmenu_callbacks.[ch],
23434 src/text_editor_cbs.c: replaced the tabs ordering menuitem by a
23435 option preferences to have a persistent setting. Plus it's not used
23436 often, so it's better here than flooding the menus.
23438 * src/preferences.[ch], src/preferences_gui.c: ditto, plus made the
23439 preferences pages a lot more consistent and sweeter: tabs direction
23440 radiobuttons are directed against the meaning, all pages have an
23441 outter frame, a lot of padding, removed all expand attributes for
23442 vertical boxes, ...
23444 That's not a total revamp, but it's really looking better now, even
23445 if there's still work to be done.
23447 2002-05-01 Andy Piper <andy.piper@freeuk.com>
23449 * src/main_menubar_def.h, src/cvs_gui.c: updates to strings
23450 * TODO: added task to be completed before next release (update all credits)
23452 2002-05-01 Stephane Demurget <demurgets@free.fr>
23454 * THANKS, src/about.c, manuals/anjuta-manual/C/authors.sgml: added
23457 2002-05-01 Benke László <decike@freemail.hu>
23459 Patch reviewed by Stephane Demurget <demurgets@free.fr>.
23461 * src/anjuta.[ch], src/anjuta_cbs.c, src/main_menubar.[ch],
23462 src/main_menubar_def.h, src/mainmenu_callback.[ch],
23463 src/text_editor_cbs.c: added an "automatic tab ordering" checkmenuitem
23464 to the format menu in order to reorder the notebook tabs in
23465 alphabetical order everytime a file is created/opened/saved.
23467 2002-05-01 Philip Van Hoof <freax@pandora.be>
23469 * widgets/gnomefilelist.[ch] (history_combo_go),
23470 (history_combo_clicked): impl.
23472 (gnome_filelist_new_with_path): use this new impl.
23474 2002-05-01 Stephane Demurget <demurgets@free.fr>
23476 * src/project_dbase_gui.c (add_file): added the xpm file type.
23478 2002-04-30 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23480 Patch reviewed by Stephane Demurget <demurgets@free.fr> except for the
23483 * src/anjuta.[ch]: Changed local tag list to use line numbers instead
23486 * src/an_symbol_view.[ch], src/mainmenu_callbacks.[ch],
23487 src/text_editor_menu.c: Added context sensitive search in symbol
23488 browser and editor.
23490 * configure.in: Changed version number to 0.1.9.99.
23492 * scripts/anjuta_import.sh.in, scripts/anjuta_project.template,
23493 src/project_import.c: Minor changes to project import facility.
23495 * src/preferences.[ch], src/preferences_gui.c: Fix for bug #537273
23496 (Forced to use specific brace format)
23498 * tagmanager/include/tm_tag.h, tagmanager/include/tm_workspace.h,
23499 tagmanager/tm_tag.c, tagmanager/tm_work_object.c,
23500 tagmanager/tm_workspace.c: Minor TagManager fixes and updates.
23502 2002-04-30 Johannes Schmid <clubfan@users.sourceforge.net>
23504 Patch reviewed by Stephane Demurget <demurgets@free.fr> who made
23505 replaced the spinbutton with an hscale, and made the UI less "blocky".
23507 * src/cvs_gui.c: When diffing a project you can choose date and
23510 * src/project_dbase.c: Import_file activated again
23512 * configure.in, plugins/Makefile.am: Added patch plugin
23514 * plugins/patch/*: The new patch plugin
23516 2002-04-28 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23518 Patch reviewed by Stephane Demurget <demurgets@free.fr>.
23520 * src/aneditor.cxx (StartAutoCompletedWord): the duplicates in the
23521 dropdown list shown by autocompletion are now removed.
23523 2002-04-28 Philip Van Hoof <freax@pandora.be>
23525 Patch reviewed by Stephane Demurget <demurgets@free.fr> who merged
23526 a bunch of filetypes from the older version.
23528 * src/project_dbase_gui.c (add_file): changed the import
23529 dialog's filetypes combo contents depending on the
23530 type of data to be imported.
23532 2002-04-28 Stephane Demurget <demurgets@free.fr>
23534 * src/fileselection.[ch] (fileselection_addtype_f): removed the use of
23535 the amount parameter as Philip stated and reformated to follow the
23538 * src/project_dbase.c (project_dbase_make_default_filetype_list):
23539 changed accordingly.
23541 2002-04-25 Stephane Demurget <demurgets@free.fr>
23545 * src/main_menubar_def.h: replaced the shortcut for "Find next" to
23546 Shift-F6, to be more consistent with other Gnome apps.
23547 Moved the "Search next" entry under the "Search" one, and swapped the
23548 order of the "Find in files" and "Find and Replace" ones.
23550 Some additional fixes ands cleanups on the edit menu.
23552 * src/main_menubar.h: replaced all occurences of repeat_find by
23553 find_again for the code to be more consistent.
23555 * src/main_menubar.c (update_main_menubar): made the "Find next" entry
23556 sensitiveness depending on the existence of an active text buffer.
23558 * TODO: added some bits about improving the usability of the
23559 search/search again couple.
23561 2002-04-25 Stephane Demurget <demurgets@free.fr>
23563 * src/preferences_gui.c: made the tab labels text more consistent
23566 2002-04-25 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23568 Patch reviewed and improved by Stephane Demurget <demurgets@free.fr>
23570 * manuals/C/anjuta-tutorial/Makefila.am: fixed the glade picture
23573 * src/main.c (main): simplified some code and cleanups.
23575 Fix a part of #499366:
23577 * src/commands.[ch] (sync_from_props), (command_editor_save),
23578 (on_apply_clicked), (create_command_editor_gui): added the gui
23579 corresponding to the command.terminal preference.
23581 2002-04-25 Stephane Demurget <demurgets@free.fr>
23585 * anjuta.spec.in: added build requirements for the source rpm.
23587 2002-04-24 Johannes Schmid <clubfan@users.sourceforge.net>
23589 Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23591 * src/appwiz_page1.c, src/appwizard_cbs.c, src/glades.c,
23592 src/pixmaps.h, src/project_dbase.[c,h], src/project_import_cbs.c,
23593 src/project_type.c, source.c, wizard_gui.c:
23594 Added new GNOME 2 project types and changed glade behaviour to
23595 produce GTK code if project type GTK was selected and GTKmm code
23596 if project type GTKmm was selected (and not depending on the
23597 selected language. Disabled glade for GNOME 2 projects because
23598 we will need glade2 there.
23600 * src/project_dbase.c: Fixed a memory lack.
23602 * pixmaps/appwiz_*2.png: Added GNOME 2 icons from Misha
23604 * src/cvs.c: Added an error message if jobs are running
23606 2002-04-23 Naba Kumar <kh_naba@users.sourceforge.net>
23608 * tagmanager/tm_work_object.c: Fixed a chrash
23609 bug which occurs when it tries to stat an empty
23612 2002-04-22 Naba Kumar <kh_naba@users.sourceforge.net>
23614 * src/controls.c: CVS menu items now becomes
23615 insensitive when the launcher is busy.
23617 * src/anjuta.c, cvs.h, cvs.c: Created a function
23618 to update the cvs preferences when preferences are
23619 applied in preferences dialog and called it from
23620 anjuta_update_preferences().
23622 2002-04-19 Naba Kumar <kh_naba@users.sourceforge.net>
23624 * src/cvs.c: Added a space in the cvs command
23625 before the revision part. This fixes the cvs
23626 error we get when cvs-diffing with revisions.
23628 * src/cvs.c: Fixed a compiler warning.
23630 * src/find_replace.c: The dialog now remembers
23631 the settings including the "prompt on replace"
23632 which seems to have broken somewhere line the
23635 2002-04-18 Naba Kumar <kh_naba@users.sourceforge.net>
23637 * src/cvs.{h,c}, src/cvs_cbs.{h,c}, src/cvs_gui.{h,c}:
23638 Added a new property in cvs class to hold a boolean
23639 for enabling date in cvs diff. This fixed the bizzare
23640 diff output due to the date that goes with the cvs
23641 command. Also, set the default value of compression
23642 to 3 and unified diff option to 1.
23644 2002-04-18 Naba Kumar <kh_naba@users.sourceforge.net>
23646 * src/cvs.c: The diff editor is set to hilite as
23647 diff syntax hiliting.
23649 * configure.in, manual/Makefile.am:
23650 Added a new manual module for ja language.
23652 * manual/ja/*/*/*: New module and files for the
23653 ja translation for the anjuta documentation
23654 from Takeshi AIHANA <aihana@jcom.home.ne.jp>
23656 2002-04-17 Naba Kumar <kh_naba@users.sourceforge.net>
23658 * src/launcher.c: Made a very messy work around
23659 for the launcher authentication to work properly.
23661 * src/find_replace.c: Applied the missing patch
23662 from Dan Elphick <dre00r@ecs.soton.ac.uk>
23664 2002-04-16 Andy Piper <andy.piper@freeuk.com>
23666 * src/cvs.c, src/main_menubar_def.h: made message strings
23667 consistent with existing standards from our own documentation
23668 (such as uppercase P in Project, corrected spelling of
23671 2002-04-16 Naba Kumar <kh_naba@users.sourceforge.net>
23673 * src/cvs_gui.c: Cleaned up gui and aligned various
23674 widgets to give a clean look.
23676 2002-04-16 Naba Kumar <kh_naba@users.sourceforge.net>
23678 * src/launcher.c: Added work around to retrieve
23679 the child exit code. It works. :)
23681 * src/find_in_files.c, src/gnome_project.c,
23682 src/project_import.c, src/cvs.c, src/configure.c, src/compile.c,
23683 src/clean.c, src/clean_project.c, src/build_project.c,
23684 src/build_file.c: Modified to handle the new
23687 2002-04-15 Dan Elphick <dre00r@ecs.soton.ac.uk>
23689 * src/find_replace.c: Changed signal to call
23690 on_replace_text_close on from delete_event
23691 to close => the replace history is now updated.
23693 2002-04-15 Naba Kumar <kh_naba@users.sourceforge.net>
23695 * src/cvs.c: escaped the cvs import message before
23698 2002-04-14 Johannes Schmid <clubfan@users.sourceforge.net>
23700 Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23702 * src/cvs.[c/h], src/texteditor.[c/h]: Fixed bug #542151
23704 * src/cvs.[c/h], src/cvs_cbs.[c/h], src/cvs_gui.[c/h]:
23707 * src/preferences_gui.c: GUI improvements
23709 * src/project_dbase.c, src/controls.c: Fixed some menu stuff
23711 2002-04-13 Naba Kumar <kh_naba@users.sourceforge.net>
23713 * tagmanager/include/tm_tag.h, tagmanager/tm_tag.c:
23714 Removed static qualifier from tm_tag_type_name() and
23715 availed it's prototype for use in outside code. also
23716 created reverse map function tm_tag_type_name();
23718 * src/anjuta.c: Implemented qualified tags names for
23719 the tag list (on the toolbar pulldown list) to avoid
23720 ambiguty in tags with similar names (like prototype
23721 and definition). Patch modified and improved.
23723 Patch from: Todd Goyen <wettoad@knighthoodofbuh.org>
23725 2002-04-11 Naba Kumar <kh_naba@users.sourceforge.net>
23727 * src/utilities.[c,h]: Added a utility funtion
23728 that escapes the single and double quotes in a
23729 given string. Useful for passing command line
23732 * src/cvs.c: Escaped the cvs log message before
23733 passing it to cvs command line to avoid ambiguties
23734 with quotes in the message.
23736 * pixmaps/anjuta_icon.png: Changed to the new icon.
23737 from Todd Goyen <goyen@mbi-berlin.de>
23739 * src/message-manager-private.cc: Added regex to
23740 recognize (underline hilite) the parsable outputs
23741 from the zvt terminal.
23743 2002-04-11 Naba Kumar <kh_naba@users.sourceforge.net>
23745 Patch from: Tina Hirsch <tehirsch@arcor.de>
23747 * src/project_type.c:
23748 Fixed a bug in the wxproject type and modified the erroroutput when
23749 configure doesn't find wx-config
23751 Patch from: Timothee Besset <ttimo@idsoftware.com>
23753 * src/anjuta.c, src/message-manager-private.cc,
23754 src/message-manager-private.h
23755 Catches double clicks in the zvt terminal, and calls goto_error_line
23756 to jump to the appropriate location in the source. This will recognize
23759 2002-04-10 Naba Kumar <kh_naba@users.sourceforge.net>
23761 * src/build_project.c: Taken care of memory leak
23762 by freeing cmd variable properly.
23764 * src/main_menubar_def.h: Fixed wrong signal connection
23765 for cvs project commit.
23767 * src/cvs_cbs.c: Fixed non-functional "cancel" button.
23769 * src/preferences_gui.c: Added some border and adjusted
23770 expandsion, filling in box adds to make the cvs preferences
23773 2002-04-03 Johannes Schmid <clubfan@users.sourceforge.net>
23775 Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23777 * src/cvs*, src/main_menubar*, src/preferences*:
23778 Moved CVS settings to preferences, added a nice login dialog.
23780 * src/controls.c, src/project_dbase.c:
23781 CVS project options are only shown if a project is open
23783 * src/build_project.c:
23784 User is now asked if he wants to install as root
23789 * anjuta.prj: Updated with cvs files
23791 * TODO: Remove task which are done
23793 2002-03-31 Naba Kumar <kh_naba@users.sourceforge.net>
23795 * pixmaps/Makefile.am, src/compile.c, src/configurer.c,
23796 src/cvs.c, src/cvs_gui.c, src/gnome_project.c,
23797 src/launcher.c, src/main_menubar_def.h, src/pixmaps.h:
23799 Modified launcher to use controlling terminal to detect and
23800 take care of password authentications (for example, for cvs
23801 and root installs).
23803 * pixmaps/password.png: New file.
23805 2002-03-28 Naba Kumar <kh_naba@users.sourceforge.net>
23807 Anjuta kick start tutorial wirtten by:
23808 Ishan Chattopadhyaya <ichattopadhyaya@yahoo.com>
23810 * manuals/C/anjuta-tutorial, manuals/C/anjuta-tutorial/Makefile.am,
23811 manuals/C/anjuta-tutorial/anjuta-tutorial.sgml,
23812 manuals/C/anjuta-tutorial/anjuta-tutorial-C.omf,
23813 manuals/C/anjuta-tutorial/figures/*.png:
23817 * configure.in, manuals/C/Makefile.am, manuals/C/topic.dat
23821 2002-03-28 Roel Vanhout <roel@stack.be>
23823 Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23825 * src/aneditor.cxx, src/preferences.c, src/preferences.h,
23826 src/preferences_gui.c:
23827 Added option to wrap around to beginning/end of file when on last bookmark
23828 and next/previous bookmark is pressed
23830 2002-03-28 Naba Kumar <kh_naba@users.sourceforge.net>
23832 Patch from Philip Van Hoof <freax@pandora.be>
23834 * src/gnomefilelist.c:
23835 Added gimp like feature that changes the file extension of
23836 the filename entered in the selections when the file
23839 2002-03-28 Naba Kumar <kh_naba@users.sourceforge.net>
23841 Patch from Roy Wood <roy.wood@filogix.com>
23843 * src/controls.c, src/find_text.c, src/find_text.h,
23844 src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
23845 src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
23847 Menuitem for entering currently selected text as find target,
23848 added key accel for "find next" and changed some key accels for
23849 other key for consistency.
23854 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
23856 * src/watch.c, src/watch.h, src/watch_cbs.c,
23857 src/watch_cbs.h, src/watch_gui.c:
23859 Patch from Jeroen van der Vegt <A.J.vanderVegt@ITS.TUDelft.nl>
23861 Added change watch entries feature
23862 and Watch entries modify on double click fixed.
23864 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
23866 * src/mainmenu_callbacks.c:
23868 Project commit should not bypass dialog as
23869 we need to get the cvs log from the user.
23871 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
23873 * src/project_dbase.c:
23875 Patch from Roy Wood <roy.wood@filogix.com>
23877 Fixed docking bug with the new docking patch
23878 to fix copy/paste bug.
23880 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
23882 * src/cvs.c, src/cvs.h, src/cvs_cbs.c, src/cvs_cbs.h
23883 src/cvs_gui.c, src/cvs_gui.h, src/main_menubar.c,
23884 src/main_menubar.h, src/main_menubar_def.h,
23885 src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
23887 Added cvs project support. Featured bypass cvs dialog for
23888 cases where we don't need dialog (such as project and right
23889 click selection from file browser). Cleaned up cvs code to
23890 make them generic cvs operations instead of separate file
23891 and project operations. Added cvs log action. Increased
23892 file entry box width and enabled "unified diff" by default.
23893 Used Editor buffer for status and log and set hilite for
23894 these buffers including diff buffer (DIFF hilite).
23896 2002-03-23 Tina Hirsch <cevina@users.sourceforge.net>
23898 Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23900 * data: Added file autogen.sh.wxwin
23901 * data/Makefile.am: Added entry for autogen.sh.wxwin
23902 * pixmaps: Added project image appwiz_wxwin.png
23903 * pixmaps/Makefile.am: Added entry for appwiz_wxwin.png
23904 * src/appwizard_cbs
23905 src/compiler_options.c
23907 src/project_dbase.c
23908 src/project_dbase.h
23909 src/project_import_cbs.c
23913 src/wizard_gui.c: Added everything necessary for new
23914 project type 'wxWindows (wxGTK)
23915 * src/project_dbase.c: Fixed a bug that caused every project
23916 to be a glade project in dialog
23917 'Project information'.
23919 2002-03-25 Naba Kumar <kh_naba@users.sourceforge.net>
23921 Patch submitted by Roy Wood <roy.wood@filogix.com>
23923 * src/anjuta_gui.c, src/message-manager-dock.c,
23924 src/project_dbase.c:
23926 fixed the copy/paste bug by rewriting dock/undock
23929 2002-03-22 Johannes Schmid <clubfan@users.sourceforge.net>
23931 Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23933 * src/cvs*, src/Makefile.am:
23934 New file for CVS support. File operations currently work
23935 cvs login needs to be done. Project support is not yet
23938 * src/main_menubar*, src/mainmenu_callbacks,
23939 src/anjuta.c, src/anjuta.h:
23940 Added menus and functions for cvs commands.
23942 * src/text_editor_menu.h:
23943 Added #include <gtk/gtk.h>
23946 Removed a warning (and this time it works ;-)
23948 * src/utilities.c, src/utilities.h:
23949 Added a utility function to retrieve directory
23950 name out of full path.
23952 2002-03-11 Jeroen van der Vegt <ajvdvegt@sourceforge.net>
23954 * src/executer.c: (create_executer_dialog): changed the default
23955 focus on the entry.
23957 2002-03-10 Naba Kumar <kh_naba@users.sourceforge.net>
23959 * widgets/gnomefilelist.c:
23960 Fixed duplicate history entries for the same directory.
23962 2002-03-10 Stephane Demurget <demurgets@free.fr>
23966 * src/main_menubar_def.h: removed the Ctrl-L shortcut for Save All, as
23967 it's already used by scintilla to delete the whole current line.
23969 2002-03-10 Stephane Demurget <demurgets@free.fr>
23973 * src/anjuta_cbs.c: (on_open_filesel_ok_clicked): removed unecessary
23974 calls to fileselection_hide_widget,
23975 (on_open_filesel_cancel_clicked): removed.
23977 * src/project_dbase.c: (on_open_prjfilesel_cancel_clicked),
23978 (on_add_prjfilesel_cancel_clicked):
23980 * widgets/gnomefilelist.[ch]: (gnome_filelist_set_multiple_selection):
23983 * src/fileselection.c: Made some functions static.
23984 (fileselection_hide_widget): rewritten using the new
23985 gnome_filelist_set_multiple_selection function.
23987 * src/fileselection.c: (on_file_selection_delete_event): removed
23988 unuseful widget hides. Some cleanups,
23989 (on_file_selection_cancel_clicked): impl,
23990 (create_fileselection_gui): changed the cancel button clicked's
23991 callback to use this new function.
23993 * src/anjuta.c: (anjuta_new):
23994 * src/project_dbase.c: (project_dbase_new): removed the use of cancel
23995 callbacks, because this the gnome filelist widget's job.
23997 * widgets/gnomefilelist.c: (gnome_filelist_new_with_path): removed
23998 clist selection mode duplicates set,
23999 (gnome_filelist_key_press): use the new impl. function.
24001 2002-03-10 Stephane Demurget <demurgets@free.fr>
24005 * src/appwizard_cbs.c: (on_druidpagestandard2_next):
24006 fixed some bogus code using an array cell out of
24007 range, removed unecessary gettext usages.
24009 * src/appwiz_page2.c: (on_prj_name_entry_changed):
24010 some cleanups and now transform minus characters to
24014 (source_write_configure_in),
24015 (source_write_toplevel_makefile_am),
24016 (source_write_desktop_entry),
24017 (source_write_glade_file):
24018 * src/project_dbase.c: (project_dbase_summon_glade),
24019 (project_dbase_generate_source_code):
24020 * src/glades.c: (gladen_write_glade_write):
24021 replaced some occurences of the target name by the
24022 project filename, using project_dbase_get_proj_name,
24023 to fix the name of some files.
24024 Fixed a lot of mem leaks.
24025 Various code cleanups.
24027 2002-03-06 Stephane Demurget <demurgets@free.fr>
24029 Merged with latest (1.44) scintilla.
24031 Added: - The calltip.<lexer>.end.definition property to display help
24032 text on a second line of calltip.
24033 - The calltip.<lexer>.word.characters property to correctly find
24034 calltips for functions that include characters like '$' which
24035 is not normally considered a word character.
24036 - The use.monospaced property to determine initial state of
24037 Use Monospaced Font setting.
24039 Bugs fixed: Too many to mention; please see :
24040 http://www.scintilla.org/ScintillaHistory.html for the
24043 * scintilla/*/*: updated nearly all files.
24045 * TODO: removed the need of a scintilla merge.
24047 Merged with latest (1.44) SciTE properties.
24049 * data/properties/anjuta.properties: added the wrap, use.monospaced
24052 * data/properties/html.properties: added a missing php extension, and
24053 updated php keywords to the latest reference.
24055 * data/properties/pascal.properties: added commands to compile, build
24056 and execute pascal applications.
24058 * data/properties/lua.properties: added styles for statements.
24060 * data/properties/bash.properties: added the declare keyword.
24062 Fixed distchecking.
24064 * global-tags/Makefile.am,
24065 global-tags/create-global-tags.sh: used some kind of ugly hack to
24066 make distchek work, since noone has proposed some better way.
24068 * src/main_menubar_def.h: Ctrl-W is now associated to close file,
24069 and Ctrl-N replace Alt-N for new file according to the Gnome design
24072 2002-03-06 Naba Kumar <kh_naba@users.sourceforge.net>
24074 * widgets/gnomedirlist.c
24075 widgets/gnomedirlist.h
24076 widgets/gnomefilelist.c
24077 widgets/gnomefilelist.h:
24079 Added GPL headings in the file.
24081 2002-03-06 Naba Kumar <kh_naba@users.sourceforge.net>
24083 * src/attach_process.c
24084 src/attach_process_cbs.c
24085 src/attach_process_cbs.h
24086 src/attach_process_gui.c
24088 src/breakpoints_cbs.c
24089 src/breakpoints_cbs.h
24090 src/breakpoints_gui.c
24092 src/compiler_options.c
24093 src/compiler_options_cbs.c
24094 src/compiler_options_cbs.h
24095 src/compiler_options_gui.c
24096 src/find_in_files.c
24097 src/find_in_files_cbs.c
24098 src/find_in_files_cbs.h
24099 src/find_in_files_gui.c
24104 src/preferences_gui.c
24105 src/project_config.c
24107 src/src_paths_cbs.c
24108 src/src_paths_cbs.h
24109 src/src_paths_gui.c:
24111 Bugs #521629 and #522427 fixed. The problem was, that the
24112 escape-key was not catched and the dialog was hidden, but
24113 the flag was not set correctly.
24115 Changed the callbacks for delete_event to close, using gnome_dialog_close(),
24116 using the gnome_dialog_close_hides()-setting present in most dialogs.
24117 Instead of _hide() in the button-callbacks, calling gnome_dialog_close(), which
24118 emits "close" and set the flag in the close-callback.
24120 Patch from: Jens Georg <mail@jensgeorg.de>
24122 2002-03-06 Stephane Demurget <demurgets@free.fr>
24124 * src/*.{c,cpp}: s/string_free/g_free/
24126 * src/utilities.[ch]: (string_free): removed.
24128 2002-03-06 Dan Elphick <dre00r@ecs.soton.ac.uk>
24130 Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24132 * src/controls.c, src/main_menubar.[ch], src/main_menubar_def.h,
24133 src/mainmenu_callbacks.[ch]:
24134 Removed Project menu options: README, TODO, ChangeLog and NEWS
24135 Moved Save Build Messages to Build menu and only highlight it
24136 when there are build messages.
24137 Corrected a spelling: "mojority" -> "majority"
24138 Fixed initialisation of edit.edit_app_gui so now Edit menu
24139 can be shown when no project is loaded.
24141 * src/project_dbase.h: Removed prototype for static function
24143 2002-03-06 Naba Kumar <kh_naba@users.sourceforge.net>
24145 * src/text_editor.c: Editor is marked changed after
24148 Patch from: Jens Georg <mail@jensgeorg.de>
24150 2002-03-04 Roel Vanhout <roel@stack.be>
24152 Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24154 * src/find_in_files.c, src/find_in_files.h, src/find_in_files_gui.c
24155 Added option to ignore binary files on 'Find in files' (grep -I option)
24157 2002-03-03 Naba Kumar <kh_naba@users.sourceforge.net>
24160 session restoration and commandline load in
24163 * src/anjuta.[h,c], src/anjuta_cbs.c:
24164 Removed "clear windows menu" and prevented runtime
24167 * src/compile.c, src/build_file.c, src/build_project.c,
24169 Takes into account the preference setting for
24170 show dialog when job completes. Dialogs are
24171 shown when it is enabled otherwise not.
24173 2002-03-03 Roel Vanhout <roel@stack.be>
24175 Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24178 Store 'Find...' search string on search so that 'Find Next' will search for
24179 that string, even if the dialog hasn't been closed yet.
24181 2002-03-03 Naba Kumar <kh_naba@users.sourceforge.net>
24183 * src/anjuta.[h,c], src/anjuta_gui.c, src/anjuta_cbs.c,
24184 src/controls.c, src/main_menubar.h, src/main_menubar.[h,c],
24185 src/main_menubar_def.h:
24187 Organized menus, removed "Windows" and "Utilities" menus from the
24188 menubar [they are no longer needed]. Also removed some extragenous
24191 2002-03-03 Naba Kumar <kh_naba@users.sourceforge.net>
24193 * src/message-manager-private.cc:
24194 Set message clist selection mode to BROWSE.
24196 * src/message-manager.cc, src/an_symbol_view.c,
24197 src/an_file_view.c:
24198 Added Key navigation for the CTree and CList. Arrow left for
24199 node collapse, right for node expand, space (or enter) for
24200 activation (same as double click).
24202 2002-03-03 Roel Vanhout <roel@stack.be>
24204 Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24206 * plugins/class-gen/clsGen.c
24207 Added functionality to semi-intelligently prefill filename
24208 boxes with names deduced from class name
24210 2002-02-26 lbell <lbell@tsc4.com>
24212 Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24213 * src/preferences_gui.c:
24214 Removed an incorrect use of gtk_misc_set_alignment().
24216 * src/anjuta.c, src/anjuta.h, src/controls.c, src/main.c,
24217 src/main_menubar.c, src/mainmenu_callbacks.c, src/preferences.c,
24218 src/preferences.h, src/preferences_gui.c:
24220 Added the option to reload last open project at the startup.
24221 Added the possibility to open a new project without close
24224 * src/properties.cxx:
24225 Corrected a spelling mistake in message string.
24228 Updated session functions.
24230 2002-02-26 Naba Kumar <kh_naba@users.sourceforge.net>
24232 * widgets/gnomefilelist.c: Bug fixes.
24234 Patch from Philip Van Hoof <freax@pandora.be>
24236 2002-02-25 Naba Kumar <kh_naba@users.sourceforge.net>
24238 * src/an_file_view.c:
24239 anjuta was unable to open some files becuase they were not being
24240 recognized as "text/*" mime type (example files *.rej, *.in, etc.).
24241 Removed mime checking when opening with anjuta, becuase it doesn't
24242 hurt to open binary files in anjuta (some even may want to do so).
24244 Added a warning when mime type is not set when "view with default
24245 viewer" is activated.
24247 * src/an_file_view.c, an_symbol_view.c:
24248 Converted N_() to _() where ever appropriate in the strings.
24250 2002-02-25 Johannes Schmid <clubfan@users.sourceforge.net>
24252 * src/appwizard_gui.c, src/appwizard_cbs.c
24253 src/wizard_gui.c/h, src/appwiz_page3.c,
24254 src/project_import_gui.c:
24256 Moved target type radiobuttons to appwiz. page 2
24258 * src/message-manager-private.cc
24259 Fixed a bug which caused a crash if next message function was used
24261 Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>.
24263 2002-02-25 Naba Kumar <kh_naba@users.sourceforge.net>
24265 * src/anjuta.h, anjuta.c, anjuta_cbs.c:
24266 Modifies the behaviour of Alt-TAB in Anjuta. This
24267 brings a behaviour similar to VC6 Alt-TAB, by maintaining the recently
24268 edited files in the first items of the notebook.
24270 Patch from: Timothee Besset <timo@qeradiant.com>
24272 2002-02-24 Philip Van Hoof <freax@pandora.be>
24274 * widgets/gnomefilelist.c, gnomefilelist.h:
24275 Added filecompletion
24277 Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>.
24279 2002-02-21 Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz>
24281 * configure.in: Added "sk" to ALL_LINGUAS.
24283 2002-02-20 Johannes Schmid <clubfan@users.sourceforge.net>
24285 * src/appwiz_page3.c, src/appwizard.c, src/appwizard_cbs.c,
24286 src/appwizard_gui.c, src/project_dbase.c, src/source.c,
24287 src/wizard_gui.c: Added support for static and dynamic libs
24289 2002-02-20 Dan Elphick <dre00r@ecs.soton.ac.uk>
24291 * widgets/gnomefilelist.c:
24292 Fixed gnome_filelist_get_lastfilename so it no longer returns
24295 2002-02-20 Naba Kumar <kh_naba@users.sourceforge.net>
24297 * src/resources.h, resources.c:
24300 * src/main_menubar_def.h, mainmenu_callbacks.c:
24301 Changed to use gnome configed url handler.
24303 2002-02-19 Philip Van Hoof <freax@pandora.be>
24305 * widgets/gnomefilelist.c
24306 Added PHP filetype.
24308 2002-02-19 Naba Kumar <kh_naba@users.sourceforge.net>
24310 * plugins/class-gen/clsGen.c:
24313 * widgets/gnomefilelist.c:
24314 Gives the maximum space to the files section of the open file dialog.
24316 Patches from: lbell <lbell@tsc4.com>
24318 2002-02-18 Naba Kumar <kh_naba@users.sourceforge.net>
24320 * src/anjuta.c, main.c:
24321 Used tm_get_real_path in anjuta_get_full_filename();
24323 2002-02-18 Andy Piper <andyp@users.sourceforge.net>
24325 * anjuta.prj: update version
24327 2002-02-17 Stephane Demurget <demurgets@free.fr>
24329 * widgets/gnomefilelist.[ch]: (gnome_filelisttype_addtype_f):
24330 removed the amount arg and replaced with a NULL-ending list.
24331 (gnome_filelisttype_makedefaultlist): use the new prototype.
24333 2002-02-17 Andy Piper <andyp@users.sourceforge.net>
24335 * src/about.c, THANKS: updated for new contributors
24337 * anjuta.prj: added new files
24339 * README: corrected some documentation, ctags no longer needed,
24340 pkgconfig now required
24342 * data/properties/others.properties: add .cvsdiff extension
24344 * src/project_dbase_gui.c, src/utilities.c, src/utilities.h:
24345 patch from Vadim Berezniker <vadim@berezniker.com> to improve
24348 * doc/anjuta.1: added initial man page thanks to
24349 Rob Bradford <rob@debianplanet.org> (NB build and install
24352 2002-02-17 Johannes Schmid <clubfan@users.sourceforge.net>
24354 * src/Makefile.am: Cleaned handling of compiler flags by moving them
24355 to CFLAGS and CXXFLAGS. Anjuta is now compiled with -g -O2 and many
24358 * configure.in: Changed version to 0.1.10-pre
24360 2002-02-17 Stephane Demurget <demurgets@free.fr>
24362 * src/fileselection.c: (create_fileselection_gui): always display
24363 the directory creation button as we cannot rely on the dialog
24366 * widgets/gnomefilelist.[ch]: fixed includes.
24368 * pixmaps/new_folder.xpm: resized, added a + sign.
24370 2002-02-17 Stephane Demurget <demurgets@free.fr>
24372 * widgets/gnomefilelist.c: (gnome_filelisttype_makedefaultlist):
24373 changed all extensions to begin with a dot.
24375 2002-02-16 Philip Van Hoof <freax@pandora.be>
24377 Patch reviewed by Stephane Demurget <demurgets@free.fr>.
24379 * THANKS: added Philip.
24381 * pixmaps/Makefile.am, pixmaps/new_folder.xpm: added.
24383 * src/project_dbase.c: (project_dbase_make_default_filetype_list),
24384 * src/file_selection.[ch],
24385 * widgets/gnomefilelist.[ch]: added a filetype
24386 combobox to the Anjuta file dialog widget.
24388 2002-02-14 Andy Piper <andy.piper@freeuk.com>
24390 * anjuta.spec.in: eep! the import script was not being installed by
24391 RPM - fixed for the release.
24393 2002-02-13 Stephane Demurget <demurgets@free.fr>
24395 Various cleanups and fixes for the next release to be able to make
24398 * plugins/*/*.c: added missing prototypes causing gcc to speak to
24399 much and make some tweaks plus cleanups.
24401 * widgets/scroll-menu.c: made compare_menu_items use gconstpointers
24402 args to remove some warnings.
24404 * global-tags/Makefile.am,
24406 src/Makefile.am: link against Anjuta static libs using the
24407 $(top_builddir) dir, not anymore on $(top_srcdir) to make
24410 * src/Makefile.am: ditto with all the Anjuta static libs.
24412 * src/main_menubar.c: removed the widgets/ dir from the scroll-menu.c
24413 include, as we already include the whole directory for the build.
24415 * src/text_editor_cbs.c: included dnd.h for scintilla_uri_dropped ().
24417 2002-02-13 Andy Piper <andy.piper@freeuk.com>
24419 * pixmaps/Makefile.am: icon for libglade project now installed
24420 * NEWS, README, TODO, configure.in, anjuta.prj: revised for release
24421 * manuals/C/Makefile.am: removed ChangeLog reference which was
24422 breaking some build stuff
24423 * global-tags/Makefile.am, tagmanager/Makefile.am: fixed some
24424 include reference problems that showed up on make distcheck
24425 * tagmanager/tm_workspace.c: fixed crash bug spotted by Biswa
24427 2002-02-13 Johannes Schmid <clubfan@users.sourceforge.net>
24429 * src/aneditor.cxx: Fixed bug #509977 (CallTips)
24431 2002-02-12 Naba Kumar <kh_naba@users.sourceforge.net>
24433 * src/message-manager-private.cc:
24434 The horizontal scrollbar now shows properly on demand.
24436 2002-02-08 Johannes Schmid <clubfan@users.sourceforge.net>
24438 * src/dnd.c fixed some warnings
24439 * src/message-manager-private.cc: Horizontal scrollbar is now shown
24440 and works. It is shown always at the moment but before it was
24441 shown on demand and did never work.
24443 2002-02-07 Naba Kumar <kh_naba@users.sourceforge.net>
24445 * src/anjuta.c: Fixed a crash bug.
24446 patch from: Jens Georg <mail@jensgeorg.de>
24448 2002-02-04 Andy Piper <andy.piper@freeuk.com>
24450 * manuals/C/anjuta-manual/*.sgml: fixed so that jade no longer
24451 reports a problem with missing end tags on <graphic>
24453 2002-02-03 Andy Piper <andy.piper@freeuk.com>
24455 * manuals/C/ChangeLog: removed since it was never used
24456 * manuals/C/anjuta-manual/*: more updates, new screenshots
24457 * anjuta.prj: updated for new manuals/ structure
24459 2002-02-03 Johannes Schmid <clubfan@users.sourceforge.net>
24461 * source.c, compiler_options.[c/h]:
24462 Fixed bug #460321 "Problem with optimization options"
24463 by separating INCLUDE and C(XX)FLAGS in Makefile.am creation
24465 2002-02-03 Andy Piper <andy.piper@freeuk.com>
24467 * NEWS: prepared for release, need to fill in date
24468 * data/welcome.txt: version number updated
24470 2002-02-03 Andy Piper <andy.piper@freeuk.com>
24472 * src/text_editor_menu.c, src/an_file_view.c,
24473 src/an_symbol_view.c: marked strings for translation
24475 * src/defaults.c, data/properties/xml.properties:
24476 *.omf and *.xsl files should use XML highlighting
24478 * manuals/C/anjuta-manual/*:
24479 - restructured so that files have more meaningful names
24480 and are easier to edit (see anjuta-manual.sgml for the
24482 - updated some screenshots
24483 - continued rewrite
24485 2002-02-02 Naba Kumar <kh_naba@users.sourceforge.net>
24487 * main.c: Made a workaround to remove the old
24488 anjuta gnome config file (older than 9 Feb 2002). This
24489 will fix the bug which never lets the brower toolbar shown.
24491 * main.c: In fact, the above solution wouldn't work in all
24492 cases. Therefore, here is the better fix, which works by
24493 detecting the version of the old config file and deleting
24494 ~/.gnome/Anjuta if it is lesser than 0.1.9.
24496 2002-02-01 Andy Piper <andy.piper@freeuk.com>
24498 * HACKING: added info on submitting patches
24500 2002-01-31 Johannes Schmid <clubfan@users.sourceforge.net>
24502 * src/project_import_gui.c, src/project_import.c:
24503 - If Project Import Wizard is canceled everything is
24505 - Back button is now insensitive on page 3 (some problems:
24506 see TODO in project_import_qui.c:284
24507 - Menu frame is insensitive if project type != GNOME(mm)
24509 2002-01-31 Naba Kumar <kh_naba@users.sourceforge.net>
24511 * src/main.c: Fixed bug # (Unable to open files on
24512 double click in project window from second trial onwards when
24513 the project is opened from command line).
24515 * po/POTFILES.in: Removed tags_manager.[h,c]
24517 2002-01-31 Naba Kumar <kh_naba@users.sourceforge.net>
24519 * src/preferences.c:
24520 A quick hack to fix the 'invisible' browser toolbar when
24521 upgrading from 0.1.8 to 0.1.9
24524 Fixed toolbar names which were causing confusions in the toolbar
24528 Substituted "anjuta" with PACKAGE
24530 * src/project_import_gui.c:
24531 Consistensy: wm_class should be set with "Anjuta" and not "anjuta"
24533 * anjuta.prj, src/tags_manager.h, src/tags_manger.c:
24534 Added new files and removed obsolete ones.
24536 2002-01-30 Andy Piper <andy.piper@freeuk.com>
24538 * src/appwizard_cbs.c, project_import_cbs.c,
24539 main_menubar_def.h, project_import_gui.c:
24540 updates to message strings and layout for the
24543 * text_editor_cbs.c: fix for the tab menu entries for
24544 redocked windows (Dan Elphick <dre00r@ecs.soton.ac.uk>)
24546 2002-01-30 Naba Kumar <kh_naba@users.sourceforge.net>
24553 Tag dropdown exclusive (takes
24554 all space in the toolbar) and never vertical and
24555 increased the width of the tag combo to 256 pixs.
24556 Toolbar separator before the combo and button.
24557 Added tags label before the tag button.
24558 Reorganized the dock bands for the toolbars.
24560 * src/project_import_gui.c
24561 src/project_import.c:
24562 Fixed an error and removed an unused variable.
24564 * data/properties/anjuta.properties:
24565 Removed the property for the old toolbar and set
24566 browser toolbar show to default.
24568 * src/project_dbase.c: excluded modules were not
24572 No build files will be written if the project is blocked.
24574 * src/project_import.c,
24575 src/project_import_cbs.c,
24579 Manually applied Johannes patch to fix some memory
24580 issues and gui clean up.
24581 Patch from: Johannes Schmid <clubfan@users.sourceforge.net>
24583 * src/project_dbase.c, project_dbase.h, project_dbase_gui.h:
24584 Fixed a bad bug with remove file from project because of
24585 files were never removed properly from the project and
24586 from the tagmanager.
24588 * src/appwiz_page3.c: Disabled unused codes to clear
24591 2002-01-30 Naba Kumar <kh_naba@users.sourceforge.net>
24593 * tagmanager/*/*: Upgraded to 0.7.1 version from Biswa.
24596 pixmaps/Makefile.am
24599 src/an_symbol_view.c
24607 src/main_menubar_def.h
24608 src/mainmenu_callbacks.c
24609 src/mainmenu_callbacks.h
24611 src/project_dbase.c
24612 src/project_dbase.h
24614 src/text_editor_menu.c
24615 src/text_editor_menu.h
24618 src/toolbar_callbacks.c
24619 src/toolbar_callbacks.h :
24621 Patch submitted by:
24622 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24624 Removes the Tags toolbar and substituted it with
24625 tags combo dropdown list. Fixes a couple of bugs.
24627 Moved the tag combo to browser toolbar because
24628 main toolbar was becoming too long.
24629 Made a new icon of tag toolbar.
24631 * po/zh_TW.po: Fixed bug.
24633 * pixmaps/an_tag.xpm: Added new file.
24635 2002-01-30 Naba Kumar <kh_naba@users.sourceforge.net>
24637 * src/project_import_gui.c: Reorganized project
24640 2002-01-29 Andy Piper <andy.piper@freeuk.com>
24642 * HACKING: added info on creating windows and dialogs
24644 2002-01-29 Naba Kumar <kh_naba@users.sourceforge.net>
24646 * src/tm_file_view.c:
24648 Sorts the file list at the end instead of doing sort-insert
24649 to improve performance.
24650 Patch from: Dan Elphick <dre00r@ecs.soton.ac.uk>
24652 * src/project_dbase.c: Resolved a conflict from
24655 * src/project_import.c:
24657 Fixed to use anjuta_import.sh for the bin dir and
24658 not from the data dir.
24660 Used anjuta_is_installed() function to verify a the command's
24663 Fixed import command to use sh (which is more general and is
24664 gauranteed to be found in any unix system :-)). Also, added
24665 double quotes around the import directory.
24667 Changed some strings for better translations (like avoiding
24670 Fixed the reading of wrong target type.
24672 * src/control.c: Insensitive "import project" when there is
24675 * src/project_import_cbs.c:
24677 Fixed strcmp() [== 0 was left out]. Languages now selected properly.
24678 Fixed selection of gettext checkbox.
24679 Sets the menu entries.
24681 2002-01-28 Johannes Schmid <clubfan@users.sourceforge.net>
24683 * src/appwiz_page[1-4].c
24685 * src/appwizard.[c/h]: Moved some code to wizard_gui.[c/h]
24686 be able to reuse it.
24688 * src/mainmenubar.[c/h]
24689 * src/mainmenubar_def.h
24690 * src/mainmenu_callbacks.[c/h]: Code to create "Import Project"
24693 * src/message-manager.c: Fixed bug 509192
24694 * src/message-manager-dock.c: Added accel_group if window is undocked
24696 * src/project_dbase.[c/h]: Splitted opening code to be able
24697 to use it without an open file dialog
24698 (Maybe I broke Naba's changes, please take a look)
24700 * src/project_import.[c/h]
24701 * src/project_import_gui.c: New Files, Code for Project Import Wizard
24703 * src/wizard_gui.[c/h]: New Files, shared code between appwizard and
24706 2002-01-28 Andy Piper <andy.piper@freeuk.com>
24708 * src/main_menubar_def.h, tagmanager/tm_project.c: more
24711 * manuals/C/anjuta_manual/*: started rewrite of the
24712 manual, updated some screenshots
24714 2002-01-28 Naba Kumar <kh_naba@users.sourceforge.net>
24716 * src/gnomefilelist.h, src/gnomefilelist.c:
24718 Fixed multiple selection bug (#497085). The OK button is
24719 sensitive when in multiple mode, if the no. of
24720 selection is one or more.
24722 Toggle between single and multiple selection mode
24723 and multiple mode display.
24725 Fixed strings to translable strings.
24727 Fixed some compiler warnings by commenting out
24730 2002-01-28 Naba Kumar <kh_naba@users.sourceforge.net>
24732 * src/project_dbase.c: App status bar now updates
24733 with the project name when the project is loaded.
24735 * src/an_file_view.c, tagmanager/tm_file_entry.c:
24737 Puts the directories at the top. They're also sorted now.
24738 Patch from: Dan Elphick <dre00r@ecs.soton.ac.uk>
24740 2002-01-28 Naba Kumar <kh_naba@users.sourceforge.net>
24742 * scripts/anjuta_import.sh.in: Added file.
24743 * scripts/anjuta_import.sh: Removed file.
24745 * .cvsignore, po/.cvsignore, scripts/.cvsignore:
24748 * src/main_menubar_def.h:
24750 Changed shortcut for Find/Replace to CTRL+SHIFT+F (to
24751 reflect the opposite of Find (CTRL+F) and also to leave
24754 Changed Glade summon with ALT+G, which frees the ATL+E
24755 for poping up the edit menu.
24757 * src/Makefile.am: Debugging link flags by Biswa, removed.
24759 2002-01-28 Andy Piper <andy.piper@freeuk.com>
24761 * HACKING: added information on best practices for writing
24762 application messages and GUI labels
24764 * src/CORBA-Server.c, src/about.c, src/anjuta.c,
24765 src/breakpoints.c, src/build_file.c, src/build_project.c,
24766 src/clean_project.c, src/compile.c,
24767 src/compiler_options_cbs.c, src/compiler_options_gui.c,
24768 src/configurer.c, src/debugger.c, src/executer.c,
24769 src/find_in_files.c, src/find_in_files_cbs.c,
24770 src/find_replace.c, src/find_text.c, src/glades.c,
24771 src/gnome_project.c, src/goto_line.c, src/main.c,
24772 src/main_menubar.c, src/main_menubar_def.h,
24773 src/mainmenu_callbacks.c, src/preferences_gui.c,
24774 src/project_config.c, src/project_dbase.c,
24775 src/project_dbase_gui.c, src/resources.c, src/source.c,
24776 src/support.c, src/tags_manager.c, src/text_editor.c,
24777 src/text_editor_gui.c, src/text_editor_menu.c,
24778 src/toolbar_callbacks.c, src/utilities.c:
24779 lots of minor message updates to make them more user-friendly
24782 2002-01-28 Naba Kumar <kh_naba@users.sourceforge.net>
24786 Because of the spaces escaping, the command could not be
24787 executed when run without terminal. Now fixed.
24789 * anjuta.prj, Makefile.am:
24791 Added anjuta project file.
24793 2002-01-27 Naba Kumar <kh_naba@users.sourceforge.net>
24795 * src/message-manager-private.h, message-manager-private.cc,
24798 Added freeze() and thaw() for the message window class to
24799 speed up the message manager update.
24801 * src/project_config.h, project_config.c,
24802 src/project_dbase.h, project_dbase.h
24803 scripts/anjuta_project.template:
24805 Added two new prject attributes: project.config.blocked and
24806 project.excluded.modules. The former will make sure that users
24807 are not given any previlidge in enabling the 'overwrite build
24808 files' flags and the later issues a list of modules in the project
24809 to be skipped for symbol browsing and project listing.
24811 * configure.in, scripts/anjuta_import.sh, scripts/Makefile.am:
24813 Modified script to read the template from the anjuta data dir
24814 rather than from the directory in which the script exist. Otherwise,
24815 Being transfered to the bin dir, the script will not be able to
24816 find the template when it is run.
24818 The script is also create with configure.in to set in the anjuta
24819 data dir path inside the script.
24821 2002-01-26 Stephane Demurget <demurgets@free.fr>
24823 * po/fr.po: updated to the latest sources.
24825 2002-01-26 Naba Kumar <kh_naba@users.sourceforge.net>
24827 * scripts/Makefile.am:
24828 anjuta_import.sh goes with distribution.
24830 * po/*.po: They seem to have updated (merged with
24831 anjuta.pot) automatically when I did "make dist".
24833 2002-01-26 Naba Kumar <kh_naba@users.sourceforge.net>
24835 * src/compiler_options_cbs.c, compiler_options.h, compiler_options_gui.c,
24836 Fixed Bug #499807, ie crash on removing libs, includes, defines from
24837 the compiler options dialog.
24840 Correct todays date. :)
24842 * scripts/Makefile.am:
24843 Installs anjuta_import.sh in $(prefix)/bin dir and
24844 is treated as an executable.
24846 2002-01-26 Naba Kumar <kh_naba@users.sourceforge.net>
24848 * Fix for bug #499373
24850 * data/properties/anjuta.properties, ada.properties, cpp.properties,
24851 java, properties, latex.properties, lua.properties, others.properties,
24854 Added double-quotes around file arguments so that
24855 filenames with spaces could also work.
24857 * launcher/anjuta-launcher.c, executer.c:
24858 Escaped quotes in the cammand and it's arguments before executing
24859 so that args with spaces can also work.
24861 Commented #DEBUG switch.
24863 2002-01-26 Naba Kumar <kh_naba@users.sourceforge.net>
24865 * scripts/*: Added files which I forgot previously.
24867 * src/aneditor.h: Lined up commands definition for better look.
24869 * src/mainmenu_callbacks.c. main_menu_def.h, main_menubar.c,
24870 main_menubar.h, control.c:
24871 Added three more convert EOL chars submenu items in transform.
24872 Reformatted some some.
24874 * data/anjuta.properties:
24875 Reformatted a line.
24877 * src/aneditor.h, aneditor.c:
24878 Added three commands (with definitions) for EOL conversions.
24880 * src/text_editor.c:
24881 Editor detects file mode from the file content and
24882 set the editing mode to CR/LF/CRLF automatically.
24883 Refined Dos mode extrageneous chars filter
24884 This will make sure that filter works only in Dos mode and not
24887 * src/anjuta.c: Editor mode display in status bar.
24889 * src/preferences_gui.c: Changed the string for dos mode
24890 filter to more sensible string.
24892 * src/aneditor.c: Default editor mode sets during widget creation
24893 and not everty time the properties are loaded. This makes sure
24894 that the auto-detected mode is not overridden by the default mode.
24896 * src/text_editor.c, aneditor.c: Disabled #DEBUG flag.
24898 * src/anjuta.c: Fixed bug #476028.
24899 Now anjuta also searches for file relative to top project dir,
24900 when the project is open.
24902 * src/anjuta_cbs.c: Fixed bug #499536.
24903 File is not closed if it is not able to save the file properly.
24905 * src/mainmenu_callbacks.c: Fixed bug #499536.
24906 Newfiles (which are not modified) are also closed on "close all files".
24908 2002-01-25 Naba Kumar <kh_naba@users.sourceforge.net>
24910 * src/an_symbol_view.c: Added MAX_STRING_LENGTH
24912 * tagmanager/tm_source_file.c, regex.c, parse.c:
24913 defined and delimited g_messages within #debug.
24915 * src/preferences.c, data/anjuta.properties:
24916 saved/defied message-manager tag position in string.
24917 Message tag possition is saved between sessions. And
24918 and tag position bottom as default.
24920 2002-01-25 Naba Kumar <kh_naba@users.sourceforge.net>
24922 Patch submitted by:
24923 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24928 data/properties/Makefile.am
24929 global-tags/Makefile.am
24930 pixmaps/Makefile.am
24934 src/an_symbol_view.c
24935 src/an_symbol_view.h
24940 src/message-manager-private.cc
24942 src/project_dbase.c
24943 src/project_dbase_gui.c
24953 pixmaps/sv_class.xpm
24954 pixmaps/sv_function.xpm
24955 pixmaps/sv_macro.xpm
24956 pixmaps/sv_private_fun.xpm
24957 pixmaps/sv_private_var.xpm
24958 pixmaps/sv_protected_fun.xpm
24959 pixmaps/sv_protected_var.xpm
24960 pixmaps/sv_public_fun.xpm
24961 pixmaps/sv_public_var.xpm
24962 pixmaps/sv_static_fun.xpm
24963 pixmaps/sv_static_var.xpm
24964 pixmaps/sv_struct.xpm
24965 pixmaps/sv_unknown.xpm
24966 pixmaps/sv_variable.xpm
24967 pixmaps/fv_core.xpm
24968 pixmaps/fv_text.xpm
24969 pixmaps/filestoremove.txt:
24973 * pixmaps/class.xpm
24974 pixmaps/function.xpm
24975 pixmaps/fv_autofile.xpm
24977 pixmaps/fv_i18n.xpm
24978 pixmaps/fv_source.xpm
24979 pixmaps/private_func.xpm
24980 pixmaps/private_var.xpm
24981 pixmaps/protected_func.xpm
24982 pixmaps/protected_var.xpm
24983 pixmaps/public_func.xpm
24984 pixmaps/public_var.xpm
24986 pixmaps/variable.xpm
24992 Upgraded to tagmanager-0.7
24994 2002-01-24 Johannes Schmid <clubfan@users.sourceforge.net>
24995 * src/anjuta_cbs.c: Fixed bug #506441
24996 * src/watch_gui.c: Changed layout of eval dialog so that
24997 it fits on a 800x600 desktop with German translation.
24999 2002-01-23 Andy Piper <andy.piper@freeuk.com>
25001 * src/project_dbase.c: completed string updates for GTKmm and GNOMEmm
25002 * pixmaps/appwiz_libglade.png, src/pixmaps.h, pixmaps/Makefile.am: new
25003 icon for new project type (thanks to Misha)
25004 * configure.in: build and install Danish translation
25005 * src/about.c, THANKS, manuals/C/anjuta-manual/authors.sgml: updated
25006 credits to cover new patches and translations
25008 2002-01-23 Johannes Schmid <clubfan@users.sourceforge.net>
25010 * src/preferences.c, src/message-manager.cc, src/project_type.c,
25011 src/appwiz_page1.c:
25013 - Font preferences are restored properly now (\n was missing)
25014 - Dock menu label of message-manager is "Dock/Undock" instead
25015 of "Dock|Undock" to match with the rest of anjuta.
25016 - Name of GTK-- and GNOME-- have changed to GTKmm and GNOMEmm, so I
25017 changed it in anjuta, too
25019 2002-01-21 Naba Kumar <kh_naba@users.sourceforge.net>
25021 * tagmanager/tm_source_file.c,
25022 tagmanager/parse.c,
25023 tagmanager/tm_project.c,
25024 src/an_symbol_view.c,
25027 Disabled debug warnings.
25029 2002-01-21 Naba Kumar <kh_naba@users.sourceforge.net>
25031 * src/appwiz_page1.c
25032 src/compiler_options.c
25033 src/project_dbase.c
25034 src/project_dbase.h
25039 New project type named LibGlade.
25041 Patch submitted by:
25042 Dick Knol <dknol@gmx.net>
25045 Commented out unused pixmap creation. May be it
25046 will fix the crash in project creation.
25048 2002-01-21 Naba Kumar <kh_naba@users.sourceforge.net>
25052 src/registers_cbs.c
25053 src/registers_cbs.h
25054 src/registers_gui.c
25057 src/sharedlib_cbs.c
25058 src/sharedlib_cbs.h
25059 src/sharedlib_gui.c
25067 src/stack_trace_cbs.c
25068 src/stack_trace_cbs.h
25069 src/stack_trace_gui.c
25077 Fixed bug #496290: Attach/detach removed from these
25078 windows as they are never implemented.
25080 Patch submitted by:
25081 Johannes Schmid <johannes.schmid@gmx.de>
25083 2002-01-18 Naba Kumar <kh_naba@users.sourceforge.net>
25089 when you right click on the tabs, a list of filenames are given
25090 out, but now it gives a list of "page 1", "page 2", etc...
25092 Patch submitted by:
25093 Jens Georg <mail@jensgeorg.de>
25095 * anjuta.in.in: Removed c|c++ because, it was not necessary
25096 and was causing translation problem.
25098 * plugins/class-gen/clsGen.c:
25099 removed "'" for the same reason.
25101 attached the fix for the menu
25104 2002-01-17 Naba Kumar <kh_naba@users.sourceforge.net>
25106 * src/preferences.h,
25108 src/preferences_gui.c:
25110 Adds the functionality to Anjuta to auto save your unsaved
25111 files before you build a project.
25113 Patch submitted by:
25114 jason <jason_williams@suth.com>
25116 * src/anjuta.[h,c]:
25117 Added function for save all files.
25119 * src/mainmenu_callbacks.c:
25120 Modified to use the above function.
25122 * src/build_project.c:
25123 Save all files before build if it is set in the
25126 2002-01-17 Naba Kumar <kh_naba@users.sourceforge.net>
25128 * src/message-manager-private.cc
25129 src/message-manager-private.h
25130 src/message-manager.cc:
25132 Message-manager now restores the tabs which were shown on startup.
25133 The terminal is now created on demand (as requested by Biswa)
25134 and I have removed some debug messages.
25136 Patch submitted by:
25137 Johannes Schmid <johannes.schmid@gmx.de>
25139 2002-01-13 Stephane Demurget <demurgets@free.fr>
25141 * src/anjuta_cbs.c: fixed the global shortcut handling to have a
25142 proper tabs keyboard navigation.
25144 * src/an_symbol_view.c,
25146 src/gnome_project.c,
25147 src/project_dbase.c,
25148 src/tags_manager.c: removed some debugging display.
25150 2002-01-09 Naba Kumar <kh_naba@users.sourceforge.net>
25152 * src/message-manager-dock.c
25153 src/message-manager-private.cc
25154 src/message-manager-private.h
25155 src/message-manager.cc
25158 src/preferences_gui.c:
25160 Patch submitted by:
25161 Johannes Schmid <johannes.schmid@gmx.de>
25163 This patch adds a tab to the notebook of the preferences-dialog
25164 where you can change the colors, the tab position of the new
25165 message manager. Also the truncate messages stuff has moved
25166 from misc tab to messages tab.
25168 Also improved the remembering position stuff of message manager.
25170 * data/internal.properties,
25171 Added definitions for messages colors and tag position.
25173 * src/message_manager.cc:
25174 Fixed a bug that never lets the messages panes to get cleared.
25175 Added wmclass setting for the message window. Fixed a bug in
25176 which the message window was not being shown.
25178 * src/tag_manager.c: Fixed printing of (NULL) in the debug
25179 output and disabled it.
25181 * src/anjuta.c: Preferences created and loaded before anything else.
25182 anjuta now recognizes messages colors on startup and initializes
25185 2002-01-09 Andy Piper <andy.piper@freeuk.com>
25187 * src/project_dbase.c: fix bug #497923 (thanks to Johannes Schmid)
25189 2002-01-09 Stephane Demurget <demurgets@free.fr>
25191 * pixmaps/file_c.xpm,
25192 pixmaps/file_cpp.xpm,
25193 pixmaps/file_file.xpm,
25194 pixmaps/file_h.xpm,
25195 pixmaps/file_html.xpm,
25196 pixmaps/file_i18n.xpm,
25197 pixmaps/file_icon.xpm,
25198 pixmaps/file_pix.xpm,
25199 pixmaps/fv_doc.xpm,
25200 pixmaps/fv_i18n.xpm,
25201 pixmaps/fv_image.xpm,
25202 pixmaps/fv_source.xpm,
25203 pixmaps/fv_unknown.xpm: made these icons transparent.
25205 2002-01-08 Andy Piper <andy.piper@freeuk.com>
25207 * launcher/anjuta_launcher.c: updated message strings
25208 * src/message-manager-dock.c: added newline at end to avoid compile warning
25209 * src/project_dbase.c: corrected spelling of include (noted by Biswa)
25210 * src/controls.c, src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
25211 src/mainmenu_callbacks.c, src/mainmenu_callbacks.h: added some new Insert menu
25212 entries for username and Python-style GPL notice
25213 * HACKING: added info on files to change to update Insert menu
25215 2002-01-08 Naba Kumar <kh_naba@users.sourceforge.net>
25217 * src/project_dbase.c,
25218 src/an_file_view.c,
25219 src/an_symbol_view.c:
25220 Changed the CTree expander style to square and
25221 line style to Dotted line.
25223 * po/POTFILES.in: Removed and Added translable files.
25225 2002-01-08 Naba Kumar <kh_naba@users.sourceforge.net>
25227 * ccview/.cvsignore: Removed.
25229 2002-01-08 Naba Kumar <kh_naba@users.sourceforge.net>
25232 cccmd.cc, ccview_main.h, func_dialog.cc, struct.xpm,
25233 cccmd.h, cfolder.xpm, func_dialog.h, ofolder.xpm, support.c,
25234 cccproj.cc, ChangeLog, gtk_help.cc, panes.cc, support.h,
25235 cccproj.hh, class.xpm, gtk_help.h, private.xpm, tree_coll.h,
25236 ccview.cc, cregex.hh, hash_str.h, protected.xpm,
25237 ccview.h, public.xpm, ccview_main.cc, file.xpm, Makefile.am, scanner.xpm:
25239 Removed ccview module because it is no longer needed.
25241 2002-01-08 Naba Kumar <kh_naba@users.sourceforge.net>
25243 * src/project_dbase.c:
25244 Shifted structure initialization in project_dbase_new()
25245 before anything else, otherwise it was crashing due to
25246 uninitialized values.
25248 * src/an_symbol_view.c:
25249 Disabled high volume debug output.
25251 2002-01-08 Naba Kumar <kh_naba@users.sourceforge.net>
25253 Applied a very heavy patch from:
25254 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
25258 pixmaps/Makefile.am
25270 src/fileselection.c
25273 src/main_menubar_def.h
25274 src/mainmenu_callbacks.c
25275 src/mainmenu_callbacks.h
25276 src/project_dbase.c
25277 src/project_dbase.h
25278 src/project_dbase_gui.c
25280 src/text_editor_menu.c
25281 src/toolbar_callbacks.c
25282 tagmanager/Makefile.am
25284 tagmanager/include/Makefile.am
25285 tagmanager/include/tm_project.h
25286 tagmanager/include/tm_symbol.h
25287 tagmanager/include/tm_tag.h
25288 tagmanager/include/tm_tagmanager.h
25289 tagmanager/include/tm_workspace.h
25290 tagmanager/tm_project.c
25291 tagmanager/tm_source_file.c
25292 tagmanager/tm_symbol.c
25293 tagmanager/tm_tag.c
25294 tagmanager/tm_workspace.c
25295 widgets/Makefile.am: Modified.
25297 * src/an_file_view.[c,h],
25298 src/an_symbol_view.[c,h],
25299 src/file_history.[c,h],
25301 widgets/scroll-menu.[c,h],
25302 tagmanager/tm_file_entry.c
25303 tagmanager/include/tm_file_entry.h: Added new files.
25305 * pixmaps/cfolder.xpm, fv_doc.xpm, fv_source.xpm,
25306 private_func.xpm, public_func.xpm,
25307 class.xpm, fv_exec.xpm, fv_unknown.xpm,
25308 private_var.xpm, public_var.xpm,
25309 function.xpm, fv_i18n.xpm, macro.xpm,
25310 protected_func.xpm, struct.xpm,
25311 fv_autofile.xpm, fv_image.xpm,
25312 ofolder.xpm, protected_var.xpm, variable.xpm:
25313 Updated and Added pixmap files.
25317 a) Removes CCView dependency.
25318 b) Improves the terminal.
25319 c) Adds tag navigation context menus.
25320 d) Upgrades tagmanager to latest version.
25321 e) Miscellaneous small additions.
25323 2002-01-07 Naba Kumar <kh_naba@users.sourceforge.net>
25325 * src/project_dbase_gui.c: Fixed crash of anjuta
25326 when project first created.
25328 * src/gnome_project.c: It now updates the tags manager
25329 when new projects are created.
25331 2002-01-07 Naba Kumar <kh_naba@users.sourceforge.net>
25333 * Thanks Johannes Schmid <johannes.schmid@gmx.de>
25334 for this big patch.
25336 * src/messages.[c,h]: Removed files.
25338 * src/message-manager.[cc,h],
25339 src/message-manager-dock.[c,h],
25340 src/message-manager-private.[cc,h]
25343 * src/anjuta.c, src/anjuta.h, src/anjuta_cbs.c, src/build_file.c
25344 src/build_project.c, src/clean_project.c, src/compile.c
25345 src/configurer.c, src/debugger.c, src/find_in_files.c
25346 src/mainmenu_callbacks.c, src/preferences.h
25347 src/preferences_gui.c, src/properties.h
25348 src/utilities.c, src/utilities.h:
25349 The new messages widget.
25351 - Use of GtkNotebook instead of ToggleButtons
25353 - Popupmenu to show and hide message types and
25354 to dock/undock in detach mode
25356 All other things should work as they did with the
25357 old message window. Currently the keyboard short-cuts
25358 do not work in detached mode.
25360 Some functions in utitlities.[c,h] changed.
25361 so that they take const arguments where this is possible
25363 * src/Makefile.am, po/POTFILES.in:
25364 Removed messages.[c,h] and
25365 added message-manager.[cc,h], message-manager-dock.[c,h],
25366 message-manager-private.[cc,h]
25368 * src/message-manager.h: Removed "include <bonobo.h>"
25369 and added a newline at the end of the file.
25371 * src/message-manager-private.cc:
25372 Set clist's width setting to Automatic.
25373 Set scroll window's scroll bars to Automatic.
25375 2002-01-05 Naba Kumar <kh_naba@users.sourceforge.net>
25377 * text_editor_menu.c:
25378 Fixed misalignment of the function sub menu
25379 in the text editor pop up menu.
25381 2002-01-04 Naba Kumar <kh_naba@users.sourceforge.net>
25383 * src/text_editor.c: Fixed a compiler warning.
25385 2002-01-04 Andy Piper <andy.piper@freeuk.com>
25387 * THANKS, manuals/*/authors.sgml: updated for new translations
25388 * plugins/class-gen/clsGen.c: converted messages to English
25389 * src/about.c, src/main_menubar_def.h: string updates
25391 2002-01-04 Naba Kumar <kh_naba@users.sourceforge.net>
25396 src/mainmenu_callbacks.c
25399 src/text_editor_cbs.c
25400 src/text_editor-gui.c:
25402 Earlier code for adding 'cross' button
25403 for closing pages were too error prone and unorganized.
25404 Cleaned up the code and shifted the 'extra' widgets
25405 creation (eg. close button, close_pixmap and lable)
25406 from anjuta to text_editor. This takes care of proper
25407 widgets creation and destruction. Otherwise, anjuta
25408 was crashing at too many points, especially related
25409 to docking and undocking.
25411 2002-01-04 Stephane Demurget <demurgets@free.fr>
25413 * src/aneditor.cxx: removed debugging code.
25415 * data/properties/.cvsignore: added swap files.
25417 2002-01-03 Naba Kumar <kh_naba@users.sourceforge.net>
25421 Fixed Crashing of anjuta when a new file is saved as
25424 2002-01-03 Naba Kumar <kh_naba@users.sourceforge.net>
25426 * src/aneditor.c: Some debug codes around.
25428 * data/internal.properties, data/anjuta.properties: Removed.
25429 data/properties/Makefile.am:
25430 data/properties/ada
25432 data/properties/make
25434 data/properties/html
25435 data/properties/ruby
25436 data/properties/baan
25437 data/properties/idl
25438 data/properties/pascal
25439 data/properties/sample
25440 data/properties/bash
25441 data/properties/java
25442 data/properties/perl
25443 data/properties/sql
25444 data/properties/conf
25445 data/properties/latex
25446 data/properties/props
25448 data/properties/cpp
25449 data/properties/lua
25450 data/properties/python
25451 data/properties/xml
25452 data/properties/others
25453 data/properties/.cvsignore:
25454 Added files. Properties now splitted into small files
25458 configure.in: Update the removal and added properties module.
25460 * src/preferences.c: preferences_new(): Updated to reflect the
25461 new properties files organization.
25463 * src/Makefile.am: Added Baan Lexer.
25465 2002-01-01 Stephane Demurget <demurgets@free.fr>
25467 * src/aneditor.cxx: readded the baan lexer.
25469 * src/preferences.c: fixed translated messages and a typo.
25471 * desktop.in.in: changed the name to Anjuta C|C++ IDE, since the / was
25472 confusing the regexp usage in xml-i18-merge.
25474 2002-01-01 Andy Piper <andy.piper@freeuk.com>
25476 * src/project_dbase.c: tidied some messages, and spotted a typo in
25477 the reading of properties which prevented the project version from
25478 ever being reported in the Project Information window - fixed :)
25480 * po/POTFILES.in: removed syntax.h
25482 2001-12-31 Stephane Demurget <demurgets@free.fr>
25484 * data/internal.properties: fixed baan properties.
25485 Added all ada properties.
25487 * src/main_menubar_def.h,
25490 src/utilities.[ch]: added support for the Ada highlight style.
25492 2001-12-31 Stephane Demurget <demurgets@free.fr>
25494 * plugins/*/.cvsignore: updated.
25496 2001-12-31 Stephane Demurget <demurgets@free.fr>
25500 src/Makefile.am: removed the empty header syntax.h.
25502 2001-12-31 Naba Kumar <kh_naba@users.sourceforge.net>
25505 Stef's observation on the 'superfluous' hseparators in the recent
25506 files and projects is fully justified -- removed.
25508 * main_menubar_def.h:
25509 Changed "Plug Ins" to "Plugins" in the menu label.
25511 * configure.in, plugins/Makefile.am, plugins/class-gen/*:
25512 Added class-gen in the configure output and class-gen module.
25514 * data/internal.properties:
25515 Correct mis-spelled "jave" to "java".
25516 Added file.is.source for *.h, *.c, *.cpp properties.
25518 * global-tags/Makefile.am:
25519 "chmod +x create_global_tags.sh" before it is executed, because
25520 there is very high chance that it will be found "-x" and resulting
25523 2001-12-31 Stephane Demurget <demurgets@free.fr>
25525 Fixed a crash on Solaris reported by Holder Burde, thanks to him
25528 * src/gnome_project.c: (create_new_project): if the user doesn't
25529 select any icon, it doesn't have any extension and thus we can't
25530 use it in printf on Solaris, since the %s modifier use strlen to
25531 know the string length and then crash. On Linux, gcc checks the value
25532 of the pointer to be NULL and write "(null)" if necessary. We can't
25535 * src/source.c: (source_write_desktop_entry): if there's no icon, we
25536 don't need to have the directory icon but the generic one.
25538 2001-12-30 Stephane Demurget <demurgets@free.fr>
25540 Merged with latest (1.42) scintilla.
25542 Added: Support for the {load,save}.on.(de)activate properties.
25543 The PHP lexer to match keywords case insensitively.
25545 Experimental supports for changeable style attribute & line
25548 Updated: Both the C++ and HTML lexers.
25549 More shell keywords added.
25550 Horizontal scrolling and diplay of long lines optimised.
25551 Cursor setting optimised.
25553 Bugs fixed: Caret movement over folded lines.
25554 Selection tracking in 2ndary views when doing modifications.
25556 * scintilla/CallTip.{cxx.h},
25557 scintilla/ContractionState.{cxx,h},
25558 scintilla/Document.{cxx,h},
25559 scintilla/Editor.{cxx,h},
25560 scintilla/KeyWords.cxx,
25561 scintilla/LexHTML.cxx,
25562 scintilla/PlatGTK.cxx,
25563 scintilla/RESearch.cxx,
25564 scintilla/ScintillaBase.cxx,
25565 scintilla/ScintillaGTK.cxx,
25566 scintilla/Style.{cxx,h},
25567 scintilla/StyleContext.h,
25568 scintilla/ViewStyle.cxx,
25569 scintilla/include/*.h: updated.
25571 * scintilla/LexBaan.cxx, scintilla/Makefile.am: added Baan lexer.
25573 * scintilla/LexCPP.cxx: removed all references to noDocChars. This
25574 should have been told to the scintilla team. We're lucky I read the
25575 ChangeLog and the modifications of the lexer (thanks to the Gnome
25578 * data/internal.properties: added Baan definitions.
25579 Fixed some issues for C such as *_cast directive, that are only
25580 available with C++.
25581 Updated C++, HTML and shell scripts definitions.
25582 Updated Ada and Bullant, that have been forgotten.
25584 * src/main_menubar_def.h,
25587 src/utilities.[ch]: added support for the Baan highlight style.
25589 2001-12-29 Stephane Demurget <demurgets@free.fr>
25591 Polished the plugins menu behaviour and added a tearoff
25592 menuitem to the recent entries submenu.
25594 Note: The recent entries list seems to be too height
25595 with all these superfluous hseparators.
25597 * src/main_menubar.c: Polished, making some
25598 functions declarations static and cleaning some code.
25600 (create_submenu_plugin): removed the extra
25601 plugins entry and the horizontal separators.
25603 (on_plugins_menu_realize): the plugins menu is only
25604 shown if there's at least one available.
25606 (create_submenu*): added a tearoff menuitem to have
25607 a more homogeneous menu style. For now, it doesn't
25608 take care of user settings (but it was even worse
25611 2001-12-29 Stephane Demurget <demurgets@free.fr>
25613 * configure.in: added the packageplugindir variable to avoid
25614 installing the plugins in $(prefix). It's not the same path as
25615 anjuta 2 to allow parallel installation.
25617 2001-12-29 Stephane Demurget <demurgets@free.fr>
25618 Fix a reopened part of bug #440676: keyboard navigation between the
25619 different text buffers. Changed to a more global approch.
25621 * src/notebook.[ch]: removed.
25623 * src/Makefile.am: removed notebook.[ch]
25625 * src/anjuta_{gui,cbs}.c, src/anjuta.h:
25626 (on_anjuta_window_key_press_event): added to fulfill the global
25629 * HACKING: updated according to the new global shortcuts handling.
25631 2001-12-29 Naba Kumar <kh_naba@users.sourceforge.net>
25633 * src/main_menubar_def.h, main_menubar.h, main_menubar.c:
25634 Shifted plugin menu from Edit submenu to main menu.
25637 Added plugins/sample1/plugin-sample1.c
25639 * plugins/sample1/plugin-sample1.c:
25640 Added localization and used anjuta_info, instead of anjuta_error.
25642 * plugins/.cvsignore, plugins/sample1/.cvsignore:
25645 2001-12-28 Naba Kumar <kh_naba@users.sourceforge.net>
25647 * configure.in, acconfig.h: Added definition for PACKAGE_PLUGIN_DIR
25650 * Makefile.am: Added module plugins.
25652 * plugins, plugins/Makefile.am, plugins/sample1/*:
25653 Created plugins modules.
25655 * src/anjuta.h, src/anjuta.c: Removed app->szAddinDir and
25656 Defined PACKAGE_PLUGIN_DIR directly and properly. Fixed
25657 to load plugins of *.so only and not *.so* (which results
25660 * anjuta.spec.in: added %{prefix}/lib/anjuta to take care of
25661 plugins during packaging.
25663 2001-12-27 Simos Xenitellis <simos@hellug.gr>
25665 * configure.in: Added Greek (el) to ALL_LINGUAS.
25667 2001-12-27 Duarte Loreto <happyguy_pt@hotmail.com>
25669 * configure.in: Added portuguese to ALL_LINGUAS
25671 2001-12-24 Naba Kumar <kh_naba@users.sourceforge.net>
25673 * global-tags/.cvsignore
25674 tagmanager/.cvsignore
25675 tagmanager/include/.cvsignore:
25676 Added cvs ignore files.
25679 Updated cvs ignore file.
25681 2001-12-23 Andy Piper <andy.piper@freeuk.com>
25683 * src/debugger.c, src/text_editor.c, src/anjuta.c,
25684 data/anjuta.properties, data/internal.properties: clean up some
25685 message strings (me)
25687 2001-12-23 Andy Piper <andy.piper@freeuk.com>
25689 * src/about.c, THANKS: added Jens to the credits
25691 2001-12-23 Andy Piper <andy.piper@freeuk.com>
25693 * pixmaps/close_file_small.xpm, pixmaps/Makefile.am, src/anjuta.c,
25694 src/text_editor.h, src/pixmaps.h, src/text_editor_cbs.c,
25695 src/text_editor_cbs.h, src/text_editor_gui.c: patch from Jens
25696 Georg <mail@jensgeorg.de> to add close button to file tabs.
25698 2001-12-20 Andy Piper <andy.piper@freeuk.com>
25700 * launcher/anjuta_launcher.c: patch from Stef to fix #490816
25701 (debugger now catches correct signal from process)
25703 2001-12-20 Andy Piper <andy.piper@freeuk.com>
25705 * pixmaps/Makefile.am, pixmaps/appwiz_*.png: new images from Misha
25706 * src/pixmaps.h: switch appwizard project icons to new designs
25707 * pixmaps/appwid*xpm, pixmaps/gear.xpm: removed unused graphics
25709 2001-12-20 Andy Piper <andy.piper@freeuk.com>
25711 * pixmaps/Makefile.am: stop redundant images from being installed.
25712 The next step will be to remove them completely.
25713 * src/appwiz*: further updates (more to come)
25714 * src/pixmaps.h: cleaned up, commented
25715 * src/splash.c: should use the pixmaps macro defined
25716 * HACKING: more on the graphics stuff and use of pixmaps.h
25718 2001-12-19 Andy Piper <andy.piper@freeuk.com>
25720 * src/defaults.c: fix bug #494864
25722 2001-12-18 Andy Piper <andy.piper@freeuk.com>
25724 * pixmaps/applogo.png, pixmaps/appwizard.png: added new wizard
25725 graphics from Misha
25726 * pixmaps/interface.xpm, pixmaps/app_wizard.jpg: removed
25727 redundant graphics, no longer used
25728 * src/appwiz*: revamped application wizard by Andy and Misha for
25729 a more usable and professional look-and-feel
25730 * HACKING: updates to cover patching, graphics, and some additions
25732 * TODO: removed some implemented features
25734 2001-12-17 Andy Piper <andy.piper@freeuk.com>
25736 * data/anjuta.properties, data/internal.properties: cleanup
25737 * src/compiler_options_gui.c, src/mainmenu_callbacks.*,
25738 src/preferences_gui.c, src/text_editor_menu.c: patches from Biswa
25739 to edit styles colors for keywords and add Goto Tag menu option
25742 2001-12-14 Naba Kumar <kh_naba@users.sourceforge.net>
25744 * src/anjuta.c, anjuta.h, text_editor.c, text_editor.h:
25747 fixes the Forget of the cursor position when tab is brought active
25748 from project manager.
25750 2001-12-13 Naba Kumar <kh_naba@users.sourceforge.net>
25753 Exported "TERM=xterm" to get a color terminal when
25754 anjuta is not started from within a terminal.
25756 2001-12-13 Naba Kumar <kh_naba@users.sourceforge.net>
25760 Added a frame around zvt terminal.
25762 * src/preferences_gui.c
25763 Modified to say "Use glade component (experimental)"
25764 instead of "Use Component".
25766 2001-12-13 Naba Kumar <kh_naba@users.sourceforge.net>
25769 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
25772 src/fileselection.c
25777 src/project_dbase.c
25779 a) Extra scrollbar in terminal no longer appears.
25780 b) Character set preference should be preserved (untested).
25781 c) File selection widget now remembers last directory.
25782 d) On creation of generic project, the glade 'file not found' error no
25784 e) First terminal window is created 'on demand', so it should always to
25785 the Right Thing (TM) as far as starting WD is concerned. Also, the
25786 environment is now passed to the terminal.
25787 f) Solaris compilation should be fixed (replaced get_current_dir_name()
25789 g) Fixed some compilation warnings.
25791 2001-12-10 Andy Piper <andy.piper@freeuk.com>
25793 * configure.in, src/anjuta.c, src/messages.c, src/messages.h,
25794 src/pixmaps.h: applied terminal and warnings patch (Biswa)
25795 * src/*: cleanups (me)
25796 * pixmaps/mini_term.xpm: added new file for terminal button
25797 (me, based on existing artwork)
25799 2001-12-07 Andy Piper <andy.piper@freeuk.com>
25801 * configure.in: bumped version to 0.1.9-pre
25802 * THANKS, manuals/C/anjuta-manual/authors.sgml: updated for new
25804 * src/aneditor.cxx: patch from Biswa to re-enable autocompletion
25806 2001-12-07 Pablo Saratxaga <pablo@mandrakesoft.com>
25808 * src/splash.c: removed a DOS end of line of a comment (so the *.po
25809 files are free of that char)
25810 * configure.in: added "az" to ALL_LINGUAS
25812 2001-11-29 Andy Piper <andy.piper@freeuk.com>
25814 * tagmanager/tm_workspace.c, src/project_dbase.c: critical
25815 crash bug fix from Biswa.
25816 * FUTURE: added Anjuta/gIDE merger information to provide
25817 details on future direction and status of 1.x stuff
25818 * NEWS: prepared for release
25819 * po/de.po: update from Jens Georg <mail@jensgeorg>
25821 2001-11-28 Andy Piper <andy.piper@freeuk.com>
25823 * multiple minor updates pre-0.1.8
25824 * patch from Biswa to fix syntax highlighting and packaging
25825 * po/fr.po: update from Stef
25827 2001-11-26 Naba Kumar <kh_naba@users.sourceforge.net>
25829 * global-tags/Makefile.am
25830 global-tags/create_global_tags.sh
25831 global-tags/tm_global_tags.c
25832 scintilla/LexCPP.cxx
25833 scintilla/include/SciLexer.h
25835 src/project_dbase.c
25836 tagmanager/Makefile.am
25837 tagmanager/include/Makefile.am
25838 tagmanager/include/tm_project.h
25839 tagmanager/include/tm_tag.h
25840 tagmanager/include/tm_tagmanager.h
25841 tagmanager/tm_project.c
25842 tagmanager/tm_source_file.c
25843 tagmanager/tm_tag.c
25844 tagmanager/tm_workspace.c:
25846 Includes the syntax highliting patch to scintilla).
25847 and more stable code.
25849 *tagmanager/include/tm_symbol.h: New file.
25850 *tagmanager/tm_symbol.c: New file.
25852 Add symbol tree building functionality at project level
25855 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
25857 2001-11-22 Naba Kumar <kh_naba@users.sourceforge.net>
25859 * pixmaps/file_cpp.xpm, pixmaps/file_html.xpm, pixmaps/file_icon.xpm,
25860 pixmaps/file_c.xpm, pixmaps/file_h.xpm, pixmaps/file_pix.xpm,
25861 pixmaps/file_file.xpm, pixmaps/file_i18n.xpm
25862 : New and improved pixmaps from Misha <misha@phreaker.net>
25865 2001-11-22 Naba Kumar <kh_naba@users.sourceforge.net>
25867 * Big patch submitted by
25868 Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>.
25869 Many thanks to him.
25871 * src/Makefile.am, src/aneditor.cxx
25872 src/anjuta.c, src/anjuta.h, src/project_dbase.c,
25873 src/project_dbase.h, src/text_editor.c, src/text_editor.h:
25874 Use of tagmanager lib for advanced calltips.
25876 * global-tags/*: Created new directory and added files to
25877 generate system.tags.
25879 * tagmanager/*: Created new directory and added tagmanager lib
25882 * configure.in, acconfig.h, Makefile.am: Modified to reflect
25883 the above additions.
25885 * data/Makefile.am: Modified to accomodate generated system.tags file.
25887 2001-11-07 Andy Piper <andy.piper@freeuk.com>
25889 * scintilla/: updated to 1.41
25890 * src/Makefile.am: added Ada and Bullant lexers from Scintilla
25891 * src/about.c: updated list of authors
25892 * src/aneditor.cxx: tidied to remove unused SciTE debug calls
25893 * HACKING: updated to cover Scintilla usage
25894 * THANKS, manuals/C/anjuta-manual/authors.sgml: updated for new
25897 2001-11-07 Naba Kumar <kh_naba@users.sourceforge.net>
25899 * src/aneditor.cxx: Fixed compilation errors with it.
25900 by add include to gtk+ headers and typedefining a mysteriously
25901 vanished class Colour.
25903 2001-10-29 Naba Kumar <kh_naba@users.sourceforge.net>
25905 * configure.in: Added pt_BR in the languages.
25907 2001-11-01 Andy Piper <andy.piper@freeuk.com>
25909 * src/executer.c, mainmenu_callbacks.c: patch from Dan Elphick
25910 (<dre00r@ecs.soton.ac.uk>) to correct a spelling mistake
25912 * manuals/C/anjuta-manual/*: new format to match
25913 the rest of the GNOME docs chapter layout. Added the many
25914 new contributors. Moved Authors and License information into new
25915 chapters of their own - should make expansion easier too
25916 * src/compiler_options.c: changed the profiler option to -pg to
25917 work with GNU tools (gprof)
25918 * src/compiler_options_gui.c, main_menubar_def.h: tidied some messages
25921 2001-10-29 Naba Kumar <kh_naba@users.sourceforge.net>
25923 * src/compiler_options.h, compiler_options.c, compiler_options_cbs.c
25924 compiler_options_gui.c:
25925 Added a new entry for linker flags and renamed c_options to c_flags
25926 and l_options to l_libs. Also, added a new function:
25927 compiler_options_set_prjlflags_in_file();
25929 * src/source.c: projects/src/Makefile.am now have LDFLAGS set.
25931 * src/compiler_options_gui.c: Trimmed some UI for the 'others' page.
25933 2001-10-26 Andy Piper <andy.piper@freeuk.com>
25935 * THANKS, src/about.c: corrections and additions following
25937 * src/main_menubar.c: patch from Rikul to fix the problem with
25938 menu accelerators not being loaded
25940 2001-10-26 Naba Kumar <kh_naba@users.sourceforge.net>
25942 * THANKS: Added all contributors and translators names and emails.
25944 * pixmap/anjuta_logo.png: Reduced the size of the logo.
25945 * pixmap/anjuta_splash.png, pixmaps/Makefile.am:
25946 Added new file (earlier logo with border).
25947 * src/about.c: Added all contributors names and emails
25948 and used macro definition for logo pixmap file.
25949 * src/pixmaps.h: Added entry for anjuta splash screen.
25951 2001-10-24 Andy Piper <andy.piper@freeuk.com>
25953 * pixmaps/anjuta_icon[.xpm|.png]: updated application icon
25954 to new PNG version (thanks to Misha) and removed the old
25957 2001-10-24 Abel Cheung <maddog@linux.org.hk>
25959 * THANKS: added Conner Mo for simplified Chinese translation.
25960 * configure.in: added zh_CN in ALL_LINGUAS
25962 2001-10-21 Abel Cheung <maddog@linux.org.hk>
25964 * THANKS: added Joe Man for his traditional Chinese translation.
25965 * configure.in: added zh_TW in ALL_LINGUAS.
25967 2001-10-19 Naba Kumar <kh_naba@users.sourceforge.net>
25969 * src/main_menubar_def.h: Changed the link of lidn to
25970 http://lidn.sourceforge.net.
25972 2001-10-18 Naba Kumar <kh_naba@users.sourceforge.net>
25974 * Applied patch from Rikul
25975 * Applied patch from Luca
25976 * Fixed a cvs conflict. :)
25978 2001-10-17 Stephane Demurget <demurgets@free.fr>
25980 * THANKS: added Marc Botermans for his Dutch translation.
25982 * configure.in: added nl in ALL_LINGUAS.
25986 2001-10-17 Naba Kumar <kh_naba@users.sourceforge.net>
25988 * anjuta.c: Fixed luca's typo.
25989 * resources.c, resources.h: Changed gchar* return to void, to
25990 avoid a compiler warning.
25991 * scintilla/Makefile.am: Reorganized file entries.
25992 * src/Makefile.am: Added StyleContex.o module directly with the lexers.
25994 2001-10-16 Naba Kumar <kh_naba@users.sourceforge.net>
25996 * Upgraded scintilla to 1.4.
25997 * Added 6 files: LexCrontab.cxx LexEiffel.cxx LexRuby.cxx
25998 LexLisp.cxx StyleContext.cxx StyleContext.h
25999 * src/Makefile.am: Added 4 lexers and separated lexer objects
26000 from the main link variable.
26002 2001-10-14 Stephane Demurget <demurgets@free.fr>
26004 * THANKS: added Luca, even if it shouldn't be my role to write
26005 this sort of thing :)
26007 * src/anjuta.c: (scan_AddIns_in_directory): some fixes and cleanups on
26008 the latest Luca patch.
26010 2001-10-14 Andy Piper <andy.piper@freeuk.com>
26012 * added skeleton plugin functionality (lbell <lbell@tsc4.com>).
26013 This is not documented yet; plugins to come later.
26014 * src/find*.c: find dialogs now persistent
26015 (Rick <rikul@bellsouth.net>)
26016 * widgets/gnomefilelist.c: fixed multiple file open issue
26017 (Rick <rikul@bellsouth.net>)
26018 * changes to recent file and project lists handling
26019 (lbell <lbell@tsc4.com>)
26020 * more minor UI updates (me)
26022 2001-10-11 Andy Piper <andy.piper@freeuk.com>
26024 * src/Makefile.am: removed warnings for traditional C syntax
26025 * pixmaps: added new icons for mini_locals, mini_cvs and
26026 the splash screen - thanks to Misha <misha@phreaker.net>
26028 2001-10-10 Andy Piper <andy.piper@freeuk.com>
26030 * src/toolbar.c: fix typo in tooltip text
26031 * ccview/cccmd.cc: alter Func to Function in menu text
26033 2001-10-09 Andy Piper <andy.piper@freeuk.com>
26035 * src/find_text.c: applied patch from rikul <null@acm.org> to fix minor
26036 issue with find dialog reporting an error when Scintilla finds text
26037 * applied patch from Denis Boehme <boehme at syncio dot de> to support
26038 DOS files (i.e. CR/LF translation)
26040 2001-10-03 Andy Piper <andy.piper@freeuk.com>
26042 * src/notebook.c: applied patch from rikul <null@acm.org> to fix bug
26044 * data/internal.properties: default fold style now set to 3 :-)
26045 * applied patch from rikul <null@acm.org> to turn notebook tab
26046 headings red when file has been edited.
26048 2001-10-02 Kjartan Maraas <kmaraas@gnome.org>
26050 * configure.in: Added "no" to ALL_LINGUAS.
26052 2001-09-29 Naba Kumar <kh_naba@users.sourceforge.net>
26054 * Patch from lbell <lbell@tsc4.com>
26059 src/main_menubar_def.h
26060 src/mainmenu_callbacks.c
26061 src/mainmenu_callbacks.h
26062 src/project_dbase.c
26063 src/project_dbase.h
26065 Implemented a check menu item to handle the 'show locals' flag
26066 for the current project.
26068 * data/internal.properties: Removed the redundant command
26069 for gnome-terminal.
26071 2001-09-25 Naba Kumar <kh_naba@users.sourceforge.net>
26073 * Patch from lbell <lbell@tsc4.com> for fixing some compiler warnings.
26075 2001-09-24 Fatih Demir <kabalak@gtranslator.org>
26077 * configure.in: Added "ta" to the languages list.
26079 2001-09-21 Andy Piper <andy.piper@freeuk.com>
26081 * data/internal.properties:
26082 added fold.symbols property to control appearance of folds
26083 in the Scintilla editor (thanks to rikul <null@acm.org>)
26085 2001-09-21 Naba Kumar <kh_naba@users.sourceforge.net>
26088 one extra button for message win is being created -- Fixed.
26090 The frame should be hidden and not only the pix_lab when
26091 that message pane is hidden (aBts[nIndex].bVisible == FALSE)
26094 * pixmaps/mini_locals.xpm (new file), pixmaps/Makefile.am:
26095 for the time being it is same as mini_cvs.xpm.
26097 2001-09-21 Naba Kumar <kh_naba@users.sourceforge.net>
26099 * src/find_repace.c: Fixed the vanishing find/replace dialog box.
26101 Patch from rikul <null@acm.org>
26103 * CORBA-Server.c, debugger.c, debugger.h, glades.c,
26104 glades.h, messages.c, messages.h, pixmaps.h,
26105 project_dbase.c, project_dbase.h, session.c,
26106 session.h, watch_cbs.c, watch_cbs.h, watch_gui.c:
26108 inserted 'add to watch' option in inspect window, so you can add easily
26109 a variable in watch window .
26111 Added a new message pane for the gdb local variables inspection. Changed
26112 the code in messages.c to better account for future new panes insertion.
26113 Defined a new pixmap for the new tab button in pixmaps.h
26114 (ANJUTA_PIXMAP_MINI_LOCALS); someone must create it and add it to the
26117 Changed the debugger module to have a single function for asking to gdb
26118 to send program info. The idea is to ask the debugger about only the
26119 info needed to open windows( watch, registers, etc ) to speedup the step
26120 command. I plan to ask informations to the debugger based on the user
26122 The request for local variables is enabled by default, but the
26123 projectDBase has a variable to control it, to allow disabling that
26124 feature, there is also the code to save and to reload the state. If you
26125 want to have it disabled by dafult change SHOW_LOCALS_DEFAULT to FALSE
26128 This big patch is from: lbell <lbell@tsc4.com>
26130 2001-09-20 Stephane Demurget <demurgets@free.fr>
26132 Patch from rikul <null@acm.org> :
26134 * data/internal.properties, src/aneditor.cxx: fixed the fold margin
26135 problem and added folding support for php/hmtl.
26137 2001-09-19 Naba Kumar <kh_naba@users.sourceforge.net>
26139 * Fixed dnd of files within scintilla.
26140 patch from: rikul <null@acm.org>
26142 2001-09-18 Naba Kumar <kh_naba@users.sourceforge.net>
26144 * Applied patch from Luca.
26146 * src/source.c: source_write_build_files(): Fixed the project generation
26147 failure. The fist return statement and the free_project_type were
26150 2001-09-14 Naba Kumar <kh_naba@users.sourceforge.net>
26152 * anjuta.c, anjuta.h, main.c, main_menubar.c, main_menubar_def.h,
26153 mainmenu_callbacks.c, mainmenu_callbacks.h, messages.c:
26155 1) Restore the error color to red (waiting for a configurable one )
26156 2) Saving projects settings if you exit anjuta without closing an open
26158 3) New Menu 'repaeat search' to search with a keystroke without pressing
26160 4) some define in the menus to better handle menu item update
26162 Patch from: lbell <lbell@tsc4.com>
26164 * main_menubar_def.h, main_menubar.c: Change the position of
26165 "Repeat find" menu position.
26167 2001-09-13 Naba Kumar <kh_naba@users.sourceforge.net>
26169 project_type.h, project_type.c, source.c: Applied patch.
26170 patch from Johannes Schmid <clubfan@users.sourceforge.net>
26172 2001-09-12 Naba Kumar <kh_naba@users.sourceforge.net>
26174 * configure.in, src/Makefile.am: Using macros for ORBit flags.
26176 2001-09-07 Johannes Schmid <clubfan@users.sourceforge.net>
26178 * Fixed bug #445752
26180 2001-9-06 Johannes Schmid <clubfan@users.sourceforge.net>
26182 * Fixed bugs in Gtk-- and Gnome-- project type
26184 2001-09-12 Naba Kumar <kh_naba@users.sourceforge.net>
26186 * dnd.c: Support for multiple files drag-n-drop.
26188 Patch from: rikul <null@acm.org>
26190 * anjuta.c, anjuta.h, anjuta_cbs.c, main_menubar_def.h,
26191 mainmenu_callbacks.c, mainmenu_callbacks.h: Added message text
26194 Patch from: rikul <null@acm.org>
26196 * Applied patch for widgetizing goto dialog box.
26199 * Applied patch for having new project type handling.
26200 Patch from: Johannes Schmid <clubfan@users.sourceforge.net>
26202 2001-09-12 Naba Kumar <kh_naba@users.sourceforge.net>
26204 * Makefile.am, aneditor.cxx, aneditor.h, anjuta.c, anjuta.h,
26205 anjuta_cbs.c, anjuta_gui.c, breakpoints.c, breakpoints.h,
26206 debugger.c, debugger.h, find_in_files.c, find_in_files.h,
26207 find_replace.c, find_replace.h, find_text.c, find_text.h,
26208 glade_iface.c, main.c, messages.c, messages.h, project_dbase.c,
26209 project_dbase.h, source.c, text_editor.c, text_editor.h,
26210 text_editor_cbs.c, utilities.c, utilities.h:
26212 Applied a huge patch (after slight preview). I would like Luca
26213 to have his feature additions mentioned here.
26215 Patch from: lbell <lbell@tsc4.com>
26217 2001-09-09 Stephane Demurget <demurgets@free.fr>
26219 * scintilla/Makefile.am: added to $(GTK_CFLAGS) INCLUDES.
26221 * po/fr.po: updated to the latest sources.
26224 2001-09-07 Johannes Schmid <clubfan@users.sourceforge.net>
26226 * Fixed bug #445752
26228 2001-08-07 Naba Kumar <kh_naba@users.sourceforge.net>
26230 * dnd.h, dnd.c: New files for drag n drop support.
26232 * anjuta.h, anjuta_gui.c, anjuta_cbs.c:
26233 Added drag and drop support for opening files.
26235 Thanks to José Antonio Caminero Granja <JCamGra@alumnos.uva.es> and
26236 Archit Baweja <bighead@crosswinds.net> for this idea.
26238 * TODO: Added some more todos. :-(
26240 2001-08-06 Naba Kumar <kh_naba@users.sourceforge.net>
26242 * Fixed the goto line activate bug.
26243 patch from: Martyn Bone <mbone@brightstar.u-net.com>
26245 2001-9-06 Johannes Schmid <clubfan@users.sourceforge.net>
26247 * Fixed bugs in Gtk-- and Gnome-- project type
26249 2001-08-5 Naba Kumar <kh_naba@users.sourceforge.net>
26251 * widgets/gonmefilelist.c, gnomefilelist.c:
26252 Modified multiple selection on pressing control.
26253 # Patch from: venugopal gummuluru <vgummuluru@yahoo.com>
26255 * src/project_dbase_gui.c, anjuta_cbs.c, fileselection.h, fileselection.h:
26256 Modified multiple selection on pressing control.
26257 # Patch from: venugopal gummuluru <vgummuluru@yahoo.com>
26259 2001-09-05 Abel Cheung <maddog@linux.org.hk>
26261 * src/project_dbase_gui.c(*lang_data[]): Rename zh_TW.Big5 to zh_TW .
26262 This is useless; but just in case...
26264 2001-08-4 Naba Kumar <kh_naba@users.sourceforge.net>
26266 * data/internal.properties: modified a bit of perl properties.
26268 2001-08-3 Naba Kumar <kh_naba@users.sourceforge.net>
26270 * ccview/cccproj.hh, ccview/hash_str.h, src/fileselection.c, src/fileselection.h
26271 src/project_dbase_gui.c, widgets/gnomefilelist.c, widgets/gnomefilelist.h:
26272 Added support for multiple file imports. Changed the standrd C++
26273 convention of #include <file> to #include <file.h>, because I had given
26274 some wrong options while compiling my gcc-3.0.1 compiler, so it does not
26275 now support the #include <file> convention. That is something to be fixed :).
26276 # Patch from: venugopal gummuluru <vgummuluru@yahoo.com>
26278 2001-08-1 Naba Kumar <kh_naba@users.sourceforge.net>
26280 * src/anjuta.c: Added function static greetings_text(), to solve the non
26281 translation of the greetings text in the wizard.
26283 2001-08-31 Andy Piper <andy.piper@freeuk.com>
26285 * src/find_in_files_gui.c: made order of buttons consistent with other Find
26286 dialogs, with OK the default (fix bug #453482)
26288 2001-08-31 Naba Kumar <kh_naba@users.sourceforge.net>
26290 * src/anjuta.c: Fixed a bug that tries to printf 'NULL'
26292 * src/appwizard.c: added N_() for the inlcuding the welcome message translatable.
26294 2001-08-29 Naba Kumar <kh_naba@users.sourceforge.net>
26302 src/main_menubar_def.h
26303 src/mainmenu_callbacks.c
26304 src/mainmenu_callbacks.h:
26305 Applied the patch that addes menu items which allow users to
26306 insert GPL notice and date time in current document.
26307 patch from: Rick Patel <rikul@shreve.net>
26309 * src/main_menu.c: Fixed a compilation error.
26311 * src/anjuta.c: Fixed non-rememberence of editor tab position.
26313 * src/mainmenu_callbacks.c: Fixed gpl strings to avoid compiler warnings
26314 about the unterminated strings.
26316 * scintilla/*: Updated scintilla to 1.3.9 version.
26318 2001-08-28 Naba Kumar <kh_naba@users.sourceforge.net>
26320 * widgets/gnomefileselection.c:
26321 Applied the patch for fixing multiple selection of file open funcion,
26322 which will deselect the files selected.
26323 patch from: venugopal gummuluru <vgummuluru@yahoo.com>
26325 2001-08-27 Naba Kumar <kh_naba@users.sourceforge.net>
26327 * widgets/gnomefileselection.h, widgets/gnomefileselection.c, src/fileselection.h,
26328 src/fileselection.c, src/anjuta_cbs.c:
26329 Applied the patch for multiple selection of file open.
26330 patch from: venugopal gummuluru <vgummuluru@yahoo.com>
26332 2001-08-27 Naba Kumar <kh_naba@users.sourceforge.net>
26334 * Removed "-f" option in call to devhelp, because devhelp no longer
26337 2001-08-26 Stephane Demurget <demurgets@free.fr>
26339 All these modifications have been pointed out by
26340 Gregory Schmitt <gregory.schmitt@free.fr>, so thanks to him.
26342 * data/internal.properties: two fixes for the PHP lexer.
26345 * fr.po: minor fixes.
26347 * TODO: added a couple of PHP suggestions from Gregory Schmitt.
26349 2001-08-25 Naba Kumar <kh_naba@users.sourceforge.net>
26353 main_menubar_def.h,
26354 main_menubar_callbacks.c,
26356 Added new menu item for "close all fils".
26357 (Patch from Rikul <rikul@shreve.net>, after revision)
26359 * project_dbase.c: project_dbase_close_project(): remove unnecessary printf() statement.
26361 * find_text.c, find_replace.c: Fixed dialog wins not show up once close by 'Esc'.
26362 (Patch from Rikul <rikul@shreve.net>)
26364 * anjuta.c: Fixed to have the current dir in the fileopen dialog box.
26365 (Patch from Rikul <rikul@shreve.net>)
26367 2001-08-22 Naba Kumar <kh_naba@users.sourceforge.net>
26369 * appwiz_page2.c: Applied patch for disabling auto-upper-casting of
26370 project name in application widzard.
26371 [Patch from: Yannick Koehler <yannick.koehler@colubris.com> ]
26373 * executer.c: hacked to change the behavior of the executer dialog. Now, instead
26374 of the 'OK' button there is an 'Execute' one.
26375 [ Patch from: Giovanni Corriga <valkadesh@libero.it> ]
26377 * executer.c: Changed cancel button to close button. That was more appropriate.
26379 2001-08-22 Naba Kumar <kh_naba@users.sourceforge.net>
26381 * HACKING: corrected >>>>>> Config management.
26383 * HACKING: Added many things.
26385 * src/launcher.h: Added some comments.
26387 2001-08-21 Stephane Demurget <demurgets@free.fr>
26389 * configure.in, NEWS, README: bumped anjuta version to 0.1.7.
26392 manuals/C/anjuta-faqs/anjuta-faqs.sgml,
26393 src/appwizard_cbs.c,
26394 src/appwizard_gui.c: Applied UI/docs cleanup patch from
26395 Andy Piper <andy.piper@freeuk.com>
26397 * po/fr.po: updated to latest sources.
26399 * Makefile.am: removed anjuta.prj from EXTRA_DIST.
26402 2001-08-18 Andy Piper <andy.piper@freeuk.com>
26404 * Fixed bugs #450280 and #448845
26406 * src/about.c: corrected Naba's e-mail address (.net, not .com)
26408 * src/goto_line.c, src/attach_process_gui.c, src/find_replace.c:
26411 * src/breakpoints_gui.c, src/commands.c, src/find_text.c,
26412 src/find_in_files_gui.c, src/project_dbase_gui.c, src/help.c,
26413 src/watch_gui.c, src/stack_trace_gui.c: edited window and dialog
26414 names to remove "Anjuta: " prefix
26416 * src/main_menubar_def.c: altered a message
26418 * launcher/anjuta_launcher.c: cleaned up some messages
26420 * src/debugger.c: edited messages to improve clarity
26422 * src/app_wiz*.c: tidied wizard interface
26425 2001-08-15 Stephane Demurget <demurgets@free.fr>
26427 Synced Naba's fix and mine about the wizards not working and removed
26428 anjuta.prj to avoid a nasty checkin.
26430 * Makefile.am: removed the install-data-local rule.
26432 * data/Makefile.am: changed the list of files.
26434 * anjuta.prj: removed to avoid checkin of Anjuta temp files.
26436 * .cvsignore: added anjuta.prj for the same reason.
26439 2001-08-15 Naba Kumar <kh_naba@users.sourceforge.net>
26441 * src/source.c: Fixed a bug that fails new gnome projects to get
26444 * src/project_manager.c: Fixed a bug that disables storing recent
26447 * Makefile.am: Added stuffs to install the macro files in the
26451 2001-08-14 Stephane Demurget <demurgets@free.fr>
26453 * data/Makefile.am: added some rules to support the gnome/ macros
26454 dir in order to make the wizards work again.
26456 * anjuta.spec.in: upped the release number.
26459 2001-08-12 Zbigniew Chyla <cyba@gnome.pl>
26461 * configure.in (ALL_LINGUAS): Added pl.
26464 2001-08-09 Stephane Demurget <demurgets@free.fr>
26466 * anjuta.spec.in: fixed the doc files list.
26469 2001-08-09 Naba Kumar <kh_naba@users.sourceforge.net>
26471 * src/about.c: corrected my email address. :-)
26475 * manuals/C/anjuta-manual/chapter15.sgml: Slight correction.
26476 (patch from Andy Piper <squiggle@ukgateway.net>)
26478 2001-08-08 Naba Kumar <kh_naba@users.sourceforge.net>
26480 * debugger.c: Fixed a bug associated with debugging threaded
26483 * text_editor_menu.c: Fixed broken ui in text editor
26486 * text_editor_menu.c: Now the option sub menu in text editor pop up
26489 * mainmenu_callbacks.c: Fixed "no-modified" bug with autoformat.
26490 (suggested by lord sibn <sibn@utspl.cjb.net> )
26492 2001-08-07 Naba Kumar <kh_naba@users.sourceforge.net>
26494 * src/text_editor_menu.c: Added menu item for context help
26495 (patch from Andy Piper <squiggle@ukgateway.net>)
26497 2001-08-06 Stephane Demurget <demurgets@free.fr>
26499 * ccview/cccproj.cc: added missing i18n strings.
26501 * data/welcome.txt: bumped version to 0.1.6.
26503 * src/anjuta.c: fixed a compilation error due to devhelp integration.
26505 2001-08-06 Naba Kumar <kh_naba@users.sourceforge.net>
26507 * help.c, help.h: Added support for DevHelp context sensitive help
26508 and gnome api browsing.
26509 * Fixed toolbars and editor views "not save" bug.
26510 * Updated sgmldocs.make and configure.in to handle rh 7.1 crap.
26511 (patch from Andy Piper <squiggle@ukgateway.net>)
26512 * Updated THANKS and chapter15.sgml for uk and ru translators.
26514 2001-08-05 Naba Kumar <kh_naba@users.sourceforge.net>
26516 * Transfered ru.po, uk.po and update.sh from gnome-i18n/extra-po/anjuta
26517 * Updated configure.in to include these changes
26519 2001-08-03 Stephane Demurget <demurgets@free.fr>
26521 * src/project_dbase_gui.c: fixed bug #446963
26522 (on_project_dbase_ccview_update_start),
26523 (on_project_dbase_ccview_update_end): added.
26524 These two respectively disable and enable close file/project
26525 menu entries and toolbar items, while the ccview part updates
26529 2001-08-03 Stephane Demurget <demurgets@free.fr>
26531 * configure.in: added sv to the ALL_LINGUAS list.
26534 2001-08-01 Fatih Demir <kabalak@gtranslator.org>
26536 * anjuta.desktop.(in(.in)), configure.in & Makefile.am: Get the desktop
26537 file to work: merge translations and distribute it.
26539 * .cvsignore & ABOUT-NLS: Erh, "ABOUT-NLS" shouldn't be in CVS.
26541 * NEWS, README, THANKS & TODO: Spelling fixes.
26543 2001-08-01 Stephane Demurget <demurgets@free.fr>
26545 * README: updated requirements.
26547 * scintilla/Makefile.am,
26548 src/Makefile.am: fixed includes using $(srcdir), as the distcheck
26549 target can't be realized (custom build path).
26551 * Makefile.am: added xml-i18n-* and anjuta.spec.in as EXTRA_DIST.
26552 Removed install-data-local.
26554 * src/compiler_options.c: changed the include paths of the pixmaps.
26555 we hadn't any warning because of the include paths passed to the
26556 compiler. Thanks to make distcheck for reporting this.
26559 2001-07-31 Stephane Demurget <demurgets@free.fr>
26561 * NEWS, THANKS: updated.
26563 * src/anjuta.c: (anjuta_fatal_signal_handler), (anjuta_exit_signal_handler):
26564 fixed to show the correct kernel signal number and its description.
26566 * widgets/gnomefilelist.c: fixed bug #445756
26567 (goto_last): renamed to goto_prev and changed according to goto_next.
26568 (goto_next): added.
26569 (goto_directory): removed.
26570 (check_list_for_entry): renamed (g_list_find_string_pos) and rewrote: the
26571 returned value is now the position in the list.
26572 (check_ok_button_cb): changed the back check and added one for next.
26573 (gnome_filelist_set_dir): the check in history make it wouldn't be
26574 a "true" history. polished the whole thing, using set_dir_internal.
26575 (set_dir_internal): used in gnome_filelist_set_dir and back/next callbacks, so
26576 there's no check in the history when using back or next.
26578 * manuals/*: added missing .cvsignore files.
26581 2001-07-30 Stephane Demurget <demurgets@free.fr>
26583 * po/fr.po: updated to latest sources.
26585 * src/preferences_gui.c: (create_preferences_page6): fixed bug #445758
26586 call on_trunc_mesg_check_clicked after the two spinbuttons are ref'ed,
26587 to put off their sensitive attributes.
26589 2001-07-29 Stephane Demurget <demurgets@free.fr>
26591 * po/fr.po: fixed some grammar things.
26592 Thanks to Pierre Sarrazin <sarrazip@sympatico.ca> for having pointed
26595 * src/utilities.c: (file_is_link): use lstat instead of stat.
26597 2001-07-27 Naba Kumar <kh_naba@123india.com>
26599 * Remove help dir from cvs, because it is no longer
26602 * Remove manuals/anjuta-manual dir from cvs, because it is no longer
26605 2001-07-24 Naba Kumar <kh_naba@123india.com>
26607 * debugger.c: (debugger_update_prog_status): Fixed
26608 the bug with gdb version 5. Debugger starts, when
26609 step in/out/over etc are clicked.
26611 * debugger.c: All functions: added debugging codes.
26613 * breakpoints.c: (breakpoints_dbase_set_all_in_editor):
26614 * breakpoints.c: (breakpoints_dbase_add_brkpnt):
26615 Modified to recognize non project files also.
26617 * source.c: (source_write_configure_in):
26618 Added source for 'prefix' counterparts for
26619 no-prefix AC_SUBST.
26621 2001-07-23 Naba Kumar <kh_naba@123india.com>
26623 * anjuta.c: added function anjuta_remove_text_editor();
26624 and suitably modified anjuta_remove_current_text_editor().
26626 * project_dbase.c: project_dbase_close(), Added code to
26627 close all opened files that belong to the project when
26628 the project is closed.
26629 (patch from "Maxim Blagai" <maximblagai@yahoo.com> and some my codes)
26631 * Updated the manuals/anjuta-manual subdir for GDP standards.
26632 (patch from Andy Piper <squiggle@ukgateway.net>)
26634 * main_menubar.h, main_menubar.def: Added Menu items to handle
26635 urls for library references, bugs, patches and feature request
26638 2001-07-20 Naba Kumar <kh_naba@123india.com>
26640 * Set wmclass names in all windows.
26641 (patch from Andy Piper <squiggle@ukgateway.net>)
26642 * New splash logo from "Misha" <misha@phreaker.net>);
26644 2001-07-19 Naba Kumar <kh_naba@123india.com>
26646 * preferences.[h,c], preferences_gui.c: Added 4 properties to
26647 set caret color, calltip back color and selection fore/back
26650 2001-07-18 Naba Kumar <kh_naba@123india.com>
26652 * project_dbase.c: Closes all files when project is closed.
26653 (patch applied from "Maxim Blagai" <maximblagai@yahoo.com>)
26654 -- We still need to refine this as it closes all sort of files.
26656 * compiler_options.c: Fixed seg-fault bug when last item in
26657 compiler option lists is removed.
26659 * Fixed missing newline warnings during compilation.
26660 (patch from Andy Piper <squiggle@ukgateway.net>)
26662 2001-07-17 Fatih Demir <kabalak@gtranslator.org>
26664 * xml-i18n-*: Blew away the xml-i18n-* files from CVS -- they're
26665 autogenerated no need to store'em in CVS.
26667 * ccview/.cvsignore: Addition of cvsignore.
26669 2001-07-17 Naba Kumar <kh_naba@123india.com>
26671 *GUI fixes and spell corrections
26672 (patch from Andy Piper <squiggle@ukgateway.net>)
26674 2001-07-15 Naba Kumar <kh_naba@123india.com>
26676 *Fixed double error message for file not found.
26678 *Put white backgrounds for png images.
26680 *Converted '-' to '_' in sgml files.
26682 2001-07-14 Naba Kumar <kh_naba@123india.com>
26684 * project_dbase.c: Short-cut for expand/collasp project tree
26686 * project_dbase_gui.c:
26687 (patch applied from "Maxim Blagai" <maximblagai@yahoo.com>)
26689 2001-07-13 Naba Kumar <kh_naba@123india.com>
26691 * notebook.[h,c]: Added
26692 (patch applied from "Maxim Blagai" <maximblagai@yahoo.com>)
26693 Project/message window now toggles on control and
26694 and notebook switch short-cut
26696 2001-07-7 Naba Kumar <kh_naba@123india.com>
26698 * Changed a new icon set which looks more gnomish.
26700 * Changed a new anjuta splash logo.
26701 (Icons and splash logo created by "Misha" <misha@phreaker.net>)
26703 2001-07-6 Naba Kumar <kh_naba@123india.com>
26705 * ccview/*: Integrated ccview for class view and file view
26706 in the project Manager.
26708 * widgets/gnomefilelist.[h,c]: Added show hidden files options.
26710 2001-07-1 Naba Kumar <kh_naba@123india.com>
26712 * scintilla/*: Upgraded Scintilla to version 1.3.7
26714 * manuals/anjuta-manual/C/chapter[00-12].sgml: Added many more stuffs.
26716 2001-06-28 Naba Kumar <kh_naba@123india.com>
26718 * src/debugger.c: Correct step-over and step-out swapping.
26720 * manuals/anjuta-manual/C/chapter[00-12].sgml: Splitted manual
26721 chapters and added more stuffs.
26723 2001-06-13 Naba Kumar <kh_naba@123india.com>
26725 * data/autogen.sh.gtkmm: Added
26727 * data/autogen.sh.gnomemm: Added
26729 * src/appwiz.c: Added two more application wizard templetes
26731 * src/project: for gtk-- and gnome-- and proper support
26733 * src/source.c: for c++ in the project configuration.
26737 2001-05-05 Naba Kumar <kh_naba@123india.com>
26739 * Merged my pre-cvs modifications with
26740 the current cvs copy.
26742 * (lot of files change).
26744 * Implemented session management.
26746 * Local installation possible by
26747 manageing our own pixmaps paths
26750 * resources.h: Added.
26751 * resources.c: Added.
26755 2001-05-05 Fatih Demir <kabalak@gtranslator.org>
26757 * manuals/.cvsignore & manuals/anjuta-manual/C/.cvsignore:
26758 Corrected/extended ignores.
26760 2001-05-04 Naba Kumar <kh_naba@123india.com>
26762 * manuals/: dir tree added.
26763 Sgml documentation started in this dir.
26765 * omf-install/: dir tree added.
26767 * manuals/anjuta-manual/C/anjuta-manual.sgml:
26768 Created initial document structure.
26770 * configure.in: Added test for scrollkeeper.
26771 Added some Makefile entries in AC_OUTPUT.
26773 * Makefile.am: Added subdir manuals/
26775 * HACKING: Wrote something stupid.
26777 2001-05-02 Stéphane Démurget <demurgets@free.fr>
26779 * Makefile.am: Added ChangeLog in local data list, becaused it's
26780 needed to create a new project.
26782 * po/fr.po: minor fixes.
26784 * src/build_file.c, src/configurer.c, src/debugger.c,
26785 src/executer.c, src/find_replace.c, src/gnome_project.c,
26786 src/goto_line.c, src/launcher.c, src/messages.c,
26787 src/preferences.c src/project_dbase.c: functions declared static.
26789 * widgets/gnomefilelist.c: Fixed a project creation bug,
26790 introduced with latest changes.
26792 2001-05-01 Stéphane Démurget <demurgets@free.fr>
26794 * widgets/gnomefilelist.c,
26795 BUGS: Fixed an annoying bug preventing from loading files/project
26796 given on the command line. Polished the whole gnome_filelist widget.
26798 2001-04-27 Stéphane Démurget <demurgets@free.fr>
26802 src/anjuta.h: Polished the command line parsing.
26804 * BUGS: Need to clean that damn gnome_filelist widget.
26806 2001-04-25 Stéphane Démurget <demurgets@free.fr>
26810 src/signals.c: Removed duplicated includes.
26812 * po/fr.po: minor fixes.
26814 * src/compiler_options_gui.c: Cleaned up a part of the GUI,
26815 create_compiler_options_page? () declared static.
26817 src/anjuta.c: Put a command line option for disabling
26820 * src/preferences_gui.c: Fixed an internationalization issue,
26821 other functions declared static.
26823 * src/gnome_project.c: Fixed some memory leaks,
26824 new_prj_terminated () declared static.
26826 2001-04-24 Fatih Demir <kabalak@gtranslator.org>
26828 * configure.in: Sort ALL_LINGUAS alphabetically.
26830 2001-04-22 Stéphane Démurget <demurgets@free.fr>
26832 * Emptied that ugly old Changelog.
26834 == Anjuta 0.1.5 ===
26837 2001-03-10 Naba kumar <naba@gnome.org>
26839 * src/gnome_project.c: Fixed project dir creation bug.
26841 * src/text_editor.c: Fixed double accelerators bug.
26843 * src/glade_iface.c, src/project_dbase.c: Fixed source generation bug.
26845 * src/stack_trace.c, * src/compiler_options.c,
26846 data/internals.properties, src/defaults.c:
26847 Fixed pixmap creation with NULL window.
26849 * src/commands.c, src/preferences_gui.c, src/build_project.c
26850 src/clean_project.c: Bug fix.
26852 * src/main_menubar_def.h: i18n bug fix.
26854 * src/executer.h, src/executer.c: Bug fix.
26856 * src/controls.c: Bug fix.
26858 * src/debugger.c: Debugger now takes program args.
26860 * po/ja.po: Added japanese translation file.
26862 Upgraded to ver 0.1.4
26863 ... Fixed other minor bugs.
26865 == Anjuta 0.1.3 ===
26867 2001-XX-XX Naba kumar <naba@gnome.org>
26869 * Lots of unaccountable changes. Integrated scintilla.
26870 Redesigned Project managemet. Added supports for other languages.
26871 Java style properties managements. .... blah blah
26873 2000-11-11 Naba kumar <naba@gnome.org>
26875 * README, htmls/page111.html, configure.in, anjuta.prj, anjuta.spec:
26876 Upgraded to version 0.1.3.
26878 * src/mainmenu_callbacks.c, src/main_menubar_def.h:
26879 Fixed to activate Debug->add watch properly.
26881 === Anjuta 0.1.2 beta_2 ===
26882 === Anjuta 0.1.2 ===
26884 2000-11-05 Naba kumar <naba@gnome.org>
26886 * src/compiler_options.c, src/compiler_options_cbs.c
26887 src/compiler_options_cbs.h, src/compiler_options_gui.c
26888 src/anjuta2.c, extra/stock_libs.anj (new),
26889 extra/README.stock_libs (new), htmls/page13.html,
26890 htmls/images/*: Improved Library settings GUI. Can now enable/disable
26891 added libraries. Stock libs provided for ease of entry. Modified
26892 help html file accordingly.
26894 2000-11-03 Naba kumar <naba@gnome.org>
26896 * README: Minor fixes in Doc files.
26898 * src/gnome_prj.c, src/appwidzard_cbs.c:
26899 Fixed to ignore non-existant dir for blank prj.
26900 More checking in project creation, especially to confirm
26901 that the prj file already does not exist.
26903 * anjuta.spec, configure.in: Upgraded to version 0.1.2
26905 * src/controls.c: Now Menu item "Format/Detach current document"
26906 is inactive when there is no document opened.
26908 === Anjuta 0.1.1 ===
26910 2000-11-01 Naba kumar <naba@gnome.org>
26912 Completed and Release of first version (Beta) with lots of bugs.
26914 1999-12-27 Naba kumar <naba@gnome.org>
26916 Anjuta project started.