Mercurial > emacs
comparison src/ChangeLog @ 69209:b9ad41f39bf6
* xselect.c (x_catch_errors_unwind): New function.
(x_reply_selection_request): Put x_uncatch_errors in an unwind.
(Fx_get_atom_name): Call x_uncatch_errors earlier.
* window.c (Qscroll_up, Qscroll_down): New syms.
(window_scroll_pixel_based): Make preserve_y static to avoid
getting point stuck when scrolling 1 line.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Tue, 28 Feb 2006 14:52:46 +0000 |
parents | fdee8318ddc9 |
children | 5e7d51a60bdf |
comparison
equal
deleted
inserted
replaced
69208:658f0dc9c1dc | 69209:b9ad41f39bf6 |
---|---|
1 2006-02-28 Chong Yidong <cyd@stupidchicken.com> | |
2 | |
3 * xselect.c (x_catch_errors_unwind): New function. | |
4 (x_reply_selection_request): Put x_uncatch_errors in an unwind. | |
5 (Fx_get_atom_name): Call x_uncatch_errors earlier. | |
6 | |
7 * window.c (Qscroll_up, Qscroll_down): New syms. | |
8 (window_scroll_pixel_based): Make preserve_y static to avoid | |
9 getting point stuck when scrolling 1 line. | |
10 | |
1 2006-02-26 Chong Yidong <cyd@stupidchicken.com> | 11 2006-02-26 Chong Yidong <cyd@stupidchicken.com> |
2 | 12 |
3 * xterm.h, xterm.c (x_uncatch_errors): Delete unneccessary | 13 * xterm.h, xterm.c (x_uncatch_errors): Delete unneccessary |
4 argument. | 14 argument. |
5 | 15 |