aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Monnier2002-07-16 12:25:41 +0000
committerStefan Monnier2002-07-16 12:25:41 +0000
commit979a8abc6981aab3f6c963ed050f97f3b593b065 (patch)
tree7d826e617fc9ca9a8632df6d8675d649963677bc /src
parent3fdb4c50a9ffd90cad4819b5405af03f805882aa (diff)
downloademacs-979a8abc6981aab3f6c963ed050f97f3b593b065.tar.gz
emacs-979a8abc6981aab3f6c963ed050f97f3b593b065.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog17
1 files changed, 10 insertions, 7 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 407989ea63b..06186f52ec5 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -8,9 +8,8 @@
8 (STRING_SET_INTERVALS): New macro. 8 (STRING_SET_INTERVALS): New macro.
9 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Use it. 9 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Use it.
10 * fns.c (Fstring_as_multibyte): Likewise. 10 * fns.c (Fstring_as_multibyte): Likewise.
11 * intervals.c (create_root_interval, 11 * intervals.c (balance_possible_root_interval, delete_interval)
12 balance_possible_root_interval, delete_interval, 12 (create_root_interval, copy_intervals_to_string): Likewise.
13 copy_intervals_to_string): Likewise.
14 * textprop.c (set_text_properties): Likewise. Use NULL_INTERVAL 13 * textprop.c (set_text_properties): Likewise. Use NULL_INTERVAL
15 instead of 0. 14 instead of 0.
16 15
@@ -71,7 +70,7 @@
71 Uses changed. 70 Uses changed.
72 (syms_of_alloc): Defvar them. 71 (syms_of_alloc): Defvar them.
73 (memory_full, buffer_memory_full): Set Vmemory_full. 72 (memory_full, buffer_memory_full): Set Vmemory_full.
74 73
75 * lisp.h (Vmemory_full): Add declaration. 74 * lisp.h (Vmemory_full): Add declaration.
76 (current_column, indented_beyond_p): Change declaration. 75 (current_column, indented_beyond_p): Change declaration.
77 76
@@ -79,10 +78,10 @@
79 (current_column, current_column_1, string_display_width) 78 (current_column, current_column_1, string_display_width)
80 (position_indentation): Return `double'. 79 (position_indentation): Return `double'.
81 (indented_beyond_p): Arg `column' is `double'. Callers changed. 80 (indented_beyond_p): Arg `column' is `double'. Callers changed.
82 81
83 * xdisp.c (message_dolog): Do nothing if Vmemory_full is non-nil. 82 * xdisp.c (message_dolog): Do nothing if Vmemory_full is non-nil.
84 (back_to_previous_visible_line_start) 83 (back_to_previous_visible_line_start)
85 (reseat_at_next_visible_line_start, next_element_from_buffer): 84 (reseat_at_next_visible_line_start, next_element_from_buffer):
86 Use `double', not `float', when calling indented_beyond_p. 85 Use `double', not `float', when calling indented_beyond_p.
87 86
88 * s/hpux11.h (BROKEN_SA_RESTART): Defined. 87 * s/hpux11.h (BROKEN_SA_RESTART): Defined.
@@ -105,6 +104,10 @@
105 104
1062002-07-09 Stefan Monnier <monnier@cs.yale.edu> 1052002-07-09 Stefan Monnier <monnier@cs.yale.edu>
107 106
107 * data.c (Fdefalias): Add an optional `docstring' argument.
108 (set_internal, Fsetq_default): Use XCAR/XCDR.
109
110 * composite.c (HASH_VALUE, HASH_KEY):
108 * ccl.c (HASH_VALUE): Remove (it's in lisp.h now). 111 * ccl.c (HASH_VALUE): Remove (it's in lisp.h now).
109 112
1102002-07-09 Kenichi Handa <handa@etl.go.jp> 1132002-07-09 Kenichi Handa <handa@etl.go.jp>