*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Sun, 5 Nov 2006 15:23:45 +0000 (15:23 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 5 Nov 2006 15:23:45 +0000 (15:23 +0000)
lisp/ChangeLog
src/ChangeLog

index b699521..d75dabf 100644 (file)
@@ -1,3 +1,15 @@
+2006-11-05  Richard Stallman  <rms@gnu.org>
+
+       * 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\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
 
        * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
index f40fe21..e2b11bf 100644 (file)
@@ -1,3 +1,7 @@
+2006-11-05  Mark Davies  <mark@mcs.vuw.ac.nz>  (tiny change)
+
+       * s/netbsd.h (POSIX_SIGNALS): Defined.
+
 2006-11-05  Martin Rudalics  <rudalics@gmx.at>
 
        * macmenu.c (Fmenu_or_popup_active_p): New function.