pkgsrc/devel/anjuta/PLIST

1029 lines
48 KiB
Text
Raw Normal View History

@comment $NetBSD: PLIST,v 1.15 2008/08/05 18:54:29 drochner Exp $
bin/anjuta
bin/anjuta_import.sh
bin/anjuta_launcher
include/libanjuta-1.0/libanjuta/anjuta-async-command.h
include/libanjuta-1.0/libanjuta/anjuta-command.h
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
include/libanjuta-1.0/libanjuta/anjuta-debug.h
include/libanjuta-1.0/libanjuta/anjuta-encodings.h
include/libanjuta-1.0/libanjuta/anjuta-enum-types.h
include/libanjuta-1.0/libanjuta/anjuta-error.h
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
include/libanjuta-1.0/libanjuta/anjuta-launcher.h
include/libanjuta-1.0/libanjuta/anjuta-marshal.h
include/libanjuta-1.0/libanjuta/anjuta-plugin-description.h
include/libanjuta-1.0/libanjuta/anjuta-plugin-handle.h
include/libanjuta-1.0/libanjuta/anjuta-plugin-manager.h
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
include/libanjuta-1.0/libanjuta/anjuta-plugin.h
include/libanjuta-1.0/libanjuta/anjuta-preferences-dialog.h
include/libanjuta-1.0/libanjuta/anjuta-preferences.h
include/libanjuta-1.0/libanjuta/anjuta-profile-manager.h
include/libanjuta-1.0/libanjuta/anjuta-profile.h
include/libanjuta-1.0/libanjuta/anjuta-save-prompt.h
include/libanjuta-1.0/libanjuta/anjuta-serializer.h
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
include/libanjuta-1.0/libanjuta/anjuta-session.h
include/libanjuta-1.0/libanjuta/anjuta-shell.h
include/libanjuta-1.0/libanjuta/anjuta-status.h
include/libanjuta-1.0/libanjuta/anjuta-ui.h
include/libanjuta-1.0/libanjuta/anjuta-utils.h
include/libanjuta-1.0/libanjuta/anjuta-vcs-status-tree-view.h
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
include/libanjuta-1.0/libanjuta/interfaces/ianjuta-bookmark.h
include/libanjuta-1.0/libanjuta/interfaces/ianjuta-buildable.h
include/libanjuta-1.0/libanjuta/interfaces/ianjuta-debug-manager.h
include/libanjuta-1.0/libanjuta/interfaces/ianjuta-debugger-breakpoint.h
include/libanjuta-1.0/libanjuta/interfaces/ianjuta-debugger-instruction.h
include/libanjuta-1.0/libanjuta/interfaces/ianjuta-debugger-memory.h
include/libanjuta-1.0/libanjuta/interfaces/ianjuta-debugger-register.h
include/libanjuta-1.0/libanjuta/interfaces/ianjuta-debugger-variable.h
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
include/libanjuta-1.0/libanjuta/interfaces/ianjuta-debugger.h
include/libanjuta-1.0/libanjuta/interfaces/ianjuta-document-manager.h
include/libanjuta-1.0/libanjuta/interfaces/ianjuta-document.h
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-assist.h
include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-cell-style.h
include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-cell.h
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-comment.h
include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-convert.h
include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-factory.h
include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-folds.h
include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-goto.h
include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-hover.h
include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-language.h
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-line-mode.h
include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-search.h
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-selection.h
include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-view.h
include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-zoom.h
include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor.h
include/libanjuta-1.0/libanjuta/interfaces/ianjuta-file-loader.h
include/libanjuta-1.0/libanjuta/interfaces/ianjuta-file-manager.h
include/libanjuta-1.0/libanjuta/interfaces/ianjuta-file-savable.h
include/libanjuta-1.0/libanjuta/interfaces/ianjuta-file.h
include/libanjuta-1.0/libanjuta/interfaces/ianjuta-help.h
include/libanjuta-1.0/libanjuta/interfaces/ianjuta-indicable.h
include/libanjuta-1.0/libanjuta/interfaces/ianjuta-iterable-tree.h
include/libanjuta-1.0/libanjuta/interfaces/ianjuta-iterable.h
include/libanjuta-1.0/libanjuta/interfaces/ianjuta-language-support.h
include/libanjuta-1.0/libanjuta/interfaces/ianjuta-language.h
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
include/libanjuta-1.0/libanjuta/interfaces/ianjuta-loader.h
include/libanjuta-1.0/libanjuta/interfaces/ianjuta-macro.h
include/libanjuta-1.0/libanjuta/interfaces/ianjuta-markable.h
include/libanjuta-1.0/libanjuta/interfaces/ianjuta-message-manager.h
include/libanjuta-1.0/libanjuta/interfaces/ianjuta-message-view.h
include/libanjuta-1.0/libanjuta/interfaces/ianjuta-plugin-factory.h
include/libanjuta-1.0/libanjuta/interfaces/ianjuta-preferences.h
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
include/libanjuta-1.0/libanjuta/interfaces/ianjuta-print.h
include/libanjuta-1.0/libanjuta/interfaces/ianjuta-project-manager.h
include/libanjuta-1.0/libanjuta/interfaces/ianjuta-stream-loader.h
include/libanjuta-1.0/libanjuta/interfaces/ianjuta-stream-savable.h
include/libanjuta-1.0/libanjuta/interfaces/ianjuta-stream.h
include/libanjuta-1.0/libanjuta/interfaces/ianjuta-symbol-manager.h
include/libanjuta-1.0/libanjuta/interfaces/ianjuta-symbol.h
include/libanjuta-1.0/libanjuta/interfaces/ianjuta-terminal.h
include/libanjuta-1.0/libanjuta/interfaces/ianjuta-todo.h
include/libanjuta-1.0/libanjuta/interfaces/ianjuta-vcs.h
include/libanjuta-1.0/libanjuta/interfaces/ianjuta-wizard.h
include/libanjuta-1.0/libanjuta/interfaces/libanjuta-iface-marshallers.h
include/libanjuta-1.0/libanjuta/interfaces/libanjuta-interfaces.h
include/libanjuta-1.0/libanjuta/interfaces/libanjuta.idl
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
include/libanjuta-1.0/libanjuta/libanjuta.h
include/libanjuta-1.0/libanjuta/resources.h
lib/anjuta/anjuta-build-basic-autotools.plugin
lib/anjuta/anjuta-class-gen.plugin
lib/anjuta/anjuta-class-inheritance.plugin
lib/anjuta/anjuta-cvs.plugin
lib/anjuta/anjuta-debug-manager.plugin
lib/anjuta/anjuta-devhelp.plugin
lib/anjuta/anjuta-document-manager.plugin
lib/anjuta/anjuta-editor.plugin
lib/anjuta/anjuta-file-wizard.plugin
lib/anjuta/anjuta-gdb.plugin
lib/anjuta/anjuta-glade.plugin
lib/anjuta/anjuta-gtodo.plugin
lib/anjuta/anjuta-language-cpp-java.plugin
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
lib/anjuta/anjuta-loader.plugin
lib/anjuta/anjuta-macro.plugin
lib/anjuta/anjuta-message-manager.plugin
lib/anjuta/anjuta-patch.plugin
lib/anjuta/anjuta-project-import.plugin
lib/anjuta/anjuta-project-manager.plugin
lib/anjuta/anjuta-project-wizard.plugin
lib/anjuta/anjuta-sample.plugin
lib/anjuta/anjuta-search.plugin
lib/anjuta/anjuta-symbol-browser.plugin
lib/anjuta/anjuta-terminal.plugin
lib/anjuta/anjuta-tools.plugin
lib/anjuta/file-manager.plugin
lib/anjuta/language-manager.plugin
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
lib/anjuta/libanjuta-build-basic-autotools.la
lib/anjuta/libanjuta-class-gen.la
lib/anjuta/libanjuta-class-inheritance.la
lib/anjuta/libanjuta-cvs-plugin.la
lib/anjuta/libanjuta-debug-manager.la
lib/anjuta/libanjuta-devhelp.la
lib/anjuta/libanjuta-document-manager.la
lib/anjuta/libanjuta-editor.la
lib/anjuta/libanjuta-file-wizard.la
lib/anjuta/libanjuta-gdb.la
lib/anjuta/libanjuta-glade.la
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
lib/anjuta/libanjuta-gtodo.la
lib/anjuta/libanjuta-language-cpp-java.la
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
lib/anjuta/libanjuta-loader.la
lib/anjuta/libanjuta-macro.la
lib/anjuta/libanjuta-message-view.la
lib/anjuta/libanjuta-patch.la
lib/anjuta/libanjuta-profiler.la
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
lib/anjuta/libanjuta-project-import.la
lib/anjuta/libanjuta-project-manager.la
lib/anjuta/libanjuta-project-wizard.la
lib/anjuta/libanjuta-sample.la
lib/anjuta/libanjuta-search.la
lib/anjuta/libanjuta-sourceview.la
lib/anjuta/libanjuta-symbol-browser.la
lib/anjuta/libanjuta-terminal.la
lib/anjuta/libanjuta-tools.la
lib/anjuta/libfile-manager.la
lib/anjuta/liblanguage-manager.la
lib/anjuta/profiler.plugin
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
lib/anjuta/sourceview.plugin
lib/glade3/modules/libgladeanjuta.la
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
lib/libanjuta-ctags.la
lib/libanjuta-egg.la
lib/libanjuta.la
lib/pkgconfig/libanjuta-1.0.pc
Update anjuta to 1.0.1. Changes include: New: Auto-complete takes graphics now. New: Auto-complete automatic. New: Per project editor properties New: Sub windows now float above main window. New: Project version and excluded modules configuration. New: Errors and warnings indications in editor. New: Tools support and tools editor. New: Incremental search (like emacs I-Search) Bug fix: Printing now takes editor default fonts Bug fix: Rpm package fix Bug fix: ChangeLog insert uses spaces (instead of tabs) Bug fix: Fixed compiler warnings. Bug fix: Fixed debug terminal bug Bug fix: Disabled gladen to remove the libssl dep. Bug fix: brace indentation works properly. Bug fix: Wrap-around search Updated: Upgraded scintilla to 1.49+ Updated: Upgraded editor properties and added new properties. Updated: Organized plugins New: CVS support for Projects and individual files, file revisions are displayed in Files pane New: Gnome Print support (including syntax colouring) New: Patch plugin to apply diffs New: Application Wizard support for wxWindows, Xlib, GNOME2, Gtk2 and libglade2 Projects, plus option for dynamic or static libraries as targets in generic Projects New: user identity preferences enabling new editor functions New: better GNOME integration, now uses configured GNOME URL handlers New: MIME handling New: Anjuta kickstart tutorial New: automatic expression tips during debugging (hover-and-show) New: compilation warning/error navigation from terminal New: better find functionality New: enhanced file selection widget New: enhanced Evolution-style about dialog New: Automatic Variable display when mouse hovered on the variable name (in dubugger mode). New: Raw memory veiw for debugger (somewhat resembling ghex). Updated: many usability improvements to the GUI and menus
2003-01-06 01:06:06 +01:00
man/man1/anjuta.1
man/man1/anjuta_launcher.1
share/anjuta/AUTHORS
share/anjuta/anjuta_project.template
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
share/anjuta/build/automake-c.filters
share/anjuta/class-templates/cc-header.tpl
share/anjuta/class-templates/cc-source.tpl
share/anjuta/class-templates/go-header.tpl
share/anjuta/class-templates/go-source.tpl
share/anjuta/gdb.init
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
share/anjuta/glade/anjuta-build-basic-autotools-plugin.glade
share/anjuta/glade/anjuta-class-gen-plugin.glade
share/anjuta/glade/anjuta-cvs-plugin.glade
share/anjuta/glade/anjuta-debug-manager.glade
share/anjuta/glade/anjuta-document-manager.glade
share/anjuta/glade/anjuta-editor-scintilla.glade
share/anjuta/glade/anjuta-editor-sourceview.glade
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
share/anjuta/glade/anjuta-file-wizard.glade
share/anjuta/glade/anjuta-gdb.glade
share/anjuta/glade/anjuta-language-cpp-java.glade
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
share/anjuta/glade/anjuta-macro.glade
share/anjuta/glade/anjuta-message-manager-plugin.glade
share/anjuta/glade/anjuta-project-import.glade
share/anjuta/glade/anjuta-project-wizard.glade
share/anjuta/glade/anjuta-search.glade
share/anjuta/glade/anjuta-symbol-browser-plugin.glade
share/anjuta/glade/anjuta-terminal-plugin.glade
share/anjuta/glade/anjuta-tools.glade
share/anjuta/glade/anjuta.glade
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
share/anjuta/glade/applogo.png
share/anjuta/glade/appwizard.png
share/anjuta/glade/file-manager.glade
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
share/anjuta/glade/layout.glade
share/anjuta/glade/patch-plugin.glade
share/anjuta/glade/profiler-call-graph.glade
share/anjuta/glade/profiler-flat-profile.glade
share/anjuta/glade/profiler-function-call-tree.glade
share/anjuta/glade/profiler.glade
share/anjuta/glade/start-with-import.png
share/anjuta/glade/start-with-open.png
share/anjuta/glade/start-with-wizard.png
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
share/anjuta/gtodo/gtodo.css
share/anjuta/gtodo/gtodo.xsl
share/anjuta/languages.xml
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
share/anjuta/layout.xml
share/anjuta/macros.xml
share/anjuta/profiles/default.profile
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
share/anjuta/project/anjuta-plugin-logo.png
share/anjuta/project/anjuta-plugin.wiz
share/anjuta/project/anjuta-plugin/configure.ac.tpl
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
share/anjuta/project/anjuta-plugin/po/POTFILES.in
share/anjuta/project/anjuta-plugin/src/Makefile.am.tpl
share/anjuta/project/anjuta-plugin/src/plugin.c
share/anjuta/project/anjuta-plugin/src/plugin.glade
share/anjuta/project/anjuta-plugin/src/plugin.h
share/anjuta/project/anjuta-plugin/src/plugin.plugin.in
share/anjuta/project/anjuta-plugin/src/plugin.ui
share/anjuta/project/appwiz_sdl.png
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
share/anjuta/project/cpp-logo.png
share/anjuta/project/cpp.wiz
share/anjuta/project/cpp/configure.ac.tpl
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
share/anjuta/project/cpp/po/POTFILES.in
share/anjuta/project/cpp/src/Makefile.am.tpl
share/anjuta/project/cpp/src/cvsignore
share/anjuta/project/cpp/src/main.cc
share/anjuta/project/django-logo.png
share/anjuta/project/django.wiz
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
share/anjuta/project/gcj-logo.png
share/anjuta/project/gcj.wiz
share/anjuta/project/gcj/configure.ac.tpl
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
share/anjuta/project/gcj/src/Makefile.am.tpl
share/anjuta/project/gnome-logo.png
share/anjuta/project/gnome.wiz
share/anjuta/project/gnome/po/POTFILES.in
share/anjuta/project/gnome/src/Makefile.am.tpl
share/anjuta/project/gnome/src/callbacks.c
share/anjuta/project/gnome/src/callbacks.h
share/anjuta/project/gnome/src/main.c
share/anjuta/project/gnome/src/project.glade
share/anjuta/project/gtk-logo.png
share/anjuta/project/gtk.wiz
share/anjuta/project/gtk/po/POTFILES.in
share/anjuta/project/gtk/src/Makefile.am.tpl
share/anjuta/project/gtk/src/callbacks.c
share/anjuta/project/gtk/src/callbacks.h
share/anjuta/project/gtk/src/main.c
share/anjuta/project/gtk/src/project.glade
share/anjuta/project/gtkmm-logo.png
share/anjuta/project/gtkmm.wiz
share/anjuta/project/gtkmm/po/POTFILES.in
share/anjuta/project/gtkmm/src/Makefile.am.tpl
share/anjuta/project/gtkmm/src/main.cc
share/anjuta/project/gtkmm/src/project.glade
share/anjuta/project/java-logo.png
share/anjuta/project/java.wiz
share/anjuta/project/java/configure.ac.tpl
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
share/anjuta/project/java/po/POTFILES.in
share/anjuta/project/java/project.anjuta
share/anjuta/project/java/src/Makefile.am.tpl
share/anjuta/project/java/src/main.java
share/anjuta/project/minimal.wiz
share/anjuta/project/minimal/Makefile.am.tpl
share/anjuta/project/minimal/autogen.sh
share/anjuta/project/minimal/configure.ac.tpl
share/anjuta/project/minimal/project.anjuta
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
share/anjuta/project/mkfile-logo.png
share/anjuta/project/mkfile.wiz
share/anjuta/project/mkfile/po/ChangeLog
share/anjuta/project/mkfile/po/POTFILES.in
share/anjuta/project/mkfile/project.anjuta
share/anjuta/project/mkfile/src/Makefile.tpl
share/anjuta/project/mkfile/src/main.c
share/anjuta/project/python-logo.png
share/anjuta/project/python.wiz
share/anjuta/project/python/configure.ac.tpl
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
share/anjuta/project/python/po/POTFILES.in
share/anjuta/project/python/project.anjuta
share/anjuta/project/python/src/Makefile.am.tpl
share/anjuta/project/python/src/main.py
share/anjuta/project/sdl.wiz
share/anjuta/project/sdl/acinclude.m4.tpl
share/anjuta/project/sdl/configure.ac.tpl
share/anjuta/project/sdl/po/POTFILES.in
share/anjuta/project/sdl/src/Makefile.am.tpl
share/anjuta/project/sdl/src/main.c
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
share/anjuta/project/terminal-logo.png
share/anjuta/project/terminal.wiz
share/anjuta/project/terminal/AUTHORS
share/anjuta/project/terminal/ChangeLog
share/anjuta/project/terminal/Makefile.am.tpl
share/anjuta/project/terminal/NEWS
share/anjuta/project/terminal/README
share/anjuta/project/terminal/autogen.sh
share/anjuta/project/terminal/configure.ac.tpl
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
share/anjuta/project/terminal/cvsignore
share/anjuta/project/terminal/po/ChangeLog
share/anjuta/project/terminal/po/LINGUAS
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
share/anjuta/project/terminal/po/POTFILES.in
share/anjuta/project/terminal/po/cvsignore
share/anjuta/project/terminal/project.anjuta
share/anjuta/project/terminal/src/Makefile.am.tpl
share/anjuta/project/terminal/src/cvsignore
share/anjuta/project/terminal/src/main.c
share/anjuta/project/wxwin-logo.png
share/anjuta/project/wxwin.wiz
share/anjuta/project/wxwin/configure.ac.tpl
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
share/anjuta/project/wxwin/po/POTFILES.in
share/anjuta/project/wxwin/src/Makefile.am.tpl
share/anjuta/project/wxwin/src/main.cc
share/anjuta/project/xlib-dock.wiz
share/anjuta/project/xlib-dock/po/POTFILES.in
share/anjuta/project/xlib-dock/src/Makefile.am.tpl
share/anjuta/project/xlib-dock/src/main.c
share/anjuta/project/xlib-dock/src/pixmaps.h
share/anjuta/project/xlib-dock/src/wmgeneral.c
share/anjuta/project/xlib-dock/src/wmgeneral.h
share/anjuta/project/xlib-logo.png
share/anjuta/project/xlib.wiz
share/anjuta/project/xlib/configure.ac.tpl
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
share/anjuta/project/xlib/po/POTFILES.in
share/anjuta/project/xlib/src/Makefile.am.tpl
share/anjuta/project/xlib/src/main.c
share/anjuta/properties/Embedded.properties
share/anjuta/properties/SciTEGlobal.properties
share/anjuta/properties/ada.properties
share/anjuta/properties/anjuta.properties
Update anjuta to 1.0.1. Changes include: New: Auto-complete takes graphics now. New: Auto-complete automatic. New: Per project editor properties New: Sub windows now float above main window. New: Project version and excluded modules configuration. New: Errors and warnings indications in editor. New: Tools support and tools editor. New: Incremental search (like emacs I-Search) Bug fix: Printing now takes editor default fonts Bug fix: Rpm package fix Bug fix: ChangeLog insert uses spaces (instead of tabs) Bug fix: Fixed compiler warnings. Bug fix: Fixed debug terminal bug Bug fix: Disabled gladen to remove the libssl dep. Bug fix: brace indentation works properly. Bug fix: Wrap-around search Updated: Upgraded scintilla to 1.49+ Updated: Upgraded editor properties and added new properties. Updated: Organized plugins New: CVS support for Projects and individual files, file revisions are displayed in Files pane New: Gnome Print support (including syntax colouring) New: Patch plugin to apply diffs New: Application Wizard support for wxWindows, Xlib, GNOME2, Gtk2 and libglade2 Projects, plus option for dynamic or static libraries as targets in generic Projects New: user identity preferences enabling new editor functions New: better GNOME integration, now uses configured GNOME URL handlers New: MIME handling New: Anjuta kickstart tutorial New: automatic expression tips during debugging (hover-and-show) New: compilation warning/error navigation from terminal New: better find functionality New: enhanced file selection widget New: enhanced Evolution-style about dialog New: Automatic Variable display when mouse hovered on the variable name (in dubugger mode). New: Raw memory veiw for debugger (somewhat resembling ghex). Updated: many usability improvements to the GUI and menus
2003-01-06 01:06:06 +01:00
share/anjuta/properties/asm.properties
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
share/anjuta/properties/asn1.properties
share/anjuta/properties/au3.properties
Update anjuta to 1.0.1. Changes include: New: Auto-complete takes graphics now. New: Auto-complete automatic. New: Per project editor properties New: Sub windows now float above main window. New: Project version and excluded modules configuration. New: Errors and warnings indications in editor. New: Tools support and tools editor. New: Incremental search (like emacs I-Search) Bug fix: Printing now takes editor default fonts Bug fix: Rpm package fix Bug fix: ChangeLog insert uses spaces (instead of tabs) Bug fix: Fixed compiler warnings. Bug fix: Fixed debug terminal bug Bug fix: Disabled gladen to remove the libssl dep. Bug fix: brace indentation works properly. Bug fix: Wrap-around search Updated: Upgraded scintilla to 1.49+ Updated: Upgraded editor properties and added new properties. Updated: Organized plugins New: CVS support for Projects and individual files, file revisions are displayed in Files pane New: Gnome Print support (including syntax colouring) New: Patch plugin to apply diffs New: Application Wizard support for wxWindows, Xlib, GNOME2, Gtk2 and libglade2 Projects, plus option for dynamic or static libraries as targets in generic Projects New: user identity preferences enabling new editor functions New: better GNOME integration, now uses configured GNOME URL handlers New: MIME handling New: Anjuta kickstart tutorial New: automatic expression tips during debugging (hover-and-show) New: compilation warning/error navigation from terminal New: better find functionality New: enhanced file selection widget New: enhanced Evolution-style about dialog New: Automatic Variable display when mouse hovered on the variable name (in dubugger mode). New: Raw memory veiw for debugger (somewhat resembling ghex). Updated: many usability improvements to the GUI and menus
2003-01-06 01:06:06 +01:00
share/anjuta/properties/ave.properties
share/anjuta/properties/baan.properties
Update anjuta to 1.0.1. Changes include: New: Auto-complete takes graphics now. New: Auto-complete automatic. New: Per project editor properties New: Sub windows now float above main window. New: Project version and excluded modules configuration. New: Errors and warnings indications in editor. New: Tools support and tools editor. New: Incremental search (like emacs I-Search) Bug fix: Printing now takes editor default fonts Bug fix: Rpm package fix Bug fix: ChangeLog insert uses spaces (instead of tabs) Bug fix: Fixed compiler warnings. Bug fix: Fixed debug terminal bug Bug fix: Disabled gladen to remove the libssl dep. Bug fix: brace indentation works properly. Bug fix: Wrap-around search Updated: Upgraded scintilla to 1.49+ Updated: Upgraded editor properties and added new properties. Updated: Organized plugins New: CVS support for Projects and individual files, file revisions are displayed in Files pane New: Gnome Print support (including syntax colouring) New: Patch plugin to apply diffs New: Application Wizard support for wxWindows, Xlib, GNOME2, Gtk2 and libglade2 Projects, plus option for dynamic or static libraries as targets in generic Projects New: user identity preferences enabling new editor functions New: better GNOME integration, now uses configured GNOME URL handlers New: MIME handling New: Anjuta kickstart tutorial New: automatic expression tips during debugging (hover-and-show) New: compilation warning/error navigation from terminal New: better find functionality New: enhanced file selection widget New: enhanced Evolution-style about dialog New: Automatic Variable display when mouse hovered on the variable name (in dubugger mode). New: Raw memory veiw for debugger (somewhat resembling ghex). Updated: many usability improvements to the GUI and menus
2003-01-06 01:06:06 +01:00
share/anjuta/properties/bullant.properties
share/anjuta/properties/conf.properties
share/anjuta/properties/cpp.properties
share/anjuta/properties/css.properties
Update anjuta to 1.0.1. Changes include: New: Auto-complete takes graphics now. New: Auto-complete automatic. New: Per project editor properties New: Sub windows now float above main window. New: Project version and excluded modules configuration. New: Errors and warnings indications in editor. New: Tools support and tools editor. New: Incremental search (like emacs I-Search) Bug fix: Printing now takes editor default fonts Bug fix: Rpm package fix Bug fix: ChangeLog insert uses spaces (instead of tabs) Bug fix: Fixed compiler warnings. Bug fix: Fixed debug terminal bug Bug fix: Disabled gladen to remove the libssl dep. Bug fix: brace indentation works properly. Bug fix: Wrap-around search Updated: Upgraded scintilla to 1.49+ Updated: Upgraded editor properties and added new properties. Updated: Organized plugins New: CVS support for Projects and individual files, file revisions are displayed in Files pane New: Gnome Print support (including syntax colouring) New: Patch plugin to apply diffs New: Application Wizard support for wxWindows, Xlib, GNOME2, Gtk2 and libglade2 Projects, plus option for dynamic or static libraries as targets in generic Projects New: user identity preferences enabling new editor functions New: better GNOME integration, now uses configured GNOME URL handlers New: MIME handling New: Anjuta kickstart tutorial New: automatic expression tips during debugging (hover-and-show) New: compilation warning/error navigation from terminal New: better find functionality New: enhanced file selection widget New: enhanced Evolution-style about dialog New: Automatic Variable display when mouse hovered on the variable name (in dubugger mode). New: Raw memory veiw for debugger (somewhat resembling ghex). Updated: many usability improvements to the GUI and menus
2003-01-06 01:06:06 +01:00
share/anjuta/properties/eiffel.properties
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
share/anjuta/properties/erlang.properties
share/anjuta/properties/escript.properties
share/anjuta/properties/forth.properties
Update anjuta to 1.0.1. Changes include: New: Auto-complete takes graphics now. New: Auto-complete automatic. New: Per project editor properties New: Sub windows now float above main window. New: Project version and excluded modules configuration. New: Errors and warnings indications in editor. New: Tools support and tools editor. New: Incremental search (like emacs I-Search) Bug fix: Printing now takes editor default fonts Bug fix: Rpm package fix Bug fix: ChangeLog insert uses spaces (instead of tabs) Bug fix: Fixed compiler warnings. Bug fix: Fixed debug terminal bug Bug fix: Disabled gladen to remove the libssl dep. Bug fix: brace indentation works properly. Bug fix: Wrap-around search Updated: Upgraded scintilla to 1.49+ Updated: Upgraded editor properties and added new properties. Updated: Organized plugins New: CVS support for Projects and individual files, file revisions are displayed in Files pane New: Gnome Print support (including syntax colouring) New: Patch plugin to apply diffs New: Application Wizard support for wxWindows, Xlib, GNOME2, Gtk2 and libglade2 Projects, plus option for dynamic or static libraries as targets in generic Projects New: user identity preferences enabling new editor functions New: better GNOME integration, now uses configured GNOME URL handlers New: MIME handling New: Anjuta kickstart tutorial New: automatic expression tips during debugging (hover-and-show) New: compilation warning/error navigation from terminal New: better find functionality New: enhanced file selection widget New: enhanced Evolution-style about dialog New: Automatic Variable display when mouse hovered on the variable name (in dubugger mode). New: Raw memory veiw for debugger (somewhat resembling ghex). Updated: many usability improvements to the GUI and menus
2003-01-06 01:06:06 +01:00
share/anjuta/properties/fortran.properties
share/anjuta/properties/html.properties
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
share/anjuta/properties/kix.properties
share/anjuta/properties/latex.properties
Update anjuta to 1.0.1. Changes include: New: Auto-complete takes graphics now. New: Auto-complete automatic. New: Per project editor properties New: Sub windows now float above main window. New: Project version and excluded modules configuration. New: Errors and warnings indications in editor. New: Tools support and tools editor. New: Incremental search (like emacs I-Search) Bug fix: Printing now takes editor default fonts Bug fix: Rpm package fix Bug fix: ChangeLog insert uses spaces (instead of tabs) Bug fix: Fixed compiler warnings. Bug fix: Fixed debug terminal bug Bug fix: Disabled gladen to remove the libssl dep. Bug fix: brace indentation works properly. Bug fix: Wrap-around search Updated: Upgraded scintilla to 1.49+ Updated: Upgraded editor properties and added new properties. Updated: Organized plugins New: CVS support for Projects and individual files, file revisions are displayed in Files pane New: Gnome Print support (including syntax colouring) New: Patch plugin to apply diffs New: Application Wizard support for wxWindows, Xlib, GNOME2, Gtk2 and libglade2 Projects, plus option for dynamic or static libraries as targets in generic Projects New: user identity preferences enabling new editor functions New: better GNOME integration, now uses configured GNOME URL handlers New: MIME handling New: Anjuta kickstart tutorial New: automatic expression tips during debugging (hover-and-show) New: compilation warning/error navigation from terminal New: better find functionality New: enhanced file selection widget New: enhanced Evolution-style about dialog New: Automatic Variable display when mouse hovered on the variable name (in dubugger mode). New: Raw memory veiw for debugger (somewhat resembling ghex). Updated: many usability improvements to the GUI and menus
2003-01-06 01:06:06 +01:00
share/anjuta/properties/lisp.properties
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
share/anjuta/properties/lot.properties
share/anjuta/properties/lout.properties
share/anjuta/properties/lua.properties
Update anjuta to 1.0.1. Changes include: New: Auto-complete takes graphics now. New: Auto-complete automatic. New: Per project editor properties New: Sub windows now float above main window. New: Project version and excluded modules configuration. New: Errors and warnings indications in editor. New: Tools support and tools editor. New: Incremental search (like emacs I-Search) Bug fix: Printing now takes editor default fonts Bug fix: Rpm package fix Bug fix: ChangeLog insert uses spaces (instead of tabs) Bug fix: Fixed compiler warnings. Bug fix: Fixed debug terminal bug Bug fix: Disabled gladen to remove the libssl dep. Bug fix: brace indentation works properly. Bug fix: Wrap-around search Updated: Upgraded scintilla to 1.49+ Updated: Upgraded editor properties and added new properties. Updated: Organized plugins New: CVS support for Projects and individual files, file revisions are displayed in Files pane New: Gnome Print support (including syntax colouring) New: Patch plugin to apply diffs New: Application Wizard support for wxWindows, Xlib, GNOME2, Gtk2 and libglade2 Projects, plus option for dynamic or static libraries as targets in generic Projects New: user identity preferences enabling new editor functions New: better GNOME integration, now uses configured GNOME URL handlers New: MIME handling New: Anjuta kickstart tutorial New: automatic expression tips during debugging (hover-and-show) New: compilation warning/error navigation from terminal New: better find functionality New: enhanced file selection widget New: enhanced Evolution-style about dialog New: Automatic Variable display when mouse hovered on the variable name (in dubugger mode). New: Raw memory veiw for debugger (somewhat resembling ghex). Updated: many usability improvements to the GUI and menus
2003-01-06 01:06:06 +01:00
share/anjuta/properties/matlab.properties
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
share/anjuta/properties/metapost.properties
share/anjuta/properties/mmixal.properties
share/anjuta/properties/nncrontab.properties
share/anjuta/properties/nsis.properties
share/anjuta/properties/others.properties
share/anjuta/properties/pascal.properties
share/anjuta/properties/perl.properties
share/anjuta/properties/pov.properties
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
share/anjuta/properties/ps.properties
share/anjuta/properties/python.properties
share/anjuta/properties/ruby.properties
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
share/anjuta/properties/scriptol.properties
share/anjuta/properties/specman.properties
share/anjuta/properties/sql.properties
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
share/anjuta/properties/styles.properties
share/anjuta/properties/tcl.properties
share/anjuta/properties/tex.properties
Update anjuta to 1.0.1. Changes include: New: Auto-complete takes graphics now. New: Auto-complete automatic. New: Per project editor properties New: Sub windows now float above main window. New: Project version and excluded modules configuration. New: Errors and warnings indications in editor. New: Tools support and tools editor. New: Incremental search (like emacs I-Search) Bug fix: Printing now takes editor default fonts Bug fix: Rpm package fix Bug fix: ChangeLog insert uses spaces (instead of tabs) Bug fix: Fixed compiler warnings. Bug fix: Fixed debug terminal bug Bug fix: Disabled gladen to remove the libssl dep. Bug fix: brace indentation works properly. Bug fix: Wrap-around search Updated: Upgraded scintilla to 1.49+ Updated: Upgraded editor properties and added new properties. Updated: Organized plugins New: CVS support for Projects and individual files, file revisions are displayed in Files pane New: Gnome Print support (including syntax colouring) New: Patch plugin to apply diffs New: Application Wizard support for wxWindows, Xlib, GNOME2, Gtk2 and libglade2 Projects, plus option for dynamic or static libraries as targets in generic Projects New: user identity preferences enabling new editor functions New: better GNOME integration, now uses configured GNOME URL handlers New: MIME handling New: Anjuta kickstart tutorial New: automatic expression tips during debugging (hover-and-show) New: compilation warning/error navigation from terminal New: better find functionality New: enhanced file selection widget New: enhanced Evolution-style about dialog New: Automatic Variable display when mouse hovered on the variable name (in dubugger mode). New: Raw memory veiw for debugger (somewhat resembling ghex). Updated: many usability improvements to the GUI and menus
2003-01-06 01:06:06 +01:00
share/anjuta/properties/user.properties
share/anjuta/properties/vb.properties
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
share/anjuta/properties/verilog.properties
share/anjuta/properties/vhdl.properties
share/anjuta/properties/yaml.properties
share/anjuta/scripts/create_global_tags.sh
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
share/anjuta/tools/find-fixmes.pl
share/anjuta/tools/prepare-changelog.pl
share/anjuta/tools/tools-2.xml
share/anjuta/tools/translation-status.pl
share/anjuta/ui/anjuta-build-basic-autotools-plugin.ui
share/anjuta/ui/anjuta-cvs.ui
share/anjuta/ui/anjuta-debug-manager.ui
share/anjuta/ui/anjuta-devhelp-simple.ui
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
share/anjuta/ui/anjuta-devhelp.ui
share/anjuta/ui/anjuta-document-manager.ui
share/anjuta/ui/anjuta-glade.ui
share/anjuta/ui/anjuta-gtodo.ui
share/anjuta/ui/anjuta-language-support-cpp-java.ui
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
share/anjuta/ui/anjuta-loader-plugin.ui
share/anjuta/ui/anjuta-macro.ui
share/anjuta/ui/anjuta-message-manager.ui
share/anjuta/ui/anjuta-patch.ui
share/anjuta/ui/anjuta-project-manager.ui
share/anjuta/ui/anjuta-sample.ui
share/anjuta/ui/anjuta-search.ui
share/anjuta/ui/anjuta-symbol-browser-plugin.ui
share/anjuta/ui/anjuta-tools.ui
share/anjuta/ui/anjuta.ui
share/anjuta/ui/file-manager.ui
share/anjuta/ui/profiler.ui
share/anjuta/welcome.txt
share/applications/anjuta.desktop
share/doc/anjuta/AUTHORS
share/doc/anjuta/COPYING
share/doc/anjuta/ChangeLog
share/doc/anjuta/FUTURE
share/doc/anjuta/INSTALL
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
share/doc/anjuta/MAINTAINERS
share/doc/anjuta/NEWS
share/doc/anjuta/README
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
share/doc/anjuta/ROADMAP
share/doc/anjuta/ScintillaDoc.html
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
share/doc/anjuta/THANKS
share/doc/anjuta/TODO
share/gconf/schemas/anjuta-build-basic-autotools-plugin.schemas
share/gconf/schemas/anjuta-cvs-plugin.schemas
share/gconf/schemas/anjuta-document-manager.schemas
share/gconf/schemas/anjuta-editor-scintilla.schemas
share/gconf/schemas/anjuta-editor-sourceview.schemas
share/gconf/schemas/anjuta-language-cpp-java.schemas
share/gconf/schemas/anjuta-message-manager-plugin.schemas
share/gconf/schemas/anjuta-symbol-browser-plugin.schemas
share/gconf/schemas/anjuta-terminal-plugin.schemas
share/gconf/schemas/anjuta.schemas
share/glade3/catalogs/anjuta-glade.xml
share/gnome/help/anjuta-faqs/C/anjuta-faqs.xml
share/gnome/help/anjuta-faqs/C/legal.xml
share/gnome/help/anjuta-manual/C/anjuta-manual.xml
share/gnome/help/anjuta-manual/C/authors.xml
share/gnome/help/anjuta-manual/C/debugger.xml
share/gnome/help/anjuta-manual/C/figures/add_edit_macro.png
share/gnome/help/anjuta-manual/C/figures/anjuta-in-action.png
share/gnome/help/anjuta-manual/C/figures/arguments.png
share/gnome/help/anjuta-manual/C/figures/attach.png
share/gnome/help/anjuta-manual/C/figures/brk_add.png
share/gnome/help/anjuta-manual/C/figures/brk_dlg.png
share/gnome/help/anjuta-manual/C/figures/configure_dlg.png
share/gnome/help/anjuta-manual/C/figures/display_macro.png
share/gnome/help/anjuta-manual/C/figures/editor_guides.png
share/gnome/help/anjuta-manual/C/figures/editor_margins.png
share/gnome/help/anjuta-manual/C/figures/editor_markers.png
share/gnome/help/anjuta-manual/C/figures/file_menu.png
share/gnome/help/anjuta-manual/C/figures/insert_text.png
share/gnome/help/anjuta-manual/C/figures/keyword_macro.png
share/gnome/help/anjuta-manual/C/figures/local_variables.png
share/gnome/help/anjuta-manual/C/figures/menubar.png
share/gnome/help/anjuta-manual/C/figures/message_win.png
share/gnome/help/anjuta-manual/C/figures/new_file_wizard.png
share/gnome/help/anjuta-manual/C/figures/open_file.png
share/gnome/help/anjuta-manual/C/figures/open_file_multiple.png
share/gnome/help/anjuta-manual/C/figures/prefs_print.png
share/gnome/help/anjuta-manual/C/figures/print_dlg.png
share/gnome/help/anjuta-manual/C/figures/print_preview.png
share/gnome/help/anjuta-manual/C/figures/project-window.png
share/gnome/help/anjuta-manual/C/figures/project_info.png
share/gnome/help/anjuta-manual/C/figures/registers.png
share/gnome/help/anjuta-manual/C/figures/save_as_file.png
share/gnome/help/anjuta-manual/C/figures/search_expr.png
share/gnome/help/anjuta-manual/C/figures/search_expr_basic.png
share/gnome/help/anjuta-manual/C/figures/search_file_pattern.png
share/gnome/help/anjuta-manual/C/figures/search_replace.png
share/gnome/help/anjuta-manual/C/figures/search_setting.png
share/gnome/help/anjuta-manual/C/figures/search_target.png
share/gnome/help/anjuta-manual/C/figures/search_target_action.png
share/gnome/help/anjuta-manual/C/figures/search_target_in.png
share/gnome/help/anjuta-manual/C/figures/sharedlibs.png
share/gnome/help/anjuta-manual/C/figures/signals.png
share/gnome/help/anjuta-manual/C/figures/stack.png
share/gnome/help/anjuta-manual/C/figures/symbol_browser.png
share/gnome/help/anjuta-manual/C/figures/tool-editor.png
share/gnome/help/anjuta-manual/C/fileoperations.xml
share/gnome/help/anjuta-manual/C/interface.xml
share/gnome/help/anjuta-manual/C/introduction.xml
share/gnome/help/anjuta-manual/C/legal.xml
share/gnome/help/anjuta-manual/C/license.xml
share/gnome/help/anjuta-manual/C/preferences.xml
share/gnome/help/anjuta-manual/C/projects.xml
share/gnome/help/anjuta-manual/C/template.xml
share/gnome/help/anjuta-manual/C/tools.xml
share/gnome/help/anjuta-manual/es/anjuta-manual.xml
share/gnome/help/anjuta-manual/es/figures/add_edit_macro.png
share/gnome/help/anjuta-manual/es/figures/anjuta-in-action.png
share/gnome/help/anjuta-manual/es/figures/arguments.png
share/gnome/help/anjuta-manual/es/figures/attach.png
share/gnome/help/anjuta-manual/es/figures/brk_add.png
share/gnome/help/anjuta-manual/es/figures/brk_dlg.png
share/gnome/help/anjuta-manual/es/figures/configure_dlg.png
share/gnome/help/anjuta-manual/es/figures/display_macro.png
share/gnome/help/anjuta-manual/es/figures/editor_guides.png
share/gnome/help/anjuta-manual/es/figures/editor_margins.png
share/gnome/help/anjuta-manual/es/figures/editor_markers.png
share/gnome/help/anjuta-manual/es/figures/file_menu.png
share/gnome/help/anjuta-manual/es/figures/insert_text.png
share/gnome/help/anjuta-manual/es/figures/keyword_macro.png
share/gnome/help/anjuta-manual/es/figures/local_variables.png
share/gnome/help/anjuta-manual/es/figures/menubar.png
share/gnome/help/anjuta-manual/es/figures/message_win.png
share/gnome/help/anjuta-manual/es/figures/new_file_wizard.png
share/gnome/help/anjuta-manual/es/figures/open_file.png
share/gnome/help/anjuta-manual/es/figures/open_file_multiple.png
share/gnome/help/anjuta-manual/es/figures/prefs_print.png
share/gnome/help/anjuta-manual/es/figures/print_dlg.png
share/gnome/help/anjuta-manual/es/figures/print_preview.png
share/gnome/help/anjuta-manual/es/figures/project-window.png
share/gnome/help/anjuta-manual/es/figures/project_info.png
share/gnome/help/anjuta-manual/es/figures/registers.png
share/gnome/help/anjuta-manual/es/figures/save_as_file.png
share/gnome/help/anjuta-manual/es/figures/search_expr.png
share/gnome/help/anjuta-manual/es/figures/search_expr_basic.png
share/gnome/help/anjuta-manual/es/figures/search_file_pattern.png
share/gnome/help/anjuta-manual/es/figures/search_replace.png
share/gnome/help/anjuta-manual/es/figures/search_setting.png
share/gnome/help/anjuta-manual/es/figures/search_target.png
share/gnome/help/anjuta-manual/es/figures/search_target_action.png
share/gnome/help/anjuta-manual/es/figures/search_target_in.png
share/gnome/help/anjuta-manual/es/figures/sharedlibs.png
share/gnome/help/anjuta-manual/es/figures/signals.png
share/gnome/help/anjuta-manual/es/figures/stack.png
share/gnome/help/anjuta-manual/es/figures/symbol_browser.png
share/gnome/help/anjuta-manual/es/figures/tool-editor.png
share/gnome/help/anjuta-manual/oc/anjuta-manual.xml
share/gnome/help/anjuta-manual/oc/figures/add_edit_macro.png
share/gnome/help/anjuta-manual/oc/figures/anjuta-in-action.png
share/gnome/help/anjuta-manual/oc/figures/arguments.png
share/gnome/help/anjuta-manual/oc/figures/attach.png
share/gnome/help/anjuta-manual/oc/figures/brk_add.png
share/gnome/help/anjuta-manual/oc/figures/brk_dlg.png
share/gnome/help/anjuta-manual/oc/figures/configure_dlg.png
share/gnome/help/anjuta-manual/oc/figures/display_macro.png
share/gnome/help/anjuta-manual/oc/figures/editor_guides.png
share/gnome/help/anjuta-manual/oc/figures/editor_margins.png
share/gnome/help/anjuta-manual/oc/figures/editor_markers.png
share/gnome/help/anjuta-manual/oc/figures/file_menu.png
share/gnome/help/anjuta-manual/oc/figures/insert_text.png
share/gnome/help/anjuta-manual/oc/figures/keyword_macro.png
share/gnome/help/anjuta-manual/oc/figures/local_variables.png
share/gnome/help/anjuta-manual/oc/figures/menubar.png
share/gnome/help/anjuta-manual/oc/figures/message_win.png
share/gnome/help/anjuta-manual/oc/figures/new_file_wizard.png
share/gnome/help/anjuta-manual/oc/figures/open_file.png
share/gnome/help/anjuta-manual/oc/figures/open_file_multiple.png
share/gnome/help/anjuta-manual/oc/figures/prefs_print.png
share/gnome/help/anjuta-manual/oc/figures/print_dlg.png
share/gnome/help/anjuta-manual/oc/figures/print_preview.png
share/gnome/help/anjuta-manual/oc/figures/project-window.png
share/gnome/help/anjuta-manual/oc/figures/project_info.png
share/gnome/help/anjuta-manual/oc/figures/registers.png
share/gnome/help/anjuta-manual/oc/figures/save_as_file.png
share/gnome/help/anjuta-manual/oc/figures/search_expr.png
share/gnome/help/anjuta-manual/oc/figures/search_expr_basic.png
share/gnome/help/anjuta-manual/oc/figures/search_file_pattern.png
share/gnome/help/anjuta-manual/oc/figures/search_replace.png
share/gnome/help/anjuta-manual/oc/figures/search_setting.png
share/gnome/help/anjuta-manual/oc/figures/search_target.png
share/gnome/help/anjuta-manual/oc/figures/search_target_action.png
share/gnome/help/anjuta-manual/oc/figures/search_target_in.png
share/gnome/help/anjuta-manual/oc/figures/sharedlibs.png
share/gnome/help/anjuta-manual/oc/figures/signals.png
share/gnome/help/anjuta-manual/oc/figures/stack.png
share/gnome/help/anjuta-manual/oc/figures/symbol_browser.png
share/gnome/help/anjuta-manual/oc/figures/tool-editor.png
share/gnome/help/anjuta-manual/sv/anjuta-manual.xml
share/gnome/help/anjuta-manual/sv/figures/add_edit_macro.png
share/gnome/help/anjuta-manual/sv/figures/anjuta-in-action.png
share/gnome/help/anjuta-manual/sv/figures/arguments.png
share/gnome/help/anjuta-manual/sv/figures/attach.png
share/gnome/help/anjuta-manual/sv/figures/brk_add.png
share/gnome/help/anjuta-manual/sv/figures/brk_dlg.png
share/gnome/help/anjuta-manual/sv/figures/configure_dlg.png
share/gnome/help/anjuta-manual/sv/figures/display_macro.png
share/gnome/help/anjuta-manual/sv/figures/editor_guides.png
share/gnome/help/anjuta-manual/sv/figures/editor_margins.png
share/gnome/help/anjuta-manual/sv/figures/editor_markers.png
share/gnome/help/anjuta-manual/sv/figures/file_menu.png
share/gnome/help/anjuta-manual/sv/figures/insert_text.png
share/gnome/help/anjuta-manual/sv/figures/keyword_macro.png
share/gnome/help/anjuta-manual/sv/figures/local_variables.png
share/gnome/help/anjuta-manual/sv/figures/menubar.png
share/gnome/help/anjuta-manual/sv/figures/message_win.png
share/gnome/help/anjuta-manual/sv/figures/new_file_wizard.png
share/gnome/help/anjuta-manual/sv/figures/open_file.png
share/gnome/help/anjuta-manual/sv/figures/open_file_multiple.png
share/gnome/help/anjuta-manual/sv/figures/prefs_print.png
share/gnome/help/anjuta-manual/sv/figures/print_dlg.png
share/gnome/help/anjuta-manual/sv/figures/print_preview.png
share/gnome/help/anjuta-manual/sv/figures/project-window.png
share/gnome/help/anjuta-manual/sv/figures/project_info.png
share/gnome/help/anjuta-manual/sv/figures/registers.png
share/gnome/help/anjuta-manual/sv/figures/save_as_file.png
share/gnome/help/anjuta-manual/sv/figures/search_expr.png
share/gnome/help/anjuta-manual/sv/figures/search_expr_basic.png
share/gnome/help/anjuta-manual/sv/figures/search_file_pattern.png
share/gnome/help/anjuta-manual/sv/figures/search_replace.png
share/gnome/help/anjuta-manual/sv/figures/search_setting.png
share/gnome/help/anjuta-manual/sv/figures/search_target.png
share/gnome/help/anjuta-manual/sv/figures/search_target_action.png
share/gnome/help/anjuta-manual/sv/figures/search_target_in.png
share/gnome/help/anjuta-manual/sv/figures/sharedlibs.png
share/gnome/help/anjuta-manual/sv/figures/signals.png
share/gnome/help/anjuta-manual/sv/figures/stack.png
share/gnome/help/anjuta-manual/sv/figures/symbol_browser.png
share/gnome/help/anjuta-manual/sv/figures/tool-editor.png
share/gtk-doc/html/libanjuta/AnjutaLauncher.html
share/gtk-doc/html/libanjuta/AnjutaPlugin.html
share/gtk-doc/html/libanjuta/AnjutaPluginHandle.html
share/gtk-doc/html/libanjuta/AnjutaPluginManager.html
share/gtk-doc/html/libanjuta/AnjutaPreferences.html
share/gtk-doc/html/libanjuta/AnjutaPreferencesDialog.html
share/gtk-doc/html/libanjuta/AnjutaProfile.html
share/gtk-doc/html/libanjuta/AnjutaProfileManager.html
share/gtk-doc/html/libanjuta/AnjutaSavePrompt.html
share/gtk-doc/html/libanjuta/AnjutaSerializer.html
share/gtk-doc/html/libanjuta/AnjutaSession.html
share/gtk-doc/html/libanjuta/AnjutaStatus.html
share/gtk-doc/html/libanjuta/AnjutaUI.html
share/gtk-doc/html/libanjuta/action-block.html
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
share/gtk-doc/html/libanjuta/anjuta-architecture.html
share/gtk-doc/html/libanjuta/anjuta-architecture.png
share/gtk-doc/html/libanjuta/content-block.html
share/gtk-doc/html/libanjuta/header-block.html
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
share/gtk-doc/html/libanjuta/home.png
share/gtk-doc/html/libanjuta/index.html
share/gtk-doc/html/libanjuta/index.sgml
share/gtk-doc/html/libanjuta/left.png
share/gtk-doc/html/libanjuta/libanjuta-AnjutaCellRendererCaptionedImage.html
share/gtk-doc/html/libanjuta/libanjuta-ESplash.html
share/gtk-doc/html/libanjuta/libanjuta-anjuta-c-module.html
share/gtk-doc/html/libanjuta/libanjuta-anjuta-c-plugin-factory.html
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
share/gtk-doc/html/libanjuta/libanjuta-anjuta-debug.html
share/gtk-doc/html/libanjuta/libanjuta-anjuta-encodings.html
share/gtk-doc/html/libanjuta/libanjuta-anjuta-enum-types.html
share/gtk-doc/html/libanjuta/libanjuta-anjuta-error.html
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
share/gtk-doc/html/libanjuta/libanjuta-anjuta-marshal.html
share/gtk-doc/html/libanjuta/libanjuta-anjuta-plugin-description.html
share/gtk-doc/html/libanjuta/libanjuta-anjuta-shell.html
share/gtk-doc/html/libanjuta/libanjuta-anjuta-utils-priv.html
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
share/gtk-doc/html/libanjuta/libanjuta-anjuta-utils.html
share/gtk-doc/html/libanjuta/libanjuta-api.html
share/gtk-doc/html/libanjuta/libanjuta-ianjuta-bookmark.html
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
share/gtk-doc/html/libanjuta/libanjuta-ianjuta-buildable.html
share/gtk-doc/html/libanjuta/libanjuta-ianjuta-debug-manager.html
share/gtk-doc/html/libanjuta/libanjuta-ianjuta-debugger-breakpoint.html
share/gtk-doc/html/libanjuta/libanjuta-ianjuta-debugger-instruction.html
share/gtk-doc/html/libanjuta/libanjuta-ianjuta-debugger-memory.html
share/gtk-doc/html/libanjuta/libanjuta-ianjuta-debugger-register.html
share/gtk-doc/html/libanjuta/libanjuta-ianjuta-debugger-variable.html
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
share/gtk-doc/html/libanjuta/libanjuta-ianjuta-debugger.html
share/gtk-doc/html/libanjuta/libanjuta-ianjuta-document-manager.html
share/gtk-doc/html/libanjuta/libanjuta-ianjuta-document.html
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
share/gtk-doc/html/libanjuta/libanjuta-ianjuta-editor-assist.html
share/gtk-doc/html/libanjuta/libanjuta-ianjuta-editor-cell-style.html
share/gtk-doc/html/libanjuta/libanjuta-ianjuta-editor-cell.html
share/gtk-doc/html/libanjuta/libanjuta-ianjuta-editor-comment.html
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
share/gtk-doc/html/libanjuta/libanjuta-ianjuta-editor-convert.html
share/gtk-doc/html/libanjuta/libanjuta-ianjuta-editor-factory.html
share/gtk-doc/html/libanjuta/libanjuta-ianjuta-editor-folds.html
share/gtk-doc/html/libanjuta/libanjuta-ianjuta-editor-goto.html
share/gtk-doc/html/libanjuta/libanjuta-ianjuta-editor-hover.html
share/gtk-doc/html/libanjuta/libanjuta-ianjuta-editor-language.html
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
share/gtk-doc/html/libanjuta/libanjuta-ianjuta-editor-line-mode.html
share/gtk-doc/html/libanjuta/libanjuta-ianjuta-editor-search.html
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
share/gtk-doc/html/libanjuta/libanjuta-ianjuta-editor-selection.html
share/gtk-doc/html/libanjuta/libanjuta-ianjuta-editor-view.html
share/gtk-doc/html/libanjuta/libanjuta-ianjuta-editor-zoom.html
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
share/gtk-doc/html/libanjuta/libanjuta-ianjuta-editor.html
share/gtk-doc/html/libanjuta/libanjuta-ianjuta-file-loader.html
share/gtk-doc/html/libanjuta/libanjuta-ianjuta-file-manager.html
share/gtk-doc/html/libanjuta/libanjuta-ianjuta-file-savable.html
share/gtk-doc/html/libanjuta/libanjuta-ianjuta-file.html
share/gtk-doc/html/libanjuta/libanjuta-ianjuta-help.html
share/gtk-doc/html/libanjuta/libanjuta-ianjuta-indicable.html
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
share/gtk-doc/html/libanjuta/libanjuta-ianjuta-iterable-tree.html
share/gtk-doc/html/libanjuta/libanjuta-ianjuta-iterable.html
share/gtk-doc/html/libanjuta/libanjuta-ianjuta-language-support.html
share/gtk-doc/html/libanjuta/libanjuta-ianjuta-language.html
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
share/gtk-doc/html/libanjuta/libanjuta-ianjuta-loader.html
share/gtk-doc/html/libanjuta/libanjuta-ianjuta-macro.html
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
share/gtk-doc/html/libanjuta/libanjuta-ianjuta-markable.html
share/gtk-doc/html/libanjuta/libanjuta-ianjuta-message-manager.html
share/gtk-doc/html/libanjuta/libanjuta-ianjuta-message-view.html
share/gtk-doc/html/libanjuta/libanjuta-ianjuta-plugin-factory.html
share/gtk-doc/html/libanjuta/libanjuta-ianjuta-plugin-loader.html
share/gtk-doc/html/libanjuta/libanjuta-ianjuta-preferences.html
share/gtk-doc/html/libanjuta/libanjuta-ianjuta-print.html
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
share/gtk-doc/html/libanjuta/libanjuta-ianjuta-project-manager.html
share/gtk-doc/html/libanjuta/libanjuta-ianjuta-stream-loader.html
share/gtk-doc/html/libanjuta/libanjuta-ianjuta-stream-savable.html
share/gtk-doc/html/libanjuta/libanjuta-ianjuta-stream.html
share/gtk-doc/html/libanjuta/libanjuta-ianjuta-symbol-manager.html
share/gtk-doc/html/libanjuta/libanjuta-ianjuta-symbol.html
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
share/gtk-doc/html/libanjuta/libanjuta-ianjuta-terminal.html
share/gtk-doc/html/libanjuta/libanjuta-ianjuta-todo.html
share/gtk-doc/html/libanjuta/libanjuta-ianjuta-vcs.html
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
share/gtk-doc/html/libanjuta/libanjuta-ianjuta-wizard.html
share/gtk-doc/html/libanjuta/libanjuta-internal-api.html
share/gtk-doc/html/libanjuta/libanjuta-libanjuta-iface-marshallers.html
share/gtk-doc/html/libanjuta/libanjuta-resources.html
share/gtk-doc/html/libanjuta/libanjuta.devhelp
share/gtk-doc/html/libanjuta/libanjuta.devhelp2
share/gtk-doc/html/libanjuta/object-hierarchy.html
share/gtk-doc/html/libanjuta/page-block.html
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
share/gtk-doc/html/libanjuta/plugin-description-file.html
share/gtk-doc/html/libanjuta/plugin-interfaces.html
share/gtk-doc/html/libanjuta/project-wizard-format.html
share/gtk-doc/html/libanjuta/right.png
share/gtk-doc/html/libanjuta/style.css
share/gtk-doc/html/libanjuta/up.png
share/gtk-doc/html/libanjuta/writing-plugins-build-setup.html
share/gtk-doc/html/libanjuta/writing-plugins-simple.html
share/gtk-doc/html/libanjuta/writing-plugins-sources.html
share/gtk-doc/html/libanjuta/writing-plugins.html
share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-anjuta.png
share/icons/gnome/scalable/mimetypes/gnome-mime-application-x-anjuta.svg
share/icons/hicolor/48x48/apps/anjuta.png
share/icons/hicolor/scalable/apps/anjuta.svg
share/locale/ar/LC_MESSAGES/anjuta.mo
share/locale/az/LC_MESSAGES/anjuta.mo
share/locale/be/LC_MESSAGES/anjuta.mo
share/locale/be@latin/LC_MESSAGES/anjuta.mo
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
share/locale/bg/LC_MESSAGES/anjuta.mo
share/locale/ca/LC_MESSAGES/anjuta.mo
share/locale/cs/LC_MESSAGES/anjuta.mo
share/locale/da/LC_MESSAGES/anjuta.mo
share/locale/de/LC_MESSAGES/anjuta.mo
share/locale/dz/LC_MESSAGES/anjuta.mo
share/locale/el/LC_MESSAGES/anjuta.mo
share/locale/en_CA/LC_MESSAGES/anjuta.mo
share/locale/en_GB/LC_MESSAGES/anjuta.mo
share/locale/es/LC_MESSAGES/anjuta.mo
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
share/locale/fi/LC_MESSAGES/anjuta.mo
share/locale/fr/LC_MESSAGES/anjuta.mo
share/locale/ga/LC_MESSAGES/anjuta.mo
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
share/locale/gl/LC_MESSAGES/anjuta.mo
share/locale/hi/LC_MESSAGES/anjuta.mo
share/locale/hr/LC_MESSAGES/anjuta.mo
share/locale/hu/LC_MESSAGES/anjuta.mo
share/locale/id/LC_MESSAGES/anjuta.mo
share/locale/it/LC_MESSAGES/anjuta.mo
share/locale/ja/LC_MESSAGES/anjuta.mo
share/locale/kn/LC_MESSAGES/anjuta.mo
share/locale/ko/LC_MESSAGES/anjuta.mo
share/locale/lt/LC_MESSAGES/anjuta.mo
share/locale/mk/LC_MESSAGES/anjuta.mo
share/locale/ml/LC_MESSAGES/anjuta.mo
share/locale/ms/LC_MESSAGES/anjuta.mo
share/locale/nb/LC_MESSAGES/anjuta.mo
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
share/locale/ne/LC_MESSAGES/anjuta.mo
share/locale/nl/LC_MESSAGES/anjuta.mo
share/locale/oc/LC_MESSAGES/anjuta.mo
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
share/locale/pa/LC_MESSAGES/anjuta.mo
share/locale/pl/LC_MESSAGES/anjuta.mo
share/locale/pt/LC_MESSAGES/anjuta.mo
share/locale/pt_BR/LC_MESSAGES/anjuta.mo
share/locale/ru/LC_MESSAGES/anjuta.mo
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
share/locale/rw/LC_MESSAGES/anjuta.mo
share/locale/si/LC_MESSAGES/anjuta.mo
share/locale/sk/LC_MESSAGES/anjuta.mo
share/locale/sl/LC_MESSAGES/anjuta.mo
share/locale/sq/LC_MESSAGES/anjuta.mo
share/locale/sr/LC_MESSAGES/anjuta.mo
share/locale/sr@Latn/LC_MESSAGES/anjuta.mo
share/locale/sv/LC_MESSAGES/anjuta.mo
share/locale/tr/LC_MESSAGES/anjuta.mo
share/locale/uk/LC_MESSAGES/anjuta.mo
share/locale/zh_CN/LC_MESSAGES/anjuta.mo
share/locale/zh_HK/LC_MESSAGES/anjuta.mo
share/locale/zh_TW/LC_MESSAGES/anjuta.mo
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
share/mime/packages/anjuta.xml
share/omf/anjuta-manual/anjuta-manual-C.omf
share/omf/anjuta-manual/anjuta-manual-es.omf
share/omf/anjuta-manual/anjuta-manual-oc.omf
share/omf/anjuta-manual/anjuta-manual-sv.omf
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
share/pixmaps/anjuta/Icons.16x16.Class
share/pixmaps/anjuta/Icons.16x16.Enum
share/pixmaps/anjuta/Icons.16x16.Event
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
share/pixmaps/anjuta/Icons.16x16.Field
share/pixmaps/anjuta/Icons.16x16.FormsDesigner.BringToFront
share/pixmaps/anjuta/Icons.16x16.FormsDesigner.SendToBack
share/pixmaps/anjuta/Icons.16x16.Interface
share/pixmaps/anjuta/Icons.16x16.InternalClass
share/pixmaps/anjuta/Icons.16x16.InternalDelegate
share/pixmaps/anjuta/Icons.16x16.InternalEnum
share/pixmaps/anjuta/Icons.16x16.InternalEvent
share/pixmaps/anjuta/Icons.16x16.InternalField
share/pixmaps/anjuta/Icons.16x16.InternalInterface
share/pixmaps/anjuta/Icons.16x16.InternalMethod
share/pixmaps/anjuta/Icons.16x16.InternalProperty
share/pixmaps/anjuta/Icons.16x16.InternalStruct
share/pixmaps/anjuta/Icons.16x16.Literal
share/pixmaps/anjuta/Icons.16x16.Method
share/pixmaps/anjuta/Icons.16x16.NameSpace
share/pixmaps/anjuta/Icons.16x16.PrivateClass
share/pixmaps/anjuta/Icons.16x16.PrivateDelegate
share/pixmaps/anjuta/Icons.16x16.PrivateEnum
share/pixmaps/anjuta/Icons.16x16.PrivateEvent
share/pixmaps/anjuta/Icons.16x16.PrivateField
share/pixmaps/anjuta/Icons.16x16.PrivateInterface
share/pixmaps/anjuta/Icons.16x16.PrivateMethod
share/pixmaps/anjuta/Icons.16x16.PrivateProperty
share/pixmaps/anjuta/Icons.16x16.PrivateStruct
share/pixmaps/anjuta/Icons.16x16.Property
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
share/pixmaps/anjuta/Icons.16x16.ProtectedClass
share/pixmaps/anjuta/Icons.16x16.ProtectedDelegate
share/pixmaps/anjuta/Icons.16x16.ProtectedEnum
share/pixmaps/anjuta/Icons.16x16.ProtectedEvent
share/pixmaps/anjuta/Icons.16x16.ProtectedField
share/pixmaps/anjuta/Icons.16x16.ProtectedInterface
share/pixmaps/anjuta/Icons.16x16.ProtectedMethod
share/pixmaps/anjuta/Icons.16x16.ProtectedProperty
share/pixmaps/anjuta/Icons.16x16.ProtectedStruct
share/pixmaps/anjuta/Icons.16x16.Reference
share/pixmaps/anjuta/Icons.16x16.Struct
share/pixmaps/anjuta/anjuta-attach-16.png
share/pixmaps/anjuta/anjuta-attach-24.png
share/pixmaps/anjuta/anjuta-block-end-16.png
share/pixmaps/anjuta/anjuta-block-end-24.png
share/pixmaps/anjuta/anjuta-block-select-16.png
share/pixmaps/anjuta/anjuta-block-select-24.png
share/pixmaps/anjuta/anjuta-block-start-16.png
share/pixmaps/anjuta/anjuta-block-start-24.png
share/pixmaps/anjuta/anjuta-bookmark-16.png
share/pixmaps/anjuta/anjuta-bookmark-clear-16.png
share/pixmaps/anjuta/anjuta-bookmark-clear-24.png
share/pixmaps/anjuta/anjuta-bookmark-first-16.png
share/pixmaps/anjuta/anjuta-bookmark-first-24.png
share/pixmaps/anjuta/anjuta-bookmark-last-16.png
share/pixmaps/anjuta/anjuta-bookmark-last-24.png
share/pixmaps/anjuta/anjuta-bookmark-next-16.png
share/pixmaps/anjuta/anjuta-bookmark-next-24.png
share/pixmaps/anjuta/anjuta-bookmark-prev-16.png
share/pixmaps/anjuta/anjuta-bookmark-prev-24.png
share/pixmaps/anjuta/anjuta-bookmark-toggle-16.png
share/pixmaps/anjuta/anjuta-bookmark-toggle-24.png
share/pixmaps/anjuta/anjuta-breakpoint-clear-16.png
share/pixmaps/anjuta/anjuta-breakpoint-clear-24.png
share/pixmaps/anjuta/anjuta-breakpoint-disabled-16.png
share/pixmaps/anjuta/anjuta-breakpoint-enabled-16.png
share/pixmaps/anjuta/anjuta-breakpoint-toggle-16.png
share/pixmaps/anjuta/anjuta-breakpoint-toggle-24.png
share/pixmaps/anjuta/anjuta-build-basic-autotools-plugin-48.png
share/pixmaps/anjuta/anjuta-build-basic-autotools-plugin.svg
share/pixmaps/anjuta/anjuta-class-inheritance-plugin-48.png
share/pixmaps/anjuta/anjuta-class-inheritance-plugin.svg
share/pixmaps/anjuta/anjuta-complete-16.png
share/pixmaps/anjuta/anjuta-complete-24.png
share/pixmaps/anjuta/anjuta-complete-auto-16.png
share/pixmaps/anjuta/anjuta-complete-auto-24.png
share/pixmaps/anjuta/anjuta-cvs-plugin-48.png
share/pixmaps/anjuta/anjuta-cvs-plugin.svg
share/pixmaps/anjuta/anjuta-debug-manager-plugin-48.png
share/pixmaps/anjuta/anjuta-debug-manager-plugin.svg
share/pixmaps/anjuta/anjuta-devhelp-plugin-48.png
share/pixmaps/anjuta/anjuta-devhelp-plugin.svg
share/pixmaps/anjuta/anjuta-document-manager-plugin-48.png
share/pixmaps/anjuta/anjuta-document-manager-plugin.svg
share/pixmaps/anjuta/anjuta-editor-scintilla-plugin-48.png
share/pixmaps/anjuta/anjuta-editor-scintilla-plugin.svg
share/pixmaps/anjuta/anjuta-editor-sourceview-plugin-48.png
share/pixmaps/anjuta/anjuta-file-manager-plugin-48.png
share/pixmaps/anjuta/anjuta-file-manager-plugin.svg
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
share/pixmaps/anjuta/anjuta-file-wizard-plugin.png
share/pixmaps/anjuta/anjuta-fold-close-16.png
share/pixmaps/anjuta/anjuta-fold-close-24.png
share/pixmaps/anjuta/anjuta-fold-open-16.png
share/pixmaps/anjuta/anjuta-fold-open-24.png
share/pixmaps/anjuta/anjuta-fold-toggle-16.png
share/pixmaps/anjuta/anjuta-fold-toggle-24.png
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
share/pixmaps/anjuta/anjuta-gdb.plugin.png
share/pixmaps/anjuta/anjuta-glade-plugin-48.png
share/pixmaps/anjuta/anjuta-glade-plugin.svg
share/pixmaps/anjuta/anjuta-go-help-next-16.png
share/pixmaps/anjuta/anjuta-go-help-next-24.png
share/pixmaps/anjuta/anjuta-go-help-prev-16.png
share/pixmaps/anjuta/anjuta-go-help-prev-24.png
share/pixmaps/anjuta/anjuta-go-history-next-16.png
share/pixmaps/anjuta/anjuta-go-history-next-24.png
share/pixmaps/anjuta/anjuta-go-history-prev-16.png
share/pixmaps/anjuta/anjuta-go-history-prev-24.png
share/pixmaps/anjuta/anjuta-go-line-16.png
share/pixmaps/anjuta/anjuta-go-line-24.png
share/pixmaps/anjuta/anjuta-go-match-next-16.png
share/pixmaps/anjuta/anjuta-go-match-next-24.png
share/pixmaps/anjuta/anjuta-go-match-prev-16.png
share/pixmaps/anjuta/anjuta-go-match-prev-24.png
share/pixmaps/anjuta/anjuta-go-message-next-16.png
share/pixmaps/anjuta/anjuta-go-message-next-24.png
share/pixmaps/anjuta/anjuta-go-message-prev-16.png
share/pixmaps/anjuta/anjuta-go-message-prev-24.png
share/pixmaps/anjuta/anjuta-gtodo-plugin-48.png
share/pixmaps/anjuta/anjuta-gtodo-plugin.svg
share/pixmaps/anjuta/anjuta-indent-auto-16.png
share/pixmaps/anjuta/anjuta-indent-auto-24.png
share/pixmaps/anjuta/anjuta-indent-less-16.png
share/pixmaps/anjuta/anjuta-indent-less-24.png
share/pixmaps/anjuta/anjuta-indent-more-16.png
share/pixmaps/anjuta/anjuta-indent-more-24.png
share/pixmaps/anjuta/anjuta-language-cpp-java-plugin.png
share/pixmaps/anjuta/anjuta-language-manager-plugin-48.png
share/pixmaps/anjuta/anjuta-language-manager-plugin.svg
share/pixmaps/anjuta/anjuta-linemark-16.png
share/pixmaps/anjuta/anjuta-loader-plugin-48.png
share/pixmaps/anjuta/anjuta-loader-plugin.svg
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
share/pixmaps/anjuta/anjuta-macro.png
share/pixmaps/anjuta/anjuta-messages-plugin-48.png
share/pixmaps/anjuta/anjuta-messages-plugin.svg
share/pixmaps/anjuta/anjuta-patch-plugin-48.png
share/pixmaps/anjuta/anjuta-patch-plugin.svg
share/pixmaps/anjuta/anjuta-pcmark-16.png
share/pixmaps/anjuta/anjuta-preferences-general-48.png
share/pixmaps/anjuta/anjuta-preferences-general.svg
share/pixmaps/anjuta/anjuta-profiler-plugin-48.png
share/pixmaps/anjuta/anjuta-profiler-plugin.svg
share/pixmaps/anjuta/anjuta-project-import-plugin-48.png
share/pixmaps/anjuta/anjuta-project-import-plugin.svg
share/pixmaps/anjuta/anjuta-project-manager-plugin-48.png
share/pixmaps/anjuta/anjuta-project-manager-plugin.svg
share/pixmaps/anjuta/anjuta-project-wizard-plugin-48.png
share/pixmaps/anjuta/anjuta-project-wizard-plugin.svg
share/pixmaps/anjuta/anjuta-run-to-cursor-16.png
share/pixmaps/anjuta/anjuta-run-to-cursor-24.png
share/pixmaps/anjuta/anjuta-sample-plugin-48.png
share/pixmaps/anjuta/anjuta-sample-plugin.svg
share/pixmaps/anjuta/anjuta-search-plugin-48.png
share/pixmaps/anjuta/anjuta-search-plugin.svg
share/pixmaps/anjuta/anjuta-step-into-16.png
share/pixmaps/anjuta/anjuta-step-into-24.png
share/pixmaps/anjuta/anjuta-step-out-16.png
share/pixmaps/anjuta/anjuta-step-out-24.png
share/pixmaps/anjuta/anjuta-step-over-16.png
share/pixmaps/anjuta/anjuta-step-over-24.png
share/pixmaps/anjuta/anjuta-swap-16.png
share/pixmaps/anjuta/anjuta-swap-24.png
share/pixmaps/anjuta/anjuta-symbol-browser-plugin-48.png
share/pixmaps/anjuta/anjuta-symbol-browser-plugin.svg
share/pixmaps/anjuta/anjuta-terminal-plugin-48.png
share/pixmaps/anjuta/anjuta-terminal-plugin.svg
share/pixmaps/anjuta/anjuta-tools-plugin-48.png
share/pixmaps/anjuta/anjuta-tools-plugin.svg
share/pixmaps/anjuta/anjuta-watch-16.png
share/pixmaps/anjuta/anjuta-watch-24.png
share/pixmaps/anjuta/anjuta-watch.svg
share/pixmaps/anjuta/anjuta.png
share/pixmaps/anjuta/anjuta.svg
share/pixmaps/anjuta/anjuta_logo.png
share/pixmaps/anjuta/anjuta_splash.png
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
share/pixmaps/anjuta/breakpoint.png
share/pixmaps/anjuta/class_logo.xpm
share/pixmaps/anjuta/directory-accept.png
share/pixmaps/anjuta/directory.png
share/pixmaps/anjuta/gtodo-about.png
share/pixmaps/anjuta/gtodo-edit.png
share/pixmaps/anjuta/gtodo_tray.png
share/pixmaps/anjuta/locals.png
share/pixmaps/anjuta/madeinanjuta.xcf
Update anjuta to 1.0.1. Changes include: New: Auto-complete takes graphics now. New: Auto-complete automatic. New: Per project editor properties New: Sub windows now float above main window. New: Project version and excluded modules configuration. New: Errors and warnings indications in editor. New: Tools support and tools editor. New: Incremental search (like emacs I-Search) Bug fix: Printing now takes editor default fonts Bug fix: Rpm package fix Bug fix: ChangeLog insert uses spaces (instead of tabs) Bug fix: Fixed compiler warnings. Bug fix: Fixed debug terminal bug Bug fix: Disabled gladen to remove the libssl dep. Bug fix: brace indentation works properly. Bug fix: Wrap-around search Updated: Upgraded scintilla to 1.49+ Updated: Upgraded editor properties and added new properties. Updated: Organized plugins New: CVS support for Projects and individual files, file revisions are displayed in Files pane New: Gnome Print support (including syntax colouring) New: Patch plugin to apply diffs New: Application Wizard support for wxWindows, Xlib, GNOME2, Gtk2 and libglade2 Projects, plus option for dynamic or static libraries as targets in generic Projects New: user identity preferences enabling new editor functions New: better GNOME integration, now uses configured GNOME URL handlers New: MIME handling New: Anjuta kickstart tutorial New: automatic expression tips during debugging (hover-and-show) New: compilation warning/error navigation from terminal New: better find functionality New: enhanced file selection widget New: enhanced Evolution-style about dialog New: Automatic Variable display when mouse hovered on the variable name (in dubugger mode). New: Raw memory veiw for debugger (somewhat resembling ghex). Updated: many usability improvements to the GUI and menus
2003-01-06 01:06:06 +01:00
share/pixmaps/anjuta/password.png
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
share/pixmaps/anjuta/pointer.png
share/pixmaps/anjuta/preferences-editor.png
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
share/pixmaps/anjuta/stack.png
share/pixmaps/anjuta/start-with-import.png
@dirrm share/pixmaps/anjuta
@comment in xdg-dirs: @dirrm share/pixmaps
@dirrm share/omf/anjuta-manual
@comment in rarian: @dirrm share/omf
@comment in shared-mime-info: @dirrm share/mime/packages
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/scalable/apps
@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/48x48/apps
@comment in hicolor-icon-theme: @dirrm share/icons/hicolor
@comment in gnome-icon-theme: @dirrm share/icons/gnome/scalable/mimetypes
@comment in gnome-icon-theme: @dirrm share/icons/gnome/48x48/mimetypes
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
@dirrm share/gtk-doc/html/libanjuta
@dirrm share/gnome/help/anjuta-manual/sv/figures
@dirrm share/gnome/help/anjuta-manual/sv
@dirrm share/gnome/help/anjuta-manual/oc/figures
@dirrm share/gnome/help/anjuta-manual/oc
@dirrm share/gnome/help/anjuta-manual/es/figures
@dirrm share/gnome/help/anjuta-manual/es
@dirrm share/gnome/help/anjuta-manual/C/figures
@dirrm share/gnome/help/anjuta-manual/C
@dirrm share/gnome/help/anjuta-manual
@dirrm share/gnome/help/anjuta-faqs/C
@dirrm share/gnome/help/anjuta-faqs
@comment in gnome2-dirs: @dirrm share/gnome/help
@dirrm share/doc/anjuta
Update to 1.2.2: New: Anjuta advanced tutorial New: Goes to first error automatically (Default is off. need to enable in anjuta.properties). Bug fix: Use build.silent option from preferences (bug #895726) Bug fix: Use font style defined for message indicators (bug #885032) Bug fix: Set bold color as foreground color in terminal (bug #864924) Bug fix: Removed 'cmp' dependency and used internal function to compare files. Bug fix: Fixed return value when dest file could not be created. Bug fix: Fixed a typo in Hello World indentation style. Bug fix: Fixed misuse of translated strings when looking for style (bug #876037) Bug fix: Save-all action now asks for filenames for new files (bug #898111) Bug fix: Fixed a compiler warnings. Bug fix: Disabled printing of long debug lines. Bug fix: Close buttons on all dialogs (HIG) and ESC closes them (bug #671596). Bug fix: Fixed a program execution crash bug. Bug fix: Fixed Crash on Find & Replace (#887833) Bug fix: Use defined file name when saving new files (fixes bug #898105). Bug fix: Don't change filename when clicking on a directory. Bug fix: Implemented keypress ctrl-c and ctrl-d for terminal (bug #878357). Bug fix: Do not reload new files (bug #900897). Bug fix: Disconnects menuitem signal properly (bug #901723). Bug fix: Fixed bugs #890609 and #890609, #900903. Bug fix: Fixed a typo in tutorial (bug #866143). Bug fix: Reduced size of Search and Replace dialog (bug #902636). Bug fix: Fixed a runtime warning (bug #900087). Bug fix: Changed build shortcut to F11 (bug #877683). Bug fix: Do not defualt to -k make option (bug #875486). Bug fix: CFLAGS passed correctly (bug #816130, #801056, #782798, #773459) Bug fix: Improved Search and Replace. Fixed crash bug. Bug fix: Fixed bug #910097 (Insert comment). Bug fix: Find-Usage rework (bug #890609). Bug fix: Generated projects read m4 directory. Project generation works. (bug #917781). Bug fix: Fixed Find-Usage crash when no project open Bug fix: Fixed bug #893400 ("Remove file" in project tree). Bug fix: Aligned buttons in the New file dialog and HIG compliance. Bug fix: Fixed to get correct child exit status using mask (bug #905738). Bug fix: Goto the first error if it exists (bug #874380). Bug fix: Save-all for 1 file opened (bug #912618). Bug fix: Fixed conditional breakpoints. Bug fix: Fixed debugger calltips displayed for wrong file. Bug fix: Fixed delete breakpoints. Bug fix: Fixed Breakpoint setting bugs (bug #895536). Bug fix: Fixed a crash bug with debugger attach process dialog Bug fix: Fixed freeze-ups during build terminations (bug #905738). Bug fix: Fixed a memory corruption (bug #921893). Bug fix: Open file starts in right directory (bug #908941). Bug fix: Fixed another crash bug in Find-Usage. Bug fix: Correctly prompts and reponds passwords (bug #894533). Bug fix: Fixed 'remove' and 'clear' of Defines list in compiler options (bug #883837). Bug fix: Installs .glade file of libgllade projects (bug #861038). Bug fix: Glade based projects can now find installed pixmaps (bug #919903). Bug fix: Fixed ADA syntax highlighting (bug #923474). Bug fix: Fixed HANGUP bug for long lines (bugs #700968 and #911376) Bug fix: Fixed core file loading in debugger. Bug fix: Partially fixed to show long calltips properly (bug #917982). Bug fix: Fixed a crash bug in search replace. (bug #921893). Bug fix: Fixed a crash when launcher child could not be executed (bug #926606). Bug fix: Fixed a crash bug when opening and closing a large project repeatedly. Bug fix: Sets filename when saving new files. Bug fix: Most font and print related bugs fixed (bug #885023, #925956, #890473).
2004-04-21 17:01:28 +02:00
@comment in xdg-dirs: @dirrm share/applications
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
@dirrm share/anjuta/ui
@dirrm share/anjuta/tools
@dirrm share/anjuta/scripts
@dirrm share/anjuta/properties
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
@dirrm share/anjuta/project/xlib/src
@dirrm share/anjuta/project/xlib/po
@dirrm share/anjuta/project/xlib-dock/src
@dirrm share/anjuta/project/xlib-dock/po
@dirrm share/anjuta/project/xlib-dock
@dirrm share/anjuta/project/xlib
@dirrm share/anjuta/project/wxwin/src
@dirrm share/anjuta/project/wxwin/po
@dirrm share/anjuta/project/wxwin
@dirrm share/anjuta/project/terminal/src
@dirrm share/anjuta/project/terminal/po
@dirrm share/anjuta/project/terminal
@dirrm share/anjuta/project/sdl/src
@dirrm share/anjuta/project/sdl/po
@dirrm share/anjuta/project/sdl
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
@dirrm share/anjuta/project/python/src
@dirrm share/anjuta/project/python/po
@dirrm share/anjuta/project/python
@dirrm share/anjuta/project/mkfile/src
@dirrm share/anjuta/project/mkfile/po
@dirrm share/anjuta/project/mkfile
@dirrm share/anjuta/project/minimal
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
@dirrm share/anjuta/project/java/src
@dirrm share/anjuta/project/java/po
@dirrm share/anjuta/project/java
@dirrm share/anjuta/project/gtkmm/src
@dirrm share/anjuta/project/gtkmm/po
@dirrm share/anjuta/project/gtkmm
@dirrm share/anjuta/project/gtk/src
@dirrm share/anjuta/project/gtk/po
@dirrm share/anjuta/project/gtk
@dirrm share/anjuta/project/gnome/src
@dirrm share/anjuta/project/gnome/po
@dirrm share/anjuta/project/gnome
@dirrm share/anjuta/project/gcj/src
@dirrm share/anjuta/project/gcj
@dirrm share/anjuta/project/cpp/src
@dirrm share/anjuta/project/cpp/po
@dirrm share/anjuta/project/cpp
@dirrm share/anjuta/project/anjuta-plugin/src
@dirrm share/anjuta/project/anjuta-plugin/po
@dirrm share/anjuta/project/anjuta-plugin
@dirrm share/anjuta/project
@dirrm share/anjuta/profiles
@dirrm share/anjuta/gtodo
@dirrm share/anjuta/glade
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
@dirrm share/anjuta/class-templates
@dirrm share/anjuta/build
@dirrm share/anjuta
@dirrm lib/anjuta
Updated anjuta to 2.0.2. Anjuta 2.0.2 (15 May 2006) -- Naba Kumar New: GtkSourceView based editor New: Project configuration New: Valgrind plugin New: Tab drag&drop in Editor Updated: Manual and FAQ Improved: global tags can now be updated after installation Improved: Remember toolbars on restart Improved: Tag manager now knows about classes/namespaces which should make C++ programming much more easy (IComplete) Improved: Devhelp plugin improved but we still have linking problems Improved: Scintilla is now up-to-date 1.68 Known issues: - Glade plugin crashes because of namespace conflict with libglade (#341073) - Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170) Bug fixes: #171314 Anjuta crash when trying to do "stream comment" #311420 Crash on terminal deactivation #317454 Anjuta crash when array lenght is incorrect #332084 Anjuta crashes, when Ctrl+c is pressed. #170467 crash when changing fonts and color in the preferences di... #172442 inserting empty box comment #172666 cvs diff does not always obtain full diff #300231 Find pane non-functional #304495 Project saved as fullscreen #304641 Can't type the "-character #305082 anjuta 2.0.0: crash in debugger / watch / inspect memory #305301 In menu tree "Settings"->"Customize shortcuts" there are ... #305587 gtkmm project compile crash #306790 doble click in a message, doesn't find the file. #306966 Search tool on the tool bar don't work correctly #306970 The order of the command buttons "Close" - "Search" - "St... #307800 Crashes when project directory removed from command line. #307810 Can't configure a project after creating with new project... #307872 Remember Configure and autogen options for the next time #307879 Crashed when exiting #308870 Glade Plugin Won't open Glade file. #309153 code cleanup use glib/gi18n.h #309348 Anjuta 2.0.1, Anjuta application crash upon build (F9) #309526 Help->ReportBugs points to removed bug tracking system #309688 When committing a file that is loaded, I get a file-modif... #311710 freeze in __lll_mutex_lock_wait () after crash? #312566 Patch that will fix another make -j 10 problem #312666 Return "F3" to execute project #314069 Window gets hidden when using glade3 plugin #315188 Project Wizard Problems #315218 anjuta 2.0 freeze on opening my project #315521 Failed to compile HEAD-hourly-2005-09-05-18 #316731 Can not add new encodings #320338 Colors of tab menu labels #320341 Critical error in debugger "locals" window. #321090 Wrong array/struct/union var type display in locals windows #321455 Ask for root password when installing #322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re... #322744 New anjuta plugin project configured incorrectly #324572 anjuta crashes on open #328209 Crash when opening a file while an unsaved new file is open #332161 Test editor not opening #333601 GPL headers are first to c-header template. #333606 Macro contain hyphen #334663 Allow to set a parent class to new GObject class #335142 crash when opeing a second file #336389 Should check for libwnck #107510 Excessive messages marked for translation in anjuta #304650 make -j CPUS doesn't always work for anjuta2 #334546 No more lookup widget #312319 Opening files when Anjuta is already open #339296 Wizard can't cope with insufficient permissions in project target directory Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar New: Group and target properties (for automake based projects) New: Improvements in class heirarchy. Added members view. New: Tools plugin improvements and scripts as tools. New: Prepare-ChangeLog tool. New: Find-Fixmes tool. New: Project translation status tool. New: Save and restore editor current line positions. New: Added configure flags to enable/disable optional plugins. New: Message saving from menu. New: Message manager context menu. New: Remember plugins profile for project sessions. Mew: Progress bar implementation. New: Better progress bar in splash. New: General preferences page. New: "Add to project" in file wizard and class wizard implemented. New: glade plugin improvements. Updated: RPM spec file Bug fix: Fixed lots of project import bugs. Bug fix: Group and target removal. Bug fix: Fixed Message tab position preferece. Bug fix: Scroll messages on next/previous. Bug fix: Fixed crash on project Import Bug fix: Fixed crash on terminal dockings. Bug fix: Fixed crash on exit (after using save-as dialog once). Bug fix: Fixed crash on exit. Bug fix: Fixed mime installation screw-up Bug fix: Fixed installation paths. Bug fix: Fixed 64bit arch build problems Bug fix: Fixed Autoformat/indent problems. Bug fix: Fixed Keyboard shortcuts for message navigation. Bug fix: Fixed graphviz build problems. Bug fix: Start gdb even if the program does not exists. Fixes bug #305074 Bug fix: Fixed default font names and sizes. Bug fix: Fixed errors in opening zero sized files. Bug fix: Fixed buttons order in open dialog. Anjuta 2.0.0 (15 May 2005) -- Naba Kumar Architecture and code base: New: New plugin architecture and all IDE components ported to this framework. New: Complex docking shell that allows arbitrary docking of IDE widgets. New: Dynamic plugin activation and deactivation. New: Extensible architecture. New: Plugins can interact with other plugins through interface. New: Plugins can install dynamic UIs (menus/toolbars), including installing context menus in other plugins. New: Shell and Plugin API documentation. Integration: New: Integrated help system with Devhelp. New: Integrated glade UI designer (incomplete). Editor plugin: New: Scope memeber autocompletion (e.g ., -> and :: autocompletion). New: Editor split views. New: Automatic indentation with tabbing. New: More syntax highlighting lexers New: Split multiple views of document New: Remote editing (full gnome-vfs support) New: Real-time file modification monitor. Project management and build plugin: New: Multiple parallel builds and independent debugging and execution. New: Synchronous project management (simultaneous manual and automatic management) New: Mime based filemanager and desktop integration. Other plugins: New: Task Manager. New: Macro plugin allows inserting predefined and user defined texts (macros). New: Easily extensible template based project wizards (based on autogen). New: Symbol search plugin. New: C++ and GObject based class wizard. New: Class inheritance diagram plugin. New: Subversion plugin (incomplete) New: Session management framework. Updated: Debuger uses GDB machine-interface. Updated: CVS plugin Updated: Pretty much everyting.
2007-01-04 12:29:07 +01:00
@dirrm include/libanjuta-1.0/libanjuta/interfaces
@dirrm include/libanjuta-1.0/libanjuta
@dirrm include/libanjuta-1.0