comparison src/ChangeLog @ 4955:de64354ffcbf

turn on load-ignore-out-of-date-elc-files by default -------------------- ChangeLog entries follow: -------------------- src/ChangeLog addition: 2010-01-27 Ben Wing <ben@xemacs.org> * lread.c (vars_of_lread): Turn on load-ignore-out-of-date-elc-files by default.
author Ben Wing <ben@xemacs.org>
date Wed, 27 Jan 2010 00:45:06 -0600
parents 70e8a00896e9
children 3461165c79be
comparison
equal deleted inserted replaced
4954:70e8a00896e9 4955:de64354ffcbf
1 2010-01-27 Ben Wing <ben@xemacs.org>
2
3 * lread.c (vars_of_lread):
4 Turn on load-ignore-out-of-date-elc-files by default.
5
1 2010-01-27 Ben Wing <ben@xemacs.org> 6 2010-01-27 Ben Wing <ben@xemacs.org>
2 7
3 * event-unixoid.c (read_event_from_tty_or_stream_desc): 8 * event-unixoid.c (read_event_from_tty_or_stream_desc):
4 Don't try to write one byte into a four-byte variable, leaving 9 Don't try to write one byte into a four-byte variable, leaving
5 the rest undefined. This is a recipe for crashing. 10 the rest undefined. This is a recipe for crashing.