aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-06-20 19:54:50 +0000
committerGerd Moellmann2000-06-20 19:54:50 +0000
commita61d762cf07ef486e8da9a13f349843ee0cbd3f1 (patch)
tree6c213e8f6331ff38d397f26a4f75761bea7e0845
parent0b634dc141e27ab7840e2b9a7d3753f838f432e0 (diff)
downloademacs-a61d762cf07ef486e8da9a13f349843ee0cbd3f1.tar.gz
emacs-a61d762cf07ef486e8da9a13f349843ee0cbd3f1.zip
*** empty log message ***
-rw-r--r--man/ChangeLog4
-rw-r--r--src/ChangeLog12
2 files changed, 15 insertions, 1 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index 029fcd9991b..ed8eb532469 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,7 @@
12000-06-20 Gerd Moellmann <gerd@gnu.org>
2
3 * reftex.texi: @setfilename to ../info/reftex.
4
12000-06-18 Gerd Moellmann <gerd@gnu.org> 52000-06-18 Gerd Moellmann <gerd@gnu.org>
2 6
3 * autotype.texi, cl.texi, eudc.texi, gnus.texi, idlwave.texi 7 * autotype.texi, cl.texi, eudc.texi, gnus.texi, idlwave.texi
diff --git a/src/ChangeLog b/src/ChangeLog
index 5b32bffc1bc..e2390acf373 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -10,6 +10,17 @@
10 10
112000-06-20 Gerd Moellmann <gerd@gnu.org> 112000-06-20 Gerd Moellmann <gerd@gnu.org>
12 12
13 * keyboard.c (adjust_point_for_property): Check if display
14 property should be treated as intangible by looking at its
15 value.
16
17 * xdisp.c (single_display_prop_intangible_p)
18 (display_prop_intangible_p): New functions.
19
20 * dispextern.h (display_prop_intangible_p): Add prototype.
21
22 * xdisp.c (dump_glyph_row): Show type of glyph->object.
23
13 * s/isc4-0.h (sigblock): Redefined to pass a pointer as second 24 * s/isc4-0.h (sigblock): Redefined to pass a pointer as second
14 argument to sigprocmask. 25 argument to sigprocmask.
15 26
@@ -29,7 +40,6 @@
29 * xrdb.c: Don't declare xmalloc, xrealloc. 40 * xrdb.c: Don't declare xmalloc, xrealloc.
30 41
312000-06-20 Stefan Monnier <monnier@cs.yale.edu> 422000-06-20 Stefan Monnier <monnier@cs.yale.edu>
32 Based on a patch by Larry Jones <larry.jones@sdrc.com>.
33 43
34 * regex.c (re_match, re_match_2): Protect calls to alloca (0). 44 * regex.c (re_match, re_match_2): Protect calls to alloca (0).
35 (re_comp): Cast gettext return value to avoid complaints when 45 (re_comp): Cast gettext return value to avoid complaints when