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.
|