summaryrefslogtreecommitdiff
path: root/devel/anjuta/patches/patch-al
AgeCommit message (Collapse)AuthorFilesLines
2007-01-04Updated anjuta to 2.0.2.rillig1-14/+0
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.
2004-04-21Update to 1.2.2:jmmv1-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-02-26Update to version 1.2.1, with some ideas from Nir Mor.cube1-5/+5
anjuta now uses GTK+2/GNOME2 environment. There has been a lot of active development since the 1.0 branch, listing it would be way too long (parsing it, too). Refer to ChangeLog in the WRKSRC directory.
2002-04-03Add patch so this will compile on NetBSD hosts without sched.hjmc1-0/+14