diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 87ea886720c..14d82ee3ecb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,22 @@ | |||
| 1 | 2012-07-07 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Fix some minor --with-ns problems found by static checking. | ||
| 4 | * frame.c (Ftool_bar_pixel_width) [!FRAME_TOOLBAR_WIDTH]: | ||
| 5 | (x_set_font) [!HAVE_X_WINDOWS]: | ||
| 6 | * image.c (xpm_load_image) [HAVE_NS]: | ||
| 7 | (x_to_xcolors) [!HAVE_X_WINDOWS && !HAVE_NTGUI]: | ||
| 8 | (x_disable_image) [!HAVE_NS && !HAVE_NTGUI]: | ||
| 9 | Remove unused local. | ||
| 10 | (Fx_parse_geometry) [HAVE_NS]: Don't return garbage. | ||
| 11 | (xpm_load_image) [HAVE_NS && !HAVE_XPM]: Remove unused label. | ||
| 12 | * image.c (x_create_bitmap_from_file) [HAVE_NS]: | ||
| 13 | (xpm_load_image, xpm_load) [HAVE_NS && !HAVE_XPM]: | ||
| 14 | * nsselect.m (symbol_to_nsstring, ns_string_to_pasteboard_internal): | ||
| 15 | * xfaces.c (Fx_load_color_file) [!HAVE_X_WINDOWS]: | ||
| 16 | Fix pointer signedness problem. | ||
| 17 | * xfaces.c (FRAME_X_FONT_TABLE): | ||
| 18 | * xterm.h (FRAME_X_FONT_TABLE): Remove unused, incompatible macros. | ||
| 19 | |||
| 1 | 2012-07-07 Glenn Morris <rgm@gnu.org> | 20 | 2012-07-07 Glenn Morris <rgm@gnu.org> |
| 2 | 21 | ||
| 3 | * lread.c (load_path_check): New function, split from init_lread. | 22 | * lread.c (load_path_check): New function, split from init_lread. |