diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 6ec64c5ece6..fd11243cbb0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2005-05-14 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (message3): Call cancel_echoing. | ||
| 4 | |||
| 5 | * alloc.c (Fmemory_full_p): New function. | ||
| 6 | (syms_of_alloc): defsubr it. | ||
| 7 | |||
| 8 | * process.c (send_process_trap): Unblock SIGPIPE. | ||
| 9 | (send_process): Reset SIGPIPE handler before reporting error. | ||
| 10 | |||
| 1 | 2005-05-14 Nick Roberts <nickrob@snap.net.nz> | 11 | 2005-05-14 Nick Roberts <nickrob@snap.net.nz> |
| 2 | 12 | ||
| 3 | * emacs.c (syms_of_emacs): Fix doc string for system-type. | 13 | * emacs.c (syms_of_emacs): Fix doc string for system-type. |