| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 1999-07-20 | (syms_of_buffer): Make default-enable-multibyte-characters a user variable. | Dave Love | |
| 1999-06-16 | (syms_of_buffer): Don't make | Kenichi Handa | |
| enable-multibyte-characters customizable. | |||
| 1999-05-24 | (syms_of_buffer): Doc fix. | Richard M. Stallman | |
| 1999-04-09 | (Fmake_indirect_buffer): Copy multibyte status from the base buffer. | Richard M. Stallman | |
| (Fset_buffer_multibyte): Copy new multibyte status into the buffer's indirect buffers. | |||
| 1999-03-26 | (Fset_buffer_modified_p): Don't lock or unlock | Karl Heuer | |
| if buffer-file-name is nil. | |||
| 1999-03-04 | (syms_of_buffer): Doc fix. | Karl Heuer | |
| 1999-02-26 | (syms_of_buffer): Doc fix for enable-multibyte-characters. | Richard M. Stallman | |
| 1999-02-01 | (Fset_buffer_multibyte): Error if buffer is multibyte. | Richard M. Stallman | |
| 1998-11-24 | (syms_of_buffer): Doc fix. | Richard M. Stallman | |
| 1998-10-08 | (inhibit_modification_hooks): New variable. | Kenichi Handa | |
| (init_buffer_once): Initialize inhibit_modification_hooks to 0. | |||
| 1998-09-04 | (enable-multibyte-characters): Doc fix. | Dave Love | |
| 1998-05-22 | (Fother_buffer): Doc fix. | Richard M. Stallman | |
| 1998-05-22 | (Fother_buffer): New arg FRAME. Calls changed. | Richard M. Stallman | |
| Pass it to frame_buffer_list, frame_buffer_predicate. (record_buffer): Pass selected frame to them and to set_frame_buffer_list. | |||
| 1998-05-21 | (init_buffer): Support DOS_NT absolute file names. | Richard M. Stallman | |
| 1998-05-20 | (syms_of_buffer): Set up Lisp variable buffer-display-time. | Richard M. Stallman | |
| Doc fixes. (reset_buffer): Initialize display_time slot. (init_buffer_once): Initialize display_time slot. | |||
| 1998-05-11 | (Fset_buffer_multibyte): Error if marker is put | Richard M. Stallman | |
| on buffer's marker-chain while we have temporarily put nil there. | |||
| 1998-05-11 | Comment change. | Richard M. Stallman | |
| 1998-05-07 | (syms_of_buffer) <buffer-file-coding-system>: Doc fix. | Richard M. Stallman | |
| 1998-05-02 | Whitespace change. | Richard M. Stallman | |
| 1998-04-14 | Fix -Wimplicit warnings. | Andreas Schwab | |
| 1998-04-14 | (Fset_buffer_multibyte): Do nothing if nothing actually | Andreas Schwab | |
| changes. | |||
| 1998-03-21 | Use STRING_BYTES and SET_STRING_BYTES. | Richard M. Stallman | |
| 1998-03-12 | (init_buffer): Call Fset_buffer_multibyte for *scratch*. | Richard M. Stallman | |
| (set_buffer_internal_1) (swap_out_buffer_local_variables): Handle new data structure for struct Lisp_Buffer_Local_Value. | |||
| 1998-03-06 | (advance_to_char_boundary): Handle the case the code | Richard M. Stallman | |
| 0240..0377 is not a constituent of a multibyte sequence. | |||
| 1998-03-04 | (Fset_buffer_multibyte): Fix arg for chars_in_text. | Kenichi Handa | |
| Be sure not to have a multibyte sequence striding over the GAP | |||
| 1998-02-27 | (syms_of_buffer): enable-multibyte-characters is read-only. | Karl Heuer | |
| 1998-02-20 | (advance_to_char_boundary): Make the behaviour | Kenichi Handa | |
| consistent with INC_POS. | |||
| 1998-02-08 | (advance_to_char_boundary): New function. | Richard M. Stallman | |
| (Fset_buffer_multibyte): Advance all byte-positions to char boundaries. Clear undo list. | |||
| 1998-02-06 | (Fpop_to_buffer): Pass new arg to Fdisplay_buffer. | Richard M. Stallman | |
| 1998-01-21 | Update copyright year. | Richard M. Stallman | |
| 1998-01-21 | (set_buffer_if_live): New function. | Richard M. Stallman | |
| 1998-01-19 | (Fset_buffer_multibyte): New function. | Richard M. Stallman | |
| (syms_of_buffer): defsubr it. | |||
| 1998-01-05 | (record_overlay_string): Totalize sizes assuming | Richard M. Stallman | |
| strings are converted to match buffer in multibyteness. (overlay_strings): Convert strings to match buffer in multibyteness. | |||
| 1998-01-01 | (Fmake_indirect_buffer): Use set_marker_both. | Richard M. Stallman | |
| (set_buffer_internal_1): Likewise. (set_buffer_temp): Likewise. (set_buffer_temp): Update BUF_PT_BYTE, BUF_BEGV_BYTE and BUF_ZV_BYTE. (Fmake_indirect_buffer, set_buffer_internal_1): Set up the pt, begv and zv markers with both kinds of position. Set BUF_PT_BYTE, BUF_BEGV_BYTE, BUF_ZV_BYTE. (Fget_buffer_create): Set BUF_..._BYTE. | |||
| 1997-11-27 | (nsberror, record_buffer, validate_region, | Kenichi Handa | |
| fix_overlay_before): Declare them as void. | |||
| 1997-10-27 | (Fkill_buffer): Don't assume buffer is current. | Karl Heuer | |
| 1997-10-16 | (init_buffer): Don't add /: to default dir if it's `/'. | Karl Heuer | |
| 1997-09-25 | (mode-line-format): Doc fix. | Karl Heuer | |
| 1997-09-07 | (modify_overlay): Update overlay_modiff of proper buffer. | Richard M. Stallman | |
| 1997-08-27 | Include errno.h. | Richard M. Stallman | |
| (init_buffer) [HAVE_GETCWD]: Fix error message for getcwd failure. | |||
| 1997-08-22 | (syms_of_buffer): Doc fixes. | Richard M. Stallman | |
| 1997-08-09 | (init_buffer): Use getcwd instead of getwd, if available. | Richard M. Stallman | |
| 1997-07-23 | (syms_of_buffer): Doc fix. | Richard M. Stallman | |
| 1997-07-12 | (set_buffer_internal_1): Convert Fset_marker argument to Lisp_Integer. | Richard M. Stallman | |
| (set_buffer_temp): Likewise. (fix_overlays_in_range): Likewise. | |||
| 1997-07-04 | Fix bugs with inappropriate mixing of Lisp_Object with int. | Richard M. Stallman | |
| 1997-07-04 | (overlay_strings): Finish up previous change. | Richard M. Stallman | |
| 1997-07-02 | (overlay_str_buf): Declare as unsigned char *. | Richard M. Stallman | |
| 1997-06-29 | (syms_of_buffer): enable-multibyte-characters is a user var. | Richard M. Stallman | |
| 1997-06-28 | (Fbury_buffer): Undo previous change. | Richard M. Stallman | |
| 1997-06-26 | (Fbuffer_list): New optional argument FRAME. | Richard M. Stallman | |
