changeset 69409:ab524efd17a5

*** empty log message ***
author Luc Teirlinck <teirllm@auburn.edu>
date Sat, 11 Mar 2006 17:00:13 +0000
parents aa89c5390b12
children 7f8930333b39
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 10 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Mar 11 16:46:38 2006 +0000
+++ b/lisp/ChangeLog	Sat Mar 11 17:00:13 2006 +0000
@@ -1,3 +1,7 @@
+2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
+
+	* simple.el (yank): Fix typo in docstring.
+
 2006-03-11  Ryan Yeske  <rcyeske@gmail.com>
 
 	* mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
--- a/src/ChangeLog	Sat Mar 11 16:46:38 2006 +0000
+++ b/src/ChangeLog	Sat Mar 11 17:00:13 2006 +0000
@@ -1,3 +1,8 @@
+2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
+
+	* window.c: Rename preserve_y to window_scroll_pixel_based_preserve_y.
+	(window_scroll_pixel_based, syms_of_window): Adapt to above change.
+
 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
 
 	* w32fns.c (w32_wnd_proc): Ignore middle and extra button events
@@ -39,7 +44,7 @@
 	* xterm.c (x_fully_uncatch_errors, x_catching_errors): New functions.
 
 	* eval.c (unwind_to_catch): Call x_fully_uncatch_errors.
-	(internal_condition_case_1, internal_condition_case_2): 
+	(internal_condition_case_1, internal_condition_case_2):
 	Abort if within unclosed x_catch_errors.
 
 2006-03-11  Romain Francoise  <romain@orebokech.com>