aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog12
-rw-r--r--src/ChangeLog4
2 files changed, 16 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b699521bf4b..d75dabfa505 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,15 @@
12006-11-05 Richard Stallman <rms@gnu.org>
2
3 * startup.el (init-file-had-error): Add doc string.
4 (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
5 Use fixed-width font for keyboard key descriptions.
6
7 * cus-edit.el (custom-save-all): Error if saving in .emacs
8 and it had an error when loaded.
9
10 * dired-aux.el (dired-copy-file-recursive): Catch errors
11 from recursive copies in the loop, around the recursive call.
12
12006-11-05 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org> 132006-11-05 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org>
2 14
3 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in 15 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
diff --git a/src/ChangeLog b/src/ChangeLog
index f40fe219b10..e2b11bf2025 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12006-11-05 Mark Davies <mark@mcs.vuw.ac.nz> (tiny change)
2
3 * s/netbsd.h (POSIX_SIGNALS): Defined.
4
12006-11-05 Martin Rudalics <rudalics@gmx.at> 52006-11-05 Martin Rudalics <rudalics@gmx.at>
2 6
3 * macmenu.c (Fmenu_or_popup_active_p): New function. 7 * macmenu.c (Fmenu_or_popup_active_p): New function.