Mercurial > emacs
comparison src/ChangeLog @ 53612:2ddd2a0d047a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-41
Make fringe-drawing stuff compile without a window-system
* src/xdisp.c (Voverflow_newline_into_fringe)
(move_it_in_display_line_to, redisplay_internal)
(update_window_fringes, redisplay_window, display_line, window):
Add `#ifdef HAVE_WINDOW_SYSTEM' around fringe-drawing stuff, so
that it compiles without a window-system.
* src/dispnew.c (direct_output_for_insert, update_window): Likewise.
author | Miles Bader <miles@gnu.org> |
---|---|
date | Sat, 17 Jan 2004 03:31:26 +0000 |
parents | 2767fe072d54 |
children | 47b199ab67ae |
comparison
equal
deleted
inserted
replaced
53611:6072da675015 | 53612:2ddd2a0d047a |
---|---|
1 2004-01-16 Miles Bader <miles@gnu.ai.mit.edu> | |
2 | |
3 * xdisp.c (Voverflow_newline_into_fringe) | |
4 (move_it_in_display_line_to, redisplay_internal) | |
5 (update_window_fringes, redisplay_window, display_line, window): | |
6 Add `#ifdef HAVE_WINDOW_SYSTEM' around fringe-drawing stuff, so | |
7 that it compiles without a window-system. | |
8 * dispnew.c (direct_output_for_insert, update_window): Likewise. | |
9 | |
1 2004-01-16 Kim F. Storm <storm@cua.dk> | 10 2004-01-16 Kim F. Storm <storm@cua.dk> |
2 | 11 |
3 * buffer.h (struct buffer): New member indicate_buffer_boundaries. | 12 * buffer.h (struct buffer): New member indicate_buffer_boundaries. |
4 | 13 |
5 * buffer.c (init_buffer_once): Set buffer_defaults and | 14 * buffer.c (init_buffer_once): Set buffer_defaults and |