From: Kim F. Storm Date: Wed, 21 Apr 2004 21:45:15 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~6658 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=879054ea2843482b2c5a42b62b3117e05452d8c0;p=emacs.git *** empty log message *** --- diff --git a/etc/NEWS b/etc/NEWS index 752473f7131..491713224ff 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -91,6 +91,8 @@ types any more. Add -DUSE_LISP_UNION_TYPE if you want union types. ** 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. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2c4e79091cc..6dee97cdb26 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2004-04-22 Kim F. Storm + + * net/telnet.el (telnet): Add optional port arg. + 2004-04-21 Teodor Zlatanov * simple.el (next-error-last-buffer, next-error-function):