Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 110:fe104dbd9147 r20-1b7
Import from CVS: tag r20-1b7
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:19:45 +0200 |
parents | 360340f9fd5f |
children | 48d667d6f17f |
comparison
equal
deleted
inserted
replaced
109:e183fc049578 | 110:fe104dbd9147 |
---|---|
1 Sat Mar 15 14:21:39 1997 David Moore <dmoore@ucsd.edu> | |
2 | |
3 * fileio.c (Fdo_auto_save): Protect against file handlers which | |
4 may kill the buffer being saved or otherwise modify Vbuffer_alist. | |
5 | |
6 Sat Mar 15 15:32:51 1997 Steven L Baur <steve@altair.xemacs.org> | |
7 | |
8 * Makefile.in.in (lisp): Add auto-customize.elc. | |
9 | |
10 Fri Mar 14 19:10:37 1997 David Moore <dmoore@ucsd.edu> | |
11 | |
12 * extents.c (extent_changed_for_redisplay): New parameter. | |
13 (extent_changed_for_redisplay): Notify redisplay if invisible text | |
14 has become visible. | |
15 (extent_maybe_changed_for_redisplay): New parameter. | |
16 (extent_attach): Use it. | |
17 (extent_detach): Use it. | |
18 (Fset_extent_parent): Use it. | |
19 (set_extent_invisible): Use visibility change parameter. | |
20 (Fset_extent_face): Ditto. | |
21 (Fset_extent_mouse_face): Ditto. | |
22 (set_extent_glyph): Ditto. | |
23 (do_highlight): Ditto. | |
24 | |
25 Thu Mar 13 10:40:37 1997 Steven L Baur <steve@altair.xemacs.org> | |
26 | |
27 * s/sunos4-1-4-shr.h: New file. | |
28 | |
29 * s/sunos4-1-4.h: New file. | |
30 | |
31 * s/sunos4-1.h (BROKEN_SIGIO): Define. | |
32 | |
33 Wed Mar 12 14:29:40 1997 Steven L Baur <steve@altair.xemacs.org> | |
34 | |
35 * emacs.c (fatal_error_signal): (mostly) useless check on | |
36 /usr/proc/bin/pstack removed. | |
37 | |
38 * s/bsdos3.h: New file for BSDI 3.0. | |
39 | |
40 * editfns.c (Fchar_equal): Correct DOC string. | |
41 (Fchar_Equal): (char=) CL Case sensitve comparison added. | |
42 | |
43 * data.c (Fcharacterp): Make DOC string less confrontational. | |
44 | |
45 Mon Mar 10 23:51:04 1997 Martin Buchholz <mrb@eng.sun.com> | |
46 | |
47 * input-method-motif.c (XIM_init_frame): Fix XIM crash on some | |
48 versions of X11R6 XIM. | |
49 | |
50 Sun Mar 9 21:46:53 1997 Tomasz J. Cholewo <t.cholewo@ieee.org> | |
51 | |
52 * minibuf.c (regexp_ignore_completion_p): Reverse meaning of | |
53 completion-regexp-list. | |
54 | |
1 Thu Mar 6 19:15:29 1997 Steven L Baur <steve@altair.xemacs.org> | 55 Thu Mar 6 19:15:29 1997 Steven L Baur <steve@altair.xemacs.org> |
2 | 56 |
3 * data.c (eq_with_ebola_notice): Unobfuscate Ebola warning!!! | 57 * data.c (eq_with_ebola_notice): Unobfuscate Ebola warning!!! |
4 message. | 58 message. |
5 | 59 |