diff options
| author | Juanma Barranquero | 2007-09-10 11:29:07 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-09-10 11:29:07 +0000 |
| commit | 97ddc76085f0c6c2d2a0511c8dd08727b37cb390 (patch) | |
| tree | 38fab54482c138c8e48131439579ee4834dee302 /src | |
| parent | 1816bda70d4d1c5167ceedf0743d65e3b12408c2 (diff) | |
| download | emacs-97ddc76085f0c6c2d2a0511c8dd08727b37cb390.tar.gz emacs-97ddc76085f0c6c2d2a0511c8dd08727b37cb390.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ddf8d18afc9..0324d958aa4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -26,7 +26,7 @@ | |||
| 26 | 26 | ||
| 27 | 2007-09-08 Eli Zaretskii <eliz@gnu.org> | 27 | 2007-09-08 Eli Zaretskii <eliz@gnu.org> |
| 28 | 28 | ||
| 29 | * sysdep.c [WINDOWSNT]: Don't include sysselect.h | 29 | * sysdep.c [WINDOWSNT]: Don't include sysselect.h. |
| 30 | 30 | ||
| 31 | 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca> | 31 | 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca> |
| 32 | 32 | ||
| @@ -39,7 +39,7 @@ | |||
| 39 | a window object. | 39 | a window object. |
| 40 | (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd. | 40 | (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd. |
| 41 | 41 | ||
| 42 | 2007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change) | 42 | 2007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change) |
| 43 | 43 | ||
| 44 | * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN. | 44 | * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN. |
| 45 | 45 | ||
| @@ -133,7 +133,6 @@ | |||
| 133 | * frame.c (Qterm_environment_variable): Remove. | 133 | * frame.c (Qterm_environment_variable): Remove. |
| 134 | (syms_of_frame): Don't init and staticpro it. | 134 | (syms_of_frame): Don't init and staticpro it. |
| 135 | 135 | ||
| 136 | |||
| 137 | * callproc.c (getenv_internal): Remove special case for $TERM. | 136 | * callproc.c (getenv_internal): Remove special case for $TERM. |
| 138 | 137 | ||
| 139 | * callproc.c (Vinitial_environment): New variable. | 138 | * callproc.c (Vinitial_environment): New variable. |
| @@ -572,7 +571,7 @@ | |||
| 572 | (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width) | 571 | (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width) |
| 573 | (Fx_display_backing_store, Fx_display_visual_class) | 572 | (Fx_display_backing_store, Fx_display_visual_class) |
| 574 | (Fx_display_save_under, Fx_close_connection, x_create_tip_frame): | 573 | (Fx_display_save_under, Fx_close_connection, x_create_tip_frame): |
| 575 | Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF. | 574 | Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF. |
| 576 | 575 | ||
| 577 | * xfns.c (x_set_foreground_color x_set_background_color) | 576 | * xfns.c (x_set_foreground_color x_set_background_color) |
| 578 | (x_set_mouse_color, x_set_cursor_color, x_make_gc): | 577 | (x_set_mouse_color, x_set_cursor_color, x_make_gc): |