aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman2003-04-06 20:42:09 +0000
committerRichard M. Stallman2003-04-06 20:42:09 +0000
commiteb67c5d64da2a2eb5669f0d77871ad8903098b3e (patch)
tree6a38608e06d082c47997af7e9360995ab7c7c177 /src
parent4f06187ff25aec873a5f79606f465774562cbd49 (diff)
downloademacs-eb67c5d64da2a2eb5669f0d77871ad8903098b3e.tar.gz
emacs-eb67c5d64da2a2eb5669f0d77871ad8903098b3e.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d89bf8533da..73b633f380e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,21 @@
12003-04-06 Richard M. Stallman <rms@gnu.org>
2
3 * xselect.c (x_handle_selection_request): Move UNGCPRO to very end.
4
5 * marker.c (verify_bytepos): New function.
6
7 * intervals.c (set_intervals_multibyte_1): When becoming
8 multibyte, adjust right and left child sizes to a whole set of
9 characters. If an interval gets zero total-length, delete it.
10 If an interval consists of just its children, delete one of them.
11
12 * intervals.h (CHECK_TOTAL_LENGTH): New macro.
13 * intervals.c: Add many calls to CHECK_TOTAL_LENGTH.
14
15 * alloc.c: (VALIDATE_LISP_STORAGE): Macro deleted.
16 All calls deleted.
17 (lisp_malloc): Do the work here directly.
18
12003-04-06 Gareth Jones <emacs@referential.org.uk> (tiny change) 192003-04-06 Gareth Jones <emacs@referential.org.uk> (tiny change)
2 20
3 * fns.c (Flength): Return SUB_CHAR_TABLE_ORDINARY_SLOTS for sub 21 * fns.c (Flength): Return SUB_CHAR_TABLE_ORDINARY_SLOTS for sub