diff options
| author | Chong Yidong | 2006-02-28 14:52:46 +0000 |
|---|---|---|
| committer | Chong Yidong | 2006-02-28 14:52:46 +0000 |
| commit | c525d842f8a75a19c870971c176ce7fd50cc21c9 (patch) | |
| tree | 8dce8420691c4d932c8d9dc6cf602af00d39699e /src/ChangeLog | |
| parent | 29ecdb2212662dd0c73f9338aea8ea8dd0de2df3 (diff) | |
| download | emacs-c525d842f8a75a19c870971c176ce7fd50cc21c9.tar.gz emacs-c525d842f8a75a19c870971c176ce7fd50cc21c9.zip | |
* 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.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 79db6d09d0b..faba78efd63 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 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 |