aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2006-03-11 17:00:13 +0000
committerLuc Teirlinck2006-03-11 17:00:13 +0000
commitf372bd5b0faf05a3e82bcd79d9bd215aad58d6cb (patch)
tree3738cd9a1d8ebc2c82d90f0a0f904a56d7cba74d
parent66fe93d1c2e84e08577b6bd8666abff0cfcb50dd (diff)
downloademacs-f372bd5b0faf05a3e82bcd79d9bd215aad58d6cb.tar.gz
emacs-f372bd5b0faf05a3e82bcd79d9bd215aad58d6cb.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog4
-rw-r--r--src/ChangeLog7
2 files changed, 10 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index db6be0a6e99..146398f2de3 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12006-03-11 Luc Teirlinck <teirllm@auburn.edu>
2
3 * simple.el (yank): Fix typo in docstring.
4
12006-03-11 Ryan Yeske <rcyeske@gmail.com> 52006-03-11 Ryan Yeske <rcyeske@gmail.com>
2 6
3 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted 7 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
diff --git a/src/ChangeLog b/src/ChangeLog
index bef64046ae1..389538b1617 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12006-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
12006-03-11 Eli Zaretskii <eliz@gnu.org> 62006-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
452006-03-11 Romain Francoise <romain@orebokech.com> 502006-03-11 Romain Francoise <romain@orebokech.com>