Mercurial > emacs
changeset 66624:e739ea58ce8d
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Tue, 01 Nov 2005 23:21:20 +0000 |
parents | b1ed59f3db23 |
children | a6851dd5148b |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Nov 01 23:06:16 2005 +0000 +++ b/lisp/ChangeLog Tue Nov 01 23:21:20 2005 +0000 @@ -1,3 +1,8 @@ +2005-11-02 Kim F. Storm <storm@cua.dk> + + * 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 <monnier@iro.umontreal.ca> * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
--- a/src/ChangeLog Tue Nov 01 23:06:16 2005 +0000 +++ b/src/ChangeLog Tue Nov 01 23:21:20 2005 +0000 @@ -1,3 +1,9 @@ +2005-11-01 Kim F. Storm <storm@cua.dk> + + * 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 <schwab@suse.de> * unexelf.c (unexec): Handle .plt section in BSS segment.