]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Tue, 1 Nov 2005 23:21:20 +0000 (23:21 +0000)
committerKim F. Storm <storm@cua.dk>
Tue, 1 Nov 2005 23:21:20 +0000 (23:21 +0000)
lisp/ChangeLog
src/ChangeLog

index eb5cae6ebff49876d150c088dd19e492c70618d4..4f0c3cc6e91114c9f7a610029b2d2fc384b2fa45 100644 (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.
index 7a9d95c769a9698b4559c03a6cfb4530c3d13804..acf9681e002f9f0e988f58d365aeccb5a6f248a6 100644 (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.