diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 6208738cc57..9e564ea6414 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2015-01-31 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * coding.c (raw_text_coding_system_p): New function. | ||
| 4 | |||
| 5 | * keyboard.c (read_decoded_event_from_main_queue): Use it when the | ||
| 6 | keyboard coding-system is 'raw-text'. (Bug#19532) | ||
| 7 | |||
| 8 | * coding.h (raw_text_coding_system_p): Add prototype. | ||
| 9 | |||
| 1 | 2015-01-31 Andreas Schwab <schwab@linux-m68k.org> | 10 | 2015-01-31 Andreas Schwab <schwab@linux-m68k.org> |
| 2 | 11 | ||
| 3 | * Makefile.in (gl-stamp): Generate globals.h through the use of | 12 | * Makefile.in (gl-stamp): Generate globals.h through the use of |