diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 17917b159e3..046d1a321fe 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,21 @@ | |||
| 1 | 2005-06-25 Richard M. Stallman <rms@gnu.org> | 1 | 2005-06-25 Richard M. Stallman <rms@gnu.org> |
| 2 | 2 | ||
| 3 | * macfns.c (Fx_show_tip): Pass new arg to try_window. | ||
| 4 | |||
| 5 | * w32fns.c (Fx_show_tip): Pass new arg to try_window. | ||
| 6 | |||
| 7 | * xfns.c (Fx_show_tip): Pass new arg to try_window. | ||
| 8 | |||
| 9 | * xdisp.c (try_window): New arg CHECK_MARGINS. Calls changed. | ||
| 10 | (redisplay_window): Handle try_window reporting point in scroll margin. | ||
| 11 | |||
| 12 | * dispextern.h (try_window): Declare new arg. | ||
| 13 | |||
| 14 | * fileio.c (Fcopy_file): New arg PRESERVE_UID_GID. | ||
| 15 | Use fchmod to copy the file modes. | ||
| 16 | (Frename_file): Don't copy UID and GID here; | ||
| 17 | instead, specify t for PRESERVE_UID_GID when calling Fcopy_file. | ||
| 18 | |||
| 3 | * eval.c (call_debugger): Take full care of extending stack limits | 19 | * eval.c (call_debugger): Take full care of extending stack limits |
| 4 | to make space for the debugger, and restore the change afterward. | 20 | to make space for the debugger, and restore the change afterward. |
| 5 | Bind debug-on-error to nil. | 21 | Bind debug-on-error to nil. |