diff options
| author | Miles Bader | 2004-01-17 03:31:26 +0000 |
|---|---|---|
| committer | Miles Bader | 2004-01-17 03:31:26 +0000 |
| commit | 7af0e8d77515d0da4d615c767628277667aa38c8 (patch) | |
| tree | 6f5909014790dc7fbde386b0f708c74f4aba5bcc /src/ChangeLog | |
| parent | a151ecffc93a869eb8713e5e723a5ea7f08df4f5 (diff) | |
| download | emacs-7af0e8d77515d0da4d615c767628277667aa38c8.tar.gz emacs-7af0e8d77515d0da4d615c767628277667aa38c8.zip | |
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.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 199a7271039..c7b539b2a01 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 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. |