comparison lisp/ChangeLog @ 1471:0b318c558de8

[xemacs-hg @ 2003-05-10 04:18:52 by james] Don't autodetect EOL type on keyboard streams.
author james
date Sat, 10 May 2003 04:18:52 +0000
parents a939d086aa0f
children 1fcb2428fee7
comparison
equal deleted inserted replaced
1470:1364f9716d7b 1471:0b318c558de8
1 2003-05-08 Jerry James <james@xemacs.org>
2
3 * code-init.el (coding-system-variable-default-value-table): Use
4 undecided-unix for keyboards to avoid EOL autodetection on TTYs.
5 * code-init.el (coding-system-variable-default-value): Update the
6 comment to reflect the changed table.
7
1 2003-05-03 Steve Youngs <youngs@xemacs.org> 8 2003-05-03 Steve Youngs <youngs@xemacs.org>
2 9
3 * package-admin.el (package-admin-find-top-directory): You can't 10 * package-admin.el (package-admin-find-top-directory): You can't
4 concat a string & a char, so convert 'directory-sep-char' to a string. 11 concat a string & a char, so convert 'directory-sep-char' to a string.
5 12