diff options
| author | Richard M. Stallman | 2006-11-05 15:23:45 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-11-05 15:23:45 +0000 |
| commit | faefde3642efc2fd80f57db3d2c5ff66c12fc652 (patch) | |
| tree | 5635ca283b4f63d63027ecc4cbc12cd524afe5cd | |
| parent | ea7ce82132542765e1ca8423a64c9e943d00941e (diff) | |
| download | emacs-faefde3642efc2fd80f57db3d2c5ff66c12fc652.tar.gz emacs-faefde3642efc2fd80f57db3d2c5ff66c12fc652.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 12 | ||||
| -rw-r--r-- | src/ChangeLog | 4 |
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 @@ | |||
| 1 | 2006-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 | |||
| 1 | 2006-11-05 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org> | 13 | 2006-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 @@ | |||
| 1 | 2006-11-05 Mark Davies <mark@mcs.vuw.ac.nz> (tiny change) | ||
| 2 | |||
| 3 | * s/netbsd.h (POSIX_SIGNALS): Defined. | ||
| 4 | |||
| 1 | 2006-11-05 Martin Rudalics <rudalics@gmx.at> | 5 | 2006-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. |