diff options
author | Richard M. Stallman <rms@gnu.org> | 2005-06-25 22:38:44 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2005-06-25 22:38:44 +0000 |
commit | 6bc4ec3976cd46fa2b684df157350f85dc25a9b5 (patch) | |
tree | 3bba06cf210f7e58d25a0dc2cf9390f39f25dea5 /src | |
parent | 22ae3f0fad0473a70aea71597f5aec91354726e4 (diff) | |
download | emacs-6bc4ec3976cd46fa2b684df157350f85dc25a9b5.tar.gz |
*** empty log message ***
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 2ec72003bb5..f41c38ce954 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,21 @@ 2005-06-25 Richard M. Stallman <rms@gnu.org> + * macfns.c (Fx_show_tip): Pass new arg to try_window. + + * w32fns.c (Fx_show_tip): Pass new arg to try_window. + + * xfns.c (Fx_show_tip): Pass new arg to try_window. + + * xdisp.c (try_window): New arg CHECK_MARGINS. Calls changed. + (redisplay_window): Handle try_window reporting point in scroll margin. + + * dispextern.h (try_window): Declare new arg. + + * fileio.c (Fcopy_file): New arg PRESERVE_UID_GID. + Use fchmod to copy the file modes. + (Frename_file): Don't copy UID and GID here; + instead, specify t for PRESERVE_UID_GID when calling Fcopy_file. + * eval.c (call_debugger): Take full care of extending stack limits to make space for the debugger, and restore the change afterward. Bind debug-on-error to nil. |