aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 0ba06ba5dd3..a134ef1afd8 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -27,7 +27,7 @@
27 27
28 * xterm.h (x_specified_cursor_type, x_copy_color): Add prototypes. 28 * xterm.h (x_specified_cursor_type, x_copy_color): Add prototypes.
29 29
30 * xfaces.c (register_color, unregister_colors, unregister_colors) 30 * xfaces.c (register_color, unregister_color, unregister_colors)
31 [DEBUG_X_COLORS]: New functions. 31 [DEBUG_X_COLORS]: New functions.
32 (x_free_colors) [DEBUG_X_COLORS]: Unregister colors. 32 (x_free_colors) [DEBUG_X_COLORS]: Unregister colors.
33 33
@@ -47,8 +47,8 @@
47 (PER_BUFFER_SYMBOL): Renamed from BUFFER_LOCAL_SYMBOL. 47 (PER_BUFFER_SYMBOL): Renamed from BUFFER_LOCAL_SYMBOL.
48 (PER_BUFFER_TYPE): Renamed from BUFFER_LOCAL_TYPE. 48 (PER_BUFFER_TYPE): Renamed from BUFFER_LOCAL_TYPE.
49 49
50 * category.c, data.c, syntax.c, print.c: Use new macro names 50 * category.c, data.c, syntax.c, print.c, lread.c: Use new macro
51 for handling per-buffer variables. 51 names for handling per-buffer variables.
52 52
53 * buffer.c (buffer_permanent_local_flags): Use MAX_PER_BUFFER_VARS 53 * buffer.c (buffer_permanent_local_flags): Use MAX_PER_BUFFER_VARS
54 instead of MAX_BUFFER_LOCAL_VARS. 54 instead of MAX_BUFFER_LOCAL_VARS.