Mercurial > emacs
comparison src/ChangeLog @ 102840:c809565ddbb8
Fix typos.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sat, 04 Apr 2009 11:32:49 +0000 |
parents | 40cd9d1f3f2a |
children | 9564179cff01 |
comparison
equal
deleted
inserted
replaced
102839:40cd9d1f3f2a | 102840:c809565ddbb8 |
---|---|
77 * frame.c (x_set_font): If the fullscreen property is non-nil, adjust | 77 * frame.c (x_set_font): If the fullscreen property is non-nil, adjust |
78 lines and columns so we keep the same pixel height and width. | 78 lines and columns so we keep the same pixel height and width. |
79 | 79 |
80 * xterm.c (handle_one_xevent): Call x_handle_net_wm_state if | 80 * xterm.c (handle_one_xevent): Call x_handle_net_wm_state if |
81 the property _NET_WM_STATE has changed. | 81 the property _NET_WM_STATE has changed. |
82 updated. | |
83 (x_handle_net_wm_state): New function to update frame parameter | 82 (x_handle_net_wm_state): New function to update frame parameter |
84 fullscreen. | 83 fullscreen. |
85 (x_term_init): Initialize atoms for _NET_WM_STATE. | 84 (x_term_init): Initialize atoms for _NET_WM_STATE. |
86 | 85 |
87 * xterm.h (struct x_display_info): Add atoms for _NET_WM_STATE. | 86 * xterm.h (struct x_display_info): Add atoms for _NET_WM_STATE. |
847 (ns_initialize): Drop. | 846 (ns_initialize): Drop. |
848 (ns_term_init): Add two lines from ns_initialize(), and set | 847 (ns_term_init): Add two lines from ns_initialize(), and set |
849 input_interrupt_mode to nil. | 848 input_interrupt_mode to nil. |
850 | 849 |
851 * image.c (svg_load_image): Don't right-shift background RGB when | 850 * image.c (svg_load_image): Don't right-shift background RGB when |
852 obtained from FRAME_BACKGROUND_PIXEL. Under HAVE_NS use ns_query_color. | 851 obtained from FRAME_BACKGROUND_PIXEL. Under HAVE_NS use ns_query_color. |
853 | 852 |
854 2009-01-28 Kenichi Handa <handa@m17n.org> | 853 2009-01-28 Kenichi Handa <handa@m17n.org> |
855 | 854 |
856 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit. | 855 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit. |
857 (fontset_get_font_group): Remember that no font-group is specified | 856 (fontset_get_font_group): Remember that no font-group is specified |