anjuta r4535 - in trunk: . plugins/gbf-am plugins/gbf-mkfile plugins/project-manager plugins/starter



Author: jhs
Date: Mon Jan  5 13:41:03 2009
New Revision: 4535
URL: http://svn.gnome.org/viewvc/anjuta?rev=4535&view=rev

Log:
2.25.4:

2009-01-05  Johannes Schmid <jhs gnome org>

	* NEWS: Updated
	* configure.in: Bumped version to 2.25.4
	* plugins/project-manager/Makefile.am:
	* plugins/gbf-am/Makefile.am:
	* plugins/gbf-mkfile/Makefile.am:
	* plugins/starter/Makefile.am:
	Fixed distcheck

Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/configure.in
   trunk/plugins/gbf-am/Makefile.am
   trunk/plugins/gbf-mkfile/Makefile.am
   trunk/plugins/project-manager/Makefile.am
   trunk/plugins/starter/Makefile.am

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Mon Jan  5 13:41:03 2009
@@ -1,3 +1,117 @@
+Anjuta 2.25.4 (5 January 2009) -- Johannes Schmid
+
+Translations updates:
+====================
+es, fr, sv, fi, he, ru, pt_BR, pl
+
+New:
+- Symbol-db plugin now default and working, old ctags code and symbol-browser
+removed
+- Starter plugin for fast access to common actions
+- Remote debugging support using gdbserver
+- New bookmark interface
+- gnome-build merge into anjuta
+
+Updates:
+- Single toolbar without bonobo
+- Devhelp plugin uses webkit now
+- Lots of HIG fixes
+- Improved searching
+- Scintilla updated to 1.77
+
+Special thanks to (in no particular order, before the huge list of bugs appears...)
+- SÃbastien Granjoux (for general bug fixing, merging gnome-build and being totally awesome)
+- Massimo Cora' (for doing the great work on the symbol-db plugin)
+- Naba Kumar (for giving lots of input on design decisions)
+- James Liggett (for the work on the version control plugins)
+- Adam Dingle (for many patches and lots of QA in bugzilla)
+- Jens Georg (for the GNOME-VFS porting)
+- Carl-Anton Ingmarsson (for various great patches)
+- Ignacio Casal Quinteiro (for updating devhelp to webkit and the new starter plugin)
+- All translators and people I possibly missed here
+
+Bugs fixed:
+#565885 â Search is broken for a single file with output to find pane 
+#565714 â use F11 shortcut for Full Screen
+#511589 â Anjuta uses GNOME-VFS (partly)
+#305515 â Bookmarks are not remembered across sessions
+#566284 â search-view should match more
+#566225 â activating selected row in search view does nothing
+#564302 â "Loaded Project..." is confusing
+#566129 â crash when project opening and file not found
+#565773 â symbol scanning is very slow
+#529181 â refresh dialog pops over all windows
+#563988 - Zoom factor is not updated correctly in scintilla
+#565769 â symbol-db blocks anjuta when files are removed
+#565890 â cleanup thread handling by using a GThreadPool
+#565823 â symbol-db hardcodes /usr/include for header files
+#545127 â When searching down can't see below search result
+#565278 â remove Next Occurrence and Previous Occurrence commands
+#565014 â sort Find in Files output by filename
+#564891 â Crash when closing editor window
+#565691 â no Goto Definition command in symbol-db
+#565701 â Anjuta hangs if ctags not installed
+#565578 â Next Document command does not cycle back to first document
+#565650 â Port anjuta-session from gnome-config to GKeyfile
+#565706 â trailing period in symbol-db labels
+#565700 â Enter key inserts garbage into Symbols / Search box
+#565492 â remove usage of std i/o
+#560857 â Remove deprecated GLib symbols in project wizard
+#565381 â Anjuta manual needs copy editing
+#564987 â Save All, Close All should appear in Documents menu
+#565002 â Redo shortcut should be Ctrl+Shift+Z
+#565016 â Previous History and Next History should have shortcuts
+#563585 â Find in Files is extremely slow
+#565189 â anjuta fails to build due to IAnjutaBookmark not being
+	removed from documentation
+#564673 â I cannot activate sourceview plugin over scintilla
+#563889 â GNOME Goal: Clean up GLib and GTK+ includes
+#563980 - displayed some more info on search tab
+#309664 - Some file types impossible to open In Anjuta
+#563490 â Select Code Block command selects nothing in GtkSourceView editor
+#559806 â Anjuta crashes when closing unsaved file
+#563988 â don't display zoom factor when using GtkSourceView editor
+#564295 - minor English fix
+#563500 â inconsistent case sensitivity defaults
+#564377: Avoid opening an empty buffer when file does not exist
+#562808 â symbol-db crashes with latest libgda
+#560857: Remove use of g_mem_chunk in tools plugin
+#513156: Get rid of libgnome(ui) (partial)
+#563692: added a toolbar with build and execute buttons
+#563696 â garbage pixels appear in build output
+#563685 crash when trying to create a GObject
+#563753 default project directory is "/" until I set it explicitly
+#563586 Crash if project TODO.tasks is not readable
+#559951: Class Generator cannot add new class
+#563530: "Do not show binary files" should add ".pyc" and ".pyo"
+#552081: Dependent plugins are not added in the preference dialog
+#560284: Crash when deleting a folder outside Anjuta
+#562623: Project creation fails if path uses a tilde
+#562754: Create corresponding header file does not work
+#548873: File->Close project menu remains active after closing
+	a project
+#562750 â The view should be showed when you search something.
+#558910: libanjuta has several warnings
+#560311 â Update devhelp plugin to use webkit version
+#557767 â Open file in file tree view on press Enter
+#312660 â Too many click to set "terminus" font
+#561369: Debug->add source path menu item doesn't work
+#558788 â Improving debugging
+#559800 - Missing debugger menu
+#558315 â Ambiguous message
+#544583 Add support for gnome applet projects
+#556147 Provide valid default directory for project
+#552996 - New file dialog misses BSD licence
+#545668 - new file are not added correctly to the project
+#545668 â file's icon not correctly updated on tabs-right-click
+#556053 â closing file tabs disable 'save button'
+#556053 â closing file tabs disable 'save button'
+#523609 â PATCH: Using a deprecated func in about.c
+#554337 Allow to change build directory to project directory
+#554337 Set uri instead of current_folder_uri
+#554684 â Cursor column number is not updated when typing text
+#554337 could not find glade file while executing a program
+
 Anjuta 2.24.0 (22 September 2008) -- Johannes Schmid
 
 Translations updates:

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Mon Jan  5 13:41:03 2009
@@ -4,7 +4,7 @@
 
 m4_define(anjuta_major_version,  2)
 m4_define(anjuta_minor_version, 25)
-m4_define(anjuta_micro_version,  0)
+m4_define(anjuta_micro_version,  4)
 m4_define(anjuta_version, anjuta_major_version.anjuta_minor_version.anjuta_micro_version)
 
 AC_INIT(anjuta, anjuta_version, http://bugzilla.gnome.org/enter_bug.cgi?product=anjuta)
@@ -944,7 +944,6 @@
 plugins/gbf-mkfile/GBF/Makefile
 plugins/symbol-db/images/Makefile
 plugins/symbol-db/Makefile
-plugins/symbol-db/test/Makefile
 plugins/cvs-plugin/Makefile
 plugins/project-wizard/Makefile
 plugins/macro/Makefile

Modified: trunk/plugins/gbf-am/Makefile.am
==============================================================================
--- trunk/plugins/gbf-am/Makefile.am	(original)
+++ trunk/plugins/gbf-am/Makefile.am	Mon Jan  5 13:41:03 2009
@@ -32,6 +32,7 @@
 
 libgbf_am_la_SOURCES = \
 	plugin.c \
+	plugin.h \
 	gbf-am-project.c \
 	gbf-am-project.h \
 	gbf-am-config.c \
@@ -60,7 +61,8 @@
 	$(plugin_in_files) \
 	$(plugin_DATA) \
 	$(plugin_ui_DATA) \
-	$(plugin_pixmaps_DATA)
+	$(plugin_pixmaps_DATA) \
+	$(plugin_glade_DATA)
 
 DISTCLEANFILES = \
 	$(plugin_DATA) \

Modified: trunk/plugins/gbf-mkfile/Makefile.am
==============================================================================
--- trunk/plugins/gbf-mkfile/Makefile.am	(original)
+++ trunk/plugins/gbf-mkfile/Makefile.am	Mon Jan  5 13:41:03 2009
@@ -32,6 +32,7 @@
 
 libgbf_mkfile_la_SOURCES = \
 	plugin.c \
+	plugin.h \
 	gbf-mkfile-project.c \
 	gbf-mkfile-project.h \
 	gbf-mkfile-config.c \

Modified: trunk/plugins/project-manager/Makefile.am
==============================================================================
--- trunk/plugins/project-manager/Makefile.am	(original)
+++ trunk/plugins/project-manager/Makefile.am	Mon Jan  5 13:41:03 2009
@@ -58,7 +58,8 @@
 	$(plugin_in_files) \
 	$(project_plugin_DATA) \
 	$(project_ui_DATA) \
-	$(project_pixmaps_DATA)
+	$(project_pixmaps_DATA) \
+	$(project_glade_DATA)
 
 DISTCLEANFILES = \
 	$(project_plugin_DATA) \

Modified: trunk/plugins/starter/Makefile.am
==============================================================================
--- trunk/plugins/starter/Makefile.am	(original)
+++ trunk/plugins/starter/Makefile.am	Mon Jan  5 13:41:03 2009
@@ -5,6 +5,9 @@
 starter_plugindir = $(anjuta_plugin_dir)
 starter_plugin_DATA = $(plugin_in_files:.plugin.in=.plugin)
 
+starter_pixmapsdir = $(anjuta_image_dir)
+starter_pixmaps_DATA = starter-logo.png 
+
 plugindir = $(anjuta_plugin_dir)
 plugin_LTLIBRARIES = libanjuta-starter.la
 
@@ -34,4 +37,5 @@
 
 EXTRA_DIST = \
 	$(plugin_in_files) \
-	$(starter_plugin_DATA) 
+	$(starter_plugin_DATA) \
+	$(starter_pixmaps_DATA) 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]