aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a86f78e5b96..fd11243cbb0 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,25 @@
12005-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
112005-05-14 Nick Roberts <nickrob@snap.net.nz>
12
13 * emacs.c (syms_of_emacs): Fix doc string for system-type.
14
152005-05-13 Richard M. Stallman <rms@gnu.org>
16
17 * fileio.c (Ffind_file_name_handler): Handle lambda-exp as handler.
18 (Finsert_file_contents): If we read 0 bytes from a special file,
19 unlock the visited file if we locked it.
20 (Fmake_symbolic_link, Frecent_auto_save_p): Doc fixes.
21 (Ffile_exists_p, Ffile_symlink_p): Doc fixes.
22
12005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 232005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2 24
3 * emacs.c (main) [MAC_OS8]: Call init_atimer before mac_term_init. 25 * emacs.c (main) [MAC_OS8]: Call init_atimer before mac_term_init.