aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2003-09-11 22:22:11 +0000
committerStefan Monnier2003-09-11 22:22:11 +0000
commit0930c1a1c8ac9398e71fd8e9ed7efb93dc41125f (patch)
treee7fd15b3bb31c40abde660a24bb108c4a2af09df /src/ChangeLog
parent2a1c1d7150e64c0c05a1d1e17b288091cbd98011 (diff)
downloademacs-0930c1a1c8ac9398e71fd8e9ed7efb93dc41125f.tar.gz
emacs-0930c1a1c8ac9398e71fd8e9ed7efb93dc41125f.zip
(init_intervals, init_symbol, init_marker): Don't preallocate anything.
(Fgarbage_collect, mark_object): Ignore the markbit.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog37
1 files changed, 20 insertions, 17 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 53bfee81eed..380d0d208f6 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12003-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
12003-09-08 Lute Kamstra <Lute.Kamstra@cwi.nl> 92003-09-08 Lute Kamstra <Lute.Kamstra@cwi.nl>
2 10
3 * xdisp.c (pint2hrstr): New function. 11 * xdisp.c (pint2hrstr): New function.
@@ -12,8 +20,7 @@
12 20
132003-09-07 Eli Zaretskii <eliz@elta.co.il> 212003-09-07 Eli Zaretskii <eliz@elta.co.il>
14 22
15 * editfns.c (region_limit): Support any non-zero value of 23 * editfns.c (region_limit): Support any non-zero value of BEGINNINGP.
16 BEGINNINGP.
17 24
182003-09-03 Kim F. Storm <storm@cua.dk> 252003-09-03 Kim F. Storm <storm@cua.dk>
19 26
@@ -54,9 +61,9 @@
54 61
552003-08-29 Gerd Moellmann <gerd.moellmann@t-online.de> 622003-08-29 Gerd Moellmann <gerd.moellmann@t-online.de>
56 63
57 * xdisp.c (redisplay_internal): Fix change of 2003-04-30. Don't 64 * xdisp.c (redisplay_internal): Fix change of 2003-04-30.
58 tell redisplay display is accurate when it's actually been paused 65 Don't tell redisplay display is accurate when it's actually been
59 for pending input. 66 paused for pending input.
60 67
612003-08-29 Richard M. Stallman <rms@gnu.org> 682003-08-29 Richard M. Stallman <rms@gnu.org>
62 69
@@ -65,7 +72,7 @@
65 72
66 * data.c (Fmake_variable_buffer_local, Fmake_local_variable) 73 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
67 (Fkill_local_variable, Fmake_variable_frame_local) 74 (Fkill_local_variable, Fmake_variable_frame_local)
68 (Flocal_variable_p, Flocal_variable_if_set_p): 75 (Flocal_variable_p, Flocal_variable_if_set_p):
69 Use indirect_variable to trace thru variable aliases. 76 Use indirect_variable to trace thru variable aliases.
70 77
71 * config.in: Updated. 78 * config.in: Updated.
@@ -82,7 +89,7 @@
82 89
832003-08-28 David Abrahams <dave@boost-consulting.com> (tiny change) 902003-08-28 David Abrahams <dave@boost-consulting.com> (tiny change)
84 91
85 * coding.c (decode_coding_iso2022): Initialized local variable c2. 92 * coding.c (decode_coding_iso2022): Initialize local variable c2.
86 (decode_coding_sjis_big5): Likewise. 93 (decode_coding_sjis_big5): Likewise.
87 94
882003-08-27 Jason Rumney <jasonr@gnu.org> 952003-08-27 Jason Rumney <jasonr@gnu.org>
@@ -100,13 +107,11 @@
100 107
1012003-08-24 Eli Zaretskii <eliz@elta.co.il> 1082003-08-24 Eli Zaretskii <eliz@elta.co.il>
102 109
103 * term.c (term_init): Remove `const' from buffer_size's 110 * term.c (term_init): Remove `const' from buffer_size's declaration.
104 declaration.
105 111
106 * Makefile.in (msdos.o): Depend on intervals.h. 112 * Makefile.in (msdos.o): Depend on intervals.h.
107 113
108 * msdos.c: Include intervals.h, since STRING_INTERVALS requires 114 * msdos.c: Include intervals.h, since STRING_INTERVALS requires that.
109 that.
110 115
1112003-08-21 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 1162003-08-21 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
112 117
@@ -146,7 +151,7 @@
146 (xmalloc, xfree): Declare. 151 (xmalloc, xfree): Declare.
147 (malloc): Don't declare. 152 (malloc): Don't declare.
148 153
149 * Makefile.in (LWLIB_OPTIONS): Removed (unused). 154 * Makefile.in (LWLIB_OPTIONS): Remove (unused).
150 (alloca.o): Remove obsolete stuff concerning alloca.s. Depend on 155 (alloca.o): Remove obsolete stuff concerning alloca.s. Depend on
151 atimer.h, blockinput.h. 156 atimer.h, blockinput.h.
152 157
@@ -175,8 +180,7 @@
175 180
176 * puresize.h (BASE_PURESIZE): Increase to 1100000. 181 * puresize.h (BASE_PURESIZE): Increase to 1100000.
177 182
178 * buffer.c (Fmove_overlay): Set overlay's next pointer 183 * buffer.c (Fmove_overlay): Set overlay's next pointer unconditionally.
179 unconditionally.
180 184
1812003-08-16 Richard M. Stallman <rms@gnu.org> 1852003-08-16 Richard M. Stallman <rms@gnu.org>
182 186
@@ -190,7 +194,7 @@
1902003-08-16 Juri Linkov <juri@jurta.org> (tiny change) 1942003-08-16 Juri Linkov <juri@jurta.org> (tiny change)
191 195
192 * syntax.c (Fforward_word): Argument changed to optional. 196 * syntax.c (Fforward_word): Argument changed to optional.
193 Set default value to 1. 197 Set default value to 1.
194 198
1952003-08-15 Kenichi Handa <handa@m17n.org> 1992003-08-15 Kenichi Handa <handa@m17n.org>
196 200
@@ -248,8 +252,7 @@
248 252
2492003-07-28 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change) 2532003-07-28 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
250 254
251 * xfns.c (xic_set_preeditarea): Add the left fringe width to 255 * xfns.c (xic_set_preeditarea): Add the left fringe width to spot.x.
252 spot.x.
253 256
2542003-07-22 Stefan Monnier <monnier@cs.yale.edu> 2572003-07-22 Stefan Monnier <monnier@cs.yale.edu>
255 258