| | 1 | 2007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
|---|
| | 2 | |
|---|
| | 3 | * xfns.c (x_set_name_internal): Save encoded name before |
|---|
| | 4 | x_encode_text in case string data is relocated. |
|---|
| | 5 | |
|---|
| | 6 | 2007-05-31 Richard Stallman <rms@gnu.org> |
|---|
| | 7 | |
|---|
| | 8 | * buffer.c (syms_of_buffer): Doc fix. |
|---|
| | 9 | |
|---|
| | 10 | 2007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
|---|
| | 11 | |
|---|
| | 12 | * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t |
|---|
| | 13 | around current_column call. |
|---|
| | 14 | |
|---|
| | 15 | 2007-05-24 Chong Yidong <cyd@stupidchicken.com> |
|---|
| | 16 | |
|---|
| | 17 | * xdisp.c (redisplay_window): If first window line is a |
|---|
| | 18 | continuation line, recompute the new window start instead of |
|---|
| | 19 | recentering. |
|---|
| | 20 | |
|---|
| | 21 | 2007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
|---|
| | 22 | |
|---|
| | 23 | * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event): |
|---|
| | 24 | Call mac_wakeup_from_rne on window size change. |
|---|
| | 25 | |
|---|
| | 26 | 2007-05-22 Richard Stallman <rms@gnu.org> |
|---|
| | 27 | |
|---|
| | 28 | * xterm.c (x_connection_closed): Remove NO_RETURN. |
|---|
| | 29 | |
|---|
| | 30 | 2007-05-19 Stefan Monnier <monnier@iro.umontreal.ca> |
|---|
| | 31 | |
|---|
| | 32 | * syntax.c (skip_chars): Update syntax-table only after we checked that |
|---|
| | 33 | the new location is valid. |
|---|
| | 34 | |
|---|
| | 35 | 2007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
|---|
| | 36 | |
|---|
| | 37 | * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around |
|---|
| | 38 | mac_get_window_bounds. |
|---|
| | 39 | |
|---|
| | 40 | 2007-05-17 Glenn Morris <rgm@gnu.org> |
|---|
| | 41 | |
|---|
| | 42 | * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD. |
|---|
| | 43 | |
|---|
| | 44 | 2007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
|---|
| | 45 | |
|---|
| | 46 | * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert |
|---|
| | 47 | dead key repeat and up events. |
|---|
| | 48 | |
|---|
| | 49 | 2007-05-13 Chong Yidong <cyd@stupidchicken.com> |
|---|
| | 50 | |
|---|
| | 51 | * xterm.c (XTread_socket): Revert last change. |
|---|
| | 52 | |
|---|
| | 53 | 2007-05-12 Chong Yidong <cyd@stupidchicken.com> |
|---|
| | 54 | |
|---|
| | 55 | * image.c (pbm_load): Correctly check image size for greyscale pbm. |
|---|
| | 56 | |
|---|
| | 57 | * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC). |
|---|
| | 58 | |
|---|