aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog5
-rw-r--r--src/ChangeLog6
2 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index eb5cae6ebff..4f0c3cc6e91 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12005-11-02 Kim F. Storm <storm@cua.dk>
2
3 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
4 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
5
12005-11-01 Stefan Monnier <monnier@iro.umontreal.ca> 62005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
2 7
3 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var. 8 * 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 @@
12005-11-01 Kim F. Storm <storm@cua.dk>
2
3 * fringe.c (update_window_fringes): Undo 2005-10-27 change.
4 Instead, rotate the bottom angle bitmap 180 degrees to indicate
5 that the bottom row does not end in a newline.
6
12005-11-01 Andreas Schwab <schwab@suse.de> 72005-11-01 Andreas Schwab <schwab@suse.de>
2 8
3 * unexelf.c (unexec): Handle .plt section in BSS segment. 9 * unexelf.c (unexec): Handle .plt section in BSS segment.