comparison lisp/gnus/gnus.el @ 167:85ec50267440 r20-3b10

Import from CVS: tag r20-3b10
author cvs
date Mon, 13 Aug 2007 09:45:46 +0200
parents 0132846995bd
children 15872534500d
comparison
equal deleted inserted replaced
166:7a77eb660975 167:85ec50267440
141 (defgroup gnus-summary-various nil 141 (defgroup gnus-summary-various nil
142 "Various summary buffer options." 142 "Various summary buffer options."
143 :link '(custom-manual "(gnus)Various Summary Stuff") 143 :link '(custom-manual "(gnus)Various Summary Stuff")
144 :group 'gnus-summary) 144 :group 'gnus-summary)
145 145
146 (defgroup gnus-summary-pick nil
147 "Pick mode in the summary buffer."
148 :link '(custom-manual "(gnus)Pick and Read")
149 :prefix "gnus-pick-"
150 :group 'gnus-summary)
151
152 (defgroup gnus-summary-tree nil
153 "Tree display of threads in the summary buffer."
154 :link '(custom-manual "(gnus)Tree Display")
155 :prefix "gnus-tree-"
156 :group 'gnus-summary)
157
146 ;; Belongs to gnus-uu.el 158 ;; Belongs to gnus-uu.el
147 (defgroup gnus-extract-view nil 159 (defgroup gnus-extract-view nil
148 "Viewing extracted files." 160 "Viewing extracted files."
149 :link '(custom-manual "(gnus)Viewing Files") 161 :link '(custom-manual "(gnus)Viewing Files")
150 :group 'gnus-extract) 162 :group 'gnus-extract)
224 (defgroup gnus-exit nil 236 (defgroup gnus-exit nil
225 "Exiting gnus." 237 "Exiting gnus."
226 :link '(custom-manual "(gnus)Exiting Gnus") 238 :link '(custom-manual "(gnus)Exiting Gnus")
227 :group 'gnus) 239 :group 'gnus)
228 240
229 (defconst gnus-version-number "5.4.59" 241 (defconst gnus-version-number "5.4.60"
230 "Version number for this version of Gnus.") 242 "Version number for this version of Gnus.")
231 243
232 (defconst gnus-version (format "Gnus v%s" gnus-version-number) 244 (defconst gnus-version (format "Gnus v%s" gnus-version-number)
233 "Version string for this version of Gnus.") 245 "Version string for this version of Gnus.")
234 246