aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (Fother_buffer): Doc fix.Richard M. Stallman1998-05-221-0/+2
|
* (Fother_buffer): New arg FRAME. Calls changed.Richard M. Stallman1998-05-221-14/+21
| | | | | | Pass it to frame_buffer_list, frame_buffer_predicate. (record_buffer): Pass selected frame to them and to set_frame_buffer_list.
* (init_buffer): Support DOS_NT absolute file names.Richard M. Stallman1998-05-211-1/+2
|
* (syms_of_buffer): Set up Lisp variable buffer-display-time.Richard M. Stallman1998-05-201-2/+19
| | | | | | Doc fixes. (reset_buffer): Initialize display_time slot. (init_buffer_once): Initialize display_time slot.
* (Fset_buffer_multibyte): Error if marker is putRichard M. Stallman1998-05-111-0/+6
| | | | on buffer's marker-chain while we have temporarily put nil there.
* Comment change.Richard M. Stallman1998-05-111-0/+4
|
* (syms_of_buffer) <buffer-file-coding-system>: Doc fix.Richard M. Stallman1998-05-071-1/+1
|
* Whitespace change.Richard M. Stallman1998-05-021-2/+2
|
* Fix -Wimplicit warnings.Andreas Schwab1998-04-141-2/+14
|
* (Fset_buffer_multibyte): Do nothing if nothing actuallyAndreas Schwab1998-04-141-0/+4
| | | | changes.
* Use STRING_BYTES and SET_STRING_BYTES.Richard M. Stallman1998-03-211-7/+9
|
* (init_buffer): Call Fset_buffer_multibyte for *scratch*.Richard M. Stallman1998-03-121-8/+10
| | | | | | (set_buffer_internal_1) (swap_out_buffer_local_variables): Handle new data structure for struct Lisp_Buffer_Local_Value.
* (advance_to_char_boundary): Handle the case the codeRichard M. Stallman1998-03-061-4/+14
| | | | 0240..0377 is not a constituent of a multibyte sequence.
* (Fset_buffer_multibyte): Fix arg for chars_in_text.Kenichi Handa1998-03-041-4/+22
| | | | Be sure not to have a multibyte sequence striding over the GAP
* (syms_of_buffer): enable-multibyte-characters is read-only.Karl Heuer1998-02-271-9/+14
|
* (advance_to_char_boundary): Make the behaviourKenichi Handa1998-02-201-11/+5
| | | | consistent with INC_POS.
* (advance_to_char_boundary): New function.Richard M. Stallman1998-02-081-4/+49
| | | | | (Fset_buffer_multibyte): Advance all byte-positions to char boundaries. Clear undo list.
* (Fpop_to_buffer): Pass new arg to Fdisplay_buffer.Richard M. Stallman1998-02-061-1/+1
|
* Update copyright year.Richard M. Stallman1998-01-211-1/+1
|
* (set_buffer_if_live): New function.Richard M. Stallman1998-01-211-0/+11
|
* (Fset_buffer_multibyte): New function.Richard M. Stallman1998-01-191-1/+77
| | | | (syms_of_buffer): defsubr it.
* (record_overlay_string): Totalize sizes assumingRichard M. Stallman1998-01-051-8/+37
| | | | | strings are converted to match buffer in multibyteness. (overlay_strings): Convert strings to match buffer in multibyteness.
* (Fmake_indirect_buffer): Use set_marker_both.Richard M. Stallman1998-01-011-28/+56
| | | | | | | | | | | (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.
* (nsberror, record_buffer, validate_region,Kenichi Handa1997-11-271-0/+4
| | | | fix_overlay_before): Declare them as void.
* (Fkill_buffer): Don't assume buffer is current.Karl Heuer1997-10-271-1/+1
|
* (init_buffer): Don't add /: to default dir if it's `/'.Karl Heuer1997-10-161-1/+6
|
* (mode-line-format): Doc fix.Karl Heuer1997-09-251-0/+1
|
* (modify_overlay): Update overlay_modiff of proper buffer.Richard M. Stallman1997-09-071-1/+1
|
* Include errno.h.Richard M. Stallman1997-08-271-1/+4
| | | | (init_buffer) [HAVE_GETCWD]: Fix error message for getcwd failure.
* (syms_of_buffer): Doc fixes.Richard M. Stallman1997-08-221-3/+3
|
* (init_buffer): Use getcwd instead of getwd, if available.Richard M. Stallman1997-08-091-0/+5
|
* (syms_of_buffer): Doc fix.Richard M. Stallman1997-07-231-0/+2
|
* (set_buffer_internal_1): Convert Fset_marker argument to Lisp_Integer.Richard M. Stallman1997-07-121-10/+20
| | | | | (set_buffer_temp): Likewise. (fix_overlays_in_range): Likewise.
* Fix bugs with inappropriate mixing of Lisp_Object with int.Richard M. Stallman1997-07-041-12/+13
|
* (overlay_strings): Finish up previous change.Richard M. Stallman1997-07-041-3/+6
|
* (overlay_str_buf): Declare as unsigned char *.Richard M. Stallman1997-07-021-1/+1
|
* (syms_of_buffer): enable-multibyte-characters is a user var.Richard M. Stallman1997-06-291-1/+1
|
* (Fbury_buffer): Undo previous change.Richard M. Stallman1997-06-281-7/+3
|
* (Fbuffer_list): New optional argument FRAME.Richard M. Stallman1997-06-261-4/+28
|
* (init_buffer_once): Inititialize the memberKenichi Handa1997-06-091-1/+20
| | | | | | buffer_file_coding_system. (syms_of_buffer): Declare Lisp variables default-buffer-file-coding-system and buffer-file-coding-system.
* (Fmove_overlay): Clean up setting o_beg and o_end.Richard M. Stallman1997-06-021-8/+4
|
* (syms_of_buffer): Doc fix.Richard M. Stallman1997-05-281-1/+1
|
* (Fbury_buffer): If buffer is in selected window, remove it.Richard M. Stallman1997-05-101-3/+7
| | | | Otherwise, remove it from other windows.
* (reset_buffer): Initialize clip_changed field.Richard M. Stallman1997-04-261-0/+2
|
* (Fbury_buffer): add missing semiErik Naggum1997-03-231-1/+1
|
* (Fbury_buffer): Call frames_bury_buffer.Richard M. Stallman1997-03-231-0/+2
|
* Change copyright year.Richard M. Stallman1997-03-221-1/+1
|
* (reset_buffer): Initialize display_count slot.Richard M. Stallman1997-03-221-6/+54
| | | | | | | | | (Fkill_buffer): Call frames_discard_buffer. (record_buffer): Move buffer to front of frame_buffer_list. (Fother_buffer): Use frame_buffer_list. (init_buffer_once): Set up display_count. (syms_of_buffer): Set up Lisp variable.
* (init_buffer_once): Make memberKenichi Handa1997-02-271-2/+9
| | | | | | enable_multibyte_characters of struct buffer not always local. (reset_buffer): Do not reset b->enable_multibyte_characters. (syms_of_buffer): Declare default-enable-multibyte-characters.
* Include charset.h.Karl Heuer1997-02-201-1/+100
| | | | | | | | | | | (Fget_buffer_create): Allocate an extra byte for a buffer, and make it always 0 for anchoring. (reset_buffer): Handle a new member `enable_multibyte_characters' in the struct buffer. (fix_overlay_before): New function. (init_buffer_once): Handle new members in the struct buffer. (syms_of_buffer): Declare new buffer local variables `enable-multibyte-characters' and `direction-reserved'.