aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c (unfollow)
Commit message (Expand)AuthorFilesLines
1999-12-28(modify_overlay): Always compute unchanged info.Gerd Moellmann1-2/+2
1999-12-22(Fset_buffer_multibyte): Arrange for a thoroughGerd Moellmann1-2/+10
1999-11-23(syms_of_buffer): Add %z, %Z, %m and %& to the docEli Zaretskii1-1/+4
1999-11-13(indicate-empty-lines): Doc-fix.Gerd Moellmann1-1/+3
1999-11-07Remove conditional compilation on USE_TEXT_PROPERTIES.Gerd Moellmann1-5/+0
1999-11-05* buffer.c (syms_of_buffer): Extend documentation ofGerd Moellmann1-0/+2
1999-10-25more XCAR/XCDR/XFLOAT_DATA uses, to help isolete lisp engineKen Raeburn1-110/+110
1999-10-19Add support for large files, 64-bit Solaris, system locale codings.Paul Eggert1-4/+1
1999-10-17(Fget_buffer_create, Fmake_indirect_buffer, Fkill_buffer):Gerd Moellmann1-8/+2
1999-09-16(Fkill_buffer): Remove unused variables.Gerd Moellmann1-15/+5
1999-09-13(Fother_buffer): Change for Lisp_Object selected_frame.Gerd Moellmann1-2/+2
1999-09-12(Fget_buffer_create): Use prompt_end_charpos insteadGerd Moellmann1-5/+5
1999-09-10(Ferase_buffer): Don't erase the minibuffer prompt.Richard M. Stallman1-1/+6
1999-09-05ChangeGerd Moellmann1-7/+8
1999-09-03Type in comment fixed.Kenichi Handa1-1/+1
1999-09-02(set_buffer_internal): Never setGerd Moellmann1-17/+9
1999-08-23(set_buffer_internal): Set windows_or_buffers_changedGerd Moellmann1-29/+25
1999-08-21Remove conditional compilation on NO_PROMPT_IN_BUFFER.Gerd Moellmann1-6/+0
1999-08-07(Fprevious_overlay_change): Just return the answer obtained from overlays_at.Richard M. Stallman1-31/+2
1999-08-06(switch_to_buffer_1): New subroutine, taken out from Fswitch_to_buffer.Richard M. Stallman1-2/+12
1999-08-05(switch_to_buffer_1): New subroutine, taken out from Fswitch_to_buffer.Richard M. Stallman1-17/+41
1999-07-21(init_buffer_once): Init top_line_format.Gerd Moellmann1-2/+99
1999-07-20(syms_of_buffer): Make default-enable-multibyte-characters a user variable.Dave Love1-1/+1
1999-06-16(syms_of_buffer): Don't makeKenichi Handa1-1/+1
1999-05-24(syms_of_buffer): Doc fix.Richard M. Stallman1-2/+8
1999-04-09(Fmake_indirect_buffer): Copy multibyte status from the base buffer.Richard M. Stallman1-0/+11
1999-03-26(Fset_buffer_modified_p): Don't lock or unlockKarl Heuer1-1/+2
1999-03-04(syms_of_buffer): Doc fix.Karl Heuer1-1/+1
1999-02-26(syms_of_buffer): Doc fix for enable-multibyte-characters.Richard M. Stallman1-4/+10
1999-02-01(Fset_buffer_multibyte): Error if buffer is multibyte.Richard M. Stallman1-0/+3
1998-11-24(syms_of_buffer): Doc fix.Richard M. Stallman1-3/+10
1998-10-08(inhibit_modification_hooks): New variable.Kenichi Handa1-0/+5
1998-09-04(enable-multibyte-characters): Doc fix.Dave Love1-3/+3
1998-05-22(Fother_buffer): Doc fix.Richard M. Stallman1-0/+2
1998-05-22(Fother_buffer): New arg FRAME. Calls changed.Richard M. Stallman1-14/+21
1998-05-21(init_buffer): Support DOS_NT absolute file names.Richard M. Stallman1-1/+2
1998-05-20(syms_of_buffer): Set up Lisp variable buffer-display-time.Richard M. Stallman1-2/+19
1998-05-11(Fset_buffer_multibyte): Error if marker is putRichard M. Stallman1-0/+6
1998-05-11Comment change.Richard M. Stallman1-0/+4
1998-05-07(syms_of_buffer) <buffer-file-coding-system>: Doc fix.Richard M. Stallman1-1/+1
1998-05-02Whitespace change.Richard M. Stallman1-2/+2
1998-04-14Fix -Wimplicit warnings.Andreas Schwab1-2/+14
1998-04-14(Fset_buffer_multibyte): Do nothing if nothing actuallyAndreas Schwab1-0/+4
1998-03-21Use STRING_BYTES and SET_STRING_BYTES.Richard M. Stallman1-7/+9
1998-03-12(init_buffer): Call Fset_buffer_multibyte for *scratch*.Richard M. Stallman1-8/+10
1998-03-06(advance_to_char_boundary): Handle the case the codeRichard M. Stallman1-4/+14
1998-03-04(Fset_buffer_multibyte): Fix arg for chars_in_text.Kenichi Handa1-4/+22
1998-02-27(syms_of_buffer): enable-multibyte-characters is read-only.Karl Heuer1-9/+14
1998-02-20(advance_to_char_boundary): Make the behaviourKenichi Handa1-11/+5
1998-02-08(advance_to_char_boundary): New function.Richard M. Stallman1-4/+49