Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 161:28f395d8dc7a r20-3b7
Import from CVS: tag r20-3b7
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:42:26 +0200 |
parents | 3bb7ccffb0c0 |
children | 0132846995bd |
comparison
equal
deleted
inserted
replaced
160:1c55655d6702 | 161:28f395d8dc7a |
---|---|
1 1997-06-14 Steven L Baur <steve@altair.xemacs.org> | |
2 | |
3 * bytecomp/bytecomp.el (byte-compile-file): Suppress unavoidable | |
4 Ebola notices. | |
5 | |
6 1997-06-13 Steven L Baur <steve@altair.xemacs.org> | |
7 | |
8 * bytecomp/bytecomp.el (batch-byte-compile): Suppress unavoidable | |
9 Ebola notices. | |
10 (batch-byte-recompile-directory): Ditto. | |
11 | |
12 * utils/lib-complete.el (read-library): Look for .el.gz if not | |
13 using Mule. | |
14 (get-library-path): Ditto. | |
15 Suggested by Jonathan Doughty <jwd@mitre.org> | |
16 | |
17 * packages/add-log.el: Restore backwards compatible date behavior | |
18 as an option. | |
19 Eliminate XEmacs specific autoloads. | |
20 From Hrvoje Niksic <hniksic@srce.hr> | |
21 | |
22 * efs/dired.el (dired-save-excursion): Ebola cleanup. | |
23 | |
24 * packages/hyper-apropos.el: Massive cleanup, Customize. | |
25 From Hrvoje Niksic <hniksic@srce.hr> | |
26 | |
27 Fri Jun 13 13:20:39 1997 Kyle Jones <kyle_jones@wonderworks.com> | |
28 | |
29 * prim/syntax.el (symbol-near-point): | |
30 Check for bobp and avoid (char-syntax (char-before)) if | |
31 there. | |
32 | |
33 1997-06-13 Steven L Baur <steve@altair.xemacs.org> | |
34 | |
35 * prim/rect.el (operate-on-rectangle): Correct boundary error. | |
36 From Bob Weiner <weiner@altrasoft.com> | |
37 | |
38 1997-06-12 Steven L Baur <steve@altair.xemacs.org> | |
39 | |
40 * packages/ispell.el (ispell-command-loop): De-Ebolify. | |
41 | |
42 * x11/x-iso8859-1.el: Added Grave keysym. | |
43 From Heiko Muenkel <muenkel@tnt.uni-hannover.de> | |
44 | |
45 * modes/make-mode.el (makefile-browse): Shouldn't be interactive. | |
46 From Hrvoje Niksic <hniksic@srce.hr> | |
47 | |
48 * prim/files.el (interpreter-mode-alist): ksh-mode is obsoleted by | |
49 sh-script. | |
50 From Hrvoje Niksic <hniksic@srce.hr> | |
51 | |
52 1997-06-11 Hrvoje Niksic <hniksic@srce.hr> | |
53 | |
54 * prim/subr.el (with-current-buffer): New macro. | |
55 (with-temp-file): Ditto. | |
56 | |
57 * bytecomp/byte-optimize.el (byte-optimize-form-code-walker): Test | |
58 for `save-current-buffer'. | |
59 | |
60 * bytecomp/bytecomp.el: Recognize `save-current-buffer'. | |
61 | |
62 * edebug/edebug.el: Register with-current-buffer and others. | |
63 | |
64 * modes/lisp-mode.el: Added specs for save-current-buffer, | |
65 with-output-to-string, with-current-buffer, with-temp-file and | |
66 with-output-to-temp-buffer. | |
67 | |
68 1997-06-13 MORIOKA Tomohiko <morioka@jaist.ac.jp> | |
69 | |
70 * gnus/smiley.el (smiley-deformed-regexp-alist): Modify regexp for | |
71 horizontal smiley faces. | |
72 (smiley-nosey-regexp-alist): Add horizontal smiley faces. | |
73 | |
74 1997-06-13 MORIOKA Tomohiko <morioka@jaist.ac.jp> | |
75 | |
76 * leim/quail.el (quail-get-translation): Don't use | |
77 `string-to-vector' for XEmacs. | |
78 | |
1 1997-06-11 Steven L Baur <steve@altair.xemacs.org> | 79 1997-06-11 Steven L Baur <steve@altair.xemacs.org> |
2 | 80 |
3 * prim/help.el (function-called-at-point): Use char-(after|before) | 81 * prim/help.el (function-called-at-point): Use char-(after|before) |
4 instead of (following|preceding)-char. | 82 instead of (following|preceding)-char. |
5 (variable-at-point): Ditto. | 83 (variable-at-point): Ditto. |