*** empty log message ***
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Tue, 4 Mar 1997 03:19:59 +0000 (03:19 +0000)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Tue, 4 Mar 1997 03:19:59 +0000 (03:19 +0000)
lisp/Makefile
lisp/gnus-ems.el
lisp/gnus.el

index 5f9bd9f..415624d 100644 (file)
@@ -8,4 +8,5 @@ all:
 some:
        $(EMACS) $(FLAGS) -f dgnushack-recompile
 
-
+separately:
+       rm -f *.elc ; for i in *.el; do $(EMACS) $(FLAGS) -f batch-byte-compile $i; done
index cfe4a5e..425284c 100644 (file)
@@ -197,6 +197,8 @@ pounce directly on the real variables themselves.")
      ((and (not (string-match "28.9" emacs-version)) 
           (not (string-match "29" emacs-version)))
       ;; Remove the `intangible' prop.
+      (eval-when-compile 
+       (setq gnus-hidden-properties nil))
       (let ((props gnus-hidden-properties))
        (while (and props (not (eq (car (cdr props)) 'intangible)))
          (setq props (cdr props)))
index 4388ea6..f49e73b 100644 (file)
@@ -1316,7 +1316,7 @@ variable (string, integer, character, etc).")
   "gnus-bug@ifi.uio.no (The Gnus Bugfixing Girls + Boys)"
   "The mail address of the Gnus maintainers.")
 
-(defconst gnus-version "(ding) Gnus v0.99.16"
+(defconst gnus-version "(ding) Gnus v0.99.17"
   "Version number for this version of Gnus.")
 
 (defvar gnus-info-nodes