/[emacs]/emacs/src/ChangeLog
ViewVC logotype

Diff of /emacs/src/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3363 by lute, Mon Sep 8 07:53:06 2003 UTC revision 1.3364 by monnier, Thu Sep 11 22:22:11 2003 UTC
# Line 1  Line 1 
1    2003-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2    
3            * alloc.c (init_intervals, init_symbol, init_marker):
4            Don't preallocate anything.
5            (Fgarbage_collect, mark_object): Ignore the markbit.
6    
7            * bytecode.c (mark_byte_stack, unmark_byte_stack): Ignore the markbit.
8    
9  2003-09-08  Lute Kamstra  <Lute.Kamstra@cwi.nl>  2003-09-08  Lute Kamstra  <Lute.Kamstra@cwi.nl>
10    
11          * xdisp.c (pint2hrstr): New function.          * xdisp.c (pint2hrstr): New function.
# Line 12  Line 20 
20    
21  2003-09-07  Eli Zaretskii  <eliz@elta.co.il>  2003-09-07  Eli Zaretskii  <eliz@elta.co.il>
22    
23          * editfns.c (region_limit): Support any non-zero value of          * editfns.c (region_limit): Support any non-zero value of BEGINNINGP.
         BEGINNINGP.  
24    
25  2003-09-03  Kim F. Storm  <storm@cua.dk>  2003-09-03  Kim F. Storm  <storm@cua.dk>
26    
# Line 54  Line 61 
61    
62  2003-08-29  Gerd Moellmann  <gerd.moellmann@t-online.de>  2003-08-29  Gerd Moellmann  <gerd.moellmann@t-online.de>
63    
64          * xdisp.c (redisplay_internal): Fix change of 2003-04-30.  Don't          * xdisp.c (redisplay_internal): Fix change of 2003-04-30.
65          tell redisplay display is accurate when it's actually been paused          Don't tell redisplay display is accurate when it's actually been
66          for pending input.          paused for pending input.
67    
68  2003-08-29  Richard M. Stallman  <rms@gnu.org>  2003-08-29  Richard M. Stallman  <rms@gnu.org>
69    
# Line 65  Line 72 
72    
73          * data.c (Fmake_variable_buffer_local, Fmake_local_variable)          * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
74          (Fkill_local_variable, Fmake_variable_frame_local)          (Fkill_local_variable, Fmake_variable_frame_local)
75          (Flocal_variable_p, Flocal_variable_if_set_p):          (Flocal_variable_p, Flocal_variable_if_set_p):
76          Use indirect_variable to trace thru variable aliases.          Use indirect_variable to trace thru variable aliases.
77    
78          * config.in: Updated.          * config.in: Updated.
# Line 82  Line 89 
89    
90  2003-08-28  David Abrahams  <dave@boost-consulting.com>  (tiny change)  2003-08-28  David Abrahams  <dave@boost-consulting.com>  (tiny change)
91    
92          * coding.c (decode_coding_iso2022): Initialized local variable c2.          * coding.c (decode_coding_iso2022): Initialize local variable c2.
93          (decode_coding_sjis_big5): Likewise.          (decode_coding_sjis_big5): Likewise.
94    
95  2003-08-27  Jason Rumney  <jasonr@gnu.org>  2003-08-27  Jason Rumney  <jasonr@gnu.org>
# Line 100  Line 107 
107    
108  2003-08-24  Eli Zaretskii  <eliz@elta.co.il>  2003-08-24  Eli Zaretskii  <eliz@elta.co.il>
109    
110          * term.c (term_init): Remove `const' from buffer_size's          * term.c (term_init): Remove `const' from buffer_size's declaration.
         declaration.  
111    
112          * Makefile.in (msdos.o): Depend on intervals.h.          * Makefile.in (msdos.o): Depend on intervals.h.
113    
114          * msdos.c: Include intervals.h, since STRING_INTERVALS requires          * msdos.c: Include intervals.h, since STRING_INTERVALS requires that.
         that.  
115    
116  2003-08-21  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>  2003-08-21  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>
117    
# Line 146  Line 151 
151          (xmalloc, xfree): Declare.          (xmalloc, xfree): Declare.
152          (malloc): Don't declare.          (malloc): Don't declare.
153    
154          * Makefile.in (LWLIB_OPTIONS): Removed (unused).          * Makefile.in (LWLIB_OPTIONS): Remove (unused).
155          (alloca.o): Remove obsolete stuff concerning alloca.s.  Depend on          (alloca.o): Remove obsolete stuff concerning alloca.s.  Depend on
156          atimer.h, blockinput.h.          atimer.h, blockinput.h.
157    
# Line 175  Line 180 
180    
181          * puresize.h (BASE_PURESIZE): Increase to 1100000.          * puresize.h (BASE_PURESIZE): Increase to 1100000.
182    
183          * buffer.c (Fmove_overlay): Set overlay's next pointer          * buffer.c (Fmove_overlay): Set overlay's next pointer unconditionally.
         unconditionally.  
184    
185  2003-08-16  Richard M. Stallman  <rms@gnu.org>  2003-08-16  Richard M. Stallman  <rms@gnu.org>
186    
# Line 190  Line 194 
194  2003-08-16  Juri Linkov  <juri@jurta.org>  (tiny change)  2003-08-16  Juri Linkov  <juri@jurta.org>  (tiny change)
195    
196          * syntax.c (Fforward_word): Argument changed to optional.          * syntax.c (Fforward_word): Argument changed to optional.
197          Set default value to 1.          Set default value to 1.
198    
199  2003-08-15  Kenichi Handa  <handa@m17n.org>  2003-08-15  Kenichi Handa  <handa@m17n.org>
200    
# Line 248  Line 252 
252    
253  2003-07-28  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp> (tiny change)  2003-07-28  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp> (tiny change)
254    
255          * xfns.c (xic_set_preeditarea): Add the left fringe width to          * xfns.c (xic_set_preeditarea): Add the left fringe width to spot.x.
         spot.x.  
256    
257  2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>  2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
258    

Legend:
Removed from v.1.3363  
changed lines
  Added in v.1.3364

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26