summaryrefslogtreecommitdiff
path: root/src/buffer.c
AgeCommit message (Expand)Author
2003-07-09(fix_overlays_before): Fix typo in last commit.Stefan Monnier
2003-07-09(overlay_strings, recenter_overlay_lists): Fix typo in eassert in last commit.Stefan Monnier
2003-07-08(report_overlay_modification): Don't run hooks whileStefan Monnier
2003-07-08(reset_buffer, recenter_overlay_lists)Stefan Monnier
2003-07-07(Fkill_buffer): Clear charpos cache if necessary.Kenichi Handa
2003-06-26(set_buffer_internal_1): Test CONSP for lists.Stefan Monnier
2003-06-03(init_buffer_once): Make kill-buffer-hook permanent-local.Stefan Monnier
2003-06-02(Fset_buffer_multibyte): Fix previous change.Kenichi Handa
2003-06-01(Fset_buffer_multibyte): Correctly recover a narrowedKenichi Handa
2003-05-29Comment.Dave Love
2003-05-26(syms_of_buffer) <default-direction-reversed>: Doc fix.Andreas Schwab
2003-05-25(Fkill_buffer): Remove unused var `list'.Stefan Monnier
2003-05-24(init_buffer_once): Set buffer_defaults andKim F. Storm
2003-05-23(reset_buffer_local_variables): Remove redundant setting.Stefan Monnier
2003-05-17(Fselect_window): Add optional arg `norecord'.Stefan Monnier
2003-04-16(Foverlay_recenter): Doc fix.Richard M. Stallman
2003-03-25(overlays_in): Declare static.Stefan Monnier
2003-03-03(Fkill_buffer): Use Frun_hook_with_args_until_failureRichard M. Stallman
2003-02-25(Fset_buffer_multibyte): Pay attention to the bufferKenichi Handa
2003-02-10(Fset_buffer_multibyte): If the current buffer has aKenichi Handa
2003-02-04Trailing whitespace deleted.Juanma Barranquero
2003-01-25(Fkill_buffer): Call format2 instead of format1.Richard M. Stallman
2003-01-06(syms_of_buffer) <scroll-up-aggressively, scroll-down-aggressively>: Doc fixes.Richard M. Stallman
2002-12-23(syms_of_buffer) <scroll-up-aggressively, scroll-down-aggressively>: Doc fix.Richard M. Stallman
2002-12-09(Fget_buffer_create): Call Qucs_set_table_for_input as the last thing.Richard M. Stallman
2002-12-03(Qucs_set_table_for_input): New.Dave Love
2002-11-15(syms_of_buffer): Doc fix.Richard M. Stallman
2002-11-14(syms_of_buffer) <mode-line-format>: Document symbolKim F. Storm
2002-11-09(Fset_buffer_major_mode): Fix last change.Dave Love
2002-11-06(Qset_buffer_major_mode_hook): New.Dave Love
2002-10-30Comment.Dave Love
2002-10-22(assoc_ignore_text_properties, Fother_buffer, Fkill_buffer)Stefan Monnier
2002-09-05(Fset_buffer_multibyte, Fset_buffer_multibyte): FixDave Love
2002-08-17(overlays_at): Handle extending vec uniformly.Richard M. Stallman
2002-08-12(syms_of_buffer) <fill-column>: Doc fix.Richard M. Stallman
2002-07-31(Qas, Qmake, Qto): New variables.Kenichi Handa
2002-07-21(Fbuffer_list): Doc fix.Richard M. Stallman
2002-07-21comment last changeKen Raeburn
2002-07-21(mmap_realloc): When shrinking, make sure number ofKen Raeburn
2002-07-16(reset_buffer_local_variables): Delete "#if 0" settings of non-existent fields.Ken Raeburn
2002-07-16* buffer.c (Fother_buffer): Use SREF when retrieving a byte fromKen Raeburn
2002-07-15* buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Use it.Ken Raeburn
2002-07-15Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn
2002-07-11Use macro SPECPDL_INDEX.Juanma Barranquero
2002-07-07(Fbuffer_local_value): Store current value into its bindingRichard M. Stallman
2002-06-26(Fbury_buffer): Use frames_discard_buffer.Richard M. Stallman
2002-06-08(Foverlay_get): Use lookup_char_property.Colin Walters
2002-06-03* buffer.c (fix_overlays_before): Fix list-walking bug in 05-19 change.Ken Raeburn
2002-05-20(syms_of_buffer) <cursor-type>: Doc fix.Richard M. Stallman
2002-05-20* buffer.c (buffer_slot_type_mismatch): Use XSTRING andKen Raeburn