diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4bd72f831cd..101672baa1e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2013-07-13 Eli Zaretskii <eliz@gnu.org> | 1 | 2013-07-13 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * w32term.c (x_draw_hollow_cursor): Delete the brush object when | ||
| 4 | returning early. (Bug#14850) | ||
| 5 | |||
| 3 | * coding.c (syms_of_coding): Set up inhibit-null-byte-detection | 6 | * coding.c (syms_of_coding): Set up inhibit-null-byte-detection |
| 4 | and inhibit-iso-escape-detection attributes of 'undecided'. | 7 | and inhibit-iso-escape-detection attributes of 'undecided'. |
| 5 | (Bug#14822) | 8 | (Bug#14822) |