diff options
| author | Juanma Barranquero | 2010-09-14 16:41:53 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2010-09-14 16:41:53 +0200 |
| commit | 6664fc59a8f296117ea98b943f062c0cc0e907c1 (patch) | |
| tree | b8e0bf218492291433d00a71122bc8cd2c662ea9 /src/ChangeLog | |
| parent | 74769e8b4c73f24e8f3356bd281a56a30000c648 (diff) | |
| parent | f3a30a50fab486dcaafb9d897797794fe4c3c4b3 (diff) | |
| download | emacs-6664fc59a8f296117ea98b943f062c0cc0e907c1.tar.gz emacs-6664fc59a8f296117ea98b943f062c0cc0e907c1.zip | |
Merge changes from emacs-23 branch.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 30 |
1 files changed, 26 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index fa0dfc79c5b..29f410cad86 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,7 +1,29 @@ | |||
| 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 | ||
| @@ -111,8 +133,8 @@ | |||
| 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> |