aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c (unfollow)
Commit message (Expand)AuthorFilesLines
2004-10-26(syms_of_buffer): Fix a few typos.David Kastrup1-6/+6
2004-09-27(syms_of_buffer) <indicate-buffer-boundaries>:Kim F. Storm1-9/+13
2004-09-18(syms_of_buffer) <default-major-mode>: Doc fix.Richard M. Stallman1-1/+8
2004-09-08(reset_buffer, init_buffer_once): Handle auto_save_file_format field.Luc Teirlinck1-0/+10
2004-08-14(Frestore_buffer_modified_p): Doc fix.John Paul Wallington1-1/+1
2004-07-17(syms_of_buffer) <transient-mark-mode>: Doc fix.Richard M. Stallman1-1/+4
2004-07-11(Fswitch_to_buffer, Fpop_to_buffer): Doc fixes.Luc Teirlinck1-2/+12
2004-06-21(syms_of_buffer): Doc fix.Richard M. Stallman1-1/+5
2004-06-16(syms_of_buffer): Clarify `fill-column' docstring.Luc Teirlinck1-1/+1
2004-05-22(clone_per_buffer_values): Copy the alist of local vars,Richard M. Stallman1-1/+9
2004-04-30(syms_of_buffer) <cursor-type>: Doc fix.Kim F. Storm1-1/+3
2004-04-30(syms_of_buffer) <cursor-type>: Add hbar value.Kim F. Storm1-2/+4
2004-04-29(syms_of_buffer) <line-spacing>: Allow float value.Kim F. Storm1-5/+7
2004-04-25(Fpop_to_buffer): Fix docstring.Juanma Barranquero1-1/+1
2004-04-17(Fbuffer_base_buffer): Doc fix.Luc Teirlinck1-1/+2
2004-04-13(Fmake_indirect_buffer): Throw an error if the intended base bufferLuc Teirlinck1-4/+7
2004-04-12(Fmake_indirect_buffer): Check that NAME is a string.Andreas Schwab1-0/+1
2004-04-11(Fgenerate_new_buffer_name): Return NAME argument if IGNORE argumentLuc Teirlinck1-1/+4
2004-04-10(fix_start_end_in_overlays): make overlays empty if they are backwards.Masatake YAMATO1-23/+25
2004-03-25* insdel.c (adjust_markers_for_insert): Call fix_start_end_in_overlays.Masatake YAMATO1-1/+1
2004-03-04(Fpop_to_buffer): Doc fix.Richard M. Stallman1-2/+3
2004-02-15(syms_of_buffer): Doc fix for indicate-buffer-boundaries.Kim F. Storm1-4/+14
2004-02-05(Fset_buffer_multibyte): Fix docstring.Kenichi Handa1-1/+3
2004-01-21(buffer_defaults, buffer_local_symbols): Use DECL_ALIGN.Stefan Monnier1-3/+4
2004-01-16(init_buffer_once): Set buffer_defaults andKim F. Storm1-0/+15
2003-12-28(Fother_buffer): Don't crash if BUF is nilRichard M. Stallman1-5/+6
2003-09-08(syms_of_buffer): Document `%i' and `%I' constructs forLute Kamstra1-0/+2
2003-09-01Add arch taglinesMiles Bader1-0/+3
2003-08-19(Fmove_overlay): Set overlay's next pointerGerd Moellmann1-6/+4
2003-07-22(delete_all_overlays): New function.Stefan Monnier1-1/+29
2003-07-15(copy_overlays): Use EMACS_INT for positions.Stefan Monnier1-1/+14
2003-07-11(modify_overlay): Update prototype.Andreas Schwab1-1/+1
2003-07-09(fix_overlays_before): Fix typo in last commit.Stefan Monnier1-1/+1
2003-07-09(overlay_strings, recenter_overlay_lists): Fix typo in eassert in last commit.Stefan Monnier1-167/+199
2003-07-08(report_overlay_modification): Don't run hooks whileStefan Monnier1-125/+87
2003-07-08(reset_buffer, recenter_overlay_lists)Stefan Monnier1-41/+33
2003-07-07(Fkill_buffer): Clear charpos cache if necessary.Kenichi Handa1-0/+1
2003-06-26(set_buffer_internal_1): Test CONSP for lists.Stefan Monnier1-29/+21
2003-06-03(init_buffer_once): Make kill-buffer-hook permanent-local.Stefan Monnier1-0/+1
2003-06-02(Fset_buffer_multibyte): Fix previous change.Kenichi Handa1-1/+1
2003-06-01(Fset_buffer_multibyte): Correctly recover a narrowedKenichi Handa1-1/+6
2003-05-29Comment.Dave Love1-3/+4
2003-05-26(syms_of_buffer) <default-direction-reversed>: Doc fix.Andreas Schwab1-1/+1
2003-05-25(Fkill_buffer): Remove unused var `list'.Stefan Monnier1-1/+0
2003-05-24(init_buffer_once): Set buffer_defaults andKim F. Storm1-8/+74
2003-05-23(reset_buffer_local_variables): Remove redundant setting.Stefan Monnier1-1/+0
2003-05-17(Fselect_window): Add optional arg `norecord'.Stefan Monnier1-3/+3
2003-04-16(Foverlay_recenter): Doc fix.Richard M. Stallman1-1/+3
2003-03-25(overlays_in): Declare static.Stefan Monnier1-3/+4
2003-03-03(Fkill_buffer): Use Frun_hook_with_args_until_failureRichard M. Stallman1-6/+8