diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 45 |
1 files changed, 44 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 92be15873c0..2354e597844 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,6 +1,49 @@ | |||
| 1 | 2005-03-22 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * xfaces.c (lookup_derived_face): Add arg SIGNAL_P. | ||
| 4 | * dispextern.h (lookup_derived_face): Fix prototype. | ||
| 5 | * msdos.c (XMenuActivate): Fix call to lookup_derived_face. | ||
| 6 | |||
| 7 | * xdisp.c (handle_single_display_spec): Derive left-fringe and | ||
| 8 | right-fringe face from fringe face. | ||
| 9 | |||
| 10 | * fringe.c (draw_fringe_bitmap_1, Fset_fringe_bitmap_face): | ||
| 11 | Derive face from fringe face. | ||
| 12 | |||
| 13 | 2005-03-22 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 14 | |||
| 15 | * xrdb.c (x_load_resources): Undo previous change (2005-03-18). | ||
| 16 | |||
| 17 | 2005-03-22 David Kastrup <dak@gnu.org> | ||
| 18 | |||
| 19 | * textprop.c (Fnext_char_property_change) | ||
| 20 | (Fprevious_char_property_change): allow marker as limit. | ||
| 21 | (Fnext_single_char_property_change) | ||
| 22 | (Fprevious_single_char_property_change): Check that limit is a | ||
| 23 | number in strings. | ||
| 24 | (Fnext_single_char_property_change): Coerce position to integer. | ||
| 25 | (Fprevious_single_char_property_change): Same here. | ||
| 26 | |||
| 27 | 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org> | ||
| 28 | |||
| 29 | * s/openbsd.h (LD_SWITCH_SYSTEM_tmp): Define if undefined. | ||
| 30 | |||
| 31 | 2005-03-19 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 32 | |||
| 33 | * frame.c (Fignore_event): Remove. | ||
| 34 | (syms_of_frame): Don't defsubr it. | ||
| 35 | |||
| 36 | * keyboard.c (keys_of_keyboard): Just use `ignore' instead of the | ||
| 37 | redundant `ignore-event'. | ||
| 38 | |||
| 39 | 2005-03-19 Eli Zaretskii <eliz@gnu.org> | ||
| 40 | |||
| 41 | * unexec.c (write_segment, unexec): Move these functions to avoid | ||
| 42 | forward references (which cause errors with "gcc -gcoff"). | ||
| 43 | |||
| 1 | 2005-03-18 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 44 | 2005-03-18 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 2 | 45 | ||
| 3 | * xfns.c (x_create_tip_frame): Removed setting of Vx_resource_name so | 46 | * xfns.c (x_create_tip_frame): Remove setting of Vx_resource_name so |
| 4 | that it doesn't become "tooltip". The specbind is enough. | 47 | that it doesn't become "tooltip". The specbind is enough. |
| 5 | 48 | ||
| 6 | * xrdb.c (x_load_resources): Use different char *helv when I18N | 49 | * xrdb.c (x_load_resources): Use different char *helv when I18N |