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: Sat, 17 May 2003 17:19:56 -0400

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.3235 emacs/src/ChangeLog:1.3236
*** emacs/src/ChangeLog:1.3235  Sat May 17 16:02:55 2003
--- emacs/src/ChangeLog Sat May 17 17:19:55 2003
***************
*** 1,7 ****
--- 1,41 ----
+ 2003-05-17  Stefan Monnier  <address@hidden>
+ 
+       * window.c (Fselect_window): Add optional `norecord' arg.
+       (select_window_1): Fold into Fselect_window.
+       (select_window_norecord): New function.
+       (temp_output_buffer_show): Use it.  Preserve current buffer.
+ 
+       * window.h (Fselect_window): Update declaration.
+ 
+       * window.c (delete_window, Fother_window, Fset_window_configuration):
+       * minibuf.c (read_minibuf):
+       * macterm.c (x_new_focus_frame):
+       * frame.c (do_switch_frame, Fset_frame_selected_window, Fdelete_frame):
+       * callint.c (Fcall_interactively):
+       * xterm.c (x_new_focus_frame): Pass nil as new arg to Fselect_window.
+ 
+       * buffer.c (Fpop_to_buffer): Pass norecord to Fselect_window.
+ 
  2003-05-17  David Kastrup  <address@hidden>
  
        * process.c (read_process_output): Back out change from 2003-03-09.
  
+ 2003-05-17  Stefan Monnier  <address@hidden>
+ 
+       * editfns.c (get_pos_property): Don't assume that `object' = nil.
+ 
+       * textprop.c (text_property_stickiness): New arg `buffer'.
+ 
+       * intervals.h (text_property_stickiness): New arg `buffer'.
+       (get_pos_property): Declare.
+ 
+       * intervals.c (get_local_map): Use get_pos_property, to obey
+       stickiness and empty overlays.
+       (create_root_interval, graft_intervals_into_buffer): Use BEG.
+       (merge_properties, intervals_equal, merge_properties_sticky):
+       Use XCAR, XCDR.
+       (adjust_for_invis_intang): Pass new arg to text_property_stickiness.
+ 
  2003-05-17  Richard M. Stallman  <address@hidden>
  
        * minibuf.c (read_minibuf): If buffer is empty, record the default
***************
*** 36,46 ****
  
        * alloc.c (Fgarbage_collect): Cast pointers into specpdl
        to avoid GCC warning.
!       
  2003-05-16  Ralph Schleicher  <address@hidden>  (tiny change)
  
!       * fileio.c (Fdelete_file): Handle symlinks pointing to
!       directories.
  
  2003-05-15  Stefan Monnier  <address@hidden>
  
--- 70,79 ----
  
        * alloc.c (Fgarbage_collect): Cast pointers into specpdl
        to avoid GCC warning.
! 
  2003-05-16  Ralph Schleicher  <address@hidden>  (tiny change)
  
!       * fileio.c (Fdelete_file): Handle symlinks pointing to directories.
  
  2003-05-15  Stefan Monnier  <address@hidden>
  
***************
*** 66,72 ****
        * bytecode.c: Include window.h.
        * emacs.c: Include window.h.
  
!       * keyboard.c (make_lispy_event): Apply modifiers to multibyte-char keys.
        (keyremap): Add `parent' field.
        (keyremap_step): Use it.  Remove `parent' argument.
        (read_key_sequence): Setup and use the new `parent' field.
--- 99,105 ----
        * bytecode.c: Include window.h.
        * emacs.c: Include window.h.
  
!       * keyboard.c (make_lispy_event): Apply modifiers to multibyte-char key.
        (keyremap): Add `parent' field.
        (keyremap_step): Use it.  Remove `parent' argument.
        (read_key_sequence): Setup and use the new `parent' field.




reply via email to

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