diff options
| author | Stefan Monnier | 2003-09-11 22:22:11 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2003-09-11 22:22:11 +0000 |
| commit | 0930c1a1c8ac9398e71fd8e9ed7efb93dc41125f (patch) | |
| tree | e7fd15b3bb31c40abde660a24bb108c4a2af09df /src/ChangeLog | |
| parent | 2a1c1d7150e64c0c05a1d1e17b288091cbd98011 (diff) | |
| download | emacs-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/ChangeLog | 37 |
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 @@ | |||
| 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 | |||
| 1 | 2003-09-08 Lute Kamstra <Lute.Kamstra@cwi.nl> | 9 | 2003-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 | ||
| 13 | 2003-09-07 Eli Zaretskii <eliz@elta.co.il> | 21 | 2003-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 | ||
| 18 | 2003-09-03 Kim F. Storm <storm@cua.dk> | 25 | 2003-09-03 Kim F. Storm <storm@cua.dk> |
| 19 | 26 | ||
| @@ -54,9 +61,9 @@ | |||
| 54 | 61 | ||
| 55 | 2003-08-29 Gerd Moellmann <gerd.moellmann@t-online.de> | 62 | 2003-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 | ||
| 61 | 2003-08-29 Richard M. Stallman <rms@gnu.org> | 68 | 2003-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 | ||
| 83 | 2003-08-28 David Abrahams <dave@boost-consulting.com> (tiny change) | 90 | 2003-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 | ||
| 88 | 2003-08-27 Jason Rumney <jasonr@gnu.org> | 95 | 2003-08-27 Jason Rumney <jasonr@gnu.org> |
| @@ -100,13 +107,11 @@ | |||
| 100 | 107 | ||
| 101 | 2003-08-24 Eli Zaretskii <eliz@elta.co.il> | 108 | 2003-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 | ||
| 111 | 2003-08-21 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 116 | 2003-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 | ||
| 181 | 2003-08-16 Richard M. Stallman <rms@gnu.org> | 185 | 2003-08-16 Richard M. Stallman <rms@gnu.org> |
| 182 | 186 | ||
| @@ -190,7 +194,7 @@ | |||
| 190 | 2003-08-16 Juri Linkov <juri@jurta.org> (tiny change) | 194 | 2003-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 | ||
| 195 | 2003-08-15 Kenichi Handa <handa@m17n.org> | 199 | 2003-08-15 Kenichi Handa <handa@m17n.org> |
| 196 | 200 | ||
| @@ -248,8 +252,7 @@ | |||
| 248 | 252 | ||
| 249 | 2003-07-28 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change) | 253 | 2003-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 | ||
| 254 | 2003-07-22 Stefan Monnier <monnier@cs.yale.edu> | 257 | 2003-07-22 Stefan Monnier <monnier@cs.yale.edu> |
| 255 | 258 | ||