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: Thu, 11 Sep 2003 18:22:12 -0400

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.3363 emacs/src/ChangeLog:1.3364
*** emacs/src/ChangeLog:1.3363  Mon Sep  8 03:53:06 2003
--- emacs/src/ChangeLog Thu Sep 11 18:22:11 2003
***************
*** 1,3 ****
--- 1,11 ----
+ 2003-09-11  Stefan Monnier  <address@hidden>
+ 
+       * alloc.c (init_intervals, init_symbol, init_marker):
+       Don't preallocate anything.
+       (Fgarbage_collect, mark_object): Ignore the markbit.
+ 
+       * bytecode.c (mark_byte_stack, unmark_byte_stack): Ignore the markbit.
+ 
  2003-09-08  Lute Kamstra  <address@hidden>
  
        * xdisp.c (pint2hrstr): New function.
***************
*** 12,19 ****
  
  2003-09-07  Eli Zaretskii  <address@hidden>
  
!       * editfns.c (region_limit): Support any non-zero value of
!       BEGINNINGP.
  
  2003-09-03  Kim F. Storm  <address@hidden>
  
--- 20,26 ----
  
  2003-09-07  Eli Zaretskii  <address@hidden>
  
!       * editfns.c (region_limit): Support any non-zero value of BEGINNINGP.
  
  2003-09-03  Kim F. Storm  <address@hidden>
  
***************
*** 54,62 ****
  
  2003-08-29  Gerd Moellmann  <address@hidden>
  
!       * xdisp.c (redisplay_internal): Fix change of 2003-04-30.  Don't
!       tell redisplay display is accurate when it's actually been paused
!       for pending input.
  
  2003-08-29  Richard M. Stallman  <address@hidden>
  
--- 61,69 ----
  
  2003-08-29  Gerd Moellmann  <address@hidden>
  
!       * xdisp.c (redisplay_internal): Fix change of 2003-04-30.
!       Don't tell redisplay display is accurate when it's actually been
!       paused for pending input.
  
  2003-08-29  Richard M. Stallman  <address@hidden>
  
***************
*** 65,71 ****
  
        * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
        (Fkill_local_variable, Fmake_variable_frame_local)
!       (Flocal_variable_p, Flocal_variable_if_set_p): 
        Use indirect_variable to trace thru variable aliases.
  
        * config.in: Updated.
--- 72,78 ----
  
        * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
        (Fkill_local_variable, Fmake_variable_frame_local)
!       (Flocal_variable_p, Flocal_variable_if_set_p):
        Use indirect_variable to trace thru variable aliases.
  
        * config.in: Updated.
***************
*** 82,88 ****
  
  2003-08-28  David Abrahams  <address@hidden>  (tiny change)
  
!       * coding.c (decode_coding_iso2022): Initialized local variable c2.
        (decode_coding_sjis_big5): Likewise.
  
  2003-08-27  Jason Rumney  <address@hidden>
--- 89,95 ----
  
  2003-08-28  David Abrahams  <address@hidden>  (tiny change)
  
!       * coding.c (decode_coding_iso2022): Initialize local variable c2.
        (decode_coding_sjis_big5): Likewise.
  
  2003-08-27  Jason Rumney  <address@hidden>
***************
*** 100,112 ****
  
  2003-08-24  Eli Zaretskii  <address@hidden>
  
!       * term.c (term_init): Remove `const' from buffer_size's
!       declaration.
  
        * Makefile.in (msdos.o): Depend on intervals.h.
  
!       * msdos.c: Include intervals.h, since STRING_INTERVALS requires
!       that.
  
  2003-08-21  Jan Dj,Ad(Brv  <address@hidden>
  
--- 107,117 ----
  
  2003-08-24  Eli Zaretskii  <address@hidden>
  
!       * term.c (term_init): Remove `const' from buffer_size's declaration.
  
        * Makefile.in (msdos.o): Depend on intervals.h.
  
!       * msdos.c: Include intervals.h, since STRING_INTERVALS requires that.
  
  2003-08-21  Jan Dj,Ad(Brv  <address@hidden>
  
***************
*** 146,152 ****
        (xmalloc, xfree): Declare.
        (malloc): Don't declare.
  
!       * Makefile.in (LWLIB_OPTIONS): Removed (unused).
        (alloca.o): Remove obsolete stuff concerning alloca.s.  Depend on
        atimer.h, blockinput.h.
  
--- 151,157 ----
        (xmalloc, xfree): Declare.
        (malloc): Don't declare.
  
!       * Makefile.in (LWLIB_OPTIONS): Remove (unused).
        (alloca.o): Remove obsolete stuff concerning alloca.s.  Depend on
        atimer.h, blockinput.h.
  
***************
*** 175,182 ****
  
        * puresize.h (BASE_PURESIZE): Increase to 1100000.
  
!       * buffer.c (Fmove_overlay): Set overlay's next pointer
!       unconditionally.
  
  2003-08-16  Richard M. Stallman  <address@hidden>
  
--- 180,186 ----
  
        * puresize.h (BASE_PURESIZE): Increase to 1100000.
  
!       * buffer.c (Fmove_overlay): Set overlay's next pointer unconditionally.
  
  2003-08-16  Richard M. Stallman  <address@hidden>
  
***************
*** 190,196 ****
  2003-08-16  Juri Linkov  <address@hidden>  (tiny change)
  
        * syntax.c (Fforward_word): Argument changed to optional.
!         Set default value to 1.
  
  2003-08-15  Kenichi Handa  <address@hidden>
  
--- 194,200 ----
  2003-08-16  Juri Linkov  <address@hidden>  (tiny change)
  
        * syntax.c (Fforward_word): Argument changed to optional.
!       Set default value to 1.
  
  2003-08-15  Kenichi Handa  <address@hidden>
  
***************
*** 248,255 ****
  
  2003-07-28  KOBAYASHI Yasuhiro  <address@hidden> (tiny change)
  
!       * xfns.c (xic_set_preeditarea): Add the left fringe width to
!       spot.x.
  
  2003-07-22  Stefan Monnier  <address@hidden>
  
--- 252,258 ----
  
  2003-07-28  KOBAYASHI Yasuhiro  <address@hidden> (tiny change)
  
!       * xfns.c (xic_set_preeditarea): Add the left fringe width to spot.x.
  
  2003-07-22  Stefan Monnier  <address@hidden>
  




reply via email to

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