diff options
| author | Dmitry Antipov | 2012-09-05 21:05:32 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2012-09-05 21:05:32 +0400 |
| commit | e3ccf108a942456b3ce4540e8691e5d08c00b720 (patch) | |
| tree | d1e8fa2932f14a1680555fca53d865c622dec47c /src/ChangeLog | |
| parent | 697e1e393c9cd70acf35da9700a25b6367b7da40 (diff) | |
| download | emacs-e3ccf108a942456b3ce4540e8691e5d08c00b720.tar.gz emacs-e3ccf108a942456b3ce4540e8691e5d08c00b720.zip | |
Remove redundant or unused things here and there.
* lisp.h (CYCLE_CHECK, CHAR_TABLE_TRANSLATE): Remove.
* conf_post.h (RE_TRANSLATE): Use char_table_translate.
* editfns.c (Fcompare_buffer_substrings): Likewise.
* frame.h (struct terminal, struct font_driver_list):
Remove redundant declarations.
* window.h (Qleft, Qright): Likewise.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a0c3f3537bb..96e3fdd5b45 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,15 @@ | |||
| 1 | 2012-09-05 Dmitry Antipov <dmantipov@yandex.ru> | 1 | 2012-09-05 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 2 | ||
| 3 | Remove redundant or unused things here and there. | ||
| 4 | * lisp.h (CYCLE_CHECK, CHAR_TABLE_TRANSLATE): Remove. | ||
| 5 | * conf_post.h (RE_TRANSLATE): Use char_table_translate. | ||
| 6 | * editfns.c (Fcompare_buffer_substrings): Likewise. | ||
| 7 | * frame.h (struct terminal, struct font_driver_list): | ||
| 8 | Remove redundant declarations. | ||
| 9 | * window.h (Qleft, Qright): Likewise. | ||
| 10 | |||
| 11 | 2012-09-05 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 12 | |||
| 3 | Do not mark objects from deleted buffers, windows and frames. | 13 | Do not mark objects from deleted buffers, windows and frames. |
| 4 | * alloc.c (mark_buffer): Mark just the buffer if it is dead. | 14 | * alloc.c (mark_buffer): Mark just the buffer if it is dead. |
| 5 | (mark_object): Likewise for windows and frames. | 15 | (mark_object): Likewise for windows and frames. |