comparison src/ChangeLog @ 106397:210af1fb2669

(Qseqpacket): New symbol. (HAVE_SEQPACKET): New macro. (Fmake_network_process): Accept new :type `seqpacket'. (init_process): Add `seqpacket' feature when applicable. (syms_of_process): Initialize Qseqpacket.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 03 Dec 2009 18:51:32 +0000
parents 18901807a354
children 31424b91531a
comparison
equal deleted inserted replaced
106396:b99306fb62cc 106397:210af1fb2669
1 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * process.c (Qseqpacket): New symbol.
4 (HAVE_SEQPACKET): New macro.
5 (Fmake_network_process): Accept new :type `seqpacket'.
6 (init_process): Add `seqpacket' feature when applicable.
7 (syms_of_process): Initialize Qseqpacket.
8
1 2009-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 9 2009-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2 10
3 * font.c (font_load_for_lface, font_open_by_name): Don't store name 11 * font.c (font_load_for_lface, font_open_by_name): Don't store name
4 if entity is Qnil. 12 if entity is Qnil.
5 13