Mercurial > emacs
comparison lisp/ChangeLog @ 50477:bfaa5e73184f
*** empty log message ***
author | Francesco Potortì <pot@gnu.org> |
---|---|
date | Mon, 07 Apr 2003 14:03:51 +0000 |
parents | 14e9fad0af6b |
children | ceac595b0881 |
comparison
equal
deleted
inserted
replaced
50476:14e9fad0af6b | 50477:bfaa5e73184f |
---|---|
1 2003-04-07 Francesco Potort,Al(B <pot@gnu.org> | |
2 | |
3 * xt-mouse.el (xterm-mouse-event-read): New function. | |
4 (xterm-mouse-event): Use it to get xterm sequences above #x7f. | |
5 Suggested by Aman Bhargava <emacs-bug@amanb.net>. | |
6 | |
1 2003-04-07 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de> | 7 2003-04-07 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de> |
2 | 8 |
3 * man.el (Man-getpage-in-background): Set GROFF_NO_SGR env var in | 9 * man.el (Man-getpage-in-background): Set GROFF_NO_SGR env var in |
4 all cases, whether or not start-process is fboundp. | 10 all cases, whether or not start-process is fboundp. |
5 | 11 |
15 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): | 21 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): |
16 Correct the starting point for previous-single-property-change. | 22 Correct the starting point for previous-single-property-change. |
17 | 23 |
18 2003-04-06 Masatake YAMATO <jet@gyve.org> | 24 2003-04-06 Masatake YAMATO <jet@gyve.org> |
19 | 25 |
20 * progmodes/etags.el (tag-find-file-of-tag): Renamed from | 26 * progmodes/etags.el (tag-find-file-of-tag): Renamed from |
21 find-file-of-tag to avoid name space pollution. | 27 find-file-of-tag to avoid name space pollution. |
22 (tag-find-file-of-tag-noselect): Likewise. | 28 (tag-find-file-of-tag-noselect): Likewise. |
23 (etags-list-tags, etags-tags-apropos): Use | 29 (etags-list-tags, etags-tags-apropos): Use |
24 tag-find-file-of-tag instead of find-file-of-tag. | 30 tag-find-file-of-tag instead of find-file-of-tag. |
25 | 31 |
26 2003-04-06 Masatake YAMATO <jet@gyve.org> | 32 2003-04-06 Masatake YAMATO <jet@gyve.org> |
27 | 33 |
28 * info.el (Info-goto-emacs-command-node): If command | 34 * info.el (Info-goto-emacs-command-node): If command |
29 is given as a string, convert it to a symbol. | 35 is given as a string, convert it to a symbol. |
30 | 36 |
31 2003-04-05 Kevin Ryde <user42@zip.com.au> | 37 2003-04-05 Kevin Ryde <user42@zip.com.au> |
32 | 38 |
33 * info-look.el (emacs-lisp-mode): Add prefix/suffix matching regexps. | 39 * info-look.el (emacs-lisp-mode): Add prefix/suffix matching regexps. |