From b0a0e26336c67fb0d23d92ec688913b1be3644c1 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Tue, 15 Aug 2000 12:02:34 +0000 Subject: [PATCH] *** empty log message *** --- etc/MORE.STUFF | 11 +++++++---- lisp/ChangeLog | 23 +++++++++++++++++++++++ man/rmail.texi | 4 ++-- 3 files changed, 32 insertions(+), 6 deletions(-) diff --git a/etc/MORE.STUFF b/etc/MORE.STUFF index 130c20c8942..1fa7a907e8b 100644 --- a/etc/MORE.STUFF +++ b/etc/MORE.STUFF @@ -57,7 +57,7 @@ You might find bug-fixes or enhancements in these places. * Ada: - * Autorevert and Follow: + * Autorevert, CWarn and Follow: * Battery and Info Look: @@ -67,6 +67,8 @@ You might find bug-fixes or enhancements in these places. * BS: + * Calculator: + * CC mode: * CPerl: @@ -103,6 +105,8 @@ You might find bug-fixes or enhancements in these places. * PC Selection: + * PCL-CVS: + * PS mode: * PS-print: @@ -119,6 +123,8 @@ You might find bug-fixes or enhancements in these places. * Webjump: + * Whitespace; + * 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 . - * PCL-CVS: - Interface to CVS providing extended `vc-dired'-style functionality. - * Pointers to MIME packages: diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c1b20f6cbf5..627645c58ff 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,26 @@ +2000-08-15 Dave Love + + * 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) : Add :links. + 2000-08-15 Eli Zaretskii * calendar/timeclock.el (timeclock-file): Run .timelog through diff --git a/man/rmail.texi b/man/rmail.texi index 0376ef93a6a..e86e211c471 100644 --- a/man/rmail.texi +++ b/man/rmail.texi @@ -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 -- 2.11.4.GIT