diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a4f72ea4a44..c1eff94ee52 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,45 @@ | |||
| 1 | 1999-10-24 Ken Raeburn <raeburn@raeburn.org> | 1 | 1999-10-24 Ken Raeburn <raeburn@raeburn.org> |
| 2 | 2 | ||
| 3 | * alloc.c: Undef HIDE_LISP_IMPLEMENTATION before including | ||
| 4 | lisp.h. | ||
| 5 | |||
| 6 | * buffer.c (Fbuffer_list, Fget_file_buffer, get_truename_buffer, | ||
| 7 | Fbuffer_local_variables, Fother_buffer, record_buffer, | ||
| 8 | set_buffer_internal_1, Fbury_buffer, Fkill_all_local_variables, | ||
| 9 | swap_out_buffer_local_variables, overlays_at, overlays_in, | ||
| 10 | overlay_touches_p, overlay_strings, recenter_overlay_lists, | ||
| 11 | fix_overlays_in_range, fix_overlays_before, Foverlay_get, | ||
| 12 | Foverlay_put, report_overlay_modification, evaporate_overlays): | ||
| 13 | Use XCAR, XCDR, and XFLOAT_DATA instead of explicit member | ||
| 14 | references. | ||
| 15 | * data.c (Fcar, Fcar_safe, Fcdr, Fcdr_safe, Fsetcar, Fsetcdr, | ||
| 16 | swap_in_symval_forwarding, set_internal, default_value, | ||
| 17 | Fset_default, Fmake_variable_buffer_local, Fmake_local_variable, | ||
| 18 | Fmake_variable_frame_local, Flocal_variable_p, | ||
| 19 | Flocal_variable_if_set_p, arithcompare, Fzerop, cons_to_long, | ||
| 20 | Fnumber_to_string, float_arith_driver, Fadd1, Fsub1): Likewise. | ||
| 21 | * dispnew.c (Fframe_or_buffer_changed_p): Likewise. | ||
| 22 | * emacs.c (main): Likewise. | ||
| 23 | * fontset.c (fs_load_font, fs_register_fontset, | ||
| 24 | CACHED_FONTSET_NAME, CACHED_FONTSET_REGEX, Fquery_fontset, | ||
| 25 | Fnew_fontset, Fset_fontset_font): Likewise. | ||
| 26 | * frame.c (do_switch_frame, next_frame, prev_frame, | ||
| 27 | other_visible_frames, Fdelete_frame, Fvisible_frame_list): | ||
| 28 | Likewise. | ||
| 29 | * keyboard.c (read_char, help_char_p, event_to_kboard, | ||
| 30 | kbd_buffer_get_event, timer_start_idle, timer_check, | ||
| 31 | make_lispy_event, apply_modifiers, reorder_modifiers, | ||
| 32 | Fevent_convert_list, lucid_event_type_list_p, menu_bar_items, | ||
| 33 | menu_bar_one_keymap, menu_item_eval_property_1, parse_menu_item, | ||
| 34 | tool_bar_items, read_char_x_menu_prompt, read_key_sequence, | ||
| 35 | Fcommand_execute, Fexecute_extended_command): Likewise. | ||
| 36 | * minibuf.c (read_minibuf, get_minibuffer, Ftry_completion, | ||
| 37 | Fall_completions): Likewise. | ||
| 38 | * window.c (Fset_window_margins): Likewise. | ||
| 39 | |||
| 40 | * callint.c (quotify_args): Don't explicitly use struct | ||
| 41 | Lisp_Cons, use Lisp_Object and XCAR/XCDR instead. | ||
| 42 | |||
| 3 | * s/netbsd.h (HAVE_GETLOADAVG): Define as 1. | 43 | * s/netbsd.h (HAVE_GETLOADAVG): Define as 1. |
| 4 | (UNEXEC, START_FILES, LIB_STANDARD, LIB_GCC): Define ELF versions, | 44 | (UNEXEC, START_FILES, LIB_STANDARD, LIB_GCC): Define ELF versions, |
| 5 | if __ELF__ is defined. | 45 | if __ELF__ is defined. |