diff options
-rw-r--r-- | etc/NEWS | 2 | ||||
-rw-r--r-- | lisp/ChangeLog | 4 |
2 files changed, 6 insertions, 0 deletions
@@ -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 <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): |