From: Kim F. Storm Date: Tue, 1 Nov 2005 23:21:20 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~6125 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8f15921bb59cd426607ffca2381c63f3e0e464ac;p=emacs.git *** empty log message *** --- 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.