diff options
| author | Eli Zaretskii | 2012-04-26 13:49:29 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2012-04-26 13:49:29 +0300 |
| commit | 4c3fa1d9adf3dca80e86b45488b0556f5f0fa495 (patch) | |
| tree | f03caadd14c2a1aa810fcbc080b73838e3a31db6 /src/ChangeLog | |
| parent | 1c6900d923647582ea9c2ab90f0ccf1fe41603e0 (diff) | |
| download | emacs-4c3fa1d9adf3dca80e86b45488b0556f5f0fa495.tar.gz emacs-4c3fa1d9adf3dca80e86b45488b0556f5f0fa495.zip | |
Allow word wrap together with whitespace-mode (bug #11341)
src/xdisp.c (IT_DISPLAYING_WHITESPACE): In addition to the loaded
display element, check also the underlying string or buffer
character.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8b23806e57f..df0e6135498 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2012-04-26 Eli Zaretskii <eliz@gnu.org> | 1 | 2012-04-26 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * xdisp.c (IT_DISPLAYING_WHITESPACE): In addition to the loaded | ||
| 4 | display element, check also the underlying string or buffer | ||
| 5 | character. (Bug#11341) | ||
| 6 | |||
| 3 | * w32menu.c: Include w32heap.h. | 7 | * w32menu.c: Include w32heap.h. |
| 4 | (add_menu_item): If the call to AppendMenuW (via | 8 | (add_menu_item): If the call to AppendMenuW (via |
| 5 | unicode_append_menu) fails, disable Unicode menus only if we are | 9 | unicode_append_menu) fails, disable Unicode menus only if we are |