diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 72a11c177c4..9ceaa95dcea 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2012-08-17 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | Functions to get and set Lisp_Object fields of buffer-local variables. | ||
| 4 | * lisp.h (blv_found, set_blv_found, blv_value, set_blv_value) | ||
| 5 | (set_blv_where, set_blv_defcell, set_blv_valcell): New functions. | ||
| 6 | (BLV_FOUND, SET_BLV_FOUND, BLV_VALUE, SET_BLV_VALUE): Remove. | ||
| 7 | * data.c, eval.c, frame.c: Adjust users. | ||
| 8 | |||
| 1 | 2012-08-17 Chong Yidong <cyd@gnu.org> | 9 | 2012-08-17 Chong Yidong <cyd@gnu.org> |
| 2 | 10 | ||
| 3 | * xfaces.c (merge_face_vectors): If the target font specfies a | 11 | * xfaces.c (merge_face_vectors): If the target font specfies a |