Mercurial > emacs
comparison lisp/ChangeLog @ 30802:fcfb193a2a39
*** empty log message ***
author | Dave Love <fx@gnu.org> |
---|---|
date | Tue, 15 Aug 2000 12:02:34 +0000 |
parents | 993826f9dbad |
children | fa469be05ab6 |
comparison
equal
deleted
inserted
replaced
30801:03dc1bdbddec | 30802:fcfb193a2a39 |
---|---|
1 2000-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 | |
1 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il> | 24 2000-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 |
4 convert-standard-filename. | 27 convert-standard-filename. |
5 | 28 |