*** empty log message ***

This commit is contained in:
Kim F. Storm 2005-11-01 23:21:20 +00:00
parent 4515ae7c14
commit 8f15921bb5
2 changed files with 11 additions and 0 deletions

View file

@ -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.

View file

@ -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.