/[emacs]/emacs/lisp/gnus/gnus-start.el
ViewVC logotype

Diff of /emacs/lisp/gnus/gnus-start.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.26 by miles, Tue Oct 19 22:38:27 2004 UTC revision 1.27 by miles, Thu Oct 21 23:10:28 2004 UTC
# Line 2247  If FORCE is non-nil, the .newsrc file is Line 2247  If FORCE is non-nil, the .newsrc file is
2247                           gnus-convert-old-ticks)                           gnus-convert-old-ticks)
2248                          ("Oort Gnus v0.08"     "legacy-gnus-agent"                          ("Oort Gnus v0.08"     "legacy-gnus-agent"
2249                           gnus-agent-convert-to-compressed-agentview)                           gnus-agent-convert-to-compressed-agentview)
2250                          ("No Gnus v0.2"        "legacy-gnus-agent"                          ("Gnus v5.11"          "legacy-gnus-agent"
2251                           gnus-agent-unlist-expire-days)                           gnus-agent-unlist-expire-days)
2252                          ("No Gnus v0.2"        "legacy-gnus-agent"                          ("Gnus v5.11"          "legacy-gnus-agent"
2253                           gnus-agent-unhook-expire-days)))                           gnus-agent-unhook-expire-days)))
2254                #'car-less-than-car)))                #'car-less-than-car)))
2255          ;; Skip converters older than the file version          ;; Skip converters older than the file version
# Line 2258  If FORCE is non-nil, the .newsrc file is Line 2258  If FORCE is non-nil, the .newsrc file is
2258    
2259          ;; Perform converters to bring older version up to date.          ;; Perform converters to bring older version up to date.
2260          (when (and converters (< fcv (caar converters)))          (when (and converters (< fcv (caar converters)))
2261            (while (and converters (< fcv (caar converters)))            (while (and converters (< fcv (caar converters))
2262                          (<= (caar converters) gnus-version))
2263              (let* ((converter-spec  (pop converters))              (let* ((converter-spec  (pop converters))
2264                     (convert-to      (nth 1 converter-spec))                     (convert-to      (nth 1 converter-spec))
2265                     (load-from       (nth 2 converter-spec))                     (load-from       (nth 2 converter-spec))

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26