emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Sat, 25 Jun 2005 18:38:00 -0400

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.4480 emacs/src/ChangeLog:1.4481
*** emacs/src/ChangeLog:1.4480  Sat Jun 25 14:38:05 2005
--- emacs/src/ChangeLog Sat Jun 25 22:37:59 2005
***************
*** 1,5 ****
--- 1,21 ----
  2005-06-25  Richard M. Stallman  <address@hidden>
  
+       * 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]