diff options
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 2005-05-06 08:05:18 +0000 |
---|---|---|
committer | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 2005-05-06 08:05:18 +0000 |
commit | 17d28d26ff78f6904a400bfc430e71aaa6b5fc96 (patch) | |
tree | d79764859d3970de00fea8a30148c38f24e0b6aa /lisp | |
parent | 75440ed457807eb0497856d2f3fd857eb4b16664 (diff) | |
download | emacs-17d28d26ff78f6904a400bfc430e71aaa6b5fc96.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3453149b6fd..4cf47c9e2c6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,17 @@ +2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> + + * term/mac-win.el: Don't define or bind scroll bar functions if + x-toolkit-scroll-bars is t. + (x-select-text, x-get-selection-value): Clear + x-last-selected-text-clipboard if x-select-enable-clipboard is + nil. + (PRIMARY): Put mac-scrap-name property. + (mac-select-convert-to-file-url): New function. + (public.file-url): New selection target type. Add to + selection-converter-alist. + (x-get-selection, x-selection-value): Handle it. + (x-cut-buffer-or-selection-value): New alias. + 2005-05-05 Luc Teirlinck <teirllm@auburn.edu> * emacs-lisp/byte-run.el (define-obsolete-function-alias) |