diff options
| author | Luc Teirlinck | 2006-03-11 17:00:13 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2006-03-11 17:00:13 +0000 |
| commit | f372bd5b0faf05a3e82bcd79d9bd215aad58d6cb (patch) | |
| tree | 3738cd9a1d8ebc2c82d90f0a0f904a56d7cba74d /src/ChangeLog | |
| parent | 66fe93d1c2e84e08577b6bd8666abff0cfcb50dd (diff) | |
| download | emacs-f372bd5b0faf05a3e82bcd79d9bd215aad58d6cb.tar.gz emacs-f372bd5b0faf05a3e82bcd79d9bd215aad58d6cb.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index bef64046ae1..389538b1617 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2006-03-11 Luc Teirlinck <teirllm@auburn.edu> | ||
| 2 | |||
| 3 | * window.c: Rename preserve_y to window_scroll_pixel_based_preserve_y. | ||
| 4 | (window_scroll_pixel_based, syms_of_window): Adapt to above change. | ||
| 5 | |||
| 1 | 2006-03-11 Eli Zaretskii <eliz@gnu.org> | 6 | 2006-03-11 Eli Zaretskii <eliz@gnu.org> |
| 2 | 7 | ||
| 3 | * w32fns.c (w32_wnd_proc): Ignore middle and extra button events | 8 | * w32fns.c (w32_wnd_proc): Ignore middle and extra button events |
| @@ -39,7 +44,7 @@ | |||
| 39 | * xterm.c (x_fully_uncatch_errors, x_catching_errors): New functions. | 44 | * xterm.c (x_fully_uncatch_errors, x_catching_errors): New functions. |
| 40 | 45 | ||
| 41 | * eval.c (unwind_to_catch): Call x_fully_uncatch_errors. | 46 | * eval.c (unwind_to_catch): Call x_fully_uncatch_errors. |
| 42 | (internal_condition_case_1, internal_condition_case_2): | 47 | (internal_condition_case_1, internal_condition_case_2): |
| 43 | Abort if within unclosed x_catch_errors. | 48 | Abort if within unclosed x_catch_errors. |
| 44 | 49 | ||
| 45 | 2006-03-11 Romain Francoise <romain@orebokech.com> | 50 | 2006-03-11 Romain Francoise <romain@orebokech.com> |