diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b0b88a86e91..b87398fcbc1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2012-05-27 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2012-05-27 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * lisp.h [REL_ALLOC]: Omit duplicate prototypes. | ||
| 4 | Only r_alloc_inhibit_buffer_relocation needed to be added; | ||
| 5 | the others were already declared. | ||
| 6 | |||
| 3 | * bidi.c (bidi_mirror_char): Don't possibly truncate the integer | 7 | * bidi.c (bidi_mirror_char): Don't possibly truncate the integer |
| 4 | before checking whether it's out of range. Put the check inside | 8 | before checking whether it's out of range. Put the check inside |
| 5 | eassert. See | 9 | eassert. See |