Mercurial > emacs
changeset 76761:c82a3be1debd
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 27 Mar 2007 15:26:38 +0000 |
parents | c21bd0559ef9 |
children | 4177b4101eef |
files | src/ChangeLog |
diffstat | 1 files changed, 13 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- 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 <lekktu@gmail.com> + + * process.c (Fformat_network_address): Make args array big enough + to format IPv6 addresses. + 2007-03-27 Glenn Morris <rgm@gnu.org> * m/hp800.h: Restore HP-UX support (removed 2007-01-29). 2007-03-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> - * 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 <lekktu@gmail.com>