Mercurial > emacs
comparison src/ChangeLog @ 46402:c68f80aab1e2
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 16 Jul 2002 12:25:41 +0000 |
parents | 4fbc342b5337 |
children | 07e8cd21b254 |
comparison
equal
deleted
inserted
replaced
46401:0616af8d6d42 | 46402:c68f80aab1e2 |
---|---|
6 | 6 |
7 * lisp.h (STRING_INTERVALS): Produce rvalue. | 7 * lisp.h (STRING_INTERVALS): Produce rvalue. |
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 |
17 2002-07-14 Ken Raeburn <raeburn@gnu.org> | 16 2002-07-14 Ken Raeburn <raeburn@gnu.org> |
18 | 17 |
69 * alloc.c (Vmemory_full): New variable. | 68 * alloc.c (Vmemory_full): New variable. |
70 (Vmemory_signal_data): Renamed from memory_signal_data. | 69 (Vmemory_signal_data): Renamed from memory_signal_data. |
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 |
78 * indent.c (last_known_column): Declare as double, not float. | 77 * indent.c (last_known_column): Declare as double, not float. |
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. |
89 | 88 |
90 * sysdep.c (sys_signal): Test BROKEN_SA_RESTART. | 89 * sysdep.c (sys_signal): Test BROKEN_SA_RESTART. |
103 * lisp.h (SPECPDL_INDEX): Rename from BINDING_STACK_SIZE. All callers | 102 * lisp.h (SPECPDL_INDEX): Rename from BINDING_STACK_SIZE. All callers |
104 changed. | 103 changed. |
105 | 104 |
106 2002-07-09 Stefan Monnier <monnier@cs.yale.edu> | 105 2002-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 |
110 2002-07-09 Kenichi Handa <handa@etl.go.jp> | 113 2002-07-09 Kenichi Handa <handa@etl.go.jp> |
111 | 114 |
112 * callproc.c (Fcall_process): Fix previous change. | 115 * callproc.c (Fcall_process): Fix previous change. |