]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorFrancesco Potortì <pot@gnu.org>
Mon, 7 Apr 2003 14:03:51 +0000 (14:03 +0000)
committerFrancesco Potortì <pot@gnu.org>
Mon, 7 Apr 2003 14:03:51 +0000 (14:03 +0000)
lisp/ChangeLog

index 49066a27d600127ddf4de4deac9dd81903a5e43f..268119e36ac43803cef5946d17a69fa5bfb6d4f3 100644 (file)
@@ -1,3 +1,9 @@
+2003-04-07  Francesco Potort\e,Al\e(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\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
 
        * man.el (Man-getpage-in-background): Set GROFF_NO_SGR env var in
 
 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>