*** empty log message ***
authorDave Love <fx@gnu.org>
Tue, 15 Aug 2000 12:02:34 +0000 (12:02 +0000)
committerDave Love <fx@gnu.org>
Tue, 15 Aug 2000 12:02:34 +0000 (12:02 +0000)
etc/MORE.STUFF
lisp/ChangeLog
man/rmail.texi

index 130c20c..1fa7a90 100644 (file)
@@ -57,7 +57,7 @@ You might find bug-fixes or enhancements in these places.
 
  * Ada: <URL:http://ada.eu.org/ada-mode/>
 
- * Autorevert and Follow:
+ * Autorevert, CWarn and Follow:
    <URL:http://www.andersl.com/emacs/>
 
  * Battery and Info Look: <URL:ftp://ftp.ul.bawue.de/pub/purple/emacs>
@@ -67,6 +67,8 @@ You might find bug-fixes or enhancements in these places.
 
  * BS: <URL:http://home.netsurf.de/olaf.sylvester/emacs>
 
+ * Calculator: <URL:http://www.cs.cornell.edu/eli/misc/calculator.el>
+
  * CC mode: <URL:http://cc-mode.sourceforge.net/>
 
  * CPerl: <URL:ftp://ftp.math.ohio-state.edu/pub/users/ilya>
@@ -103,6 +105,8 @@ You might find bug-fixes or enhancements in these places.
 
  * PC Selection: <URL:ftp://ftp.thp.uni-duisburg.de/pub/source/elisp/>
 
+ * PCL-CVS: <URL:ftp://rum.cs.yale.edu/pub/monnier/pcl-cvs>
+
  * PS mode: <URL:http://odur.let.rug.nl/~kleiweg/postscript/>
 
  * PS-print: <URL:ftp://ftp.cpqd.com.br/pub/users/vinicius/>
@@ -119,6 +123,8 @@ You might find bug-fixes or enhancements in these places.
 
  * Webjump: <URL:http://nwv.www.media.mit.edu/people/nwv/projects/webjump>
 
+ * Whitespace; <URL:http://www.dsmit.com/lisp/>
+
 * Auxilliary files
 
  * (Tex)info files for use with Info-look that don't come from GNU
@@ -207,9 +213,6 @@ the future.
    Privacy Guard, is under development as a free replacement
    <URL:http://www.gnupg.org/>.
 
- * PCL-CVS: <URL:ftp://rum.cs.yale.edu/pub/monnier/pcl-cvs>
-   Interface to CVS providing extended `vc-dired'-style functionality.
-
  * Pointers to MIME packages:
    <URL:http://bmrc.berkeley.edu/%7Etrey/emacs/mime.html>
 
index c1b20f6..627645c 100644 (file)
@@ -1,3 +1,26 @@
+2000-08-15  Dave Love  <fx@gnu.org>
+
+       * net/browse-url.el (browse-url-filename-alist): Add a clause for
+       Doze and Dog.
+       (browse-url): Use dolist, not mapcar.
+       (browse-url-at-point): Check for null url.
+       (browse-url-event-buffer, browse-url-event-point): Functions
+       deleted.
+       (browse-url-at-mouse, browse-url-netscape): Simplify.
+
+       * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
+       modes.
+       (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
+       Fix previous change to mapcan.
+       (msb--init-file-alist, msb--add-separators)
+       (msb--make-keymap-menu): Simplify.
+       (msb--choose-file-menu): Use copy-sequence.
+       (msb-mode-map): Add title to keymap.
+       (msb-unload-hook): New function.
+
+       * bs.el: Fix indentation.
+       (bs) <defgroup>: Add :links.
+
 2000-08-15  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * calendar/timeclock.el (timeclock-file): Run .timelog through
index 0376ef9..e86e211 100644 (file)
@@ -994,8 +994,8 @@ highlighting as well.  @xref{Faces}, for how to do this.
 
 @findex goto-addr
 URLs in messages may be highlighted and activated for following with the
-mouse or keyboard by using the Goto-address package.  Customize the hook
-@code{rmail-show-message-hook} to add @code{goto-addr}.
+mouse or keyboard by customizing the hook @code{rmail-show-message-hook}
+to add @code{goto-addr}.
 
 @node Rmail Editing
 @section Editing Within a Message