aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* * lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):Ken Raeburn2000-03-301-10/+10
* (buffer_permanent_local_flags): Use MAX_PER_BUFFER_VARSGerd Moellmann2000-03-271-17/+17
* (syms_of_buffer): Add default-cursor-type.Gerd Moellmann2000-03-261-1/+5
* (reset_buffer): Initialize buffer's cursor_type.Gerd Moellmann2000-03-261-0/+13
* (buffer_permanent_local_flags): Make a char array.Gerd Moellmann2000-03-261-67/+84
* (Fset_buffer_modified_p): Set update_mode_linesGerd Moellmann2000-03-201-1/+18
* (Fget_buffer_create, Fmake_indirect_buffer): UseGerd Moellmann2000-02-171-3/+2
* (Fother_buffer): Don't call Fset_buffer_major_modeGerd Moellmann2000-01-281-2/+6
* (modify_overlay): Always compute unchanged info.Gerd Moellmann1999-12-281-2/+2
* (Fset_buffer_multibyte): Arrange for a thoroughGerd Moellmann1999-12-221-2/+10
* (syms_of_buffer): Add %z, %Z, %m and %& to the docEli Zaretskii1999-11-231-1/+4
* (indicate-empty-lines): Doc-fix.Gerd Moellmann1999-11-131-1/+3
* Remove conditional compilation on USE_TEXT_PROPERTIES.Gerd Moellmann1999-11-071-5/+0
* * buffer.c (syms_of_buffer): Extend documentation ofGerd Moellmann1999-11-051-0/+2
* more XCAR/XCDR/XFLOAT_DATA uses, to help isolete lisp engineKen Raeburn1999-10-251-110/+110
* Add support for large files, 64-bit Solaris, system locale codings.Paul Eggert1999-10-191-4/+1
* (Fget_buffer_create, Fmake_indirect_buffer, Fkill_buffer):Gerd Moellmann1999-10-171-8/+2
* (Fkill_buffer): Remove unused variables.Gerd Moellmann1999-09-161-15/+5
* (Fother_buffer): Change for Lisp_Object selected_frame.Gerd Moellmann1999-09-131-2/+2
* (Fget_buffer_create): Use prompt_end_charpos insteadGerd Moellmann1999-09-121-5/+5
* (Ferase_buffer): Don't erase the minibuffer prompt.Richard M. Stallman1999-09-101-1/+6
* ChangeGerd Moellmann1999-09-051-7/+8
* Type in comment fixed.Kenichi Handa1999-09-031-1/+1
* (set_buffer_internal): Never setGerd Moellmann1999-09-021-17/+9
* (set_buffer_internal): Set windows_or_buffers_changedGerd Moellmann1999-08-231-29/+25
* Remove conditional compilation on NO_PROMPT_IN_BUFFER.Gerd Moellmann1999-08-211-6/+0
* (Fprevious_overlay_change): Just return the answer obtained from overlays_at.Richard M. Stallman1999-08-071-31/+2
* (switch_to_buffer_1): New subroutine, taken out from Fswitch_to_buffer.Richard M. Stallman1999-08-061-2/+12
* (switch_to_buffer_1): New subroutine, taken out from Fswitch_to_buffer.Richard M. Stallman1999-08-051-17/+41
* (init_buffer_once): Init top_line_format.Gerd Moellmann1999-07-211-2/+99
* (syms_of_buffer): Make default-enable-multibyte-characters a user variable.Dave Love1999-07-201-1/+1
* (syms_of_buffer): Don't makeKenichi Handa1999-06-161-1/+1
* (syms_of_buffer): Doc fix.Richard M. Stallman1999-05-241-2/+8
* (Fmake_indirect_buffer): Copy multibyte status from the base buffer.Richard M. Stallman1999-04-091-0/+11
* (Fset_buffer_modified_p): Don't lock or unlockKarl Heuer1999-03-261-1/+2
* (syms_of_buffer): Doc fix.Karl Heuer1999-03-041-1/+1
* (syms_of_buffer): Doc fix for enable-multibyte-characters.Richard M. Stallman1999-02-261-4/+10
* (Fset_buffer_multibyte): Error if buffer is multibyte.Richard M. Stallman1999-02-011-0/+3
* (syms_of_buffer): Doc fix.Richard M. Stallman1998-11-241-3/+10
* (inhibit_modification_hooks): New variable.Kenichi Handa1998-10-081-0/+5
* (enable-multibyte-characters): Doc fix.Dave Love1998-09-041-3/+3
* (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
* (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
* (Fset_buffer_multibyte): Error if marker is putRichard M. Stallman1998-05-111-0/+6
* 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