# HG changeset patch # User Juanma Barranquero # Date 1175009198 0 # Node ID c82a3be1debd010356b1d2aba9b13b8f6bf09a35 # Parent c21bd0559ef989f90387e2b4412326024c949224 *** empty log message *** diff -r c21bd0559ef9 -r c82a3be1debd src/ChangeLog --- a/src/ChangeLog Tue Mar 27 15:19:33 2007 +0000 +++ b/src/ChangeLog Tue Mar 27 15:26:38 2007 +0000 @@ -1,14 +1,19 @@ +2007-03-27 Juanma Barranquero + + * process.c (Fformat_network_address): Make args array big enough + to format IPv6 addresses. + 2007-03-27 Glenn Morris * m/hp800.h: Restore HP-UX support (removed 2007-01-29). 2007-03-26 YAMAMOTO Mitsuharu - * macfns.c (Fx_display_mm_height, Fx_display_mm_width): Scale - whole screen size in pixels by millimeters per pixel of main display. - - * macselect.c (get_scrap_target_type_list, x_own_selection): Move - assignments outside predicate macros. + * macfns.c (Fx_display_mm_height, Fx_display_mm_width): Scale whole + screen size in pixels by millimeters per pixel of main display. + + * macselect.c (get_scrap_target_type_list, x_own_selection): + Move assignments outside predicate macros. (Vselection_converter_alist): Doc fix. * macterm.c (create_text_encoding_info_alist): Move assignments @@ -73,6 +78,7 @@ * Makefile.in (alloca.o, gtkutil.o): Depend on systime.h. (dired.o, editfns.o, fileio.o, msdos.o): Depend on atimer.h. + (dosfns.o, window.o, fns.o, macselect.o): Depend on atimer.h and systime.h. (term.o, print.o, lread.o): Depend on blockinput.h, atimer.h, and @@ -122,8 +128,8 @@ (x_activate_menubar, mac_menu_show): Set it during menu tracking. (popup_activated): New function. - * xdisp.c (redisplay_internal, note_mouse_highlight): Check - popup_activated for MAC_OS. + * xdisp.c (redisplay_internal, note_mouse_highlight): + Check popup_activated for MAC_OS. 2007-03-17 Juanma Barranquero