aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c (unfollow)
Commit message (Expand)AuthorFilesLines
2002-08-17(overlays_at): Handle extending vec uniformly.Richard M. Stallman1-4/+14
2002-08-12(syms_of_buffer) <fill-column>: Doc fix.Richard M. Stallman1-1/+2
2002-07-21(Fbuffer_list): Doc fix.Richard M. Stallman1-1/+3
2002-07-21comment last changeKen Raeburn1-1/+5
2002-07-21(mmap_realloc): When shrinking, make sure number ofKen Raeburn1-1/+1
2002-07-16(reset_buffer_local_variables): Delete "#if 0" settings of non-existent fields.Ken Raeburn1-5/+0
2002-07-16* buffer.c (Fother_buffer): Use SREF when retrieving a byte fromKen Raeburn1-1/+1
2002-07-15* buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Use it.Ken Raeburn1-2/+2
2002-07-15Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn1-29/+29
2002-07-11Use macro SPECPDL_INDEX.Juanma Barranquero1-4/+4
2002-07-07(Fbuffer_local_value): Store current value into its bindingRichard M. Stallman1-1/+20
2002-06-26(Fbury_buffer): Use frames_discard_buffer.Richard M. Stallman1-1/+4
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