| Commit message (Expand) | Author | Age | Files | Lines |
* | (syms_of_buffer) <header-line-format>: Doc fix. | Gerd Moellmann | 2001-03-07 | 1 | -2/+2 |
* | (mouse_face_overlay_overlaps): New function. | Gerd Moellmann | 2001-03-06 | 1 | -1/+35 |
* | (Fset_buffer_modified_p): Set buffer's | Gerd Moellmann | 2001-01-16 | 1 | -1/+4 |
* | (Fkill_buffer): Don't Fset_buffer when testing if | Gerd Moellmann | 2000-12-12 | 1 | -1/+0 |
* | (Fmake_indirect_buffer): Don't treat nil as a | Gerd Moellmann | 2000-11-22 | 1 | -2/+1 |
* | (Fkill_buffer): Notice if the buffer to kill is the | Gerd Moellmann | 2000-11-21 | 1 | -0/+11 |
* | (mmap_free_1): Avoid a compiler warning. | Gerd Moellmann | 2000-11-21 | 1 | -1/+1 |
* | (MAP_FAILED): Define it as `((void *) -1)' if it's | Gerd Moellmann | 2000-11-20 | 1 | -0/+4 |
* | (mmap_enlarge): Don't print a message on stderr | Gerd Moellmann | 2000-11-18 | 1 | -1/+1 |
* | (overlays_at): Only let CHANGE_REQ inhibit an assignment of startpos to | Miles Bader | 2000-10-25 | 1 | -1/+2 |
* | Include stdio.h. | Dave Love | 2000-09-25 | 1 | -0/+1 |
* | (alloc_buffer_text): Fix xmalloc call. | Dave Love | 2000-09-14 | 1 | -1/+1 |
* | Move allocation with mmap here, from ralloc.c. Change | Gerd Moellmann | 2000-09-14 | 1 | -18/+549 |
* | (set_buffer_internal_1) [REL_ALLOC_MMAP]: If | Gerd Moellmann | 2000-09-06 | 1 | -0/+11 |
* | (init_buffer) [REL_ALLOC_MMAP]: Map new buffer | Gerd Moellmann | 2000-09-06 | 1 | -1/+18 |
* | (Fother_buffer): Consider buffers as invisible when | Gerd Moellmann | 2000-09-05 | 1 | -1/+1 |
* | (syms_of_buffer) <scroll-up-aggressively>: Doc fix. | Eli Zaretskii | 2000-08-23 | 1 | -2/+2 |
* | Include keyboard.h before frame.h. | Andrew Innes | 2000-08-22 | 1 | -0/+3 |
* | (Fget_buffer_create, Fmake_indirect_buffer): Avoid | Dave Love | 2000-08-17 | 1 | -2/+3 |
* | (overlays_at): Add CHANGE_REQ parameter. | Miles Bader | 2000-08-08 | 1 | -7/+12 |
* | (Fprevious_overlay_change): Avoid memory leak. | Gerd Moellmann | 2000-07-21 | 1 | -3/+3 |
* | (Fset_buffer_multibyte): Don't make the current buffer as modified if | Kenichi Handa | 2000-06-06 | 1 | -0/+5 |
* | (Vbefore_change_function, Vafter_change_function): | Dave Love | 2000-06-02 | 1 | -35/+0 |
* | (advance_to_char_boundary): Don't use DEC_POS to find a | Kenichi Handa | 2000-05-19 | 1 | -5/+115 |
* | (Fbury_buffer): Avoid trouble from burying a killed buffer. | Gerd Moellmann | 2000-05-19 | 1 | -10/+12 |
* | Fix last change. | Dave Love | 2000-05-11 | 1 | -1/+1 |
* | (syms_of_buffer) [auto-fill-function]: Doc fix. | Dave Love | 2000-05-04 | 1 | -1/+2 |
* | (init_buffer_once): Handle extra_line_spacing. | Gerd Moellmann | 2000-04-24 | 1 | -2/+13 |
* | (Fmake_indirect_buffer): Escape newline in doc. | Dave Love | 2000-04-19 | 1 | -2/+2 |
* | (clone_per_buffer_values): New function. | Gerd Moellmann | 2000-04-17 | 1 | -14/+64 |
* | (Frestore_buffer_modified_p): New function. | Gerd Moellmann | 2000-04-09 | 1 | -0/+31 |
* | * lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER): | Ken Raeburn | 2000-03-30 | 1 | -10/+10 |
* | (buffer_permanent_local_flags): Use MAX_PER_BUFFER_VARS | Gerd Moellmann | 2000-03-27 | 1 | -17/+17 |
* | (syms_of_buffer): Add default-cursor-type. | Gerd Moellmann | 2000-03-26 | 1 | -1/+5 |
* | (reset_buffer): Initialize buffer's cursor_type. | Gerd Moellmann | 2000-03-26 | 1 | -0/+13 |
* | (buffer_permanent_local_flags): Make a char array. | Gerd Moellmann | 2000-03-26 | 1 | -67/+84 |
* | (Fset_buffer_modified_p): Set update_mode_lines | Gerd Moellmann | 2000-03-20 | 1 | -1/+18 |
* | (Fget_buffer_create, Fmake_indirect_buffer): Use | Gerd Moellmann | 2000-02-17 | 1 | -3/+2 |
* | (Fother_buffer): Don't call Fset_buffer_major_mode | Gerd Moellmann | 2000-01-28 | 1 | -2/+6 |
* | (modify_overlay): Always compute unchanged info. | Gerd Moellmann | 1999-12-28 | 1 | -2/+2 |
* | (Fset_buffer_multibyte): Arrange for a thorough | Gerd Moellmann | 1999-12-22 | 1 | -2/+10 |
* | (syms_of_buffer): Add %z, %Z, %m and %& to the doc | Eli Zaretskii | 1999-11-23 | 1 | -1/+4 |
* | (indicate-empty-lines): Doc-fix. | Gerd Moellmann | 1999-11-13 | 1 | -1/+3 |
* | Remove conditional compilation on USE_TEXT_PROPERTIES. | Gerd Moellmann | 1999-11-07 | 1 | -5/+0 |
* | * buffer.c (syms_of_buffer): Extend documentation of | Gerd Moellmann | 1999-11-05 | 1 | -0/+2 |
* | more XCAR/XCDR/XFLOAT_DATA uses, to help isolete lisp engine | Ken Raeburn | 1999-10-25 | 1 | -110/+110 |
* | Add support for large files, 64-bit Solaris, system locale codings. | Paul Eggert | 1999-10-19 | 1 | -4/+1 |
* | (Fget_buffer_create, Fmake_indirect_buffer, Fkill_buffer): | Gerd Moellmann | 1999-10-17 | 1 | -8/+2 |
* | (Fkill_buffer): Remove unused variables. | Gerd Moellmann | 1999-09-16 | 1 | -15/+5 |
* | (Fother_buffer): Change for Lisp_Object selected_frame. | Gerd Moellmann | 1999-09-13 | 1 | -2/+2 |