aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2000-08-15 12:02:34 +0000
committerDave Love2000-08-15 12:02:34 +0000
commitb0a0e26336c67fb0d23d92ec688913b1be3644c1 (patch)
tree322e80900dec2f69506024fcd2d972d7df164e35
parent5d716cb9b59e2e5608bcec520637a0d96e645d79 (diff)
downloademacs-b0a0e26336c67fb0d23d92ec688913b1be3644c1.tar.gz
emacs-b0a0e26336c67fb0d23d92ec688913b1be3644c1.zip
*** empty log message ***
-rw-r--r--etc/MORE.STUFF11
-rw-r--r--lisp/ChangeLog23
-rw-r--r--man/rmail.texi4
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.
57 57
58 * Ada: <URL:http://ada.eu.org/ada-mode/> 58 * Ada: <URL:http://ada.eu.org/ada-mode/>
59 59
60 * Autorevert and Follow: 60 * Autorevert, CWarn and Follow:
61 <URL:http://www.andersl.com/emacs/> 61 <URL:http://www.andersl.com/emacs/>
62 62
63 * Battery and Info Look: <URL:ftp://ftp.ul.bawue.de/pub/purple/emacs> 63 * 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.
67 67
68 * BS: <URL:http://home.netsurf.de/olaf.sylvester/emacs> 68 * BS: <URL:http://home.netsurf.de/olaf.sylvester/emacs>
69 69
70 * Calculator: <URL:http://www.cs.cornell.edu/eli/misc/calculator.el>
71
70 * CC mode: <URL:http://cc-mode.sourceforge.net/> 72 * CC mode: <URL:http://cc-mode.sourceforge.net/>
71 73
72 * CPerl: <URL:ftp://ftp.math.ohio-state.edu/pub/users/ilya> 74 * 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.
103 105
104 * PC Selection: <URL:ftp://ftp.thp.uni-duisburg.de/pub/source/elisp/> 106 * PC Selection: <URL:ftp://ftp.thp.uni-duisburg.de/pub/source/elisp/>
105 107
108 * PCL-CVS: <URL:ftp://rum.cs.yale.edu/pub/monnier/pcl-cvs>
109
106 * PS mode: <URL:http://odur.let.rug.nl/~kleiweg/postscript/> 110 * PS mode: <URL:http://odur.let.rug.nl/~kleiweg/postscript/>
107 111
108 * PS-print: <URL:ftp://ftp.cpqd.com.br/pub/users/vinicius/> 112 * 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.
119 123
120 * Webjump: <URL:http://nwv.www.media.mit.edu/people/nwv/projects/webjump> 124 * Webjump: <URL:http://nwv.www.media.mit.edu/people/nwv/projects/webjump>
121 125
126 * Whitespace; <URL:http://www.dsmit.com/lisp/>
127
122* Auxilliary files 128* Auxilliary files
123 129
124 * (Tex)info files for use with Info-look that don't come from GNU 130 * (Tex)info files for use with Info-look that don't come from GNU
@@ -207,9 +213,6 @@ the future.
207 Privacy Guard, is under development as a free replacement 213 Privacy Guard, is under development as a free replacement
208 <URL:http://www.gnupg.org/>. 214 <URL:http://www.gnupg.org/>.
209 215
210 * PCL-CVS: <URL:ftp://rum.cs.yale.edu/pub/monnier/pcl-cvs>
211 Interface to CVS providing extended `vc-dired'-style functionality.
212
213 * Pointers to MIME packages: 216 * Pointers to MIME packages:
214 <URL:http://bmrc.berkeley.edu/%7Etrey/emacs/mime.html> 217 <URL:http://bmrc.berkeley.edu/%7Etrey/emacs/mime.html>
215 218
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c1b20f6cbf5..627645c58ff 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,26 @@
12000-08-15 Dave Love <fx@gnu.org>
2
3 * net/browse-url.el (browse-url-filename-alist): Add a clause for
4 Doze and Dog.
5 (browse-url): Use dolist, not mapcar.
6 (browse-url-at-point): Check for null url.
7 (browse-url-event-buffer, browse-url-event-point): Functions
8 deleted.
9 (browse-url-at-mouse, browse-url-netscape): Simplify.
10
11 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
12 modes.
13 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
14 Fix previous change to mapcan.
15 (msb--init-file-alist, msb--add-separators)
16 (msb--make-keymap-menu): Simplify.
17 (msb--choose-file-menu): Use copy-sequence.
18 (msb-mode-map): Add title to keymap.
19 (msb-unload-hook): New function.
20
21 * bs.el: Fix indentation.
22 (bs) <defgroup>: Add :links.
23
12000-08-15 Eli Zaretskii <eliz@is.elta.co.il> 242000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
2 25
3 * calendar/timeclock.el (timeclock-file): Run .timelog through 26 * 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.
994 994
995@findex goto-addr 995@findex goto-addr
996URLs in messages may be highlighted and activated for following with the 996URLs in messages may be highlighted and activated for following with the
997mouse or keyboard by using the Goto-address package. Customize the hook 997mouse or keyboard by customizing the hook @code{rmail-show-message-hook}
998@code{rmail-show-message-hook} to add @code{goto-addr}. 998to add @code{goto-addr}.
999 999
1000@node Rmail Editing 1000@node Rmail Editing
1001@section Editing Within a Message 1001@section Editing Within a Message