# HG changeset patch # User Richard M. Stallman # Date 1162740225 0 # Node ID 7904e34e75bda8a6edcb13ba098204fe092f43ae # Parent 7140475b809529a62156d6f936792fc7081daacb *** empty log message *** diff -r 7140475b8095 -r 7904e34e75bd lisp/ChangeLog --- a/lisp/ChangeLog Sun Nov 05 15:23:02 2006 +0000 +++ b/lisp/ChangeLog Sun Nov 05 15:23:45 2006 +0000 @@ -1,3 +1,15 @@ +2006-11-05 Richard Stallman + + * startup.el (init-file-had-error): Add doc string. + (fancy-splash-text, fancy-splash-head, fancy-splash-tail): + Use fixed-width font for keyboard key descriptions. + + * cus-edit.el (custom-save-all): Error if saving in .emacs + and it had an error when loaded. + + * dired-aux.el (dired-copy-file-recursive): Catch errors + from recursive copies in the loop, around the recursive call. + 2006-11-05 Micha,Ak(Bl Cadilhac * battery.el (battery-linux-proc-acpi): Search an ac_adapter in diff -r 7140475b8095 -r 7904e34e75bd src/ChangeLog --- a/src/ChangeLog Sun Nov 05 15:23:02 2006 +0000 +++ b/src/ChangeLog Sun Nov 05 15:23:45 2006 +0000 @@ -1,3 +1,7 @@ +2006-11-05 Mark Davies (tiny change) + + * s/netbsd.h (POSIX_SIGNALS): Defined. + 2006-11-05 Martin Rudalics * macmenu.c (Fmenu_or_popup_active_p): New function.