]> code.delx.au - gnu-emacs/history - src
(SYNTAX_FLAGS_COMSTART_FIRST): New macro.
[gnu-emacs] / src /
1998-03-17 Richard M. Stallman(SYNTAX_FLAGS_COMSTART_FIRST): New macro.
1998-03-17 Richard M. Stallman(Fformat): Properly print floats.
1998-03-17 Richard M. Stallman(Fchar_after, Fchar_before): Properly check arg type
1998-03-17 Richard M. StallmanFstore_match_data => Fset_match_data.
1998-03-17 Richard M. Stallman(Frecenter): Operate on window's buffer even if some...
1998-03-16 Kenichi Handa(ADJUST_CHAR_POS): New macro.
1998-03-16 Kenichi Handa(code_convert_region): The 6th arg name is changed to
1998-03-16 Kenichi Handa(Finsert_file_contents): Comment modified. Give
1998-03-14 Richard M. Stallman(insert_1_both, insert_from_string_1, insert_from_buffer_1)
1998-03-14 Richard M. Stallman(message_dolog): Save and restore Vdeactivate_mark.
1998-03-14 Richard M. Stallman(set_frame_menubar): Fstore_match_data => Fset_match_data.
1998-03-14 Richard M. Stallman(exec_sentinel, read_process_output): Fstore_match_data...
1998-03-14 Richard M. Stallman(Fset_match_data): Renamed from Fstore_match_data.
1998-03-13 Richard M. Stallman(internal_self_insert): Call Fforward_buffer to advance
1998-03-12 Richard M. Stallman(struct Lisp_Buffer_Local_Value):
1998-03-12 Richard M. Stallman(SETUP_SLAVE_PTY): New definition.
1998-03-12 Richard M. Stallman(store_symval_forwarding, swap_in_symval_forwarding)
1998-03-12 Richard M. Stallman(gc_sweep, mark_object): Handle new data structure
1998-03-12 Richard M. Stallman(print): Handle new data structure
1998-03-12 Richard M. Stallman(init_buffer): Call Fset_buffer_multibyte for *scratch*.
1998-03-12 Kenichi Handa(code_convert_region): Adjusted for the change of
1998-03-12 Kenichi Handa(adjust_before_replace): Call
1998-03-12 Kenichi Handa(Finsert_file_contents): Don't do position adjustments
1998-03-11 Richard M. Stallman(combine_bytes): New function.
1998-03-11 Richard M. Stallman(adjust_markers_for_insert): Don't leave a marker within
1998-03-10 Richard M. Stallman(insert_1_both, insert_from_string_1, insert_from_buffe...
1998-03-10 Richard M. Stallman(code_convert_region): Fix previous change. Adjusted
1998-03-10 Richard M. Stallman(fontset_pattern_regexp): `==' was used instead of...
1998-03-09 Richard M. Stallman(adjust_markers_for_insert):
1998-03-09 Richard M. Stallman(simple_search): Don't count a character until it matches!
1998-03-06 Richard M. Stallman(advance_to_char_boundary): Handle the case the code
1998-03-06 Richard M. Stallman(Fmake_string): Handle the case INIT is a multibyte...
1998-03-06 Richard M. Stallman(alloc.o): Depend on charset.h.
1998-03-04 Kenichi Handa(code_convert_region): Fix previous change.
1998-03-04 Kenichi Handa(Fset_buffer_multibyte): Fix arg for chars_in_text.
1998-03-04 Kenichi Handa(Fformat): Format multibyte characters by "%c"
1998-03-04 Kenichi Handa(strwidth): Make it work for invalid bytes sequence.
1998-03-04 Kenichi Handa(code_convert_region): Handle the case that codes
1998-03-03 Richard M. Stallman(BASE_PURESIZE): Increased.
1998-03-03 Kenichi Handa(dired.o): Depend on charset.h and coding.h.
1998-03-03 Kenichi Handa(insert_1_both): If enable-multibyte-characters is...
1998-03-03 Kenichi Handa(Vdefault_file_name_coding_system): Extern it.
1998-03-03 Kenichi Handa(Fformat): Fix previous change.
1998-03-03 Kenichi Handa(ENCODE_FILE): Moved from fileio.c. Use
1998-03-03 Kenichi HandaInclude charset.h and coding.h.
1998-03-03 Kenichi Handa(Vdefault_file_name_coding_system): Extern it.
1998-03-03 Kenichi Handa(ENCODE_FILE): This macro is moved to coding.h.
1998-03-03 Richard M. Stallman(Vnonascii_translate_table, Qcharset): New variable...
1998-03-03 Kenichi Handa(DEFAULT_NONASCII_INSERT_OFFSET): Macro definition is
1998-03-03 Kenichi Handa(Fcall_process): Calculate CARRYOVER correctly.
1998-03-03 Kenichi Handa(general_insert_function): Use
1998-03-03 Kenichi Handa(DEFAULT_NONASCII_INSERT_OFFSET): Macro definition is
1998-03-03 Kenichi Handa(NONASCII_INSERT_OFFSET): New macro.
1998-03-03 Kenichi Handa(internal_self_insert): Avoid checking enable-multibyte...
1998-03-03 Kenichi HandaTypo in comment fixed.
1998-03-03 Kenichi Handa(Ffile_name_nondirectory): Use size_byte member of
1998-03-03 Kenichi Handa(DEFAULT_NONASCII_INSERT_OFFSET): Macro definition is
1998-03-03 Kenichi Handa(try_window_id): Use DEC_BOTH unconditionally.
1998-03-02 Richard M. Stallman(keyboard.o): Depend on syntax.h.
1998-03-02 Richard M. StallmanInclude syntax.h.
1998-03-02 Richard M. Stallman(compare_window_configurations): New arg ignore_positions.
1998-03-02 Richard M. Stallman(internal_equal): compare_window_configurations takes...
1998-03-02 Richard M. Stallman(auto_save_1): Pass new arg to Fwrite_region.
1998-03-02 Richard M. Stallman(Fcall_process_region): Pass new arg to Fwrite_region.
1998-03-02 Richard M. Stallman(XTframe_up_to_date): Check that mouse_face_mouse_frame
1998-03-02 Richard M. Stallman(UPDATE_SYNTAX_TABLE): Do nothing unless parse_sexp_loo...
1998-03-02 Richard M. Stallman(update_interval): Properly update `position' field...
1998-03-02 Richard M. Stallman(update_syntax_table): Properly update `position' field...
1998-03-01 Richard M. StallmanDelete #endif left over from previous change.
1998-02-27 Karl HeuerReorder args in callers of del_range_2.
1998-02-27 Karl Heuer(del_range_2): Reorder args. All callers changed.
1998-02-27 Karl Heuer(syms_of_xdisp): Doc fix.
1998-02-27 Karl Heuer(store_symval_forwarding) <Lisp_Misc_Buffer_Objfwd>:
1998-02-27 Karl Heuer(syms_of_buffer): enable-multibyte-characters is read...
1998-02-27 Karl HeuerFix comment.
1998-02-27 Karl Heuer(mapcar1): Handle bool-vectors.
1998-02-27 Andreas Schwab(compute_motion): If we just moved over a continuation
1998-02-25 Karl Heuer(del_range_both): Reorder args. All callers changed.
1998-02-25 Karl HeuerReorder args of del_range_both.
1998-02-24 Kenichi Handa(scan_newline): Delete duplicated code.
1998-02-24 Kenichi Handa(message_dolog): Give correct args to
1998-02-22 Karl Heuer(Fdelete_backward_char): Count both bytes and chars.
1998-02-22 Karl Heuer(UPDATE_SYNTAX_TABLE_FORWARD): Fix condition.
1998-02-22 Karl Heuer(update_syntax_table): Fix calculations using offset.
1998-02-22 Karl Heuer(interval_of): Handle Qt.
1998-02-20 Andreas Schwab(LINUX_MAP_SHARED_DOES_WORK): Define for kernel
1998-02-20 Andreas Schwab(sigmask) [POSIX_SIGNALS]: Always define our own
1998-02-20 Andreas Schwab(sys_sigpause): Removed.
1998-02-20 Kenichi Handa(Fmessage): Check byte size (instead of char size) of
1998-02-20 Kenichi Handa(Fccl_execute_on_string): Put \n\ at end-of-line of
1998-02-20 Kenichi Handa(Fwrite_region): When writing a string, give byte size
1998-02-20 Kenichi Handa(MULTIBYTE_BYTES_WIDTH): New macro.
1998-02-20 Kenichi Handa(adjust_before_replace): Comment added.
1998-02-20 Kenichi Handa(temp_set_point_both): Declare arg BYTEPOS as int.
1998-02-20 Kenichi Handa(advance_to_char_boundary): Make the behaviour
1998-02-20 Kenichi Handa(Fccl_execute_on_string): Add new arg UNIBYTE-P.
1998-02-20 Kenichi Handa(invalid_character): New function.
1998-02-20 Kenichi Handa(INC_POS): Use macro BASE_LEADING_CODE_P.
1998-02-20 Kenichi Handa(decode_coding_iso2022): Update coding->fake_multibyte.
1998-02-20 Kenichi Handa(struct coding_system): New member fake_multibyte.
next