Mercurial > emacs
changeset 50477:bfaa5e73184f
*** empty log message ***
author | Francesco Potortì <pot@gnu.org> |
---|---|
date | Mon, 07 Apr 2003 14:03:51 +0000 |
parents | 14e9fad0af6b |
children | 4c84e707a287 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 10 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Apr 07 09:32:39 2003 +0000 +++ b/lisp/ChangeLog Mon Apr 07 14:03:51 2003 +0000 @@ -1,3 +1,9 @@ +2003-04-07 Francesco Potort,Al(B <pot@gnu.org> + + * xt-mouse.el (xterm-mouse-event-read): New function. + (xterm-mouse-event): Use it to get xterm sequences above #x7f. + Suggested by Aman Bhargava <emacs-bug@amanb.net>. + 2003-04-07 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de> * man.el (Man-getpage-in-background): Set GROFF_NO_SGR env var in @@ -17,15 +23,15 @@ 2003-04-06 Masatake YAMATO <jet@gyve.org> - * progmodes/etags.el (tag-find-file-of-tag): Renamed from + * progmodes/etags.el (tag-find-file-of-tag): Renamed from find-file-of-tag to avoid name space pollution. (tag-find-file-of-tag-noselect): Likewise. - (etags-list-tags, etags-tags-apropos): Use + (etags-list-tags, etags-tags-apropos): Use tag-find-file-of-tag instead of find-file-of-tag. - + 2003-04-06 Masatake YAMATO <jet@gyve.org> - * info.el (Info-goto-emacs-command-node): If command + * info.el (Info-goto-emacs-command-node): If command is given as a string, convert it to a symbol. 2003-04-05 Kevin Ryde <user42@zip.com.au>