annotate lisp/w3/w3-auto.el @ 0:376386a54a3c r19-14

Import from CVS: tag r19-14
author cvs
date Mon, 13 Aug 2007 08:45:50 +0200
parents
children ac2d302a0011
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1 ;;; All the autoloads for emacs-w3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3 ;; About pages
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4 (autoload 'w3-about "w3-about")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
6 ;; Annotation handling
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
7 (autoload 'w3-parse-personal-annotations "w3-annotat")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
8 (autoload 'w3-is-personal-annotation "w3-annotat")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
9 (autoload 'w3-delete-personal-annotation "w3-annotat")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
10 (autoload 'w3-personal-annotation-add "w3-annotat")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
11 (autoload 'w3-annotation-minor-mode "w3-annotat")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
12 (autoload 'w3-annotation-add "w3-annotat")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
13
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
14 ;; Hotlist handling
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
15 (autoload 'w3-read-html-bookmarks "w3-hot")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
16 (autoload 'w3-hotlist-apropos "w3-hot")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
17 (autoload 'w3-hotlist-refresh "w3-hot")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
18 (autoload 'w3-hotlist-delete "w3-hot")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
19 (autoload 'w3-hotlist-rename-entry "w3-hot")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
20 (autoload 'w3-hotlist-append "w3-hot")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
21 (autoload 'w3-parse-hotlist "w3-hot")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
22 (autoload 'w3-use-hotlist "w3-hot")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
23 (autoload 'w3-hotlist-add-document-at-point "w3-hot")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
24 (autoload 'w3-hotlist-add-document "w3-hot")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
25
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
26 ;; Printing
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
27 (autoload 'w3-print-with-ps-print "w3-print")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
28 (autoload 'w3-print-this-url "w3-print")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
29 (autoload 'w3-print-url-under-point "w3-print")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
30 (autoload 'w3-parse-tree-to-latex "w3-latex")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
31 (autoload 'w3-show-dvi "w3-latex")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
32
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
33 ;; Stylesheet stuff
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
34 (autoload 'w3-handle-style "w3-style")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
35 (autoload 'w3-style-parse-css "w3-style")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
36 (autoload 'w3-generate-stylesheet-faces "w3-style")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
37
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
38 ;; Setup stuff
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
39 (autoload 'url-do-setup "url")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
40 (autoload 'w3-do-setup "w3")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
41
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
42 ;; Forms stuff
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
43 (autoload 'w3-form-add-element "w3-forms")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
44 (autoload 'w3-do-text-entry "w3-forms")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
45 (autoload 'w3-do-form-entry "w3-forms")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
46 (autoload 'widget-at "w3-forms")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
47 (autoload 'w3-next-widget "w3-forms")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
48
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
49 ;; Widget stuff
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
50 (autoload 'widget-setup "widget-edit")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
51 (autoload 'widget-create "widget-edit")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
52 (autoload 'widget-get "widget-edit")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
53 (autoload 'widget-put "widget-edit")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
54 (autoload 'widget-forward "widget-edit")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
55 (autoload 'widget-backward "widget-edit")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
56 (defvar widget-field-new nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
57
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
58 (provide 'w3-auto)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
59