aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog51
1 files changed, 49 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 00845a4c188..c2cf656b101 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,6 +1,6 @@
12011-10-11 Paul Eggert <eggert@cs.ucla.edu> 12011-10-12 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 Fix integer width and related issues. 3 Fix integer width and related bugs.
4 * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): 4 * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):
5 (allocate_vectorlike, buffer_memory_full, struct sdata, SDATA_SIZE) 5 (allocate_vectorlike, buffer_memory_full, struct sdata, SDATA_SIZE)
6 (string_bytes, check_sblock, allocate_string_data): 6 (string_bytes, check_sblock, allocate_string_data):
@@ -784,6 +784,53 @@
784 rather than rolling our own approximation. 784 rather than rolling our own approximation.
785 (SCROLL_BAR_VEC_SIZE): Remove; not used. 785 (SCROLL_BAR_VEC_SIZE): Remove; not used.
786 786
7872011-10-12 Eli Zaretskii <eliz@gnu.org>
788
789 * bidi.c (bidi_level_of_next_char):
790 * xdisp.c (get_visually_first_element): Remove old incorrect
791 comments regarding the Unicode Line Separator character.
792
793 * bidi.c (bidi_init_it): Initialize paragraph_dir to NEUTRAL_DIR.
794
7952011-10-12 Dmitry Antipov <dmantipov@yandex.ru>
796
797 * alloc.c (Fgc_status): Do not access beyond zombies array
798 boundary if nzombies > MAX_ZOMBIES.
799 * alloc.c (dump_zombies): Add missing format specifier.
800
8012011-10-12 Paul Eggert <eggert@cs.ucla.edu>
802
803 * xdisp.c (set_cursor_from_row): Simplify conditionals,
804 to pacify GCC 4.6.1 x86-64 with -O2 -Wstrict-overflow.
805
806 * lread.c (read_escape): Allow hex escapes as large as ?\xfffffff.
807 Some packages use them to denote characters with modifiers.
808
8092011-10-11 Andreas Schwab <schwab@linux-m68k.org>
810
811 * lisp.h (GCPRO1_VAR, GCPRO2_VAR, GCPRO3_VAR, GCPRO4_VAR)
812 (GCPRO5_VAR, GCPRO6_VAR, UNGCPRO_VAR): Add whitespace to avoid
813 matching a pp-number. Rename parameter var to var1.
814
8152011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
816
817 * minibuf.c (Finternal_complete_buffer): Fix last change (bug#9709).
818
8192011-10-08 Glenn Morris <rgm@gnu.org>
820
821 * callint.c (Fcall_interactively): Give a more explicit error for the
822 'c' case with a non-character input. (Bug#8479)
823
8242011-10-08 Eli Zaretskii <eliz@gnu.org>
825
826 * xdisp.c (hscroll_window_tree): Support hscroll in right-to-left
827 lines.
828 (set_cursor_from_row): Fix cursor positioning in mixed L2R+R2L
829 lines that are hscrolled on the left.
830
831 * dispnew.c (buffer_posn_from_coords): Account for a possible
832 presence of header-line. (Bug#4426)
833
7872011-10-07 Stefan Monnier <monnier@iro.umontreal.ca> 8342011-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
788 835
789 * buffer.c (syms_of_buffer) <enable-multibyte-characters>: Don't 836 * buffer.c (syms_of_buffer) <enable-multibyte-characters>: Don't