2008-06-14 Louis-Francis Ratté-Boulianne <louisfrancis.rb@gmail.com>
commitd76fbfabe4d229df796d6c985c40c4535962bf97
authorjhs <jhs@1dbfb86a-d425-0410-a06b-cb591aac69f6>
Fri, 13 Jun 2008 22:41:29 +0000 (13 22:41 +0000)
committerjhs <jhs@1dbfb86a-d425-0410-a06b-cb591aac69f6>
Fri, 13 Jun 2008 22:41:29 +0000 (13 22:41 +0000)
tree8c666f0f2873d3f72636748478d4444c3d345414
parent1c455ed86961d5f91c44bed18038185fe8f7b25a
2008-06-14   Louis-Francis Ratté-Boulianne  <louisfrancis.rb@gmail.com>

reviewed by: Johannes Schmid <jhs@gnome.org>

* libanjuta/Makefile.am:
* libanjuta/interfaces/libanjuta.idl:
* plugins/document-manager/anjuta-docman.c
(anjuta_docman_update_documents_menu),
(on_notebook_page_close_button_click), (anjuta_docman_page_init),
(on_notebook_switch_page), (on_document_save_point),
(on_document_destroy), (anjuta_docman_remove_document),
(anjuta_docman_get_page_for_document),
(anjuta_docman_get_nth_page), (anjuta_docman_set_current_document),
(anjuta_docman_set_message_area), (anjuta_docman_get_uri),
(anjuta_docman_present_notebook_page),
(anjuta_docman_update_page_label),
(anjuta_docman_delete_all_markers),
(anjuta_docman_delete_all_indicators), (anjuta_docman_order_tabs),
(anjuta_docman_get_document_for_uri),
(anjuta_docman_get_all_doc_widgets):
* plugins/document-manager/anjuta-docman.h:
* plugins/document-manager/plugin.c:
* plugins/sourceview/sourceview.c (on_reload_dialog_response),
(on_sourceview_uri_changed_prompt):

#530215 – Have a message area like gedit

Commited with a trivial change to make sure it doesn\'t crash when a project is
closed.

git-svn-id: http://svn.gnome.org/svn/anjuta/trunk@4013 1dbfb86a-d425-0410-a06b-cb591aac69f6
ChangeLog
libanjuta/Makefile.am
libanjuta/anjuta-message-area.c [new file with mode: 0644]
libanjuta/anjuta-message-area.h [new file with mode: 0644]
libanjuta/interfaces/libanjuta.idl
plugins/document-manager/anjuta-docman.c
plugins/document-manager/anjuta-docman.h
plugins/document-manager/plugin.c
plugins/sourceview/sourceview.c