bpt/emacs.git
1998-01-09 Richard M.... (Fdo_auto_save): Save and restore multibyteness of...
1998-01-09 Richard M.... (main): Pass new arg to message_dolog.
1998-01-09 Richard M.... Include charset.h.
1998-01-09 Richard M.... (Fsend_string_to_terminal): Use size_byte.
1998-01-09 Richard M.... (Fmultibyte_string_p): New function.
1998-01-09 Richard M.... (code_convert_string): Maybe use make_unibyte_string.
1998-01-09 Richard M.... (internal_self_insert): Simplify handling of c2;
1998-01-09 Richard M.... (multibyte_chars_in_text): New function.
1998-01-09 Richard M.... (Fccl_execute_on_string): Use size_byte.
1998-01-09 Richard M.... (Fmake_category_set): Don't allow multibyte string.
1998-01-09 Richard M.... (casify_object): Scan string by bytes and chars.
1998-01-09 Richard M.... (BASE_PURESIZE): Increased.
1998-01-09 Richard M.... (read_escape): `\ ' stands for nothing at all.
1998-01-09 Richard M.... (count_size_as_multibyte): New function.
1998-01-09 Richard M.... (map_char_table): Unconditionally consider non-ASCII...
1998-01-09 Richard M.... (Fformat): Do all the work directly--don't use doprnt.
1998-01-09 Richard M.... (sref): Defined.
1998-01-09 Richard M.... (dabbrev-ignored-buffer-names): New variable.
1998-01-08 Eric M. LudlamAdded some more comments in the commentary.
1998-01-07 André Spiegel(vc-resynch-window): Behave properly when view-read...
1998-01-07 Dave LoveMove change log comment block so lm-commentary doesn...
1998-01-07 Andreas Schwab(custom-browse-visibility): Doc fix.
1998-01-07 Andreas Schwab(defgroup): Doc fix.
1998-01-07 Andreas Schwab(pp-to-string): Greatly simplify by letting the
1998-01-07 Andreas SchwabCustomized.
1998-01-07 Eli Zaretskii(delete-auto-save-files): Say in the doc string that
1998-01-05 Richard M.... (Fcall_process): When deciding whether to encode args,
1998-01-05 Richard M.... (read_process_output): Use insert_1_both.
1998-01-05 Richard M.... (MAKE_LOCK_NAME): Use size_byte.
1998-01-05 Richard M.... (Fbyte_code): Use size_byte.
1998-01-05 Richard M.... (print_string): Now static.
1998-01-05 Richard M.... (Fexpand_abbrev): Pass both kinds of size to oblookup.
1998-01-05 Richard M.... (FETCH_STRING_CHAR_ADVANCE): New macro.
1998-01-05 Richard M.... (search_buffer): Handle bytes vs chars in non-RE case.
1998-01-05 Richard M.... (make_pure_string): New arg length_byte.
1998-01-05 Richard M.... (record_overlay_string): Totalize sizes assuming
1998-01-05 Richard M.... (read_minibuf): Handle bytes vs chars
1998-01-05 Richard M.... (test_completion): Pass both kinds of size to oblookup.
1998-01-05 Richard M.... (display-time-mode): Set the variable display-time...
1998-01-04 Richard M.... (xstring): Use size_byte.
1998-01-03 Richard M.... (resize-minibuffer-mode): Variable customized to
1998-01-03 Richard M.... (redisplay_window): Set pos.bytepos along with pos...
1998-01-03 Richard M.... (occur): Pass default to read-from-minibuffer so that
1998-01-03 Richard M.... (file-cache-minibuffer-complete): Accept a prefix arg.
1998-01-02 Richard M.... (minor-mode-overriding-map-alist):
1998-01-02 Richard M.... (current_minor_maps):
1998-01-02 Richard M.... (Fchar_boundary_p): Function deleted.
1998-01-02 Richard M.... (make_gap): Set GPT_BYTE along with GPT.
1998-01-02 Richard M.... (which-func-update): Fix paren error.
1998-01-02 Richard M.... Initial revision
1998-01-02 Richard M.... (current_column_1, Fmove_to_column):
1998-01-02 Richard M.... (Fcompleting_read): Doc fix.
1998-01-02 Richard M.... (struct Lisp_Marker): Rename `bufpos' to `bytepos'.
1998-01-02 Richard M.... (adjust_markers_gap_motion): Now a no-op.
1998-01-02 Richard M.... (internal_equal): For markers, use bytepos instead...
1998-01-02 Richard M.... (readchar): Use marker's bytepos instead of bufpos.
1998-01-02 Richard M.... (Fmake_marker): Initialize marker's bytepos and charpos.
1998-01-02 Richard M.... (transpose_markers): Update marker's bytepos.
1998-01-02 Richard M.... (buf_bytepos_to_charpos): Use marker bytepos, not bufpos.
1998-01-02 Richard M.... (customize-changed-options): Doc fix.
1998-01-02 Richard M.... (Fchar_after): Fix previous change.
1998-01-01 Richard M.... (a_write): Fix prototype.
1998-01-01 Richard M.... (struct Lisp_Marker): New field `charpos'.
1998-01-01 Richard M.... (Fgoto_char): When arg is a marker, copy char and byte
1998-01-01 Richard M.... (set_point_both): Renamed from set_point;
1998-01-01 Richard M.... (code_convert_region): Handle bytepos and charpos.
1998-01-01 Richard M.... (move_gap): Use move_gap_both.
1998-01-01 Richard M.... Update copyright year.
1998-01-01 Richard M.... (DECODE_POSITION): New macro.
1998-01-01 Richard M.... (Fcall_interactively) <'d', 'r'>: Use set_marker_both.
1998-01-01 Richard M.... (status_notify): Use byte and char pointers.
1998-01-01 Richard M.... (set_point, temp_set_point): Swap args in decl.
1998-01-01 Richard M.... (PRINTDECLARE): Declare old_point_byte and start_point_...
1998-01-01 Richard M.... (readchar_backlog): New variable.
1998-01-01 Richard M.... (scan_newline): Always restore prev value of immediate_...
1998-01-01 Richard M.... (scan_sexps_forward): Additional arg FROM_BYTE. Calls...
1998-01-01 Richard M.... (looking_at_1): Use bytepos to call re_search_2.
1998-01-01 Richard M.... (SETUP_SYNTAX_TABLE_FOR_OBJECT): Call bytepos_to_charpos.
1998-01-01 Richard M.... (casify_region): Scan in bytes and chars.
1998-01-01 Richard M.... (marker.o): Depend on charset.h.
1998-01-01 Richard M.... (forward_point): Function deleted.
1998-01-01 Richard M.... (struct position): New field bytepos.
1998-01-01 Richard M.... (command_loop_1): Use PT_BYTE when calling FETCH_BYTE.
1998-01-01 Richard M.... (Fmake_indirect_buffer): Use set_marker_both.
1998-01-01 Richard M.... (marker_byte_position): Renamed from marker_position.
1998-01-01 Richard M.... (redisplay_internal): Use scan_newline.
1998-01-01 Richard M.... (unshow_buffer): Set PT with TEMP_SET_PT_BOTH.
1997-12-31 Richard M.... (Fchars_in_string): Update call to CHAR_HEAD_P.
1997-12-31 Richard M.... (Finsert_file_contents): Update call to CHAR_HEAD_P.
1997-12-31 Richard M.... (Fminibuffer_complete_word): Handle bytes vs characters
1997-12-31 Richard M.... (CHAR_HEAD_P): Take char, not pointer, as arg.
1997-12-31 Richard M.... (doprnt1): Call to CHAR_HEAD_P fixed.
1997-12-31 Richard M.... (describe_abbrev): Return void.
1997-12-31 Richard M.... (LIB_MOTIF): Define, if HAVE_LIBINTL.
1997-12-30 Richard M.... (abort): New function.
1997-12-29 Richard M.... (desktop-enable): New variable.
1997-12-28 Richard M.... (Fcall_process): Cast new_argv for child_setup.
1997-12-28 Richard M.... (Fx_rotate_cut_buffers_internal): Doc fix.
1997-12-27 Richard M.... (Fread_command, Fread_variable): Fix previous change.
1997-12-26 Richard M.... (Ftext_properties_at): Doc fix.
next