diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c6fa70e4d84..7c4e39e5d92 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -24,8 +24,8 @@ | |||
| 24 | * xdisp.c (init_from_display_pos, init_iterator) | 24 | * xdisp.c (init_from_display_pos, init_iterator) |
| 25 | (handle_single_display_spec, next_overlay_string) | 25 | (handle_single_display_spec, next_overlay_string) |
| 26 | (get_overlay_strings_1, reseat_1, reseat_to_string) | 26 | (get_overlay_strings_1, reseat_1, reseat_to_string) |
| 27 | (push_prefix_prop, Fcurrent_bidi_paragraph_direction): Set | 27 | (push_prefix_prop, Fcurrent_bidi_paragraph_direction): |
| 28 | bidi_it.w member from it->w. | 28 | Set bidi_it.w member from it->w. |
| 29 | (compute_display_string_pos): Accept additional argument, the | 29 | (compute_display_string_pos): Accept additional argument, the |
| 30 | window being displayed, and pass it to Fget_char_property. | 30 | window being displayed, and pass it to Fget_char_property. |
| 31 | (Bug#14575) | 31 | (Bug#14575) |
| @@ -36,7 +36,7 @@ | |||
| 36 | 36 | ||
| 37 | 2013-06-08 Jan Djärv <jan.h.d@swipnet.se> | 37 | 2013-06-08 Jan Djärv <jan.h.d@swipnet.se> |
| 38 | 38 | ||
| 39 | * xgselect.c: Remove unneeded include xterm.h | 39 | * xgselect.c: Remove unneeded include xterm.h. |
| 40 | 40 | ||
| 41 | * process.c (wait_reading_process_output): Check for NS before GLIB. | 41 | * process.c (wait_reading_process_output): Check for NS before GLIB. |
| 42 | GLIB may be linked in due to rsvg, but ns_select must be called. | 42 | GLIB may be linked in due to rsvg, but ns_select must be called. |
| @@ -338,8 +338,8 @@ | |||
| 338 | (update_frame_tool_bar): Update code for GNUStep. | 338 | (update_frame_tool_bar): Update code for GNUStep. |
| 339 | (clearAll): New method. | 339 | (clearAll): New method. |
| 340 | (addDisplayItemWithImage:idx:tag:helpText:enabled:): Handle new tag | 340 | (addDisplayItemWithImage:idx:tag:helpText:enabled:): Handle new tag |
| 341 | argument. Call insertItemWithItemIdentifier when NS_IMPL_GNUSTEP. Move | 341 | argument. Call insertItemWithItemIdentifier when NS_IMPL_GNUSTEP. |
| 342 | identifierToItem setObject and activeIdentifiers addObject before | 342 | Move identifierToItem setObject and activeIdentifiers addObject before |
| 343 | call to insertItemWithItemIdentifier. | 343 | call to insertItemWithItemIdentifier. |
| 344 | (validateVisibleItems): Fix indentation. | 344 | (validateVisibleItems): Fix indentation. |
| 345 | (toolbarAllowedItemIdentifiers:): Return activeIdentifiers. | 345 | (toolbarAllowedItemIdentifiers:): Return activeIdentifiers. |
| @@ -353,7 +353,7 @@ | |||
| 353 | Use F suffix on floats. | 353 | Use F suffix on floats. |
| 354 | (ns_char_width): Returns CGFloat. | 354 | (ns_char_width): Returns CGFloat. |
| 355 | (ns_ascii_average_width): w is CGFloat instead of float. | 355 | (ns_ascii_average_width): w is CGFloat instead of float. |
| 356 | (nsfont_draw): cbuf and c are unsigned. Cast to char* in call to | 356 | (nsfont_draw): cbuf and c are unsigned. Cast to char* in call to |
| 357 | DPSxshow. | 357 | DPSxshow. |
| 358 | (ns_glyph_metrics): CGFloat instead of float. | 358 | (ns_glyph_metrics): CGFloat instead of float. |
| 359 | 359 | ||
| @@ -648,7 +648,7 @@ | |||
| 648 | 648 | ||
| 649 | 2013-05-07 Paul Eggert <eggert@cs.ucla.edu> | 649 | 2013-05-07 Paul Eggert <eggert@cs.ucla.edu> |
| 650 | 650 | ||
| 651 | Use Gnulib ACL implementation, for benefit of Solaris etc. (Bug#14295) | 651 | Use Gnulib ACL implementation, for benefit of Solaris etc. (Bug#14295) |
| 652 | * Makefile.in (LIB_ACL): New macro. | 652 | * Makefile.in (LIB_ACL): New macro. |
| 653 | (LIBACL_LIBS): Remove. | 653 | (LIBACL_LIBS): Remove. |
| 654 | (LIBES): Use LIB_ACL, not LIBACL_LIBS. | 654 | (LIBES): Use LIB_ACL, not LIBACL_LIBS. |
| @@ -3081,11 +3081,10 @@ | |||
| 3081 | 2012-12-31 Adam Sjøgren <asjo@koldfront.dk> (tiny change) | 3081 | 2012-12-31 Adam Sjøgren <asjo@koldfront.dk> (tiny change) |
| 3082 | 3082 | ||
| 3083 | * xterm.c (scroll-bar-adjust-thumb-portion): New variable to | 3083 | * xterm.c (scroll-bar-adjust-thumb-portion): New variable to |
| 3084 | determine whether scroll bar thumb size should be adjusted or | 3084 | determine whether scroll bar thumb size should be adjusted or not. |
| 3085 | not. Use variable for MOTIF. | 3085 | Use variable for MOTIF. |
| 3086 | 3086 | ||
| 3087 | * gtkutil.c (scroll-bar-adjust-thumb-portion): Use variable for | 3087 | * gtkutil.c (scroll-bar-adjust-thumb-portion): Use variable for GTK. |
| 3088 | GTK. | ||
| 3089 | 3088 | ||
| 3090 | 2013-01-13 Jan Djärv <jan.h.d@swipnet.se> | 3089 | 2013-01-13 Jan Djärv <jan.h.d@swipnet.se> |
| 3091 | 3090 | ||
| @@ -3630,7 +3629,7 @@ | |||
| 3630 | 3629 | ||
| 3631 | 2012-12-14 Paul Eggert <eggert@cs.ucla.edu> | 3630 | 2012-12-14 Paul Eggert <eggert@cs.ucla.edu> |
| 3632 | 3631 | ||
| 3633 | Fix permissions bugs with setgid directories etc. (Bug#13125) | 3632 | Fix permissions bugs with setgid directories etc. (Bug#13125) |
| 3634 | * dired.c (Ffile_attributes): Return t as the 9th attribute, | 3633 | * dired.c (Ffile_attributes): Return t as the 9th attribute, |
| 3635 | to mark it as a placeholder. The old value was often wrong. | 3634 | to mark it as a placeholder. The old value was often wrong. |
| 3636 | The only user of this attribute has been changed to use | 3635 | The only user of this attribute has been changed to use |