Accepting request 180568 from home:dimstar:branches:GNOME:Factory

Update to 3.9.3

OBS-URL: https://build.opensuse.org/request/show/180568
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/anjuta?expand=0&rev=152
This commit is contained in:
2013-06-23 14:12:01 +00:00
committed by Git OBS Bridge
parent faf27aa19d
commit a06e7a1a8d
4 changed files with 41 additions and 4 deletions

View File

@@ -1,3 +1,40 @@
-------------------------------------------------------------------
Sat Jun 22 11:58:51 UTC 2013 - dimstar@opensuse.org
- Update to version 3.9.3:
+ sourceview:
- fix compile warnings.
+ message-view: don't manually free private structure.
+ snippets-manager: fix compile warnings.
+ git:
- Add a context menu to the log pane.
- Add a context menu to the Branches pane.
- Add a popup menu to the Remotes pane.
- Check box action fixes in Push and Pull panes.
- Add a popup menu to the Stash pane.
- Fix a warning.
+ libanjuta:
- Improve symbol-db behavior on cut, paste, undo, redo and
when multiple files are modified.
- Move scoped and descoped signal on AnjutaProfile object.
- Replace AnjutaPluginDescription by AnjutaPluginHandle in API.
- Move anjuta_profile_manager_load_profile function in
anjuta_profile.
- Always keep plugins in the system profile.
- Allow to enable only a set of plugins defined in the profile
file.
- Keep dynamic allocation data in AnjutaPluginDescription.
- Allow to change plugin description key from profile.
+ Allow to select different profile on the command line.
+ Add a sample custom profile keeping only the editor.
+ document-manager: Automatically open an empty file if starter
plugin is not used.
+ symbol-db: Update symbol database on editor changes without
saving.
+ language-support-cpp-jave: Fix memory leak.
+ Bugs fixed: bgo#701443, bgo#701207, bgo#700383
+ Updated translations.
-------------------------------------------------------------------
Tue May 28 06:38:58 UTC 2013 - dimstar@opensuse.org