diff options
| author | Chong Yidong | 2009-07-14 16:58:25 +0000 |
|---|---|---|
| committer | Chong Yidong | 2009-07-14 16:58:25 +0000 |
| commit | f470187ffb37a9f917d6a1921804e87d5c3879bb (patch) | |
| tree | e59d99c49642fb86f74338f7a6cdc306936d32f4 /lisp/ChangeLog | |
| parent | 72d36834fc488a9c5cf16e043a1ba9124744684f (diff) | |
| download | emacs-f470187ffb37a9f917d6a1921804e87d5c3879bb.tar.gz emacs-f470187ffb37a9f917d6a1921804e87d5c3879bb.zip | |
* 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.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6b1755cc6a2..18a1db7ca68 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 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 |