diff --git a/lisp/ChangeLog b/lisp/ChangeLog index eb5cae6ebff..4f0c3cc6e91 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2005-11-02 Kim F. Storm + + * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)" + item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil. + 2005-11-01 Stefan Monnier * calendar/cal-menu.el (date, event): Don't declare as dynamic-var. diff --git a/src/ChangeLog b/src/ChangeLog index 7a9d95c769a..acf9681e002 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2005-11-01 Kim F. Storm + + * fringe.c (update_window_fringes): Undo 2005-10-27 change. + Instead, rotate the bottom angle bitmap 180 degrees to indicate + that the bottom row does not end in a newline. + 2005-11-01 Andreas Schwab * unexelf.c (unexec): Handle .plt section in BSS segment.