[c] Patch for removing warnings on doc
Michèle Garoche <[email protected]>
| Newsgroups | gmane.editors.conglomerate.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello, Here's a patch that removes warnings when building doc. It contains changes to various files in src, in doc/reference and in fr.po (just for the line numbers). Two warnings remains, that I don't know how to solve: WARNING: No declaration for: cong_document_get_dispspec_element WARNING: No declaration for: cong_editor_node_get_type I'm unable to find where the first one is in the tree. For the second one, it is defined in cong-editor-node.h line 39 as: #define CONG_EDITOR_NODE_TYPE (cong_editor_node_get_type()) but that is the only reference that I've found to it. Now, apart from those two references, the result is as is: 814 symbols documented, 547 not documented, and 409 unused declarations. I can try to add some unused declarations (the most obvious ones to me) to the doc if it is wanted. Michèle <http://micmacfr.homeunix.org> _______________________________________________ Conglomerate-devel mailing list [email protected] http://lists.copyleft.no/mailman/listinfo/conglomerate-devel [c]: in december will [conglomerate-devel][c] removed from the subject. (filter on other headers then the subject line)
doc.patch
(application/octet-stream, 30.7 KB)
Index: doc/reference/ChangeLog =================================================================== RCS file: /cvs/gnome/conglomerate/doc/reference/ChangeLog,v retrieving revision 1.32 diff -u -r1.32 ChangeLog --- doc/reference/ChangeLog 28 Nov 2004 02:17:59 -0000 1.32 +++ doc/reference/ChangeLog 1 Dec 2004 20:53:05 -0000 @@ -1,3 +1,8 @@ +2004-12-01 Michèle Garoche <[email protected]> + + * conglomerate-sections.txt: various changes to remove warnings + at doc build time + 2004-11-27 David Malcolm <[email protected]> * conglomerate-docs.sgml: added another tip for debugging the Index: doc/reference/conglomerate-sections.txt =================================================================== RCS file: /cvs/gnome/conglomerate/doc/reference/conglomerate-sections.txt,v retrieving revision 1.7 diff -u -r1.7 conglomerate-sections.txt --- doc/reference/conglomerate-sections.txt 16 Nov 2004 14:27:58 -0000 1.7 +++ doc/reference/conglomerate-sections.txt 1 Dec 2004 20:53:05 -0000 @@ -52,7 +52,6 @@ cong_attribute_editor_construct cong_attribute_editor_get_document cong_attribute_editor_get_node -cong_attribute_editor_get_attribute cong_attribute_editor_get_ns cong_attribute_editor_get_attribute_name cong_attribute_editor_get_attribute_value @@ -103,7 +102,6 @@ cong_attribute_wrapper_construct cong_attribute_wrapper_get_document cong_attribute_wrapper_get_node -cong_attribute_wrapper_get_attribute cong_attribute_wrapper_get_ns cong_attribute_wrapper_get_attribute_name cong_attribute_wrapper_get_attribute_value @@ -263,7 +261,6 @@ cong_dispspec_get_num_elements cong_dispspec_get_element cong_dispspec_gc_get -cong_dispspec_name_gc_get cong_dispspec_name_get cong_dispspec_element_structural cong_dispspec_element_collapse @@ -305,11 +302,11 @@ cong_document_construct cong_document_new_from_xmldoc cong_document_get_xml -cong_document_get_root +cong_document_get_root_element cong_document_get_traversal cong_document_get_root_traversal_node cong_document_get_find_dialog_data -cong_document_get_dispspec +cong_document_get_dispspec_element cong_document_get_dispspec_element_for_node cong_document_get_filename cong_document_get_full_uri @@ -360,7 +357,7 @@ cong_document_copy_selection cong_document_can_paste cong_document_can_print -cong_document_paste_clipboard_or_selection +cong_document_paste_clipboard cong_document_paste_source_at cong_document_paste_source_under cong_document_paste_source_before @@ -827,8 +824,6 @@ cong_editor_node_get_traversal_parent cong_editor_node_is_selected cong_editor_node_private_set_selected -cong_editor_node_get_primary_area -cong_editor_node_get_inner_area cong_editor_node_generate_block_area cong_editor_node_generate_line_areas_recursive cong_editor_node_line_regeneration_required @@ -852,7 +847,6 @@ cong_editor_widget3_construct cong_editor_widget3_new cong_editor_widget3_get_document -cong_editor_widget3_get_dispspec cong_editor_widget3_force_layout_update CongEditorNodeCallback cong_editor_widget3_for_each_editor_node @@ -901,7 +895,6 @@ CONG_EEL_INVOKE_METHOD CONG_EEL_ASSERT_METHOD CONG_EEL_INVOKE_METHOD_IF -cong_eel_option_menu_get_selected_menu_item cong_eel_prettify_xml_name_with_header_capitalisation cong_eel_prettify_xml_name_with_sentence_capitalisation cong_eel_set_string @@ -1615,8 +1608,8 @@ <SECTION> <FILE>cong-ui-hooks</FILE> cong_menu_item_attach_callback_Document -cong_menu_item_attach_callback_Document_Node_ParentWindow -cong_menu_item_attach_callback_Document_DispspecElement_Node +cong_menu_item_attach_callback_Document_SelectedNode_ParentWindow +cong_menu_item_attach_callback_Document_ElementDescription_SelectedNode cong_menu_add_item cong_ui_hook_file_import cong_ui_hook_file_export @@ -1701,8 +1694,6 @@ cong_util_modal_element_selection_dialog cong_util_make_menu_item cong_util_make_stock_menu_item -cong_util_make_menu_item_for_dispspec_element -cong_util_make_menu_item_for_element_desc cong_util_add_menu_separator cong_util_get_qualified_attribute_name cong_util_show_in_window @@ -1725,7 +1716,7 @@ <FILE>cong-view</FILE> CONG_VIEW cong_view_get_document -cong_view_get_dispspec +cong_view_get_default_dispspec </SECTION> <SECTION> @@ -1748,8 +1739,6 @@ <FILE>global</FILE> CONG_GCONF_PATH RELEASE -isblank -NEW_LOOK CONG_VALIDATE_UTF8 cong_editor_view_new cong_editor_view_free Index: po/ChangeLog =================================================================== RCS file: /cvs/gnome/conglomerate/po/ChangeLog,v retrieving revision 1.224 diff -u -r1.224 ChangeLog --- po/ChangeLog 28 Nov 2004 11:37:05 -0000 1.224 +++ po/ChangeLog 1 Dec 2004 20:53:05 -0000 @@ -1,3 +1,16 @@ +2004-12-01 Michèle Garoche <[email protected]> + + * fr.po: Updated French translation after changes in src for doc. + +2004-12-01 Michèle Garoche <[email protected]> + + * fr.po: Updated French translation. + +2004-11-30 Michèle Garoche <[email protected]> + + * POTFILES.in: Deleted src/tchoice.c from it. + It is no more in the tree. + 2004-11-28 Funda Wang <[email protected]> * zh_CN.po: Added Simplified Chinese translation. Index: po/fr.po =================================================================== RCS file: /cvs/gnome/conglomerate/po/fr.po,v retrieving revision 1.23 diff -u -r1.23 fr.po --- po/fr.po 27 Oct 2004 15:12:57 -0000 1.23 +++ po/fr.po 1 Dec 2004 20:53:14 -0000 @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: conglomerate HEAD\n" -"POT-Creation-Date: 2004-10-27 03:06+0200\n" -"PO-Revision-Date: 2004-10-27 03:07+0200\n" +"POT-Creation-Date: 2004-12-01 20:59+0100\n" +"PO-Revision-Date: 2004-12-01 12:49+0100\n" "Last-Translator: Michèle Garoche <[email protected]>\n" "Language-Team: French <[email protected]>\n" "MIME-Version: 1.0\n" @@ -551,7 +551,7 @@ #: dispspecs/docbook.xds.in.h:99 dispspecs/forrest-document.xds.in.h:31 #: dispspecs/kernel-traffic-newsletter.xds.in.h:26 -#: dispspecs/xhtml1-strict.xds.in.h:55 src/plugin-paragraph.c:67 +#: dispspecs/xhtml1-strict.xds.in.h:55 src/plugin-paragraph.c:68 msgid "Paragraph" msgstr "Paragraphe" @@ -728,7 +728,7 @@ msgid "Table Column Specification" msgstr "Spécification de colonne de tableau" -#: dispspecs/docbook.xds.in.h:143 +#: dispspecs/docbook.xds.in.h:143 src/plugin-table.c:417 msgid "Table Entry" msgstr "Entrée de tableau" @@ -740,7 +740,7 @@ msgid "Table Footer" msgstr "Pied de tableau" -#: dispspecs/docbook.xds.in.h:146 +#: dispspecs/docbook.xds.in.h:146 src/plugin-table.c:405 msgid "Table Group" msgstr "Groupe dans un tableau" @@ -749,6 +749,7 @@ msgstr "En-tête de tableau" #: dispspecs/docbook.xds.in.h:148 dispspecs/xhtml1-strict.xds.in.h:73 +#: src/plugin-table.c:411 msgid "Table Row" msgstr "Ligne de tableau" @@ -1803,20 +1804,20 @@ msgstr "" "Les modifications apportées pendant la dernière minute seront supprimées." -#: src/cong-dispspec.c:501 +#: src/cong-dispspec.c:513 msgid "unnamed" msgstr "sans nom" -#: src/cong-dispspec.c:521 +#: src/cong-dispspec.c:536 msgid "No description available." msgstr "Aucune description disponible" -#: src/cong-dispspec-element.c:735 src/cong-xpath-expression.c:247 +#: src/cong-dispspec-element.c:659 src/cong-xpath-expression.c:247 msgid "(xpath failed)" msgstr "(Échec de xpath)" #. FIXME: should we display <untitled>? or should this be a dispspec-specified per-element property? -#: src/cong-dispspec-element.c:771 +#: src/cong-dispspec-element.c:695 msgid "<untitled>" msgstr "<sans titre>" @@ -1917,15 +1918,15 @@ msgid "Select %s" msgstr "Sélectionner %s" -#: src/cong-dom-view.c:224 +#: src/cong-dom-view.c:225 msgid "UNKNOWN" msgstr "INCONNU" -#: src/cong-dom-view.c:251 +#: src/cong-dom-view.c:252 msgid "Text:" msgstr "Texte :" -#: src/cong-dom-view.c:257 +#: src/cong-dom-view.c:258 msgid "CDATA:" msgstr "Données textuelles" @@ -1943,39 +1944,39 @@ msgid "Find" msgstr "Rechercher" -#: src/cong-editor-node-text.c:984 +#: src/cong-editor-node-text.c:898 msgid "Select word" msgstr "Sélectionner un mot" -#: src/cong-editor-node-text.c:1009 +#: src/cong-editor-node-text.c:923 msgid "Move cursor" msgstr "Déplacer le curseur" -#: src/cong-editor-node-text.c:1095 +#: src/cong-editor-node-text.c:1009 msgid "Drag out selection" msgstr "Déplacer la sélection" -#: src/cong-editor-widget3.c:260 +#: src/cong-editor-widget3.c:268 msgid "Expander Size" msgstr "Taille de la zone de pliage" -#: src/cong-editor-widget3.c:261 +#: src/cong-editor-widget3.c:269 msgid "Size of the expander arrow" msgstr "Taille de la flèche de pliage" -#: src/cong-editor-widget3.c:745 +#: src/cong-editor-widget3.c:747 msgid "Input Method" msgstr "Méthode de saisie" -#: src/cong-editor-widget3.c:857 src/cong-editor-widget3.c:1388 +#: src/cong-editor-widget3.c:877 src/cong-editor-widget3.c:1408 msgid "Typing" msgstr "Saisie" -#: src/cong-editor-widget3.c:1289 +#: src/cong-editor-widget3.c:1309 msgid "Cursor Movement" msgstr "Mouvement du curseur" -#: src/cong-editor-widget3.c:1329 src/cong-editor-widget3.c:1342 +#: src/cong-editor-widget3.c:1349 src/cong-editor-widget3.c:1362 msgid "Delete Selection" msgstr "Supprimer la sélection" @@ -2638,7 +2639,7 @@ msgid "Remove DTD" msgstr "Supprimer la DTD" -#: src/cong-file-properties.c:380 src/cong-util.c:1683 +#: src/cong-file-properties.c:380 src/cong-util.c:1636 msgid "Associate with DTD" msgstr "Associer à la DTD" @@ -2690,20 +2691,13 @@ msgid "Conglomerate cannot open the result of the transformation" msgstr "Conglomerate ne peut ouvrir le résultat de la transformation" -#. -#. * Since we can not assume that these are the DocBook stylesheets we can not -#. * be too precise with the error message. The message below assumes that whatever stylesheet -#. * was used was accessed via the XML catalog mechanism, hence the note about the catalog -#. * file. It would be nice to make the URL an actual link but that is a lot more work. -#. -#: src/cong-menus.c:528 src/cong-plugin.c:734 +#: src/cong-menus.c:528 #, c-format msgid "There was a problem reading the stylesheet file \"%s\"" msgstr "" "Un problème s'est produit lors de la lecture de la feuille de styles \"%s\"" -#: src/cong-menus.c:531 src/cong-menus.c:555 src/cong-plugin.c:736 -#: src/cong-plugin.c:799 +#: src/cong-menus.c:531 src/cong-menus.c:555 msgid "Conglomerate could not transform the document" msgstr "Conglomerate n'a pas réussi à transformer le document" @@ -2759,11 +2753,11 @@ msgstr "_Aide" #. Sub-menus: -#: src/cong-menus.c:1490 src/popup.c:1099 +#: src/cong-menus.c:1490 src/popup.c:1100 msgid "New sub-element" msgstr "Nouveau sous-élément" -#: src/cong-menus.c:1491 src/popup.c:1113 +#: src/cong-menus.c:1491 src/popup.c:1114 msgid "New sibling" msgstr "Nouvel enfant" @@ -2794,7 +2788,7 @@ #. Actions found in Edit menu: #: src/cong-menus.c:1503 -msgid "Prefere_nces" +msgid "Pr_eferences" msgstr "Pré_férences" #. Actions found in Help menu: @@ -2848,11 +2842,11 @@ msgstr "Proprié_tés" #. Actions found in Edit menu: -#: src/cong-menus.c:1543 src/cong-menus.c:1769 +#: src/cong-menus.c:1543 src/cong-menus.c:1768 msgid "_Undo" msgstr "_Annuler" -#: src/cong-menus.c:1544 src/cong-menus.c:1779 +#: src/cong-menus.c:1544 src/cong-menus.c:1778 msgid "_Redo" msgstr "_Rétablir" @@ -2860,7 +2854,7 @@ msgid "Cu_t" msgstr "Cou_per" -#: src/cong-menus.c:1546 src/popup.c:755 src/popup.c:1051 +#: src/cong-menus.c:1546 src/popup.c:755 src/popup.c:1052 msgid "_Copy" msgstr "_Copier" @@ -2892,12 +2886,12 @@ msgid "View _Source" msgstr "_Voir le source" -#: src/cong-menus.c:1765 +#: src/cong-menus.c:1764 #, c-format msgid "_Undo: %s" msgstr "_Annuler : %s" -#: src/cong-menus.c:1775 +#: src/cong-menus.c:1774 #, c-format msgid "_Redo: %s" msgstr "_Rétablir : %s" @@ -2964,7 +2958,7 @@ msgid "DTD" msgstr "DTD" -#: src/cong-overview-view.c:206 +#: src/cong-overview-view.c:207 msgid "Unknown data" msgstr "Données inconnues" @@ -3001,47 +2995,19 @@ msgid "Show Details" msgstr "Afficher les détails" -#: src/cong-plugin.c:557 src/cong-plugin.c:622 +#: src/cong-plugin.c:554 src/cong-plugin.c:619 msgid "Conglomerate could not find display information for the new file" msgstr "" "Conglomerate n'a pas trouvé de données d'affichage pour ce nouveau fichier" -#: src/cong-plugin.c:738 -msgid "" -"Since Conglomerate could not read the stylesheet it is possible that your " -"XML catalog file is set up incorrectly. See http://www.xmlsoft.org/catalog." -"html for more information on catalogs." -msgstr "" -"Comme Conglomerate n'est pas arrivé à lire la feuille de style, il est " -"possible que votre fichier de catalogue XML ne soit pas correct. Voir http://" -"www.xmlsoft.org/catalog.html pour de plus amples informations sur les " -"catalogues." - -#: src/cong-plugin.c:769 -#, c-format -msgid "There was a problem applying the stylesheet file \"%s\" to \"%s\"" -msgstr "" -"Un problème s'est produit lors de l'application de la feuille de styles \"%s" -"\" à \"%s\"" - -#: src/cong-plugin.c:786 -msgid "" -"\n" -"\n" -"The following stylesheet parameters were used:\n" -msgstr "" -"\n" -"\n" -"Les paramètres de feuille de style suivants ont été utilisées :\n" - #. Generate a user-visible name for this plugin property dialog (property dialog for an XML element) -#: src/cong-plugin.c:1283 +#: src/cong-plugin.c:1043 #, c-format msgid "<%s> property dialog" msgstr "Dialogue de propriété <%s>" #. Generate a user-visible description for this plugin (property dialog for an XML element) -#: src/cong-plugin.c:1286 +#: src/cong-plugin.c:1046 #, c-format msgid "Provides a Properties dialog for the <%s> element" msgstr "Fournit un dialogue de propriétés pour l'élément <%s>" @@ -3071,23 +3037,23 @@ msgid "Cleanup XML Source" msgstr "Optimisation du source XML" -#: src/cong-util.c:368 src/plugin-docbook.c:1401 +#: src/cong-util.c:321 src/plugin-docbook.c:1402 msgid "Printing XSL Formatting Objects" msgstr "Impression d'objets de formatage XSL" -#: src/cong-util.c:412 +#: src/cong-util.c:365 msgid "This will eventually be the result from cong_util_print_xslfo" msgstr "Ce sera éventuellement le résult de cong_util_print_xslfo" -#: src/cong-util.c:1484 +#: src/cong-util.c:1437 msgid "(no description available)" msgstr "(aucune description n'est disponible)" -#: src/cong-util.c:1672 +#: src/cong-util.c:1625 msgid "DTD files" msgstr "Fichiers DTD" -#: src/cong-util.c:1675 +#: src/cong-util.c:1628 msgid "Select a DTD" msgstr "Choisir une DTD" @@ -3104,11 +3070,11 @@ msgid "All Files" msgstr "Tous les fichiers" -#: src/plugin-admonition.c:76 +#: src/plugin-admonition.c:77 msgid "Admonition" msgstr "Avertissements" -#: src/plugin-admonition.c:77 +#: src/plugin-admonition.c:78 msgid "An editor node for visualising tips, warnings, etc" msgstr "" "Noeud d'édition pour visualiser les trucs et astuces, les messages " @@ -3152,35 +3118,35 @@ "les attributs du document. Utile quand on travaille avec des documents SGML " "anciens." -#: src/plugin-docbook.c:224 +#: src/plugin-docbook.c:225 msgid "Untitled section" msgstr "Section sans titre" -#: src/plugin-docbook.c:231 +#: src/plugin-docbook.c:232 msgid "Text of the article goes here" msgstr "Placez ici le texte de l'article" -#: src/plugin-docbook.c:250 +#: src/plugin-docbook.c:251 msgid "Untitled Article" msgstr "Article sans titre" -#: src/plugin-docbook.c:300 +#: src/plugin-docbook.c:301 msgid "Untitled chapter" msgstr "Chapitre sans titre" -#: src/plugin-docbook.c:307 +#: src/plugin-docbook.c:308 msgid "Text of the first chapter goes here" msgstr "Placez ici le texte du premier chapitre" -#: src/plugin-docbook.c:326 +#: src/plugin-docbook.c:327 msgid "Untitled Book" msgstr "Livre sans titre" -#: src/plugin-docbook.c:377 +#: src/plugin-docbook.c:378 msgid "Untitled book" msgstr "Livre sans titre" -#: src/plugin-docbook.c:396 +#: src/plugin-docbook.c:397 msgid "Untitled Set of Documents" msgstr "Collection de documents sans titres" @@ -3188,18 +3154,18 @@ #. * The text may not be very helpful. #. * It would be nice to make the URLs be actual links. #. -#: src/plugin-docbook.c:1102 +#: src/plugin-docbook.c:1103 #, c-format msgid "Conglomerate can not find the stylesheet used to convert DocBook to %s" msgstr "" "Conglomerate n'arrive pas à trouver la feuille de style utilisée pour " "convertir DocBook en %s" -#: src/plugin-docbook.c:1105 +#: src/plugin-docbook.c:1106 msgid "Unable to locate the DocBook stylesheets" msgstr "Impossible de trouver les feuilles de style DocBook" -#: src/plugin-docbook.c:1107 +#: src/plugin-docbook.c:1108 msgid "" "Ensure that Norman Walsh's DocBook XSL stylesheets, available at http://" "docbook.sourceforge.net/projects/xsl/, are installed and are added to your " @@ -3212,7 +3178,7 @@ "xmlsoft.org/catalog.html pour de plus amples informations sur les " "catalogues);" -#: src/plugin-docbook.c:1143 +#: src/plugin-docbook.c:1144 #, c-format msgid "" "%s conversion complete.\n" @@ -3223,31 +3189,31 @@ "\n" "%s a été converti en %s dans %s" -#: src/plugin-docbook.c:1267 +#: src/plugin-docbook.c:1268 msgid "Exporting PDF file" msgstr "Exportation sous format PDF" -#: src/plugin-docbook.c:1271 src/plugin-docbook.c:1399 +#: src/plugin-docbook.c:1272 src/plugin-docbook.c:1400 msgid "Transforming DocBook into XSL Formatting Objects" msgstr "Transformation de DocBook en objets de formatage XSL" -#: src/plugin-docbook.c:1273 +#: src/plugin-docbook.c:1274 msgid "Laying out XSL Formatting Objects as a PDF file" msgstr "Mise en page des objets de formatage XSL sous format PDF" -#: src/plugin-docbook.c:1288 src/plugin-fo.c:97 +#: src/plugin-docbook.c:1289 src/plugin-fo.c:97 msgid "Converting XSL Formatting Objects to PDF" msgstr "Conversion d'objets de formatage XSL en PDF" -#: src/plugin-docbook.c:1395 +#: src/plugin-docbook.c:1396 msgid "Printing DocBook file" msgstr "Impression d'un fichier DocBook" -#: src/plugin-docbook.c:1795 +#: src/plugin-docbook.c:1796 msgid "DocBook Article" msgstr "Article DocBook" -#: src/plugin-docbook.c:1796 +#: src/plugin-docbook.c:1797 msgid "" "Create an article, perhaps for a website or a magazine, using the \"DocBook" "\" format" @@ -3255,35 +3221,35 @@ "Créer un article, pour un site web ou un magazine par exemple, en utilisant " "le format \"DocBook\"" -#: src/plugin-docbook.c:1803 +#: src/plugin-docbook.c:1804 msgid "DocBook Book" msgstr "Livre DocBook" -#: src/plugin-docbook.c:1804 +#: src/plugin-docbook.c:1805 msgid "Create a book, using the \"DocBook\" format" msgstr "Créer un livre, en utilisant le format \"DocBook\"" -#: src/plugin-docbook.c:1811 +#: src/plugin-docbook.c:1812 msgid "DocBook Set" msgstr "Collection DocBook" -#: src/plugin-docbook.c:1812 +#: src/plugin-docbook.c:1813 msgid "Create a set of related books, using the \"DocBook\" format" msgstr "Créer une collection de livres, en utilisant le format \"DocBook\"" -#: src/plugin-docbook.c:1820 +#: src/plugin-docbook.c:1821 msgid "Import text as a DocBook article" msgstr "Importer du texte sous forme d'article DocBook" -#: src/plugin-docbook.c:1821 +#: src/plugin-docbook.c:1822 msgid "Import a plain text file into the \"DocBook\" format, as an article." msgstr "Importer un fichier texte standard sous forme d'article \"DocBook\"" -#: src/plugin-docbook.c:1839 +#: src/plugin-docbook.c:1840 msgid "Export DocBook as HTML" msgstr "Exporter un fichier DocBook sous format HTML" -#: src/plugin-docbook.c:1840 +#: src/plugin-docbook.c:1841 msgid "" "Use Norman Walsh's DocBook stylesheets to create a webpage from this DocBook " "file" @@ -3291,11 +3257,11 @@ "Utiliser les feuilles de style DocBook de Norman Walsh pour créer une page " "web à partir du fichier DocBook" -#: src/plugin-docbook.c:1848 +#: src/plugin-docbook.c:1849 msgid "Export DocBook as PDF" msgstr "Exporter un fichier DocBook sous format PDF" -#: src/plugin-docbook.c:1849 +#: src/plugin-docbook.c:1850 msgid "" "Use Norman Walsh's DocBook stylesheets to create a PDF file from this " "DocBook file" @@ -3303,11 +3269,11 @@ "Utiliser les feuilles de style DocBook de Norman Walsh pour créer un fichier " "PDF à partir du fichier DocBook" -#: src/plugin-docbook.c:1857 +#: src/plugin-docbook.c:1858 msgid "Export DocBook as XSL:FO" msgstr "Exporter un fichier DocBook sous format XSL:FO" -#: src/plugin-docbook.c:1858 +#: src/plugin-docbook.c:1859 msgid "" "Use Norman Walsh's DocBook stylesheets to create an XSL:FO file from this " "DocBook file that can be printed or converted to PDF at a later date" @@ -3316,28 +3282,28 @@ "de ce fichier DocBook un fichier XSL:FO qui puisse être imprimé ou converti " "ultérieurement sous format PDF" -#: src/plugin-docbook.c:1867 +#: src/plugin-docbook.c:1868 msgid "Print DocBook" msgstr "Imprimer un fichier DocBook" -#: src/plugin-docbook.c:1876 +#: src/plugin-docbook.c:1877 msgid "Generic DocBook property dialog" msgstr "Dialogue de propriété générique DocBook" -#: src/plugin-docbook.c:1877 +#: src/plugin-docbook.c:1878 msgid "Provides a Properties dialog for most DocBook nodes" msgstr "Fournit un dialogue de propriétés pour la plupart des noeuds DocBook" -#: src/plugin-docbook.c:1895 src/plugin-docbook.c:1898 src/plugin-html.c:137 +#: src/plugin-docbook.c:1896 src/plugin-docbook.c:1899 src/plugin-html.c:137 #: src/plugin-html.c:140 msgid "Open Link in Browser" msgstr "Ouvrir le lien dans le navigateur" -#: src/plugin-docbook.c:1907 +#: src/plugin-docbook.c:1908 msgid "Promote Section" msgstr "Placer la section à un niveau supérieur" -#: src/plugin-docbook.c:1908 +#: src/plugin-docbook.c:1909 msgid "" "Promotes a DocBook section to a higher organisational level within the " "document" @@ -3345,32 +3311,32 @@ "Place une section DocBook à un niveau d'organisation supérieur dans le " "document" -#: src/plugin-docbook.c:1910 src/plugin-html.c:148 src/plugin-html.c:151 +#: src/plugin-docbook.c:1911 src/plugin-html.c:148 src/plugin-html.c:151 msgid "Promote" msgstr "Placer à un niveau supérieur" -#: src/plugin-docbook.c:1911 src/plugin-docbook.c:1912 +#: src/plugin-docbook.c:1912 src/plugin-docbook.c:1913 msgid "" "Promote the section to a higher organisational level within the document" msgstr "" "Placer la section à un niveau d'organisation supérieur dans le document" -#: src/plugin-docbook.c:1918 +#: src/plugin-docbook.c:1919 msgid "Demote Section" msgstr "Placer la section à un niveau inférieur" -#: src/plugin-docbook.c:1919 +#: src/plugin-docbook.c:1920 msgid "" "Demotes a DocBook section to a lower organisational level within the document" msgstr "" "Place une section DocBook à un niveau d'organisation inférieur dans le " "document" -#: src/plugin-docbook.c:1921 src/plugin-html.c:159 src/plugin-html.c:162 +#: src/plugin-docbook.c:1922 src/plugin-html.c:159 src/plugin-html.c:162 msgid "Demote" msgstr "Placer à un niveau inférieur" -#: src/plugin-docbook.c:1922 src/plugin-docbook.c:1923 +#: src/plugin-docbook.c:1923 src/plugin-docbook.c:1924 msgid "Demote the section to a lower organisational level within the document" msgstr "" "Placer la section à un niveau d'organisation inférieur dans le document" @@ -3442,18 +3408,27 @@ msgid "Print XSL:FO" msgstr "Imprimer le fichier XSL:FO" -#: src/plugin-lists.c:76 +#: src/plugin-lists.c:77 msgid "List Member Element" msgstr "Afficher les éléments d'une liste" -#: src/plugin-lists.c:77 +#: src/plugin-lists.c:78 msgid "An editor node for visualising a member of a list" msgstr "Noeud d'édition pour visualiser un élément d'une liste" -#: src/plugin-paragraph.c:68 +#: src/plugin-paragraph.c:69 msgid "An editor node for visualising a paragraph" msgstr "Noeud d'édition pour visualiser un paragraphe" +#. I'd like to use GtkSourceView for printing. +#. Unfortunately, the GtkSourceView API currently likes to create its own GnomePrintJob, and then use the GnomePrintContext from this. +#. +#. What should the Conglomerate printing plugin API be? Or should we have more than one (perhaps as subclasses) to allow for this kind of thing? +#. +#: src/plugin-print-source.c:73 src/plugin-print-source.c:86 +msgid "Print XML source" +msgstr "Imprimer le source XML" + #: src/plugin-random.c:148 msgid "What kind of random XML document would you like to create?" msgstr "Quel type de document XML à contenu aléatoire voulez-vous créer ?" @@ -3480,7 +3455,7 @@ #: src/plugin-save-dispspec.c:149 msgid "Dump Display Spec" -msgstr "Voir la spécification d'affichage" +msgstr "Enregistrer la spécification d'affichage" #: src/plugin-save-dispspec.c:150 src/plugin-save-dispspec.c:153 #: src/plugin-save-dispspec.c:154 @@ -3494,7 +3469,7 @@ #: src/plugin-save-dispspec.c:152 msgid "_Dump Display Spec" -msgstr "Voir la _spécification d'affichage" +msgstr "Enregistrer la _spécification d'affichage" #: src/plugin-save-dispspec.c:160 msgid "Edit Display Spec" @@ -3508,7 +3483,7 @@ #: src/plugin-save-dispspec.c:163 msgid "_Edit Display Spec" -msgstr "_Édition de la spécification d'affichage" +msgstr "_Éditer la spécification d'affichage" #: src/plugin-sgml.c:43 #, c-format @@ -3660,11 +3635,11 @@ "Convertir un commentaire contenant du code source XML dans le code " "correspondant" -#: src/popup.c:708 src/popup.c:1025 +#: src/popup.c:708 src/popup.c:1026 msgid "_Properties" msgstr "Propr_iétés" -#: src/popup.c:742 src/popup.c:1042 +#: src/popup.c:742 src/popup.c:1043 msgid "_Cut" msgstr "Cou_per" @@ -3672,15 +3647,15 @@ msgid "Other XML element..." msgstr "Autre élément XML..." -#: src/popup.c:1061 +#: src/popup.c:1062 msgid "Paste into" msgstr "Insérer dans" -#: src/popup.c:1071 +#: src/popup.c:1072 msgid "Paste before" msgstr "Insérer avant" -#: src/popup.c:1081 +#: src/popup.c:1082 msgid "Paste after" msgstr "Insérer après" Index: src/ChangeLog =================================================================== RCS file: /cvs/gnome/conglomerate/src/ChangeLog,v retrieving revision 1.772 diff -u -r1.772 ChangeLog --- src/ChangeLog 28 Nov 2004 23:45:28 -0000 1.772 +++ src/ChangeLog 1 Dec 2004 20:53:28 -0000 @@ -1,3 +1,12 @@ +2004-12-01 Michèle Garoche <[email protected]> + + * cong-dom-view.c, cong-editor-area-container.c, + cong-editor-area-unknown-tag.c, cong-editor-widget3.c, + cong-menus.c, cong-overview-view.c, cong-plugin.h, + cong-tree-view.c, popup.c: + + Adding and correcting elements for doc. + 2004-11-28 David Malcolm <[email protected]> * plugin-docbook.c: added #include of cong-stylesheet.h Index: src/cong-dom-view.c =================================================================== RCS file: /cvs/gnome/conglomerate/src/cong-dom-view.c,v retrieving revision 1.16 diff -u -r1.16 cong-dom-view.c --- src/cong-dom-view.c 17 Aug 2004 03:27:55 -0000 1.16 +++ src/cong-dom-view.c 1 Dec 2004 20:53:28 -0000 @@ -53,6 +53,7 @@ /** * cong_dom_view_new: * @doc: + * @primary_window: * * TODO: Write me * Returns: Index: src/cong-editor-area-container.c =================================================================== RCS file: /cvs/gnome/conglomerate/src/cong-editor-area-container.c,v retrieving revision 1.10 diff -u -r1.10 cong-editor-area-container.c --- src/cong-editor-area-container.c 4 Nov 2004 19:18:48 -0000 1.10 +++ src/cong-editor-area-container.c 1 Dec 2004 20:53:28 -0000 @@ -131,6 +131,7 @@ * cong_editor_area_container_add_child: * @area_container: * @child: + * @add_to_end: * * TODO: Write me */ Index: src/cong-editor-area-unknown-tag.c =================================================================== RCS file: /cvs/gnome/conglomerate/src/cong-editor-area-unknown-tag.c,v retrieving revision 1.16 diff -u -r1.16 cong-editor-area-unknown-tag.c --- src/cong-editor-area-unknown-tag.c 4 Nov 2004 19:18:48 -0000 1.16 +++ src/cong-editor-area-unknown-tag.c 1 Dec 2004 20:53:28 -0000 @@ -211,7 +211,7 @@ * cong_editor_area_unknown_tag_construct: * @area_unknown_tag: * @editor_widget: - * @tagname: + * @node: * * TODO: Write me * Returns: @@ -398,7 +398,7 @@ /** * cong_editor_area_unknown_tag_new: * @editor_widget: - * @tagname: + * @node: * * TODO: Write me * Returns: Index: src/cong-editor-widget3.c =================================================================== RCS file: /cvs/gnome/conglomerate/src/cong-editor-widget3.c,v retrieving revision 1.66 diff -u -r1.66 cong-editor-widget3.c --- src/cong-editor-widget3.c 28 Nov 2004 22:41:22 -0000 1.66 +++ src/cong-editor-widget3.c 1 Dec 2004 20:53:28 -0000 @@ -442,6 +442,7 @@ /** * cong_editor_widget3_new: * @doc: + * @primary_window: * * TODO: Write me * Returns: Index: src/cong-menus.c =================================================================== RCS file: /cvs/gnome/conglomerate/src/cong-menus.c,v retrieving revision 1.79 diff -u -r1.79 cong-menus.c --- src/cong-menus.c 5 Nov 2004 22:45:44 -0000 1.79 +++ src/cong-menus.c 1 Dec 2004 20:53:29 -0000 @@ -1912,6 +1912,7 @@ * @primary_window: * * TODO: Write me + * Returns: */ guint cong_menus_setup_ui_layout (CongPrimaryWindow *primary_window) Index: src/cong-overview-view.c =================================================================== RCS file: /cvs/gnome/conglomerate/src/cong-overview-view.c,v retrieving revision 1.14 diff -u -r1.14 cong-overview-view.c --- src/cong-overview-view.c 28 Nov 2004 01:52:16 -0000 1.14 +++ src/cong-overview-view.c 1 Dec 2004 20:53:29 -0000 @@ -69,6 +69,7 @@ /** * cong_overview_view_new: * @doc: + * @primary_window: * * TODO: Write me * Returns: Index: src/cong-plugin.h =================================================================== RCS file: /cvs/gnome/conglomerate/src/cong-plugin.h,v retrieving revision 1.29 diff -u -r1.29 cong-plugin.h --- src/cong-plugin.h 14 Oct 2004 20:54:22 -0000 1.29 +++ src/cong-plugin.h 1 Dec 2004 20:53:29 -0000 @@ -151,7 +151,7 @@ gboolean cong_ui_transform_doc_to_uri(CongDocument *doc, const gchar *stylesheet_filename, GList *list_of_parameters, - const gchar *uri, + const gchar *string_uri, GtkWindow *toplevel_window); gboolean cong_ui_load_imported_file_content(const gchar *uri, Index: src/cong-tree-view.c =================================================================== RCS file: /cvs/gnome/conglomerate/src/cong-tree-view.c,v retrieving revision 1.39 diff -u -r1.39 cong-tree-view.c --- src/cong-tree-view.c 14 Aug 2004 03:31:51 -0000 1.39 +++ src/cong-tree-view.c 1 Dec 2004 20:53:29 -0000 @@ -144,6 +144,7 @@ * @node_creation_callback: * @pixbuf_callback: * @user_data: + * @primary_window: * * TODO: Write me * Returns: Index: src/popup.c =================================================================== RCS file: /cvs/gnome/conglomerate/src/popup.c,v retrieving revision 1.95 diff -u -r1.95 popup.c --- src/popup.c 27 Oct 2004 02:06:09 -0000 1.95 +++ src/popup.c 1 Dec 2004 20:53:30 -0000 @@ -989,6 +989,7 @@ * @doc: * @node: * @parent_window: + * @primary_window: * * TODO: Write me */
PGP.sig
(application/pgp-signature, 186 B) - not displayed