log

age author description
Mon, 05 Jan 1998 17:30:19 +0000 Richard M. Stallman (Fbyte_code): Use size_byte.
Mon, 05 Jan 1998 17:29:16 +0000 Richard M. Stallman (print_string): Now static.
Mon, 05 Jan 1998 17:25:39 +0000 Richard M. Stallman (Fexpand_abbrev): Pass both kinds of size to oblookup.
Mon, 05 Jan 1998 17:23:54 +0000 Richard M. Stallman (FETCH_STRING_CHAR_ADVANCE): New macro.
Mon, 05 Jan 1998 17:22:52 +0000 Richard M. Stallman (search_buffer): Handle bytes vs chars in non-RE case.
Mon, 05 Jan 1998 17:17:27 +0000 Richard M. Stallman (make_pure_string): New arg length_byte.
Mon, 05 Jan 1998 17:15:53 +0000 Richard M. Stallman (record_overlay_string): Totalize sizes assuming
Mon, 05 Jan 1998 17:14:29 +0000 Richard M. Stallman (read_minibuf): Handle bytes vs chars
Mon, 05 Jan 1998 06:58:06 +0000 Richard M. Stallman (test_completion): Pass both kinds of size to oblookup.
Mon, 05 Jan 1998 06:04:35 +0000 Richard M. Stallman (display-time-mode): Set the variable display-time-mode.
Sun, 04 Jan 1998 20:41:17 +0000 Richard M. Stallman (xstring): Use size_byte.
Sat, 03 Jan 1998 07:17:25 +0000 Richard M. Stallman (resize-minibuffer-mode): Variable customized to
Sat, 03 Jan 1998 07:07:02 +0000 Richard M. Stallman (redisplay_window): Set pos.bytepos along with pos.bufpos.
Sat, 03 Jan 1998 07:06:18 +0000 Richard M. Stallman (occur): Pass default to read-from-minibuffer so that
Sat, 03 Jan 1998 00:04:35 +0000 Richard M. Stallman (file-cache-minibuffer-complete): Accept a prefix arg.
Fri, 02 Jan 1998 23:52:11 +0000 Richard M. Stallman (minor-mode-overriding-map-alist):
Fri, 02 Jan 1998 23:37:19 +0000 Richard M. Stallman (current_minor_maps):
Fri, 02 Jan 1998 23:23:21 +0000 Richard M. Stallman (Fchar_boundary_p): Function deleted.
Fri, 02 Jan 1998 23:12:03 +0000 Richard M. Stallman (make_gap): Set GPT_BYTE along with GPT.
Fri, 02 Jan 1998 23:04:39 +0000 Richard M. Stallman (which-func-update): Fix paren error.
Fri, 02 Jan 1998 21:48:33 +0000 Richard M. Stallman Initial revision
Fri, 02 Jan 1998 21:43:42 +0000 Richard M. Stallman (current_column_1, Fmove_to_column):
Fri, 02 Jan 1998 21:31:46 +0000 Richard M. Stallman (Fcompleting_read): Doc fix.
Fri, 02 Jan 1998 21:30:28 +0000 Richard M. Stallman (struct Lisp_Marker): Rename `bufpos' to `bytepos'.
Fri, 02 Jan 1998 21:29:48 +0000 Richard M. Stallman (adjust_markers_gap_motion): Now a no-op.
Fri, 02 Jan 1998 21:28:56 +0000 Richard M. Stallman (internal_equal): For markers, use bytepos instead of bufpos.
Fri, 02 Jan 1998 21:27:40 +0000 Richard M. Stallman (readchar): Use marker's bytepos instead of bufpos.
Fri, 02 Jan 1998 21:27:13 +0000 Richard M. Stallman (Fmake_marker): Initialize marker's bytepos and charpos.
Fri, 02 Jan 1998 21:26:32 +0000 Richard M. Stallman (transpose_markers): Update marker's bytepos.
Fri, 02 Jan 1998 21:26:05 +0000 Richard M. Stallman (buf_bytepos_to_charpos): Use marker bytepos, not bufpos.
Fri, 02 Jan 1998 21:17:27 +0000 Richard M. Stallman (customize-changed-options): Doc fix.
Fri, 02 Jan 1998 21:06:08 +0000 Richard M. Stallman (Fchar_after): Fix previous change.
Thu, 01 Jan 1998 08:41:38 +0000 Richard M. Stallman (a_write): Fix prototype.
Thu, 01 Jan 1998 07:14:33 +0000 Richard M. Stallman (struct Lisp_Marker): New field `charpos'.
Thu, 01 Jan 1998 07:09:35 +0000 Richard M. Stallman (Fgoto_char): When arg is a marker, copy char and byte
Thu, 01 Jan 1998 07:08:33 +0000 Richard M. Stallman (set_point_both): Renamed from set_point;
Thu, 01 Jan 1998 07:05:26 +0000 Richard M. Stallman (code_convert_region): Handle bytepos and charpos.
Thu, 01 Jan 1998 07:03:19 +0000 Richard M. Stallman (move_gap): Use move_gap_both.
Thu, 01 Jan 1998 06:51:31 +0000 Richard M. Stallman Update copyright year.
Thu, 01 Jan 1998 06:49:17 +0000 Richard M. Stallman (DECODE_POSITION): New macro.
Thu, 01 Jan 1998 06:47:25 +0000 Richard M. Stallman (Fcall_interactively) <'d', 'r'>: Use set_marker_both.
Thu, 01 Jan 1998 06:45:08 +0000 Richard M. Stallman (status_notify): Use byte and char pointers.
Thu, 01 Jan 1998 06:41:39 +0000 Richard M. Stallman (set_point, temp_set_point): Swap args in decl.
Thu, 01 Jan 1998 06:40:47 +0000 Richard M. Stallman (PRINTDECLARE): Declare old_point_byte and start_point_byte.
Thu, 01 Jan 1998 06:38:45 +0000 Richard M. Stallman (readchar_backlog): New variable.
Thu, 01 Jan 1998 06:35:47 +0000 Richard M. Stallman (scan_newline): Always restore prev value of immediate_quit.
Thu, 01 Jan 1998 06:31:54 +0000 Richard M. Stallman (scan_sexps_forward): Additional arg FROM_BYTE. Calls changed.
Thu, 01 Jan 1998 02:52:20 +0000 Richard M. Stallman (looking_at_1): Use bytepos to call re_search_2.
Thu, 01 Jan 1998 02:46:10 +0000 Richard M. Stallman (SETUP_SYNTAX_TABLE_FOR_OBJECT): Call bytepos_to_charpos.
Thu, 01 Jan 1998 02:45:12 +0000 Richard M. Stallman (casify_region): Scan in bytes and chars.
Thu, 01 Jan 1998 02:44:17 +0000 Richard M. Stallman (marker.o): Depend on charset.h.
Thu, 01 Jan 1998 02:42:48 +0000 Richard M. Stallman (forward_point): Function deleted.
Thu, 01 Jan 1998 02:40:05 +0000 Richard M. Stallman (struct position): New field bytepos.
Thu, 01 Jan 1998 02:39:04 +0000 Richard M. Stallman (command_loop_1): Use PT_BYTE when calling FETCH_BYTE.
Thu, 01 Jan 1998 02:37:16 +0000 Richard M. Stallman (Fmake_indirect_buffer): Use set_marker_both.
Thu, 01 Jan 1998 02:35:09 +0000 Richard M. Stallman (marker_byte_position): Renamed from marker_position.
Thu, 01 Jan 1998 02:27:27 +0000 Richard M. Stallman (redisplay_internal): Use scan_newline.
Thu, 01 Jan 1998 02:07:14 +0000 Richard M. Stallman (unshow_buffer): Set PT with TEMP_SET_PT_BOTH.
Wed, 31 Dec 1997 22:18:06 +0000 Richard M. Stallman (Fchars_in_string): Update call to CHAR_HEAD_P.
Wed, 31 Dec 1997 22:16:35 +0000 Richard M. Stallman (Finsert_file_contents): Update call to CHAR_HEAD_P.