*** empty log message ***

This commit is contained in:
Kim F. Storm 2005-10-01 20:41:57 +00:00
parent 1fdecd0cd4
commit 21a9a7be96

View file

@ -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.