comparison src/ChangeLog @ 2531:7de8d9ab7bbd

[xemacs-hg @ 2005-01-29 09:06:37 by ben] Fix recognition of coding magic cookie in autodetection file-coding.c: Use UExtbyte for semantic correctness. file-coding.c: Fix code that recognizes ;;;###coding cookie.
author ben
date Sat, 29 Jan 2005 09:06:40 +0000
parents 491f8cf78a9c
children 989a7680c221
comparison
equal deleted inserted replaced
2530:bc47870c97c2 2531:7de8d9ab7bbd
1 2005-01-29 Ben Wing <ben@xemacs.org>
2
3 * file-coding.c (snarf_coding_system):
4 Use UExtbyte for semantic correctness.
5 * file-coding.c (look_for_coding_system_magic_cookie):
6 Fix code that recognizes ;;;###coding cookie.
7
1 2005-01-27 Ben Wing <ben@xemacs.org> 8 2005-01-27 Ben Wing <ben@xemacs.org>
2 9
3 * console-impl.h (struct console_methods): 10 * console-impl.h (struct console_methods):
4 * objects-gtk.c: 11 * objects-gtk.c:
5 * objects-gtk.c (gtk_color_list): 12 * objects-gtk.c (gtk_color_list):