diff options
| author | Dmitry Antipov | 2013-10-18 16:57:44 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2013-10-18 16:57:44 +0400 |
| commit | d141d7011296265b0c2a6432bed9317614abf019 (patch) | |
| tree | effac9c22d9391c5527e5d9990b1fdbe4647e556 /src/ChangeLog | |
| parent | f0ff1cd5762b2485add7b2e5a1da52eab733a873 (diff) | |
| download | emacs-d141d7011296265b0c2a6432bed9317614abf019.tar.gz emacs-d141d7011296265b0c2a6432bed9317614abf019.zip | |
Remove port-specific display name lists to avoid extra
complexity and data duplication with display info lists.
* xterm.h (x_display_name_list): Remove declaration.
* xterm.c (x_display_name_list): Remove.
(x_term_init, x_delete_display, syms_of_xterm): Adjust users.
* xfns.c (x_display_info_for_name, Fx_display_list):
Likewise. Use x_display_list where appropriate.
* w32term.h (w32_display_name_list): Remove declaration.
* w32term.c (w32_display_name_list): Remove.
(w32_initialize_display_info, x_delete_display, syms_of_w32term):
Adjust users.
* w32fns.c (x_display_info_for_name, Fx_display_list):
Likewise. Use x_display_list where appropriate.
* nsterm.h (ns_display_name_list): Remove declaration.
* nsterm.m (ns_display_name_list): Remove.
(ns_term_init, syms_of_nsterm): Adjust users.
* nsfns.m (ns_display_info_for_name, Fx_display_list):
Likewise. Use x_display_list where appropriate.
* termhooks.h (TERMINAL_FONT_CACHE): New macro.
* alloc.c (toplevel) [HAVE_WINDOW_SYSTEM]: Include TERM_HEADER.
(mark_terminals): Mark per-terminal font cache.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0dae87bd69a..53b9188dba9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,27 @@ | |||
| 1 | 2013-10-18 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | Remove port-specific display name lists to avoid extra | ||
| 4 | complexity and data duplication with display info lists. | ||
| 5 | * xterm.h (x_display_name_list): Remove declaration. | ||
| 6 | * xterm.c (x_display_name_list): Remove. | ||
| 7 | (x_term_init, x_delete_display, syms_of_xterm): Adjust users. | ||
| 8 | * xfns.c (x_display_info_for_name, Fx_display_list): | ||
| 9 | Likewise. Use x_display_list where appropriate. | ||
| 10 | * w32term.h (w32_display_name_list): Remove declaration. | ||
| 11 | * w32term.c (w32_display_name_list): Remove. | ||
| 12 | (w32_initialize_display_info, x_delete_display, syms_of_w32term): | ||
| 13 | Adjust users. | ||
| 14 | * w32fns.c (x_display_info_for_name, Fx_display_list): | ||
| 15 | Likewise. Use x_display_list where appropriate. | ||
| 16 | * nsterm.h (ns_display_name_list): Remove declaration. | ||
| 17 | * nsterm.m (ns_display_name_list): Remove. | ||
| 18 | (ns_term_init, syms_of_nsterm): Adjust users. | ||
| 19 | * nsfns.m (ns_display_info_for_name, Fx_display_list): | ||
| 20 | Likewise. Use x_display_list where appropriate. | ||
| 21 | * termhooks.h (TERMINAL_FONT_CACHE): New macro. | ||
| 22 | * alloc.c (toplevel) [HAVE_WINDOW_SYSTEM]: Include TERM_HEADER. | ||
| 23 | (mark_terminals): Mark per-terminal font cache. | ||
| 24 | |||
| 1 | 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com> | 25 | 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com> |
| 2 | 26 | ||
| 3 | Don't run timers in input-pending-p. Its new check-timers param | 27 | Don't run timers in input-pending-p. Its new check-timers param |