Mercurial > emacs
comparison src/ChangeLog @ 49115:e5b797f8b060
*** empty log message ***
author | Dave Love <fx@gnu.org> |
---|---|
date | Wed, 08 Jan 2003 19:28:42 +0000 |
parents | fd13501a746f |
children | f8288cd7d1cd |
comparison
equal
deleted
inserted
replaced
49114:c87af62cc6b4 | 49115:e5b797f8b060 |
---|---|
3 * process.c (server_accept_connection): Fixed recording of new | 3 * process.c (server_accept_connection): Fixed recording of new |
4 connection's local address in :local property of contact info. | 4 connection's local address in :local property of contact info. |
5 (Fmake_network_process): Record local network address for new | 5 (Fmake_network_process): Record local network address for new |
6 client processes in :local property of contact info. | 6 client processes in :local property of contact info. |
7 (format-network-address): Added arg OMIT-PORT. Callers changed. | 7 (format-network-address): Added arg OMIT-PORT. Callers changed. |
8 | |
9 2003-01-07 Dave Love <fx@gnu.org> | |
10 | |
11 * Makefile.in (fns.o): Depend on coding.h. | |
8 | 12 |
9 2003-01-07 Markus Rost <rost@math.ohio-state.edu> | 13 2003-01-07 Markus Rost <rost@math.ohio-state.edu> |
10 | 14 |
11 * minibuf.c (Fread_variable): Doc fix. | 15 * minibuf.c (Fread_variable): Doc fix. |
12 | 16 |