comparison lisp/ChangeLog @ 103891:77139c3e3747

* select.el (x-set-selection): Doc fix. (x-valid-simple-selection-p): Disallow selection data consisting of a list or cons of integers, since that is not used. (xselect--selection-bounds, xselect--int-to-cons): New functions. (xselect-convert-to-string, xselect-convert-to-length) (xselect-convert-to-filename, xselect-convert-to-charpos) (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 14 Jul 2009 16:58:25 +0000
parents d9b3b49cf6d3
children 687539bbd810
comparison
equal deleted inserted replaced
103890:077f919376db 103891:77139c3e3747
1 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
2
3 * select.el (x-set-selection): Doc fix.
4 (x-valid-simple-selection-p): Disallow selection data consisting
5 of a list or cons of integers, since that is not used.
6 (xselect--selection-bounds, xselect--int-to-cons): New functions.
7 (xselect-convert-to-string, xselect-convert-to-length)
8 (xselect-convert-to-filename, xselect-convert-to-charpos)
9 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
10
1 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru> 11 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
2 12
3 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI 13 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
4 output in -break-info command (Emacs bug #3794). 14 output in -break-info command (Emacs bug #3794).
5 15