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: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Mon, 29 May 2006 01:05:24 +0000

Index: emacs/src/ChangeLog
diff -u emacs/src/ChangeLog:1.5100 emacs/src/ChangeLog:1.5101
--- emacs/src/ChangeLog:1.5100  Mon May 29 00:57:27 2006
+++ emacs/src/ChangeLog Mon May 29 01:05:24 2006
@@ -3,6 +3,12 @@
        * coding.c (Ffind_operation_coding_system): Call a function by
        safe_call1 instead of call1.
 
+2006-05-28  Stefan Monnier  <address@hidden>
+
+       * window.c (struct saved_window): Add `dedicated'.
+       (Fset_window_configuration, save_window_save): Save/restore the
+       `dedicated' flag.
+
 2006-05-28  Kim F. Storm  <address@hidden>
 
        * xdisp.c (set_cursor_from_row): If cursor cannot be set in row,
@@ -32,8 +38,8 @@
 
 2006-05-27  YAMAMOTO Mitsuharu  <address@hidden>
 
-       * macselect.c (mac_handle_apple_event): Return
-       errAEEventNotHandled if key binding is not found.
+       * macselect.c (mac_handle_apple_event):
+       Return errAEEventNotHandled if key binding is not found.
 
 2006-05-26  Eli Zaretskii  <address@hidden>
 
@@ -44,9 +50,9 @@
 
 2006-05-26  Chong Yidong  <address@hidden>
 
-       * fileio.c (Fcopy_file): Delete argument MUSTBENEW.  Incorporate
-       the exclusive file-opening functionality into the behavior when
-       OK-IF-ALREADY-EXISTS is nil.
+       * fileio.c (Fcopy_file): Delete argument MUSTBENEW.
+       Incorporate the exclusive file-opening functionality into the behavior
+       when OK-IF-ALREADY-EXISTS is nil.
        (Frename_file): Call Fcopy_file without MUSTBENEW argument.
 
 2006-05-26  Jan Dj,Ad(Brv  <address@hidden>
@@ -98,8 +104,7 @@
        load-history, except at preloading time.
 
        * lread.c (Fload): At preloading time, preserve the extension of
-       the filename which goes into load-history.  New variable
-       hist_file_name.
+       the filename which goes into load-history.  New var hist_file_name.
 
        * lread.c (Fload): Do eval-after-load stuff by calling the lisp
        function do-after-load-evaluation.




reply via email to

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