aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c (unfollow)
Commit message (Expand)AuthorFilesLines
2002-06-08(Foverlay_get): Use lookup_char_property.Colin Walters1-21/+1
2002-06-03* buffer.c (fix_overlays_before): Fix list-walking bug in 05-19 change.Ken Raeburn1-1/+2
2002-05-20(syms_of_buffer) <cursor-type>: Doc fix.Richard M. Stallman1-6/+9
2002-05-20* buffer.c (buffer_slot_type_mismatch): Use XSTRING andKen Raeburn1-1/+1
2002-05-19* buffer.c (fix_overlays_in_range, fix_overlays_before): Don't take the addressKen Raeburn1-47/+97
2002-04-23(syms_of_buffer): Doc fix.Colin Walters1-1/+1
2002-04-23(init_buffer): Fix PWD comment.Paul Eggert1-2/+3
2002-04-16(MMAP_ALLOCATED_P): New macro to be set from systemGerd Moellmann1-5/+14
2002-03-04(syms_of_buffer): Allow non-string `mode-name'.Stefan Monnier1-2/+2
2002-03-02(syms_of_buffer) <buffer-file-coding-system>: Doc fix.Eli Zaretskii1-0/+3
2002-01-26(syms_of_buffer): Doc fixes for scroll-...-aggressively.Richard M. Stallman1-4/+4
2002-01-15(Fkill_all_local_variables): Increment `update_mode_lines' only once.Pavel Janík1-4/+0
2001-12-16(reset_buffer): Initialize `display_error_modiff'.Richard M. Stallman1-0/+2
2001-11-26(Fkill_buffer): Use Frun_hooks, not Vrun_hooks.Richard M. Stallman1-2/+1
2001-11-14(syms_of_buffer): Doc fixes.Richard M. Stallman1-17/+19
2001-11-09(Fbury_buffer): Use braces to follow GNU Coding Standards.Pavel Janík1-6/+8
2001-11-06(Fkill_buffer): Don't delete auto save file if buffer is modified.Richard M. Stallman1-2/+4
2001-11-05(Fbuffer_local_value): Remove extra args from CHECK_SYMBOL and CHECK_BUFFER.Richard M. Stallman1-2/+2
2001-11-05(Fbuffer_local_value): New function.Richard M. Stallman1-0/+53
2001-11-02Update usage of CHECK_ macros (remove unused second argument).Pavel Janík1-33/+33
2001-11-01Fix a typo.Gerd Moellmann1-1/+1
2001-10-31(selective-display-ellipses): Doc fix.Pavel Janík1-1/+1
2001-10-21Reindent DEFUNs and DEFVARs woth doc: keywords.Pavel Janík1-67/+67
2001-10-17Change doc-string comments to `new style' [w/`doc:' keyword].Miles Bader1-266/+266
2001-10-16(Fset_buffer_major_mode): Use initial-major-mode forGerd Moellmann1-5/+14
2001-10-16Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimentingKen Raeburn1-15/+15
2001-10-15Put doc strings in comments.Pavel Janík1-658/+647
2001-10-12(Fbury_buffer): Don't try to remove the buffer from theStefan Monnier1-55/+31
2001-10-10Include keymap.h.Stefan Monnier1-0/+1
2001-10-05Use SYMBOL_VALUE/SET_SYMBOL_VALUE macros instead of accessingGerd Moellmann1-7/+7
2001-09-18Fix a typo in a comment.Eli Zaretskii1-1/+1
2001-09-18(modify_overlay): Don't do nothing if START == END;Gerd Moellmann1-11/+16
2001-09-03(syms_of_buffer): Doc fix.Gerd Moellmann1-1/+2
2001-07-06(syms_of_buffer) [if 0]: Avoid a warning from GCC 3.0.Eli Zaretskii1-1/+1
2001-05-31(copy_overlays): Make ENABLE_CHECKING happy.Stefan Monnier1-2/+2
2001-05-16(copy_overlays): New function.Gerd Moellmann1-2/+47
2001-04-25(mouse_face_overlay_overlaps): Fix the computationGerd Moellmann1-6/+5
2001-03-26(syms_of_buffer): Doc fix.Eli Zaretskii1-7/+22
2001-03-15(swap_out_buffer_local_variables): CallGerd Moellmann1-1/+1
2001-03-07(syms_of_buffer) <header-line-format>: Doc fix.Gerd Moellmann1-2/+2
2001-03-06(mouse_face_overlay_overlaps): New function.Gerd Moellmann1-1/+35
2001-01-16(Fset_buffer_modified_p): Set buffer'sGerd Moellmann1-1/+4
2000-12-12(Fkill_buffer): Don't Fset_buffer when testing ifGerd Moellmann1-1/+0
2000-11-22(Fmake_indirect_buffer): Don't treat nil as aGerd Moellmann1-2/+1
2000-11-21(Fkill_buffer): Notice if the buffer to kill is theGerd Moellmann1-0/+11
2000-11-21(mmap_free_1): Avoid a compiler warning.Gerd Moellmann1-1/+1
2000-11-20(MAP_FAILED): Define it as `((void *) -1)' if it'sGerd Moellmann1-0/+4
2000-11-18(mmap_enlarge): Don't print a message on stderrGerd Moellmann1-1/+1
2000-10-25(overlays_at): Only let CHANGE_REQ inhibit an assignment of startpos toMiles Bader1-1/+2
2000-09-25Include stdio.h.Dave Love1-0/+1