annotate lisp/w3/w3-auto.el @ 32:e04119814345 r19-15b99

Import from CVS: tag r19-15b99
author cvs
date Mon, 13 Aug 2007 08:52:56 +0200
parents ec9a17fef872
children c53a95d3c46d
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 ;; Hotlist handling
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
7 (autoload 'w3-read-html-bookmarks "w3-hot")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
8 (autoload 'w3-hotlist-apropos "w3-hot")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
9 (autoload 'w3-hotlist-refresh "w3-hot")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
10 (autoload 'w3-hotlist-delete "w3-hot")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
11 (autoload 'w3-hotlist-rename-entry "w3-hot")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
12 (autoload 'w3-hotlist-append "w3-hot")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
13 (autoload 'w3-parse-hotlist "w3-hot")
32
e04119814345 Import from CVS: tag r19-15b99
cvs
parents: 30
diff changeset
14 (autoload 'w3-use-hotlist "w3-hot" nil t)
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
15 (autoload 'w3-hotlist-add-document-at-point "w3-hot")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
16 (autoload 'w3-hotlist-add-document "w3-hot")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
17
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
18 ;; Printing
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
19 (autoload 'w3-print-this-url "w3-print")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
20 (autoload 'w3-print-url-under-point "w3-print")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
21 (autoload 'w3-parse-tree-to-latex "w3-latex")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
22 (autoload 'w3-show-dvi "w3-latex")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
23
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
24 ;; Stylesheet stuff
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
25 (autoload 'w3-handle-style "w3-style")
16
0293115a14e9 Import from CVS: tag r19-15b91
cvs
parents: 14
diff changeset
26 (autoload 'w3-display-stylesheet "w3-style" "" t)
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
27
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
28 ;; Setup stuff
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
29 (autoload 'url-do-setup "url")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
30 (autoload 'w3-do-setup "w3")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
31
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
32 ;; Forms stuff
14
9ee227acff29 Import from CVS: tag r19-15b90
cvs
parents: 2
diff changeset
33 (autoload 'w3-form-resurrect-widgets "w3-forms")
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
34 (autoload 'w3-form-add-element "w3-forms")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
35 (autoload 'w3-do-text-entry "w3-forms")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
36 (autoload 'w3-do-form-entry "w3-forms")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
37 (autoload 'w3-next-widget "w3-forms")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
38
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
39 ;; Widget stuff
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 20
diff changeset
40 (autoload 'widget-setup "wid-edit")
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 20
diff changeset
41 (autoload 'widget-create "wid-edit")
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 20
diff changeset
42 (autoload 'widget-get "wid-edit")
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 20
diff changeset
43 (autoload 'widget-put "wid-edit")
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 20
diff changeset
44 (autoload 'widget-forward "wid-edit")
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 20
diff changeset
45 (autoload 'widget-backward "wid-edit")
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 20
diff changeset
46 (autoload 'widget-at "wid-edit")
2
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
47
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
48 ;; Preferences
32
e04119814345 Import from CVS: tag r19-15b99
cvs
parents: 30
diff changeset
49 (autoload 'w3-preferences-edit "w3-prefs" "" t)
2
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
50
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
51 (defvar widget-field-new nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
52
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
53 (provide 'w3-auto)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
54