diff options
| author | Gerd Moellmann | 2000-03-27 14:50:47 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-03-27 14:50:47 +0000 |
| commit | d9c545daed804dea4c79782e5249ef79269f4517 (patch) | |
| tree | 737ad572f087b2a7cb81c2be85d5e6de0c84921b /src/ChangeLog | |
| parent | 10168ebbc5f4f1bad0711de93c5c2a329701ad62 (diff) | |
| download | emacs-d9c545daed804dea4c79782e5249ef79269f4517.tar.gz emacs-d9c545daed804dea4c79782e5249ef79269f4517.zip | |
(x_copy_color): New function.
(x_alloc_nearest_color) [DEBUG_X_COLORS]: Call register_color.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 5ec2cf03895..285bbf211a0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,36 @@ | |||
| 1 | 2000-03-27 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-03-27 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * xterm.h (x_specified_cursor_type, x_copy_color): Add prototypes. | ||
| 4 | |||
| 5 | * xfaces.c (register_color, unregister_colors, unregister_colors) | ||
| 6 | [DEBUG_X_COLORS]: New functions. | ||
| 7 | (x_free_colors) [DEBUG_X_COLORS]: Unregister colors. | ||
| 8 | |||
| 9 | * xfns.c (x_set_cursor_color): Get color reference counts right. | ||
| 10 | |||
| 11 | * xterm.c (x_copy_color): New function. | ||
| 12 | (x_alloc_nearest_color) [DEBUG_X_COLORS]: Call register_color. | ||
| 13 | |||
| 14 | * buffer.h (MAX_PER_BUFFER_VARS): Renamed from MAX_BUFFER_LOCAL_VARS. | ||
| 15 | (PER_BUFFER_VAR_OFFSET): Renamed from BUFFER_LOCAL_VAR_OFFSET. | ||
| 16 | (PER_BUFFER_VAR_IDX): Renamed from BUFFER_LOCAL_VAR_IDX. | ||
| 17 | (PER_BUFFER_VALUE_P): Renamed from BUFFER_HAS_LOCAL_VALUE_P. | ||
| 18 | (SET_PER_BUFFER_VALUE_P): Renamed from SET_BUFFER_HAS_LOCAL_VALUE_P. | ||
| 19 | (PER_BUFFER_IDX): Renamed from BUFFER_LOCAL_IDX. | ||
| 20 | (PER_BUFFER_DEFAULT): Renamed from BUFFER_LOCAL_DEFAULT_VALUE. | ||
| 21 | (PER_BUFFER_VALUE): Renamed from BUFFER_LOCAL_VALUE. | ||
| 22 | (PER_BUFFER_SYMBOL): Renamed from BUFFER_LOCAL_SYMBOL. | ||
| 23 | (PER_BUFFER_TYPE): Renamed from BUFFER_LOCAL_TYPE. | ||
| 24 | |||
| 25 | * category.c, data.c, syntax.c, print.c: Use new macro names | ||
| 26 | for handling per-buffer variables. | ||
| 27 | |||
| 28 | * buffer.c (buffer_permanent_local_flags): Use MAX_PER_BUFFER_VARS | ||
| 29 | instead of MAX_BUFFER_LOCAL_VARS. | ||
| 30 | (last_per_buffer_idx): Renamed from max_buffer_local_idx. | ||
| 31 | |||
| 32 | * xfaces.c (lookup_face): Don't assert FACE_SUITABLE_FOR_CHAR_P. | ||
| 33 | |||
| 3 | * xfns.c (x_specified_cursor_type): New function. | 34 | * xfns.c (x_specified_cursor_type): New function. |
| 4 | (x_set_cursor_type): Use it. | 35 | (x_set_cursor_type): Use it. |
| 5 | 36 | ||