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: Wed, 09 Jul 2003 10:29:14 -0400

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.3306 emacs/src/ChangeLog:1.3307
*** emacs/src/ChangeLog:1.3306  Tue Jul  8 18:01:16 2003
--- emacs/src/ChangeLog Wed Jul  9 10:29:11 2003
***************
*** 1,3 ****
--- 1,25 ----
+ 2003-07-08  Stefan Monnier  <address@hidden>
+ 
+       * buffer.c (report_overlay_modification): Don't run hooks while
+       traversing the list of overlays.
+ 
+       * buffer.h (struct buffer): Use an int for overlay_center.
+       (overlays_at, evaporate_overlays, recenter_overlay_lists)
+       (overlay_strings, fix_overlays_before): Use EMACS_INT for positions.
+ 
+       * buffer.c (reset_buffer, recenter_overlay_lists)
+       (adjust_overlays_for_insert, adjust_overlays_for_delete)
+       (fix_overlays_in_range, Fmake_overlay, Fmove_overlay)
+       (evaporate_overlays, init_buffer_once): Update use of overlay_center.
+       (overlays_at, evaporate_overlays, recenter_overlay_lists)
+       (overlay_strings, fix_overlays_before): Use EMACS_INT for positions.
+ 
+       * xdisp.c (fast_find_position): Remove unused var.
+ 
+       * cmds.c (Qexpand_abbrev): New sym.
+       (syms_of_cmds): Initialize it.
+       (internal_self_insert): Use it to call expand-abbrev.
+ 
  2003-07-09  Kim F. Storm  <address@hidden>
  
        * xterm.c (use_xim) [!USE_XIM]: Default to disable XIM if emacs
***************
*** 15,20 ****
--- 37,45 ----
        * buffer.c (Fkill_buffer): Clear charpos cache if necessary.
  
  2003-07-06  Stefan Monnier  <address@hidden>
+ 
+       * minibuf.c (read_minibuf): UNGCPRO before returning.
+       (Ftry_completion, Fall_completions): Doc fix.
  
        * alloc.c (live_float_p): Check that p is not past the `floats' array,
        now that `floats' is not the last element of the struct any more.




reply via email to

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