aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 403f76243a0..2175f48dabf 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,15 @@
12012-08-18 Paul Eggert <eggert@cs.ucla.edu>
2
3 * termhooks.h (TSET): Remove (Bug#12215).
4 Replace all uses with calls to new setter functions.
5 Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
6 (TERMHOOKS_INLINE): New macro.
7 (tset_charset_list, tset_selection_alist): New setter functions.
8 * terminal.c (TERMHOOKS_INLINE):
9 Define to EXTERN_INLINE, so that the corresponding functions
10 are compiled into code.
11 (tset_param_alist): New setter function.
12
12012-08-17 Paul Eggert <eggert@cs.ucla.edu> 132012-08-17 Paul Eggert <eggert@cs.ucla.edu>
2 14
3 * keyboard.h (KSET): Remove (Bug#12215). 15 * keyboard.h (KSET): Remove (Bug#12215).