annotate lisp/w3/w3-auto.el @ 169:15872534500d r20-3b11

Import from CVS: tag r20-3b11
author cvs
date Mon, 13 Aug 2007 09:46:53 +0200
parents d2f30a177268
children
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
169
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 122
diff changeset
2 ;; Bare essentials
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 122
diff changeset
3 (autoload 'w3-open-local "w3" nil t)
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 122
diff changeset
4 (autoload 'w3-find-file "w3" nil t)
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 122
diff changeset
5 (autoload 'w3-fetch "w3" nil t)
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 122
diff changeset
6 (autoload 'w3-fetch-other-frame "w3" nil t)
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 122
diff changeset
7 (autoload 'w3-follow-url-at-point "w3" nil t)
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 122
diff changeset
8 (autoload 'w3-preview-this-buffer "w3" nil t)
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 122
diff changeset
9 (autoload 'w3 "w3" nil t)
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
10
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
11 ;; About pages
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
12 (autoload 'w3-about "w3-about")
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
114
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 110
diff changeset
15 (autoload 'w3-read-html-bookmarks "w3-hot" nil t)
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 110
diff changeset
16 (autoload 'w3-hotlist-apropos "w3-hot" nil t)
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 110
diff changeset
17 (autoload 'w3-hotlist-refresh "w3-hot" nil t)
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 110
diff changeset
18 (autoload 'w3-hotlist-delete "w3-hot" nil t)
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 110
diff changeset
19 (autoload 'w3-hotlist-rename-entry "w3-hot" nil t)
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 110
diff changeset
20 (autoload 'w3-hotlist-append "w3-hot" nil t)
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
21 (autoload 'w3-parse-hotlist "w3-hot")
110
fe104dbd9147 Import from CVS: tag r20-1b7
cvs
parents: 108
diff changeset
22 (autoload 'w3-use-hotlist "w3-hot" nil t)
114
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 110
diff changeset
23 (autoload 'w3-hotlist-add-document-at-point "w3-hot" nil t)
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 110
diff changeset
24 (autoload 'w3-hotlist-add-document "w3-hot" nil t)
0
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
114
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 110
diff changeset
27 (autoload 'w3-print-this-url "w3-print" nil t)
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 110
diff changeset
28 (autoload 'w3-print-url-under-point "w3-print" nil t)
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
29 (autoload 'w3-parse-tree-to-latex "w3-latex")
114
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 110
diff changeset
30 (autoload 'w3-show-dvi "w3-latex" nil t)
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
31
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
32 ;; Stylesheet stuff
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
33 (autoload 'w3-handle-style "w3-style")
114
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 110
diff changeset
34 (autoload 'w3-display-stylesheet "w3-style" nil t)
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
35
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
36 ;; Setup stuff
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
37 (autoload 'url-do-setup "url")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
38 (autoload 'w3-do-setup "w3")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
39
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
40 ;; Forms stuff
80
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
41 (autoload 'w3-form-resurrect-widgets "w3-forms")
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
42 (autoload 'w3-form-add-element "w3-forms")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
43 (autoload 'w3-do-text-entry "w3-forms")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
44 (autoload 'w3-do-form-entry "w3-forms")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
45 (autoload 'w3-next-widget "w3-forms")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
46
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
47 ;; Widget stuff
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 98
diff changeset
48 (autoload 'widget-setup "wid-edit")
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 98
diff changeset
49 (autoload 'widget-create "wid-edit")
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 98
diff changeset
50 (autoload 'widget-get "wid-edit")
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 98
diff changeset
51 (autoload 'widget-put "wid-edit")
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 98
diff changeset
52 (autoload 'widget-forward "wid-edit")
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 98
diff changeset
53 (autoload 'widget-backward "wid-edit")
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 98
diff changeset
54 (autoload 'widget-at "wid-edit")
2
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
55
118
7d55a9ba150c Import from CVS: tag r20-1b11
cvs
parents: 114
diff changeset
56 ;; URL stuff
7d55a9ba150c Import from CVS: tag r20-1b11
cvs
parents: 114
diff changeset
57 (autoload 'url-gateway-nslookup-host "url-gw")
122
d2f30a177268 Import from CVS: tag r20-1b14
cvs
parents: 118
diff changeset
58 (autoload 'url-mail "url-mail")
d2f30a177268 Import from CVS: tag r20-1b14
cvs
parents: 118
diff changeset
59 (autoload 'isInNet "url-ns")
d2f30a177268 Import from CVS: tag r20-1b14
cvs
parents: 118
diff changeset
60 (autoload 'isResolvable "url-ns")
d2f30a177268 Import from CVS: tag r20-1b14
cvs
parents: 118
diff changeset
61 (autoload 'dnsResolve "url-ns")
d2f30a177268 Import from CVS: tag r20-1b14
cvs
parents: 118
diff changeset
62 (autoload 'dnsDomainIs "url-ns")
d2f30a177268 Import from CVS: tag r20-1b14
cvs
parents: 118
diff changeset
63 (autoload 'isPlainHostName "url-ns")
118
7d55a9ba150c Import from CVS: tag r20-1b11
cvs
parents: 114
diff changeset
64
2
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
65 ;; Preferences
114
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 110
diff changeset
66 (autoload 'w3-preferences-edit "w3-prefs" nil t)
2
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
67
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
68 (defvar widget-field-new nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
69
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
70 (provide 'w3-auto)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
71