Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 138:6608ceec7cf8 r20-2b3
Import from CVS: tag r20-2b3
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:31:46 +0200 |
parents | b980b6286996 |
children | 585fb297b004 |
comparison
equal
deleted
inserted
replaced
137:cae984061f40 | 138:6608ceec7cf8 |
---|---|
1 Sat Apr 26 16:25:49 1997 Steven L Baur <steve@altair.xemacs.org> | |
2 | |
3 * utils/lib-complete.el: Make conformant to Lisp coding standards | |
4 MULE-ize by allowing for coding system argument. | |
5 | |
6 Fri Apr 25 08:39:50 1997 Steven L Baur <steve@altair.xemacs.org> | |
7 | |
8 * packages/info.el: Remove mouse-1 binding. | |
9 | |
10 * modes/sh-script.el (sh-indent-line): Deal with pathological case | |
11 of indenting a first line containing a `#' as first non-white | |
12 space character. | |
13 | |
14 Thu Apr 24 18:40:32 1997 Steven L Baur <steve@altair.xemacs.org> | |
15 | |
16 * comint/telnet.el (telnet-mode-map): Correct Emacs synch typo. | |
17 | |
18 * rmail/rmail.el (rmail-get-new-mail): display-time-string is not | |
19 necessarily a string. | |
20 | |
21 Thu Apr 24 11:08:28 1997 Kyle Jones <kyle_jones@wonderworks.com> | |
22 | |
23 * packages/balloon-help.el: | |
24 - default background color now grey80 to match XEmacs default. | |
25 - default border width is now 1. | |
26 - default font is now "variable" | |
27 - balloon-help can now handle variable width fonts. | |
28 - loading balooon-help no longer turns on balloon-help-mode. | |
29 - new `balloon-help' command. | |
30 - changes to the font/background/foreground variables now affect | |
31 the help frame at next display. | |
32 - help frame should now pop up on the correct display if XEmacs | |
33 is running with multiple devices open. | |
34 - Customized, courtesy of Hrvoje. | |
35 - don't use the padding lines that were needed for 19.12. | |
36 Compatibility with older XEmacs versions is hereby disavowed. | |
37 - xclock frame name hack is gone. | |
38 | |
1 Wed Apr 23 10:56:05 1997 Steven L Baur <steve@altair.xemacs.org> | 39 Wed Apr 23 10:56:05 1997 Steven L Baur <steve@altair.xemacs.org> |
2 | 40 |
3 * prim/files.el (hack-local-variables-prop-line): Mistakenly | 41 * prim/files.el (hack-local-variables-prop-line): Mistakenly |
4 returned t when enable-local-variables was nil. | 42 returned t when enable-local-variables was nil. |
5 | 43 |