diff options
| author | Paul Eggert | 2012-03-01 18:29:30 -0800 |
|---|---|---|
| committer | Paul Eggert | 2012-03-01 18:29:30 -0800 |
| commit | 9d6b4d53469a9ffd67bd770fabc6fe254e35c21d (patch) | |
| tree | de238c6f707915be9ed1f10235589b4e975a08fb /src/ChangeLog | |
| parent | a89654f8f34114db543cb91363e8fded6d73e986 (diff) | |
| parent | eec1549a6b89359b6d970f14dead275e59b7bc6f (diff) | |
| download | emacs-9d6b4d53469a9ffd67bd770fabc6fe254e35c21d.tar.gz emacs-9d6b4d53469a9ffd67bd770fabc6fe254e35c21d.zip | |
Merge from trunk.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 71ddf053dac..d477d0574b3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | 2012-02-25 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2012-03-02 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Fix integer width and related bugs (Bug#9874). | 3 | Fix integer width and related bugs (Bug#9874). |
| 4 | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): | 4 | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): |
| @@ -788,8 +788,30 @@ | |||
| 788 | rather than rolling our own approximation. | 788 | rather than rolling our own approximation. |
| 789 | (SCROLL_BAR_VEC_SIZE): Remove; not used. | 789 | (SCROLL_BAR_VEC_SIZE): Remove; not used. |
| 790 | 790 | ||
| 791 | 2012-02-29 Eli Zaretskii <eliz@gnu.org> | ||
| 792 | |||
| 793 | * xdisp.c (get_overlay_strings_1): Under bidi redisplay, call | ||
| 794 | push_it before setting up the iterator for the first overlay | ||
| 795 | string, even if we have an empty string loaded. | ||
| 796 | (next_overlay_string): If there's an empty string on the iterator | ||
| 797 | stack, pop the stack. (Bug#10903) | ||
| 798 | |||
| 799 | 2012-02-25 Paul Eggert <eggert@cs.ucla.edu> | ||
| 800 | |||
| 801 | Generalize fix for crash due to non-contiguous EMACS_INT (Bug#10780). | ||
| 802 | Suggested by Stefan Monnier in | ||
| 803 | <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00692.html>. | ||
| 804 | * alloc.c (widen_to_Lisp_Object): New static function. | ||
| 805 | (mark_memory): Also mark Lisp_Objects by fetching pointer words | ||
| 806 | and widening them to Lisp_Objects. This would work even if | ||
| 807 | USE_LSB_TAG is defined and wide integers are used, which might | ||
| 808 | happen in a future version of Emacs. | ||
| 809 | |||
| 791 | 2012-02-25 Chong Yidong <cyd@gnu.org> | 810 | 2012-02-25 Chong Yidong <cyd@gnu.org> |
| 792 | 811 | ||
| 812 | * fileio.c (Ffile_selinux_context, Fset_file_selinux_context): | ||
| 813 | Doc fix. | ||
| 814 | |||
| 793 | * xselect.c (Fx_selection_exists_p): Doc fix. | 815 | * xselect.c (Fx_selection_exists_p): Doc fix. |
| 794 | (x_clipboard_manager_save_all): Print an informative message | 816 | (x_clipboard_manager_save_all): Print an informative message |
| 795 | before saving to clipboard manager. | 817 | before saving to clipboard manager. |