* WL-MK (wl-news-search-regexp): Allow ".x" at the
authoryoichi <yoichi>
Sat, 19 Feb 2005 07:23:18 +0000 (07:23 +0000)
committeryoichi <yoichi>
Sat, 19 Feb 2005 07:23:18 +0000 (07:23 +0000)
end of version number.

ChangeLog
WL-MK

index 7f313f6..8de9390 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-02-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * WL-MK (wl-news-search-regexp): Allow ".x" at the
+       end of version number.
+
 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
 
        * WL-ELS (ELMO-MODULES): Added elmo-signal.
diff --git a/WL-MK b/WL-MK
index c2befaf..99f9256 100644 (file)
--- a/WL-MK
+++ b/WL-MK
@@ -37,8 +37,8 @@
 (defconst wl-news-news-file '(("en" "NEWS")
                              ("ja" "NEWS.ja")))
 (defconst wl-news-search-regexp
-  '(("en" "^\\* Changes in \\([0-9.]*\\) from")
-    ("ja" "^\\* [0-9.]* \e$B$+$i\e(B \\([0-9.]*\\) \e$B$X$NJQ99E@\e(B")))
+  '(("en" "^\\* Changes in \\([0-9.]*\\) from [0-9.]+x?")
+    ("ja" "^\\* [0-9.]+x? \e$B$+$i\e(B \\([0-9.]*\\) \e$B$X$NJQ99E@\e(B")))
 (defconst wl-news-filename "wl-news.el")
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;