diff options
| author | Gerd Moellmann | 2000-06-20 19:54:50 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-06-20 19:54:50 +0000 |
| commit | a61d762cf07ef486e8da9a13f349843ee0cbd3f1 (patch) | |
| tree | 6c213e8f6331ff38d397f26a4f75761bea7e0845 /src/ChangeLog | |
| parent | 0b634dc141e27ab7840e2b9a7d3753f838f432e0 (diff) | |
| download | emacs-a61d762cf07ef486e8da9a13f349843ee0cbd3f1.tar.gz emacs-a61d762cf07ef486e8da9a13f349843ee0cbd3f1.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 5b32bffc1bc..e2390acf373 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -10,6 +10,17 @@ | |||
| 10 | 10 | ||
| 11 | 2000-06-20 Gerd Moellmann <gerd@gnu.org> | 11 | 2000-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 | ||
| 31 | 2000-06-20 Stefan Monnier <monnier@cs.yale.edu> | 42 | 2000-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 |