Mercurial > emacs
diff src/ChangeLog @ 53902:ff3a4c680347
(w32_draw_fringe_bitmap): Fixed a typo in the last patch.
author | Sam Steingold <sds@gnu.org> |
---|---|
date | Mon, 09 Feb 2004 18:49:44 +0000 |
parents | d9e22d65acd3 |
children | 3d23cd8c7b15 |
line wrap: on
line diff
--- a/src/ChangeLog Mon Feb 09 15:39:49 2004 +0000 +++ b/src/ChangeLog Mon Feb 09 18:49:44 2004 +0000 @@ -1,3 +1,7 @@ +2004-02-09 Sam Steingold <sds@gnu.org> + + * w32term.c (w32_draw_fringe_bitmap): Fixed a typo in the last patch. + 2004-02-09 Kim F. Storm <storm@cua.dk> * fringe.c: New file. Move original fringe related declarations @@ -28,7 +32,7 @@ DEFVAR_LISP Voverflow_newline_into_fringe. (init_fringe_once, init_fringe): New functions. (w32_init_fringe, w32_reset_fringes) [WINDOWS_NT]: New functions. - + * Makefile.in (obj): Add fringe.o. (fringe.o): New dependencies.