From: Kim F. Storm Date: Sat, 1 Oct 2005 20:41:57 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~6872 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=21a9a7be96ee3358d7b2094c20d35d897151506d;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index b1a3414e179..319d21bfe1f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2005-10-01 Kim F. Storm + + * xdisp.c (try_window): Skip scroll-margin check if ZV is visible. + 2005-10-01 YAMAMOTO Mitsuharu * 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.