1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 20:00:46 -08:00

*** empty log message ***

This commit is contained in:
Kim F. Storm 2003-01-08 10:38:18 +00:00
parent 2185db0450
commit c4af2bceb4
2 changed files with 12 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2003-01-08 Kim F. Storm <storm@cua.dk>
* mail/undigest.el (unforward-rmail-message): Don't use global
variable `n'.
2003-01-08 Francesco Potort,Al(B <pot@gnu.org>
* mail/undigest.el (unforward-rmail-message): Simplified. No

View file

@ -1,3 +1,10 @@
2003-01-08 Kim F. Storm <storm@cua.dk>
* process.c (server_accept_connection): Fixed recording of new
connection's local address in :local property of contact info.
(Fmake_network_process): Record local network address for new
client processes in :local property of contact info.
2003-01-07 Markus Rost <rost@math.ohio-state.edu>
* minibuf.c (Fread_variable): Doc fix.