aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
Commit message (Expand)AuthorAgeFilesLines
* (overlays_at): Only let CHANGE_REQ inhibit an assignment of startpos toMiles Bader2000-10-251-1/+2
* Include stdio.h.Dave Love2000-09-251-0/+1
* (alloc_buffer_text): Fix xmalloc call.Dave Love2000-09-141-1/+1
* Move allocation with mmap here, from ralloc.c. ChangeGerd Moellmann2000-09-141-18/+549
* (set_buffer_internal_1) [REL_ALLOC_MMAP]: IfGerd Moellmann2000-09-061-0/+11
* (init_buffer) [REL_ALLOC_MMAP]: Map new bufferGerd Moellmann2000-09-061-1/+18
* (Fother_buffer): Consider buffers as invisible whenGerd Moellmann2000-09-051-1/+1
* (syms_of_buffer) <scroll-up-aggressively>: Doc fix.Eli Zaretskii2000-08-231-2/+2
* Include keyboard.h before frame.h.Andrew Innes2000-08-221-0/+3
* (Fget_buffer_create, Fmake_indirect_buffer): AvoidDave Love2000-08-171-2/+3
* (overlays_at): Add CHANGE_REQ parameter.Miles Bader2000-08-081-7/+12
* (Fprevious_overlay_change): Avoid memory leak.Gerd Moellmann2000-07-211-3/+3
* (Fset_buffer_multibyte): Don't make the current buffer as modified ifKenichi Handa2000-06-061-0/+5
* (Vbefore_change_function, Vafter_change_function):Dave Love2000-06-021-35/+0
* (advance_to_char_boundary): Don't use DEC_POS to find aKenichi Handa2000-05-191-5/+115
* (Fbury_buffer): Avoid trouble from burying a killed buffer.Gerd Moellmann2000-05-191-10/+12
* Fix last change.Dave Love2000-05-111-1/+1
* (syms_of_buffer) [auto-fill-function]: Doc fix.Dave Love2000-05-041-1/+2
* (init_buffer_once): Handle extra_line_spacing.Gerd Moellmann2000-04-241-2/+13
* (Fmake_indirect_buffer): Escape newline in doc.Dave Love2000-04-191-2/+2
* (clone_per_buffer_values): New function.Gerd Moellmann2000-04-171-14/+64
* (Frestore_buffer_modified_p): New function.Gerd Moellmann2000-04-091-0/+31
* * 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