diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 67bbf0b5bb7..2a6f2ebb42b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2012-07-15 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | Use zero_vector where appropriate. | ||
| 4 | * alloc.c (zero_vector): Define as Lisp_Object. Adjust users | ||
| 5 | accordingly. | ||
| 6 | * lisp.h (zero_vector): New declaration. | ||
| 7 | * font.c (null_vector): Remove. | ||
| 8 | (syms_of_font): Remove initialization and staticpro. | ||
| 9 | (font_list_entities, font_find_for_lface): Change to use zero_vector. | ||
| 10 | * keymap.c (Faccessible_keymaps): Likewise. | ||
| 11 | |||
| 1 | 2012-07-15 Leo Liu <sdl.web@gmail.com> | 12 | 2012-07-15 Leo Liu <sdl.web@gmail.com> |
| 2 | 13 | ||
| 3 | * fringe.c: Fix typo in comments. | 14 | * fringe.c: Fix typo in comments. |