]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Wed, 8 Jan 2003 10:38:18 +0000 (10:38 +0000)
committerKim F. Storm <storm@cua.dk>
Wed, 8 Jan 2003 10:38:18 +0000 (10:38 +0000)
lisp/ChangeLog
src/ChangeLog

index 505392e82196fc54a78dc88c7982d1bf538e0787..b4c1dd9cd5b857a05b058cd819c1fcd864e1e8b8 100644 (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\e,Al\e(B  <pot@gnu.org>
 
        * mail/undigest.el (unforward-rmail-message): Simplified.  No
index 1decd70f72ff8d7fee57db9138cc7fd0aa4d4d2b..5c552e57565476b16b296c63c4a2089f326f9e62 100644 (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.