Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 153:25f70ba0133c r20-3b3
Import from CVS: tag r20-3b3
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:38:25 +0200 |
parents | 59463afc5666 |
children | 43dd3413c7c7 |
comparison
equal
deleted
inserted
replaced
152:4c132ee2d62b | 153:25f70ba0133c |
---|---|
1 1997-05-29 Steven L Baur <steve@altair.xemacs.org> | |
2 | |
3 * packages/bookmark.el (bookmark-menu-popup-paned-menu): Naive | |
4 port to XEmacs. | |
5 (bookmark-bmenu-other-window-with-mouse): Naive port to XEmacs. | |
6 | |
7 * utils/autoload.el (generated-custom-file): custom-load.el | |
8 renamed to cus-load.el. | |
9 | |
10 * prim/loadup.el: Don't preload custom-load.elc. | |
11 | |
12 Thu May 29 19:03:52 1997 Per Abrahamsen <abraham@dina.kvl.dk> | |
13 | |
14 * x11/x-menubar.el (default-menubar): Updated customize entries. | |
15 | |
16 1997-05-29 Steven L Baur <steve@altair.xemacs.org> | |
17 | |
18 * prim/about.el (about-xemacs-xref): Update contributors list. | |
19 | |
20 1997-05-28 Steven L Baur <steve@altair.xemacs.org> | |
21 | |
22 * prim/minibuf.el (mouse-file-display-completion-list): Protect | |
23 against bogus directory becoming default. | |
24 (mouse-directory-display-completion-list): Ditto. | |
25 | |
26 From Per Abrahamsen <abraham@dina.kvl.dk> | |
27 * bytecomp/bytecomp.el | |
28 (byte-compile-file-form-custom-declare-variable): New function. | |
29 (custom-declare-variable): Use it. | |
30 | |
31 * packages/vc.el (vc-directory): dirname typo'ed as dir. | |
32 | |
33 * packages/vc-hooks.el (vc-menu): Remove vc-file-status. | |
34 (Toplevel): Remove key definition for vc-file-status. | |
35 | |
36 1997-05-27 Steven L Baur <steve@altair.xemacs.org> | |
37 | |
38 * prim/cus-start.el (Toplevel): Rename factory-value to | |
39 standard-value for Custom-1.98. | |
40 | |
41 1997-05-26 Steven L Baur <steve@altair.xemacs.org> | |
42 | |
43 * prim/help.el (view-lossage-key-count): New variable. | |
44 (view-lossage-message-count): New variable. | |
45 (view-lossage): Use them. | |
46 | |
47 From Hrvoje Niksic | |
48 * prim/help.el (view-lossage): Use new argument to `recent-keys'. | |
49 | |
50 * cl/cl-macs.el (recent-keys-ring-size): New setf method. | |
51 | |
52 1997-05-26 Steven L Baur <steve@altair.xemacs.org> | |
53 | |
54 * prim/process.el (shell-command-to-string): Alias exec-to-string | |
55 to more logical name. | |
56 | |
57 1997-05-23 Steven L Baur <steve@altair.xemacs.org> | |
58 | |
59 * tm/tm-view.el (mime/content-decoding-condition): Add image/png | |
60 mime type. | |
61 | |
62 * tm/tm-image.el (toplevel): Add image/png mime type. | |
63 | |
64 * tm/tm-edit.el (mime-file-types): Add png handling. | |
65 (mime-content-types): Ditto. | |
66 | |
1 Thu May 22 04:19:09 1997 Martin Buchholz <mrb@eng.sun.com> | 67 Thu May 22 04:19:09 1997 Martin Buchholz <mrb@eng.sun.com> |
2 | 68 |
3 * prim/files.el (auto-mode-alist): Reorg. Support | 69 * prim/files.el (auto-mode-alist): Reorg. Support |
4 pre-processed fortran files. *.m4 files now default to autoconf mode. | 70 pre-processed fortran files. *.m4 files now default to autoconf mode. |
5 | 71 |