diff options
| author | Paul Eggert | 2012-08-17 17:07:52 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-08-17 17:07:52 -0700 |
| commit | 3f22b86fc7d9b66ff3e332b9a56350e93ddbd0aa (patch) | |
| tree | cbdad3a66ebab38dba4f41ec3ad861252618b4fd /src/ChangeLog | |
| parent | 15dbb4d6ba5dea7d3e0f45ab3fd038c2b305a145 (diff) | |
| download | emacs-3f22b86fc7d9b66ff3e332b9a56350e93ddbd0aa.tar.gz emacs-3f22b86fc7d9b66ff3e332b9a56350e93ddbd0aa.zip | |
* termhooks.h (TSET): Remove.
Replace all uses with calls to new setter functions.
Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
(TERMHOOKS_INLINE): New macro.
(tset_charset_list, tset_selection_alist): New setter functions.
* terminal.c (TERMHOOKS_INLINE):
Define to EXTERN_INLINE, so that the corresponding functions
are compiled into code.
(tset_param_alist): New setter function.
Fixes: debbugs:12215
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 12 |
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 @@ | |||
| 1 | 2012-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 | |||
| 1 | 2012-08-17 Paul Eggert <eggert@cs.ucla.edu> | 13 | 2012-08-17 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 14 | ||
| 3 | * keyboard.h (KSET): Remove (Bug#12215). | 15 | * keyboard.h (KSET): Remove (Bug#12215). |