Mercurial > emacs
changeset 65777:771eb88abb7f
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Sat, 01 Oct 2005 20:41:57 +0000 |
parents | a2bc28552d90 |
children | ea1220124878 |
files | src/ChangeLog |
diffstat | 1 files changed, 8 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Sat Oct 01 20:09:23 2005 +0000 +++ b/src/ChangeLog Sat Oct 01 20:41:57 2005 +0000 @@ -1,3 +1,7 @@ +2005-10-01 Kim F. Storm <storm@cua.dk> + + * xdisp.c (try_window): Skip scroll-margin check if ZV is visible. + 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> * keyboard.c (init_keyboard) [MAC_OSX]: Don't install SIGINT handler. @@ -36,7 +40,7 @@ * term.c (fatal): Implement using varargs. - * regex.c (re_char): Move typedef ... + * regex.c (re_char): Move typedef ... * regex.h (re_char): ... here. (re_iswctype, re_wctype, re_set_whitespace_regexp): New prototypes. @@ -52,10 +56,10 @@ * editfns.c (make_time): ... here. * editfns.c: Move systime.h include after lisp.h. - * dired.c: - * xsmfns.c: + * dired.c: + * xsmfns.c: * process.c: Likewise. - + * alloc.c (old_malloc_hook, old_realloc_hook, old_realloc_hook): Add parameter types. (__malloc_hook, __realloc_hook, __free_hook): Fix prototypes.