diff options
| author | Chong Yidong | 2012-04-27 11:10:38 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-04-27 11:10:38 +0800 |
| commit | a8e7d6d783219972c08fd49a3a2afaf26eb139c2 (patch) | |
| tree | 5e86d23d9285389791dc8321d8a8a2ece2247bea /src/ChangeLog | |
| parent | b360839071ef6c7a9e917fe57a4aaeb39138e8c0 (diff) | |
| parent | c5bb756916baa63cc663d68d4c24e5ad33a764e8 (diff) | |
| download | emacs-a8e7d6d783219972c08fd49a3a2afaf26eb139c2.tar.gz emacs-a8e7d6d783219972c08fd49a3a2afaf26eb139c2.zip | |
Merge changes from emacs-24 branch
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index df0e6135498..55caf3c607c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,30 @@ | |||
| 1 | 2012-04-27 Chong Yidong <cyd@gnu.org> | ||
| 2 | |||
| 3 | * xselect.c (x_convert_selection): Initialize a pointer (Bug#11315). | ||
| 4 | |||
| 5 | 2012-04-27 Eli Zaretskii <eliz@gnu.org> | ||
| 6 | |||
| 7 | * xdisp.c (pos_visible_p): If the window start position is beyond | ||
| 8 | ZV, start the display from buffer beginning. Prevents assertion | ||
| 9 | violation in init_iterator when the minibuffer window is scrolled | ||
| 10 | via the scroll bar. | ||
| 11 | |||
| 12 | * window.c (window_scroll_pixel_based): Likewise. | ||
| 13 | |||
| 14 | 2012-04-27 Chong Yidong <cyd@gnu.org> | ||
| 15 | |||
| 16 | * keymap.c (where_is_internal): Doc fix (Bug#10872). | ||
| 17 | |||
| 18 | 2012-04-27 Glenn Morris <rgm@gnu.org> | ||
| 19 | |||
| 20 | * fileio.c (Fcopy_file, Fset_file_selinux_context): | ||
| 21 | Ignore ENOTSUP failures from setfilecon functions. (Bug#11245) | ||
| 22 | |||
| 23 | 2012-04-27 Eli Zaretskii <eliz@gnu.org> | ||
| 24 | |||
| 25 | * dispnew.c (swap_glyph_pointers, copy_row_except_pointers): Don't | ||
| 26 | overrun array limits of glyph row's used[] array. (Bug#11288) | ||
| 27 | |||
| 1 | 2012-04-26 Eli Zaretskii <eliz@gnu.org> | 28 | 2012-04-26 Eli Zaretskii <eliz@gnu.org> |
| 2 | 29 | ||
| 3 | * xdisp.c (IT_DISPLAYING_WHITESPACE): In addition to the loaded | 30 | * xdisp.c (IT_DISPLAYING_WHITESPACE): In addition to the loaded |