# HG changeset patch # User Thien-Thi Nguyen # Date 1115001939 0 # Node ID 6539b66da8c34d3bd436d374baec24985933d45d # Parent 10e0cd55b339c538bac208a3b644fc89589cb613 *** empty log message *** diff -r 10e0cd55b339 -r 6539b66da8c3 lisp/ChangeLog --- a/lisp/ChangeLog Mon May 02 02:41:57 2005 +0000 +++ b/lisp/ChangeLog Mon May 02 02:45:39 2005 +0000 @@ -1,8 +1,17 @@ +2005-05-02 Thien-Thi Nguyen + + * net/rlogin.el (rlogin-parse-words): Delete func. + (rlogin): Use split-string, not rlogin-parse-words. + Also, if there are option-like elements in the parsed args, + take the host to be the first arg immediately following them. + Suggested by Michael Mauger. + 2005-05-01 Luc Teirlinck * subr.el (executing-macro): Use `define-obsolete-variable-alias'. 2005-05-02 Nick Roberts + * progmodes/cc-mode.el (cc-create-define-alist): Use a shell. (cc-mode-cpp-program): Rename to cc-define-list-program and move to cc-vars.el.