diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 53 |
1 files changed, 52 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 73436b217a1..0f1dded77c7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,7 +1,58 @@ | |||
| 1 | 2006-02-10 Thien-Thi Nguyen <ttn@gnu.org> | ||
| 2 | |||
| 3 | * data.c (Findirect_function): Rewrite docstring. | ||
| 4 | Fix omission bug: Declare new arg NOERROR. | ||
| 5 | |||
| 6 | 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 7 | |||
| 8 | * macfns.c (x_set_mouse_color): Don't call rif->define_frame_cursor | ||
| 9 | if window_desc is not set yet. | ||
| 10 | (Fx_create_frame): Remove variable x_frame_name. Apply 2005-12-07 | ||
| 11 | and 2006-01-26 changes for xfns.c. Call x_iconify_frame if frame | ||
| 12 | parameter `visibility' is `icon'. | ||
| 13 | (Fx_create_frame, x_create_tip_frame): Use "fontset-standard" | ||
| 14 | instead of "fontset-mac". | ||
| 15 | (Fx_focus_frame): New defun. | ||
| 16 | (syms_of_macfns): Defsubr it. | ||
| 17 | |||
| 18 | * macterm.c (mac_define_frame_cursor): Don't change pointer shape | ||
| 19 | for unfocused frame. | ||
| 20 | (x_raise_frame): Call BringToFront instead of SelectWindow. | ||
| 21 | (x_lower_frame): Use NULL instead of nil. | ||
| 22 | (x_make_frame_visible): Don't call SelectWindow. | ||
| 23 | (XTread_socket): Increment handling_signal at the start, decrement | ||
| 24 | it at the end. | ||
| 25 | [USE_CG_TEXT_DRAWING] (init_cg_text_anti_aliasing_threshold): Use | ||
| 26 | CFPreferencesGetAppIntegerValue instead of Fmac_get_preference. | ||
| 27 | |||
| 28 | 2006-02-10 Kim F. Storm <storm@cua.dk> | ||
| 29 | |||
| 30 | * data.c (Findirect_function): Add NOERROR arg. All callers changed | ||
| 31 | to pass Qnil for NOERROR. | ||
| 32 | |||
| 33 | * keymap.c (current_minor_maps_error): Remove. | ||
| 34 | (current_minor_maps): Pass Qt for NOERROR to Findirect_function | ||
| 35 | instead of using internal_condition_case_1+current_minor_maps_error. | ||
| 36 | |||
| 37 | 2006-02-09 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 38 | |||
| 39 | * xterm.c (handle_one_xevent): Must note mouse movement even for nil | ||
| 40 | frames for GTK, in that case it is the tool bar. This is so that | ||
| 41 | highlighted text get reset properly. | ||
| 42 | |||
| 43 | 2006-02-09 Juanma Barranquero <lekktu@gmail.com> | ||
| 44 | |||
| 45 | * alloc.c (Fmake_bool_vector, Fpurecopy): Doc fixes. | ||
| 46 | |||
| 47 | 2006-02-08 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 48 | |||
| 49 | * window.c (adjust_window_trailing_edge): Check that shrinking | ||
| 50 | does not set a window to size zero or less. | ||
| 51 | |||
| 1 | 2006-02-08 Miles Bader <miles@gnu.org> | 52 | 2006-02-08 Miles Bader <miles@gnu.org> |
| 2 | 53 | ||
| 3 | * editfns.c (Fconstrain_to_field): Use Fget_char_property instead | 54 | * editfns.c (Fconstrain_to_field): Use Fget_char_property instead |
| 4 | of Fget_text_property (other field functions word with overlays as | 55 | of Fget_text_property (other field functions work with overlays as |
| 5 | well as text-properties). | 56 | well as text-properties). |
| 6 | 57 | ||
| 7 | 2006-02-07 Kenichi Handa <handa@m17n.org> | 58 | 2006-02-07 Kenichi Handa <handa@m17n.org> |