Mercurial > emacs
comparison src/ChangeLog @ 62297:5401d9510369
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 13 May 2005 13:34:23 +0000 |
parents | 15d767992da8 |
children | 758f5cc54b97 |
comparison
equal
deleted
inserted
replaced
62296:3302236fcb60 | 62297:5401d9510369 |
---|---|
1 2005-05-13 Richard M. Stallman <rms@gnu.org> | |
2 | |
3 * fileio.c (Ffind_file_name_handler): Handle lambda-exp as handler. | |
4 (Finsert_file_contents): If we read 0 bytes from a special file, | |
5 unlock the visited file if we locked it. | |
6 (Fmake_symbolic_link, Frecent_auto_save_p): Doc fixes. | |
7 (Ffile_exists_p, Ffile_symlink_p): Doc fixes. | |
8 | |
1 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 9 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
2 | 10 |
3 * emacs.c (main) [MAC_OS8]: Call init_atimer before mac_term_init. | 11 * emacs.c (main) [MAC_OS8]: Call init_atimer before mac_term_init. |
4 | 12 |
5 * keyboard.c (readable_events) [USE_TOOLKIT_SCROLL_BARS]: Regard | 13 * keyboard.c (readable_events) [USE_TOOLKIT_SCROLL_BARS]: Regard |
41 ptr is in unexec regions by checking it is multiple of 16. | 49 ptr is in unexec regions by checking it is multiple of 16. |
42 (unexec_malloc_header_t): New typedef. | 50 (unexec_malloc_header_t): New typedef. |
43 (unexec_malloc, unexec_realloc, unexec_free): Store and use | 51 (unexec_malloc, unexec_realloc, unexec_free): Store and use |
44 allocated size information in unexec_malloc_header. | 52 allocated size information in unexec_malloc_header. |
45 | 53 |
54 >>>>>>> 1.4385 | |
46 2005-05-10 Richard M. Stallman <rms@gnu.org> | 55 2005-05-10 Richard M. Stallman <rms@gnu.org> |
47 | 56 |
48 * xterm.c (noinclude): Add #undef. | 57 * xterm.c (noinclude): Add #undef. |
49 | 58 |
50 * image.c, xfns.c, xmenu.c: Don't include signal.h. | 59 * image.c, xfns.c, xmenu.c: Don't include signal.h. |