diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0cd7e35fb6b..6acf8870587 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2009-01-10 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | Fix Bug #876: | ||
| 4 | |||
| 5 | * coding.c (inhibit_null_byte_detection): New variable. | ||
| 6 | (detect_coding, detect_coding_system): Don't pay attention to null | ||
| 7 | bytes if inhibit_null_byte_detection is non-zero. | ||
| 8 | (syms_of_coding) <inhibit-null-byte-detection>: Declare and | ||
| 9 | document. | ||
| 10 | <inhibit-iso-escape-detection>: Doc fix. | ||
| 11 | |||
| 1 | 2009-01-09 Jason Rumney <jasonr@gnu.org> | 12 | 2009-01-09 Jason Rumney <jasonr@gnu.org> |
| 2 | 13 | ||
| 3 | * w32font.c (add_font_entity_to_list): Don't report unknown | 14 | * w32font.c (add_font_entity_to_list): Don't report unknown |