aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog23
1 files changed, 22 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4f1edc95668..4f0a0b9ab74 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,4 +1,4 @@
12011-09-27 Paul Eggert <eggert@cs.ucla.edu> 12011-09-28 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): 3 * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):
4 (allocate_vectorlike, buffer_memory_full, struct sdata, SDATA_SIZE) 4 (allocate_vectorlike, buffer_memory_full, struct sdata, SDATA_SIZE)
@@ -775,6 +775,27 @@
775 rather than rolling our own approximation. 775 rather than rolling our own approximation.
776 (SCROLL_BAR_VEC_SIZE): Remove; not used. 776 (SCROLL_BAR_VEC_SIZE): Remove; not used.
777 777
7782011-09-28 Eli Zaretskii <eliz@gnu.org>
779
780 * xdisp.c (compute_display_string_end): If there's no display
781 string at CHARPOS, return -1.
782
783 * bidi.c (bidi_fetch_char): When compute_display_string_end
784 returns a negative value, treat the character as a normal
785 character not covered by a display string. (Bug#9624)
786
7872011-09-28 Juanma Barranquero <lekktu@gmail.com>
788
789 * lread.c (Fread_from_string): Fix typo in docstring.
790
7912011-09-27 Eli Zaretskii <eliz@gnu.org>
792
793 * xdisp.c (handle_invisible_prop): If invisible text ends on a
794 newline, reseat the iterator instead of bidi-iterating there one
795 character at a time. (Bug#9610)
796 (BUFFER_POS_REACHED_P, move_it_in_display_line_to): Bail when past
797 TO_CHARPOS if the bidi iterator is at base embedding level.
798
7782011-09-27 Andreas Schwab <schwab@linux-m68k.org> 7992011-09-27 Andreas Schwab <schwab@linux-m68k.org>
779 800
780 * lread.c (readevalloop): Use correct code for NBSP. 801 * lread.c (readevalloop): Use correct code for NBSP.