diff options
| author | Eli Zaretskii | 2010-11-05 20:07:42 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2010-11-05 20:07:42 +0200 |
| commit | 8e5ba371f2679f97217842b598191fef43e11856 (patch) | |
| tree | 893711ae6014708ee9e0ed81324913d21fab711e /src/ChangeLog | |
| parent | 7ac5dac91307a99913c558898c520da649dbf4ea (diff) | |
| download | emacs-8e5ba371f2679f97217842b598191fef43e11856.tar.gz emacs-8e5ba371f2679f97217842b598191fef43e11856.zip | |
Fix unified mouse highlight after compiling on Unix.
xdisp.c (x_consider_frame_title, tool_bar_lines_needed): Move
prototypes to HAVE_WINDOW_SYSTEM-only part.
frame.h (MOUSE_HL_INFO): Fix definition to work both for
TTY-only and GUI builds.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e840b18460e..361e3dd9876 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2010-11-05 Eli Zaretskii <eliz@gnu.org> | 1 | 2010-11-05 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * xdisp.c (x_consider_frame_title, tool_bar_lines_needed): Move | ||
| 4 | prototypes to HAVE_WINDOW_SYSTEM-only part. | ||
| 5 | |||
| 6 | * frame.h (MOUSE_HL_INFO): Fix definition to work both for | ||
| 7 | TTY-only and GUI builds. | ||
| 8 | |||
| 3 | * dispnew.c (init_display): Setup initial frame's output_data for | 9 | * dispnew.c (init_display): Setup initial frame's output_data for |
| 4 | text terminal frames. | 10 | text terminal frames. |
| 5 | 11 | ||