changeset 55073:dacc27f37199

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Wed, 21 Apr 2004 21:45:15 +0000
parents 8a79e0869c62
children dd4c270b21af
files etc/NEWS lisp/ChangeLog
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Wed Apr 21 21:42:06 2004 +0000
+++ b/etc/NEWS	Wed Apr 21 21:45:15 2004 +0000
@@ -91,6 +91,8 @@
 ** You can now use next-error (C-x `) and previous-error to advance to
 the next/previous matching line found by M-x occur.
 
+** Telnet will now prompt you for a port number with C-u M-x telnet.
+
 +++
 ** New command line option -Q.
 
--- a/lisp/ChangeLog	Wed Apr 21 21:42:06 2004 +0000
+++ b/lisp/ChangeLog	Wed Apr 21 21:45:15 2004 +0000
@@ -1,3 +1,7 @@
+2004-04-22  Kim F. Storm  <storm@cua.dk>
+
+	* net/telnet.el (telnet): Add optional port arg.
+
 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
 
 	* simple.el (next-error-last-buffer, next-error-function):