]> code.delx.au - gnu-emacs/history - src
(abort): New function.
[gnu-emacs] / src /
1997-12-30 Richard M. Stallman(abort): New function.
1997-12-28 Richard M. Stallman(Fcall_process): Cast new_argv for child_setup.
1997-12-28 Richard M. Stallman(Fx_rotate_cut_buffers_internal): Doc fix.
1997-12-27 Richard M. Stallman(Fread_command, Fread_variable): Fix previous change.
1997-12-26 Richard M. Stallman(Ftext_properties_at): Doc fix.
1997-12-26 Richard M. StallmanDeclare nonascii_insert_offset.
1997-12-26 Richard M. Stallman(HAVE_STRING_H): Add #undef.
1997-12-26 Richard M. Stallman(Vminor_mode_overriding_map_alist): New variable.
1997-12-21 Richard M. Stallman(LIBX11_SYSTEM) [HAVE_LIBINTL and MOTIF]: Add -lintl.
1997-12-21 Richard M. Stallman(HAVE_LIBINTL): Add #undef.
1997-12-21 Richard M. Stallman(message2_nolog): Fix arg types.
1997-12-21 Richard M. Stallman(sys_signal): Undo previous change.
1997-12-21 Richard M. Stallman(Fexecute_extended_command):
1997-12-21 Richard M. Stallman(Fgarbage_collect):
1997-12-21 Richard M. Stallman(message2_nolog): New arg MULTIBYTE.
1997-12-21 Richard M. Stallman(Fexecute_extended_command):
1997-12-21 Richard M. Stallman(Vsignal_USR1_hook, Vsignal_USR2_hook): New variables.
1997-12-21 Richard M. Stallman(x_display_cursor): Abort if X or Y is out of range.
1997-12-21 Richard M. StallmanComment changes.
1997-12-21 Richard M. Stallman(Fparse_partial_sexp): Return nil for 9th element
1997-12-21 Richard M. Stallman(Fread_variable): If DEFAULT_VALUE is symbol, use its...
1997-12-21 Richard M. StallmanComment and whitespace changes.
1997-12-21 Richard M. Stallman(message_dolog): Update PT and ZV properly when at...
1997-12-19 Karl Heuer(Vread_buffer_function): New var.
1997-12-11 Karl Heuer(sys_signal): Add two casts.
1997-12-11 Karl Heuer(GROW_FAIL_STACK): Fix test for stack size at max.
1997-12-09 Karl Heuer(GROW_FAIL_STACK): Fix previous change:
1997-12-09 Karl Heuer(TYPICAL_FAILURE_SIZE): Renamed from MAX_FAILURE_ITEMS.
1997-12-09 Karl Heuer(Fcall_process): Don't clobber new_argv[0]
1997-12-09 Kenichi Handa(Fcall_process): Set Vlast_coding_system_used after
1997-12-09 Kenichi Handa(Fget_unused_iso_final_char): New function.
1997-12-09 Kenichi Handa(setup_coding_system): Do not set
1997-12-09 Kenichi Handa(read_process_output): Fix previous change, i.e, if
1997-12-09 Kenichi Handa(Finsert_file_contents): Set Vlast_coding_system_used
1997-12-08 Kenichi Handa(Fexecute_extended_command): Fix previous change.
1997-12-08 Karl Heuer(read_process_output): Allocate for coding system, if
1997-12-04 Karl Heuer(main): Fix the stack-limit code to calculate
1997-12-04 Karl Heuer(Feval_region): Doc correction (point does not move).
1997-12-04 Karl HeuerFix comment (avoid spurious "unterminated comment"...
1997-12-04 Karl HeuerComment fix (to avoid "unterminated comment" warning).
1997-11-28 Andreas Schwab(create_process, deactivate_process, close_process_descs):
1997-11-28 Andreas Schwab(describe_map): Fix decl of arg ELT_DESCRIBER.
1997-11-28 Andreas Schwab(Fsuspend_emacs): Cast init_sys_modes when calling
1997-11-28 Andreas Schwab(reset_sigio): Return void.
1997-11-28 Andreas Schwab(do_autoload): Return void.
1997-11-28 Andreas Schwab(internal_with_output_to_temp_buffer):
1997-11-28 Andreas Schwab(message): Declare a as char *[3].
1997-11-28 Andreas Schwab(malloc_warning, display_malloc_warning): Return void.
1997-11-27 Kenichi Handa(describe_vector): Declaration fixed (delete `.' at the
1997-11-27 Kenichi Handa(record_delete, record_marker_adjustment): Declare...
1997-11-27 Kenichi Handa(record_change, record_first_change,
1997-11-27 Kenichi Handa(invalidate_current_column): Declare it as void.
1997-11-27 Kenichi Handa(report_file_error): Declare it as void.
1997-11-27 Kenichi Handa(unlock_buffer): Declare it as void.
1997-11-27 Kenichi Handa(nsberror, record_buffer, validate_region,
1997-11-27 Kenichi Handa(discard_tty_input, init_baud_rate,
1997-11-27 Kenichi Handa(Fexecute_extended_command): Give Voverriding_local_map...
1997-11-27 Kenichi Handa(echo_now, record_auto_save, cmd_error_internal,
1997-11-27 Kenichi Handa(x_make_frame_visible): Give dummy arg to
1997-11-27 Kenichi Handa(redisplay_preserve_echo_area): Declare it as void.
1997-11-27 Kenichi Handa(strwidth): Remove extra argument to buffer_display_table.
1997-11-26 Ulrich Drepperautomatically generated from GPLed version
1997-11-25 Andreas Schwab(SPLIT_STRING): Remove extra argument to
1997-11-25 Andreas SchwabAdd prototypes.
1997-11-25 Andreas Schwab(Fx_disown_selection_internal): Fix type of EVENT.
1997-11-25 Andreas SchwabAdd prototypes.
1997-11-25 Andreas SchwabAdd prototypes.
1997-11-25 Andreas SchwabInclude "intervals.h" for prototypes.
1997-11-25 Richard M. Stallman(free_fontset_data): Don't free null pointer.
1997-11-24 Paul Eggert($(BLD)\strftime.obj): No need to compile with -Dstrfti...
1997-11-24 Paul Eggert(strftime.o):
1997-11-24 Paul Eggert(emacs_strftime): New decl.
1997-11-24 Paul Eggert(HAVE_STRFTIME): New undef.
1997-11-23 Karl Heuer(back_comment): Handle 2-char comment starts
1997-11-21 Andreas Schwab(copy_keymap_1): Fix return type.
1997-11-21 Andreas SchwabAdd prototypes and more function declarations.
1997-11-21 Andreas Schwab(traverse_intervals): Protoize parameter.
1997-11-21 Andreas SchwabProtoize function declarations.
1997-11-21 Andreas SchwabProtoize functions declarations.
1997-11-21 Andreas Schwab* fns.c (map_char_table): Protoize parameter.
1997-11-21 Andreas Schwab(close_file_unwind): Fix return type and return nil.
1997-11-21 Andreas Schwab(record_unwind_protect): Protoize parameter.
1997-11-21 Andreas Schwab(Fchar_to_string): Declare `workbuf' as unsigned char.
1997-11-21 Andreas Schwab(doprnt1): Declare `charbuf' as unsigned char.
1997-11-21 Andreas SchwabAdd prototypes. Remove declaration of obsolete
1997-11-21 Andreas SchwabAdd more prototypes and function declarations.
1997-11-21 Andreas Schwab(setup_ccl_program): Define as returning nothing.
1997-11-21 Andreas SchwabAdd declaration of setup_ccl_program and ccl_driver.
1997-11-21 Andreas SchwabAdd declaration of word_boundary_p.
1997-11-21 Andreas SchwabAdd more protypes and function declarations.
1997-11-21 Andreas Schwab(printchar): Declare `work' as unsigned char.
1997-11-21 Andreas Schwab(read_minibuf_unwind): Fix return type and return nil.
1997-11-21 Andreas Schwab(unchain_marker): Define as returning nothing.
1997-11-21 Andreas SchwabDeclare finalize_kbd_macro_chars and
1997-11-21 Andreas Schwab(store_kbd_macro_char): Define as returning nothing.
1997-11-21 Andreas Schwab(read1): Declare `workbuf' as unsigned char.
1997-11-21 Andreas SchwabAdd more prototypes and declarations. Forward declare
1997-11-20 Karl Heuer(init_system_name): Don't use sysinfo.
1997-11-20 Karl Heuer(skip_chars): Check type of `string' before using it.
1997-11-20 Karl Heuer(LIBS_SYSTEM): Define this.
next