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

Update to 3.9.1

OBS-URL: https://build.opensuse.org/request/show/174177
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/anjuta?expand=0&rev=149
This commit is contained in:
2013-05-05 11:59:44 +00:00
committed by Git OBS Bridge
parent fea0c7e53a
commit 5ffe32e225
5 changed files with 71 additions and 105 deletions

View File

@@ -1,3 +1,69 @@
-------------------------------------------------------------------
Wed May 1 18:42:26 UTC 2013 - dimstar@opensuse.org
- Update to version 3.9.1:
+ anjuta_language_provider: add proposals() function.
+ anjuta-tabber:
- Always use the padding of an active tab in y-direction size
allocation.
- don't iterate list to check if node is first/last.
- fix calculation of region flags.
- implement gtk_container_get_path_for_child().
- remove call to gtk_widget_style_attach().
- remove the total padding from total width.
- rework size allocation.
- take focus-padding into account when rendering focus.
- use tab_curvature for left/right space of first/last tab.
+ dir-project:
- check for NULL groups in dir_project_is_loaded().
- fix compile error.
+ document-manager:
- don't allocate AnjutaDocmanPriv ourselves.
- don't free AnjutaDocmanPriv ourselves.
- fix compile warning.
- pack notebook with width 1.
- remove margin around the document combo box.
+ git:
- Add a stash button to the Status command bar.
- Fix more names in the glade file.
- Fix setting of a custom author in the commit panel.
- Fix widget names.
- Implement adding files by dragging them onto the status view.
- Implement branch switching by double-click.
- More glade file name fixes.
- Pack the dock and the command bar together.
- Use actions for recurring items in the glade file.
- Use a toggle button to show and hide the command bar.
- Widget name fixes.
+ language-support-js:
- replace one more use of ianjuta_editor_assist_proposals().
- use anjuta_language_provider_proposals().
+ language-support-python:
- replace one more use of ianjuta_editor_assist_proposals().
- use anjuta_language_provider_proposals().
+ libanjuta: Improve editor modeline support.
+ libanjuta/manuals: Update documentation sections.
+ message-view:
- Use AnjutaCloseButton in tabs.
- use a single box for the tab widget.
+ mk-project:
- Ignore conditional directives in makefile.
- Prevent a crash.
+ parser-cxx:
- fix compilation warning.
- use anjuta_language_provider_proposals().
+ project-wizard: Use dist_doc_DATA for documentation text files.
+ sourceview: remove filtering of single proposals matching
pre_word.
+ symbol-db-query: change order of property installation in
SymbolDBQuery.
+ Update doap file.
+ Use dist_doc_DATA for documentation text files.
+ Bugs fixed: bgo#680770, bgo#688611, bgo#696023, bgo#696984,
bgo#696990, bgo#697030, bgo#698011.
+ Updated translations.
- Drop anjuta-glade.xml source: it's included in the tarball.
-------------------------------------------------------------------
Tue Apr 16 07:05:37 UTC 2013 - dimstar@opensuse.org