Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 159:3bb7ccffb0c0 r20-3b6
Import from CVS: tag r20-3b6
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:41:43 +0200 |
parents | 6b37e6ddd302 |
children | 28f395d8dc7a |
comparison
equal
deleted
inserted
replaced
158:558dfa75ffb3 | 159:3bb7ccffb0c0 |
---|---|
1 1997-06-11 Steven L Baur <steve@altair.xemacs.org> | |
2 | |
3 * syntax.c (Fchar_syntax): Handle case of being passed nil. | |
4 | |
5 * data.c (eq_with_ebola_notice): Add more legitimate places in the | |
6 bytecompiler that should not get Ebola notices. | |
7 | |
8 Tue Jun 10 00:34:40 1997 Kyle Jones <kyle_jones@wonderworks.com> | |
9 | |
10 * process.c (status_notify): | |
11 Use record_unwind_protect and save_excursion_restore to | |
12 handle the point and buffer restoration. Cleaner. Doesn't | |
13 crash the editor if before/after-change-functions change | |
14 things behind our back. | |
15 | |
16 1997-06-10 Steven L Baur <steve@altair.xemacs.org> | |
17 | |
18 * data.c (vars_of_data): Set Ebola warning backtrace limit to 16. | |
19 (eq_with_ebola_notice): Bypass Ebola warnings for special | |
20 bytecompiler functions where they are 100% spurioius. | |
21 | |
22 1997-06-11 MORIOKA Tomohiko <morioka@jaist.ac.jp> | |
23 | |
24 * Makefile.in.in: Use lisp/mule/language/misc-lang.el instead of | |
25 lisp/mule/ipa-hooks.el. | |
26 | |
27 1997-06-10 MORIOKA Tomohiko <morioka@jaist.ac.jp> | |
28 | |
29 * Makefile.in.in: Use lisp/mule/language/thai.elc instead of | |
30 lisp/mule/thai-hooks.elc. | |
31 | |
32 1997-06-09 MORIOKA Tomohiko <morioka@jaist.ac.jp> | |
33 | |
34 * Makefile.in.in: Use lisp/mule/language/chinese.el, | |
35 lisp/mule/language/cyrillic.el, lisp/mule/language/european.el, | |
36 lisp/mule/language/greek.el, lisp/mule/language/japanese.el and | |
37 lisp/mule/language/korean.el instead of | |
38 lisp/mule/chinese-hooks.el, lisp/mule/cyrillic-hooks.el, | |
39 lisp/mule/european-hooks.el, lisp/mule/greek-hooks.el, | |
40 lisp/mule/japanese-hooks.el and lisp/mule/korean-hooks.el. | |
41 | |
1 1997-06-09 Steven L Baur <steve@altair.xemacs.org> | 42 1997-06-09 Steven L Baur <steve@altair.xemacs.org> |
2 | 43 |
3 * keymap.c: Declare Fextent_in_region_p. | 44 * keymap.c: Declare Fextent_in_region_p. |
4 | 45 |
5 * s/linux.h: Can't use ORDINARY_LINK in linux until usage of -lPW | 46 * s/linux.h: Can't use ORDINARY_LINK in linux until usage of -lPW |