]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorDave Love <fx@gnu.org>
Mon, 8 Jan 2001 20:35:18 +0000 (20:35 +0000)
committerDave Love <fx@gnu.org>
Mon, 8 Jan 2001 20:35:18 +0000 (20:35 +0000)
etc/PROBLEMS
lisp/gnus/ChangeLog

index b24a6c755041474b48637a1b60dce8ddd2ea9f72..e1226f2c47becf7f7d5a4f4fd4b6ea6dc417221f 100644 (file)
@@ -46,7 +46,31 @@ libungif-4.1.0 are resolved by using version libungif-4.1.0b1.
 
 * The W3 package (either from from the CVS sources or the last
 release) currently (2000-12-14) doesn't run properly with Emacs 21 and
-needs work.
+needs work.  This patch is reported to make w3-4.0pre.46 work:
+
+diff -aur --new-file w3-4.0pre.46-orig/lisp/w3-display.el w3-4.0pre.46-new/lisp/w3-display.el
+--- w3-4.0pre.46-orig/lisp/w3-display.el       Sun Nov 14 22:00:12 1999
++++ w3-4.0pre.46-new/lisp/w3-display.el        Thu Dec 14 14:59:15 2000
+@@ -181,7 +181,8 @@
+               (dispatch-event (next-command-event)))
+           (error nil))))
+      (t
+-      (if (and (not (sit-for 0)) (input-pending-p))
++      ;; modified for GNU Emacs 21 by bob@rattlesnake.com on 2000 Dec 14
++      (if  (and (not (sit-for 0)) nil)
+         (condition-case ()
+             (progn
+               (setq w3-pause-keystroke
+diff -aur --new-file w3-4.0pre.46-orig/lisp/w3-e21.el w3-4.0pre.46-new/lisp/w3-e21.el
+--- w3-4.0pre.46-orig/lisp/w3-e21.el   Thu Jan  1 00:00:00 1970
++++ w3-4.0pre.46-new/lisp/w3-e21.el    Thu Dec 14 14:54:58 2000
+@@ -0,0 +1,5 @@
++;;; w3-e21.el ---   ** required for GNU Emacs 21 **
++;; Added by bob@rattlesnake.com on 2000 Dec 14
++
++(require 'w3-e19)
++(provide 'w3-e21)
+
 
 * On AIX, if linking fails because libXbsd isn't found, check if you
 are compiling with the system's `cc' and CFLAGS containing `-O5'.  If
index 3e549714006a92f32c06604c7eb60643580faf78..068d07833d943d644e47b0e39774330db14d8fde 100644 (file)
@@ -1,3 +1,21 @@
+2001-01-08  Dave Love  <fx@gnu.org>
+
+       * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
+       single character.
+
+       * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
+
+       * message.el: Doc and message fixes.
+       (message-send-rename-function)
+       (message-make-forward-subject-function)
+       (message-send-mail-function, message-reply-to-function)
+       (message-wide-reply-to-function, message-followup-to-function)
+       (message-distribution-function, message-auto-save-directory): Fix
+       :type.
+
+       * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
+       proceeding after warnings.  Amend multipart warning message.
+
 2001-01-04  Dave Love  <fx@gnu.org>
 
        * gnus-util.el (nnmail-pathname-coding-system): Defvar when