comparison lisp/w3/w3-auto.el @ 14:9ee227acff29 r19-15b90

Import from CVS: tag r19-15b90
author cvs
date Mon, 13 Aug 2007 08:48:42 +0200
parents ac2d302a0011
children 0293115a14e9
comparison
equal deleted inserted replaced
13:13c6d0aaafe5 14:9ee227acff29
30 (autoload 'w3-parse-tree-to-latex "w3-latex") 30 (autoload 'w3-parse-tree-to-latex "w3-latex")
31 (autoload 'w3-show-dvi "w3-latex") 31 (autoload 'w3-show-dvi "w3-latex")
32 32
33 ;; Stylesheet stuff 33 ;; Stylesheet stuff
34 (autoload 'w3-handle-style "w3-style") 34 (autoload 'w3-handle-style "w3-style")
35 (autoload 'w3-style-parse-css "w3-style") 35 (autoload 'w3-display-stylesheet "w3-style")
36 (autoload 'w3-generate-stylesheet-faces "w3-style")
37 36
38 ;; Setup stuff 37 ;; Setup stuff
39 (autoload 'url-do-setup "url") 38 (autoload 'url-do-setup "url")
40 (autoload 'w3-do-setup "w3") 39 (autoload 'w3-do-setup "w3")
41 40
42 ;; Forms stuff 41 ;; Forms stuff
42 (autoload 'w3-form-resurrect-widgets "w3-forms")
43 (autoload 'w3-form-add-element "w3-forms") 43 (autoload 'w3-form-add-element "w3-forms")
44 (autoload 'w3-do-text-entry "w3-forms") 44 (autoload 'w3-do-text-entry "w3-forms")
45 (autoload 'w3-do-form-entry "w3-forms") 45 (autoload 'w3-do-form-entry "w3-forms")
46 (autoload 'widget-at "w3-forms")
47 (autoload 'w3-next-widget "w3-forms") 46 (autoload 'w3-next-widget "w3-forms")
48 47
49 ;; Widget stuff 48 ;; Widget stuff
50 (autoload 'widget-setup "widget-edit") 49 (autoload 'widget-setup "widget-edit")
51 (autoload 'widget-create "widget-edit") 50 (autoload 'widget-create "widget-edit")
52 (autoload 'widget-get "widget-edit") 51 (autoload 'widget-get "widget-edit")
53 (autoload 'widget-put "widget-edit") 52 (autoload 'widget-put "widget-edit")
54 (autoload 'widget-forward "widget-edit") 53 (autoload 'widget-forward "widget-edit")
55 (autoload 'widget-backward "widget-edit") 54 (autoload 'widget-backward "widget-edit")
55 (autoload 'widget-at "widget-edit")
56 56
57 ;; Preferences 57 ;; Preferences
58 (autoload 'w3-preferences-edit "w3-prefs") 58 (autoload 'w3-preferences-edit "w3-prefs")
59 59
60 (defvar widget-field-new nil) 60 (defvar widget-field-new nil)