diff options
| author | Paul Eggert | 2011-10-12 09:48:12 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-10-12 09:48:12 -0700 |
| commit | 682432fc544c2bb4e0531c2931d43bce085eb16a (patch) | |
| tree | 4bc9e4d78f34e19254382246b89a3462a0186311 /src/ChangeLog | |
| parent | d44287d4adc1e268ef9974ea72010f0186f40197 (diff) | |
| parent | 79beb1785aac3f8326f58710462e4b6be7f0449a (diff) | |
| download | emacs-682432fc544c2bb4e0531c2931d43bce085eb16a.tar.gz emacs-682432fc544c2bb4e0531c2931d43bce085eb16a.zip | |
Merge from trunk.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 51 |
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 @@ | |||
| 1 | 2011-10-11 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-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 | ||
| 787 | 2011-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 | |||
| 795 | 2011-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 | |||
| 801 | 2011-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 | |||
| 809 | 2011-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 | |||
| 815 | 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 816 | |||
| 817 | * minibuf.c (Finternal_complete_buffer): Fix last change (bug#9709). | ||
| 818 | |||
| 819 | 2011-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 | |||
| 824 | 2011-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 | |||
| 787 | 2011-10-07 Stefan Monnier <monnier@iro.umontreal.ca> | 834 | 2011-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 |