summaryrefslogtreecommitdiff
path: root/src/buffer.c
Commit message (Expand)AuthorAge
* (MMAP_ALLOCATED_P): New macro to be set from systemGerd Moellmann2002-04-16
* (syms_of_buffer): Doc fixes for scroll-...-aggressively.Eli Zaretskii2002-01-28
* (Fkill_buffer): Don't delete auto save file if buffer is modified.Richard M. Stallman2001-11-06
* (Fset_buffer_major_mode): Use initial-major-mode forGerd Moellmann2001-11-01
* Fix a typo in a comment.Eli Zaretskii2001-09-18
* (modify_overlay): Don't do nothing if START == END;Gerd Moellmann2001-09-18
* (syms_of_buffer): Doc fix.Gerd Moellmann2001-09-03
* (syms_of_buffer) [if 0]: Avoid a warning from GCC 3.0.Eli Zaretskii2001-07-06
* (copy_overlays): Make ENABLE_CHECKING happy.Stefan Monnier2001-05-31
* (copy_overlays): New function.Gerd Moellmann2001-05-16
* (mouse_face_overlay_overlaps): Fix the computationGerd Moellmann2001-04-25
* (syms_of_buffer): Doc fix.Eli Zaretskii2001-03-26
* (swap_out_buffer_local_variables): CallGerd Moellmann2001-03-15
* (syms_of_buffer) <header-line-format>: Doc fix.Gerd Moellmann2001-03-07
* (mouse_face_overlay_overlaps): New function.Gerd Moellmann2001-03-06
* (Fset_buffer_modified_p): Set buffer'sGerd Moellmann2001-01-16
* (Fkill_buffer): Don't Fset_buffer when testing ifGerd Moellmann2000-12-12
* (Fmake_indirect_buffer): Don't treat nil as aGerd Moellmann2000-11-22
* (Fkill_buffer): Notice if the buffer to kill is theGerd Moellmann2000-11-21
* (mmap_free_1): Avoid a compiler warning.Gerd Moellmann2000-11-21
* (MAP_FAILED): Define it as `((void *) -1)' if it'sGerd Moellmann2000-11-20
* (mmap_enlarge): Don't print a message on stderrGerd Moellmann2000-11-18
* (overlays_at): Only let CHANGE_REQ inhibit an assignment of startpos toMiles Bader2000-10-25
* Include stdio.h.Dave Love2000-09-25
* (alloc_buffer_text): Fix xmalloc call.Dave Love2000-09-14
* Move allocation with mmap here, from ralloc.c. ChangeGerd Moellmann2000-09-14
* (set_buffer_internal_1) [REL_ALLOC_MMAP]: IfGerd Moellmann2000-09-06
* (init_buffer) [REL_ALLOC_MMAP]: Map new bufferGerd Moellmann2000-09-06
* (Fother_buffer): Consider buffers as invisible whenGerd Moellmann2000-09-05
* (syms_of_buffer) <scroll-up-aggressively>: Doc fix.Eli Zaretskii2000-08-23
* Include keyboard.h before frame.h.Andrew Innes2000-08-22
* (Fget_buffer_create, Fmake_indirect_buffer): AvoidDave Love2000-08-17
* (overlays_at): Add CHANGE_REQ parameter.Miles Bader2000-08-08
* (Fprevious_overlay_change): Avoid memory leak.Gerd Moellmann2000-07-21
* (Fset_buffer_multibyte): Don't make the current buffer as modified ifKenichi Handa2000-06-06
* (Vbefore_change_function, Vafter_change_function):Dave Love2000-06-02
* (advance_to_char_boundary): Don't use DEC_POS to find aKenichi Handa2000-05-19
* (Fbury_buffer): Avoid trouble from burying a killed buffer.Gerd Moellmann2000-05-19
* Fix last change.Dave Love2000-05-11
* (syms_of_buffer) [auto-fill-function]: Doc fix.Dave Love2000-05-04
* (init_buffer_once): Handle extra_line_spacing.Gerd Moellmann2000-04-24
* (Fmake_indirect_buffer): Escape newline in doc.Dave Love2000-04-19
* (clone_per_buffer_values): New function.Gerd Moellmann2000-04-17
* (Frestore_buffer_modified_p): New function.Gerd Moellmann2000-04-09
* * lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):Ken Raeburn2000-03-30
* (buffer_permanent_local_flags): Use MAX_PER_BUFFER_VARSGerd Moellmann2000-03-27
* (syms_of_buffer): Add default-cursor-type.Gerd Moellmann2000-03-26
* (reset_buffer): Initialize buffer's cursor_type.Gerd Moellmann2000-03-26
* (buffer_permanent_local_flags): Make a char array.Gerd Moellmann2000-03-26
* (Fset_buffer_modified_p): Set update_mode_linesGerd Moellmann2000-03-20