diff options
| author | Gerd Moellmann | 2001-01-11 19:33:59 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-01-11 19:33:59 +0000 |
| commit | a23887b96a6a2b4624769c2821f79bcdca2c2594 (patch) | |
| tree | 6c7a19c11b7ff5309ddcd07738f2186c51c28b20 /src/ChangeLog | |
| parent | 562e00daecc360ed0440260cbd5643bb17f3d409 (diff) | |
| download | emacs-a23887b96a6a2b4624769c2821f79bcdca2c2594.tar.gz emacs-a23887b96a6a2b4624769c2821f79bcdca2c2594.zip | |
(build_desired_tool_bar_string): Correct the computation
of the size needed for the tool bar string. For the last image,
use a `display' property that reaches to the end of the string.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 78c2d5dea82..01d969a94f2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2001-01-11 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-01-11 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * xdisp.c (build_desired_tool_bar_string): Correct the computation | ||
| 4 | of the size needed for the tool bar string. For the last image, | ||
| 5 | use a `display' property that reaches to the end of the string. | ||
| 6 | |||
| 3 | * xselect.c (selection_request_dpyinfo): New variable. | 7 | * xselect.c (selection_request_dpyinfo): New variable. |
| 4 | (x_handle_selection_request): Set it. | 8 | (x_handle_selection_request): Set it. |
| 5 | (x_selection_request_lisp_error): Don't call | 9 | (x_selection_request_lisp_error): Don't call |