From: Eli Zaretskii Date: Wed, 13 Apr 2011 17:43:38 +0000 (+0300) Subject: Fix bug #8487 with invisible text at EOB under bidi. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~290^2~7 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c0ece6a5c4c8dc87be1da6808289c88de19d8398;p=emacs.git Fix bug #8487 with invisible text at EOB under bidi. src/xdisp.c (handle_invisible_prop): Don't call bidi_paragraph_init when at ZV. --- c0ece6a5c4c8dc87be1da6808289c88de19d8398 diff --cc src/ChangeLog index 211625ee446,4c564d214de..d2c95aee4c4 --- a/src/ChangeLog +++ b/src/ChangeLog @@@ -1,24 -1,8 +1,29 @@@ + 2011-04-13 Eli Zaretskii + + * xdisp.c (handle_invisible_prop): Don't call bidi_paragraph_init + when at ZV. (Bug#8487) + +2011-04-12 Andreas Schwab + + * charset.c (Fclear_charset_maps): Use xfree instead of free. + (Bug#8437) + * keyboard.c (parse_tool_bar_item): Likewise. + * sound.c (sound_cleanup, alsa_close): Likewise. + * termcap.c (tgetent): Likewise. + * xfns.c (x_default_font_parameter): Likewise. + * xsettings.c (read_and_apply_settings): Likewise. + + * alloc.c (overrun_check_malloc, overrun_check_realloc) + (overrun_check_free): Protoize. + +2011-04-12 Paul Eggert + + * sysdep.c (emacs_read, emacs_write): Check for negative sizes + since callers should never pass a negative size. + Change the signature to match that of plain 'read' and 'write'; see + . + * lisp.h: Update prototypes of emacs_write and emacs_read. + 2011-04-11 Eli Zaretskii * xdisp.c (redisplay_window): Don't try to determine the character