]> code.delx.au - gnu-emacs/history - src
(which-func-update): Fix paren error.
[gnu-emacs] / src /
1998-01-02 Richard M. StallmanInitial revision
1998-01-02 Richard M. Stallman(current_column_1, Fmove_to_column):
1998-01-02 Richard M. Stallman(Fcompleting_read): Doc fix.
1998-01-02 Richard M. Stallman(struct Lisp_Marker): Rename `bufpos' to `bytepos'.
1998-01-02 Richard M. Stallman(adjust_markers_gap_motion): Now a no-op.
1998-01-02 Richard M. Stallman(internal_equal): For markers, use bytepos instead...
1998-01-02 Richard M. Stallman(readchar): Use marker's bytepos instead of bufpos.
1998-01-02 Richard M. Stallman(Fmake_marker): Initialize marker's bytepos and charpos.
1998-01-02 Richard M. Stallman(transpose_markers): Update marker's bytepos.
1998-01-02 Richard M. Stallman(buf_bytepos_to_charpos): Use marker bytepos, not bufpos.
1998-01-02 Richard M. Stallman(Fchar_after): Fix previous change.
1998-01-01 Richard M. Stallman(a_write): Fix prototype.
1998-01-01 Richard M. Stallman(struct Lisp_Marker): New field `charpos'.
1998-01-01 Richard M. Stallman(Fgoto_char): When arg is a marker, copy char and byte
1998-01-01 Richard M. Stallman(set_point_both): Renamed from set_point;
1998-01-01 Richard M. Stallman(code_convert_region): Handle bytepos and charpos.
1998-01-01 Richard M. Stallman(move_gap): Use move_gap_both.
1998-01-01 Richard M. StallmanUpdate copyright year.
1998-01-01 Richard M. Stallman(DECODE_POSITION): New macro.
1998-01-01 Richard M. Stallman(Fcall_interactively) <'d', 'r'>: Use set_marker_both.
1998-01-01 Richard M. Stallman(status_notify): Use byte and char pointers.
1998-01-01 Richard M. Stallman(set_point, temp_set_point): Swap args in decl.
1998-01-01 Richard M. Stallman(PRINTDECLARE): Declare old_point_byte and start_point_...
1998-01-01 Richard M. Stallman(readchar_backlog): New variable.
1998-01-01 Richard M. Stallman(scan_newline): Always restore prev value of immediate_...
1998-01-01 Richard M. Stallman(scan_sexps_forward): Additional arg FROM_BYTE. Calls...
1998-01-01 Richard M. Stallman(looking_at_1): Use bytepos to call re_search_2.
1998-01-01 Richard M. Stallman(SETUP_SYNTAX_TABLE_FOR_OBJECT): Call bytepos_to_charpos.
1998-01-01 Richard M. Stallman(casify_region): Scan in bytes and chars.
1998-01-01 Richard M. Stallman(marker.o): Depend on charset.h.
1998-01-01 Richard M. Stallman(forward_point): Function deleted.
1998-01-01 Richard M. Stallman(struct position): New field bytepos.
1998-01-01 Richard M. Stallman(command_loop_1): Use PT_BYTE when calling FETCH_BYTE.
1998-01-01 Richard M. Stallman(Fmake_indirect_buffer): Use set_marker_both.
1998-01-01 Richard M. Stallman(marker_byte_position): Renamed from marker_position.
1998-01-01 Richard M. Stallman(redisplay_internal): Use scan_newline.
1998-01-01 Richard M. Stallman(unshow_buffer): Set PT with TEMP_SET_PT_BOTH.
1997-12-31 Richard M. Stallman(Fchars_in_string): Update call to CHAR_HEAD_P.
1997-12-31 Richard M. Stallman(Finsert_file_contents): Update call to CHAR_HEAD_P.
1997-12-31 Richard M. Stallman(Fminibuffer_complete_word): Handle bytes vs characters
1997-12-31 Richard M. Stallman(CHAR_HEAD_P): Take char, not pointer, as arg.
1997-12-31 Richard M. Stallman(doprnt1): Call to CHAR_HEAD_P fixed.
1997-12-31 Richard M. Stallman(describe_abbrev): Return void.
1997-12-31 Richard M. Stallman(LIB_MOTIF): Define, if HAVE_LIBINTL.
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,
next