From: Eli Zaretskii Date: Sat, 11 Sep 2004 15:24:37 +0000 (+0000) Subject: Ignore message-*. X-Git-Tag: ttn-vms-21-2-B4~4959 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=412ee2fac4c84d650f069464d7ed9da7ebc6422a;p=emacs.git Ignore message-*. --- diff --git a/info/.gitignore b/info/.gitignore index faa6f2ca5a8..bd7cf319eb6 100644 --- a/info/.gitignore +++ b/info/.gitignore @@ -14,6 +14,7 @@ gnus gnus-[1-9]* info message +message-[1-9]* mh-e mh-e-[1-9]* reftex diff --git a/src/ChangeLog b/src/ChangeLog index 79387a8ea19..ab3bd9f6aca 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -43,8 +43,8 @@ (lread.o): Depend on $(INTERVALS_SRC), termhooks.h, and coding.h. (intervals.o): Depend on keymap.h. - * msdos.c (msdos_set_cursor_shape): Add debugging print-out to - termscript. + * msdos.c (msdos_set_cursor_shape, IT_display_cursor): Add + debugging print-out to termscript. 2004-09-09 Richard M. Stallman