diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 54c855fc909..31b5f5c32a6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2006-02-14 Jan Dj,Ad(Brv <Jan.Djarv@operax.com> | ||
| 2 | |||
| 3 | * xterm.c (x_x_to_emacs_modifiers): Make non-static. | ||
| 4 | |||
| 5 | * xterm.h: Declare x_x_to_emacs_modifiers. | ||
| 6 | |||
| 7 | * gtkutil.c (xg_tool_bar_button_cb): New function. | ||
| 8 | (xg_tool_bar_callback): Call x_x_to_emacs_modifiers to | ||
| 9 | store modifiers in event. | ||
| 10 | (update_frame_tool_bar): Connect button-release-event to | ||
| 11 | xg_tool_bar_button_cb. | ||
| 12 | |||
| 1 | 2006-02-13 Richard M. Stallman <rms@gnu.org> | 13 | 2006-02-13 Richard M. Stallman <rms@gnu.org> |
| 2 | 14 | ||
| 3 | * .gdbinit (xwindow): Update the code to show the window box. | 15 | * .gdbinit (xwindow): Update the code to show the window box. |