Mercurial > emacs
comparison src/ChangeLog @ 110357:41bf9b6f3b91
Merge changes from emacs-23 branch.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 14 Sep 2010 16:41:53 +0200 |
parents | 7363111f3713 b12c513d1606 |
children | a828354ee483 |
comparison
equal
deleted
inserted
replaced
110333:c2883613e1b5 | 110357:41bf9b6f3b91 |
---|---|
1 2010-09-14 Jan Djärv <jan.h.d@swipnet.se> | |
2 | |
3 * xterm.c (get_current_vm_state): New function. | |
4 (do_ewmh_fullscreen): Call get_current_vm_state and compare with | |
5 want_fullscreen so set_wm_state calls are few (Bug#7013). | |
6 (x_handle_net_wm_state): Move code to get_current_vm_state and | |
7 call that function. | |
8 | |
9 2010-09-14 Courtney Bane <emacs-bugs-7626@cbane.org> (tiny change) | |
10 | |
11 * term.c (tty_set_terminal_modes): Don't initialize twice (bug#7002). | |
12 | |
13 2010-09-14 Kenichi Handa <handa@m17n.org> | |
14 | |
15 * coding.c (encode_coding_iso_2022): Don't optimize for ASCII if | |
16 we may use designation or locking-shift. | |
17 | |
18 2010-09-14 Kenichi Handa <handa@m17n.org> | |
19 | |
20 * coding.c (detect_coding_emacs_mule): Fix checking of multibyte | |
21 sequence when the source is multibyte. | |
22 | |
1 2010-09-14 Andreas Schwab <schwab@linux-m68k.org> | 23 2010-09-14 Andreas Schwab <schwab@linux-m68k.org> |
2 | 24 |
3 * xml.c (Fxml_parse_string, Fxml_parse_string): Revert last | 25 * xml.c (Fxml_parse_string, Fxml_parse_string): Revert last change. |
4 change. Don't make first argument optional. Doc fix. | 26 Don't make first argument optional. Doc fix. |
5 | 27 |
6 2010-09-14 Leo <sdl.web@gmail.com> (tiny change) | 28 2010-09-14 Leo <sdl.web@gmail.com> (tiny change) |
7 | 29 |
8 * xml.c (Fxml_parse_string, Fhtml_parse_string): Fix up the | 30 * xml.c (Fxml_parse_string, Fhtml_parse_string): Fix up the |
9 parameters for the doc string. | 31 parameters for the doc string. |
109 character to its byte value. | 131 character to its byte value. |
110 (get_char_glyph_code): New function. | 132 (get_char_glyph_code): New function. |
111 (produce_stretch_glyph): Set it2.char_to_display too before | 133 (produce_stretch_glyph): Set it2.char_to_display too before |
112 calling x_produce_glyphs. | 134 calling x_produce_glyphs. |
113 (x_produce_glyphs): Simplify by using the same code for ASCII and | 135 (x_produce_glyphs): Simplify by using the same code for ASCII and |
114 non-ASCII characters. Don't set it->char_to_display here. Don't | 136 non-ASCII characters. Don't set it->char_to_display here. |
115 handle unibyte-display-via-language-environment here. For a | 137 Don't handle unibyte-display-via-language-environment here. For a |
116 charater of no glyph, use font->space_width instead of FONT_WIDTH. | 138 charater of no glyph, use font->space_width instead of FONT_WIDTH. |
117 | 139 |
118 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca> | 140 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca> |
119 | 141 |
120 * keyboard.c (Fwindow_system): Fix compilation for USE_LISP_UNION_TYPE. | 142 * keyboard.c (Fwindow_system): Fix compilation for USE_LISP_UNION_TYPE. |