From f52461471f1ef86adda1f9a311483f57e4d51dbd Mon Sep 17 00:00:00 2001
From: Marco Pesenti Gritti <marco@gnome.org>
Date: Wed, 19 Nov 2003 19:19:59 +0000
Subject: Complete docs base implementation. Should work more or less.

2003-11-19  Marco Pesenti Gritti  <marco@gnome.org>

	* doc/reference/.cvsignore:
	* doc/reference/Makefile.am:
	* doc/reference/epiphany-docs.sgml:
	* doc/reference/epiphany.types:
	* doc/reference/tmpl/config.sgml:
	* doc/reference/tmpl/ephy-session.sgml:
	* doc/reference/tmpl/ephy-shell.sgml:

	Complete docs base implementation. Should work
	more or less.

	* embed/Makefile.am:
	* lib/Makefile.am:
	* src/Makefile.am:

	Cleanup a bit libs build and use a static lib
	also for the src/ code so that we can use it
	for documents.

	* src/ephy-nautilus-view.c:

	Bad chpe forgot to modify func signature.

2003-11-19  Christian Persch  <chpe@cvs.gnome.org>

	* embed/downloader-view.h:
	* embed/ephy-download.h:
	* embed/ephy-embed-dialog.h:
	* embed/ephy-embed-event.h:
	* embed/ephy-embed-persist.h:
	* embed/ephy-embed-popup-control.h:
	* embed/ephy-embed-shell.h:
	* embed/ephy-embed-single.h:
	* embed/ephy-encodings.h:
	* embed/ephy-favicon-cache.h:
	* embed/ephy-history.h:
	* embed/find-dialog.h:
	* embed/mozilla/EphyBrowser.h:
	* embed/mozilla/GtkNSSKeyPairDialogs.cpp:
	* embed/mozilla/mozilla-download.h:
	* embed/mozilla/mozilla-embed-persist.h:
	* embed/mozilla/mozilla-embed-single.h:
	* embed/print-dialog.h:
	* lib/egg/egg-editable-toolbar.h:
	* lib/egg/egg-toolbar-editor.h:
	* lib/egg/egg-toolbars-model.h:
	* lib/ephy-debug.h:
	* lib/ephy-dialog.h:
	* lib/ephy-dnd.h:
	* lib/ephy-file-chooser.h:
	* lib/ephy-node-db.h:
	* lib/ephy-node-filter.h:
	* lib/ephy-node.h:
	* lib/ephy-prefs.h:
	* lib/ephy-state.h:
	* lib/ephy-string.h:
	* lib/ephy-zoom.h:
	* lib/widgets/ephy-arrow-toolbutton.h:
	* lib/widgets/ephy-cell-renderer-progress.h:
	* lib/widgets/ephy-ellipsizing-label.h:
	* lib/widgets/ephy-location-entry.h:
	* lib/widgets/ephy-node-view.h:
	* lib/widgets/ephy-search-entry.h:
	* lib/widgets/ephy-spinner.h:
	* lib/widgets/ephy-tree-model-node.h:
	* lib/widgets/ephy-tree-model-sort.h:
	* lib/widgets/ephy-zoom-action.h:
	* lib/widgets/ephy-zoom-control.h:
	* src/bookmarks/ephy-bookmark-action.h:
	* src/bookmarks/ephy-bookmark-properties.h:
	* src/bookmarks/ephy-bookmarks-editor.h:
	* src/bookmarks/ephy-bookmarks-menu.h:
	* src/bookmarks/ephy-bookmarks.h:
	* src/bookmarks/ephy-new-bookmark.h:
	* src/bookmarks/ephy-topic-action.h:
	* src/bookmarks/ephy-topics-selector.h:
	* src/ephy-automation.h:
	* src/ephy-completion-model.h:
	* src/ephy-encoding-dialog.h:
---
 src/pdm-dialog.h | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'src/pdm-dialog.h')

diff --git a/src/pdm-dialog.h b/src/pdm-dialog.h
index b5878a6f6..1834f716e 100644
--- a/src/pdm-dialog.h
+++ b/src/pdm-dialog.h
@@ -38,6 +38,8 @@ typedef struct PdmDialogPrivate PdmDialogPrivate;
 struct PdmDialog
 {
         EphyDialog parent;
+
+	/*< private >*/
         PdmDialogPrivate *priv;
 };
 
-- 
cgit