diff options
| author | Dmitry Antipov | 2014-06-10 08:55:03 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2014-06-10 08:55:03 +0400 |
| commit | bfd559357dd906f4fe57b67346cf2bd8bdb8f2a3 (patch) | |
| tree | 9eb702d4208c1b32de82269bf061b5d720cadb8f /src/ChangeLog | |
| parent | 24ce6a0214e7b885363990e07dabf2935a8c1e11 (diff) | |
| download | emacs-bfd559357dd906f4fe57b67346cf2bd8bdb8f2a3.tar.gz emacs-bfd559357dd906f4fe57b67346cf2bd8bdb8f2a3.zip | |
* dispextern.h (last_tool_bar_item): Remove declaration.
* frame.h (struct frame): New member last_tool_bar_item.
* frame.c (make_frame): Initialize it.
* xdisp.c (toplevel): Remove last_tool_bar_item.
(handle_tool_bar_click, note_tool_bar_highlight):
* w32term.c (w32_read_socket, w32_initialize):
* xterm.c (handle_one_xevent, x_initialize): Adjust users.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e050baeb935..f15c0f5f798 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -14,6 +14,14 @@ | |||
| 14 | * xftfont.c (xftfont_prepare_face): Likewise. Use xmalloc. | 14 | * xftfont.c (xftfont_prepare_face): Likewise. Use xmalloc. |
| 15 | (xftfont_done_face): Use xfree. | 15 | (xftfont_done_face): Use xfree. |
| 16 | 16 | ||
| 17 | * dispextern.h (last_tool_bar_item): Remove declaration. | ||
| 18 | * frame.h (struct frame): New member last_tool_bar_item. | ||
| 19 | * frame.c (make_frame): Initialize it. | ||
| 20 | * xdisp.c (toplevel): Remove last_tool_bar_item. | ||
| 21 | (handle_tool_bar_click, note_tool_bar_highlight): | ||
| 22 | * w32term.c (w32_read_socket, w32_initialize): | ||
| 23 | * xterm.c (handle_one_xevent, x_initialize): Adjust users. | ||
| 24 | |||
| 17 | 2014-06-09 Paul Eggert <eggert@cs.ucla.edu> | 25 | 2014-06-09 Paul Eggert <eggert@cs.ucla.edu> |
| 18 | 26 | ||
| 19 | Say (accept-process-output P)'s result pertains to P if P is non-nil. | 27 | Say (accept-process-output P)'s result pertains to P if P is non-nil. |