]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorLuc Teirlinck <teirllm@auburn.edu>
Sat, 11 Mar 2006 17:00:13 +0000 (17:00 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Sat, 11 Mar 2006 17:00:13 +0000 (17:00 +0000)
lisp/ChangeLog
src/ChangeLog

index db6be0a6e99c43be0380801948091c0f915a64c7..146398f2de389472709284589ef68fb461a47747 100644 (file)
@@ -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
index bef64046ae1314266f07fbb32b755a10c44399e4..389538b1617f800d3b1c18f13a5c0749c3a3b961 100644 (file)
@@ -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>