diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e2aa1727799..5a2114d0661 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,14 +1,19 @@ | |||
| 1 | 2007-03-27 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * process.c (Fformat_network_address): Make args array big enough | ||
| 4 | to format IPv6 addresses. | ||
| 5 | |||
| 1 | 2007-03-27 Glenn Morris <rgm@gnu.org> | 6 | 2007-03-27 Glenn Morris <rgm@gnu.org> |
| 2 | 7 | ||
| 3 | * m/hp800.h: Restore HP-UX support (removed 2007-01-29). | 8 | * m/hp800.h: Restore HP-UX support (removed 2007-01-29). |
| 4 | 9 | ||
| 5 | 2007-03-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 10 | 2007-03-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 6 | 11 | ||
| 7 | * macfns.c (Fx_display_mm_height, Fx_display_mm_width): Scale | 12 | * macfns.c (Fx_display_mm_height, Fx_display_mm_width): Scale whole |
| 8 | whole screen size in pixels by millimeters per pixel of main display. | 13 | screen size in pixels by millimeters per pixel of main display. |
| 9 | 14 | ||
| 10 | * macselect.c (get_scrap_target_type_list, x_own_selection): Move | 15 | * macselect.c (get_scrap_target_type_list, x_own_selection): |
| 11 | assignments outside predicate macros. | 16 | Move assignments outside predicate macros. |
| 12 | (Vselection_converter_alist): Doc fix. | 17 | (Vselection_converter_alist): Doc fix. |
| 13 | 18 | ||
| 14 | * macterm.c (create_text_encoding_info_alist): Move assignments | 19 | * macterm.c (create_text_encoding_info_alist): Move assignments |
| @@ -73,6 +78,7 @@ | |||
| 73 | 78 | ||
| 74 | * Makefile.in (alloca.o, gtkutil.o): Depend on systime.h. | 79 | * Makefile.in (alloca.o, gtkutil.o): Depend on systime.h. |
| 75 | (dired.o, editfns.o, fileio.o, msdos.o): Depend on atimer.h. | 80 | (dired.o, editfns.o, fileio.o, msdos.o): Depend on atimer.h. |
| 81 | |||
| 76 | (dosfns.o, window.o, fns.o, macselect.o): Depend on atimer.h and | 82 | (dosfns.o, window.o, fns.o, macselect.o): Depend on atimer.h and |
| 77 | systime.h. | 83 | systime.h. |
| 78 | (term.o, print.o, lread.o): Depend on blockinput.h, atimer.h, and | 84 | (term.o, print.o, lread.o): Depend on blockinput.h, atimer.h, and |
| @@ -122,8 +128,8 @@ | |||
| 122 | (x_activate_menubar, mac_menu_show): Set it during menu tracking. | 128 | (x_activate_menubar, mac_menu_show): Set it during menu tracking. |
| 123 | (popup_activated): New function. | 129 | (popup_activated): New function. |
| 124 | 130 | ||
| 125 | * xdisp.c (redisplay_internal, note_mouse_highlight): Check | 131 | * xdisp.c (redisplay_internal, note_mouse_highlight): |
| 126 | popup_activated for MAC_OS. | 132 | Check popup_activated for MAC_OS. |
| 127 | 133 | ||
| 128 | 2007-03-17 Juanma Barranquero <lekktu@gmail.com> | 134 | 2007-03-17 Juanma Barranquero <lekktu@gmail.com> |
| 129 | 135 | ||