aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* (syms_of_buffer): Doc fix.Richard M. Stallman2004-06-211-1/+5
* (syms_of_buffer): Clarify `fill-column' docstring.Luc Teirlinck2004-06-161-1/+1
* (clone_per_buffer_values): Copy the alist of local vars,Richard M. Stallman2004-05-221-1/+9
* (syms_of_buffer) <cursor-type>: Doc fix.Kim F. Storm2004-04-301-1/+3
* (syms_of_buffer) <cursor-type>: Add hbar value.Kim F. Storm2004-04-301-2/+4
* (syms_of_buffer) <line-spacing>: Allow float value.Kim F. Storm2004-04-291-5/+7
* (Fpop_to_buffer): Fix docstring.Juanma Barranquero2004-04-251-1/+1
* (Fbuffer_base_buffer): Doc fix.Luc Teirlinck2004-04-171-1/+2
* (Fmake_indirect_buffer): Throw an error if the intended base bufferLuc Teirlinck2004-04-131-4/+7
* (Fmake_indirect_buffer): Check that NAME is a string.Andreas Schwab2004-04-121-0/+1
* (Fgenerate_new_buffer_name): Return NAME argument if IGNORE argumentLuc Teirlinck2004-04-111-1/+4
* (fix_start_end_in_overlays): make overlays empty if they are backwards.Masatake YAMATO2004-04-101-23/+25
* * insdel.c (adjust_markers_for_insert): Call fix_start_end_in_overlays.Masatake YAMATO2004-03-251-1/+1
* (Fpop_to_buffer): Doc fix.Richard M. Stallman2004-03-041-2/+3
* (syms_of_buffer): Doc fix for indicate-buffer-boundaries.Kim F. Storm2004-02-151-4/+14
* (Fset_buffer_multibyte): Fix docstring.Kenichi Handa2004-02-051-1/+3
* (buffer_defaults, buffer_local_symbols): Use DECL_ALIGN.Stefan Monnier2004-01-211-3/+4
* (init_buffer_once): Set buffer_defaults andKim F. Storm2004-01-161-0/+15
* (Fother_buffer): Don't crash if BUF is nilRichard M. Stallman2003-12-281-5/+6
* (syms_of_buffer): Document `%i' and `%I' constructs forLute Kamstra2003-09-081-0/+2
* Add arch taglinesMiles Bader2003-09-011-0/+3
* (Fmove_overlay): Set overlay's next pointerGerd Moellmann2003-08-191-6/+4
* (delete_all_overlays): New function.Stefan Monnier2003-07-221-1/+29
* (copy_overlays): Use EMACS_INT for positions.Stefan Monnier2003-07-151-1/+14
* (modify_overlay): Update prototype.Andreas Schwab2003-07-111-1/+1
* (fix_overlays_before): Fix typo in last commit.Stefan Monnier2003-07-091-1/+1
* (overlay_strings, recenter_overlay_lists): Fix typo in eassert in last commit.Stefan Monnier2003-07-091-167/+199
* (report_overlay_modification): Don't run hooks whileStefan Monnier2003-07-081-125/+87
* (reset_buffer, recenter_overlay_lists)Stefan Monnier2003-07-081-41/+33
* (Fkill_buffer): Clear charpos cache if necessary.Kenichi Handa2003-07-071-0/+1
* (set_buffer_internal_1): Test CONSP for lists.Stefan Monnier2003-06-261-29/+21
* (init_buffer_once): Make kill-buffer-hook permanent-local.Stefan Monnier2003-06-031-0/+1
* (Fset_buffer_multibyte): Fix previous change.Kenichi Handa2003-06-021-1/+1
* (Fset_buffer_multibyte): Correctly recover a narrowedKenichi Handa2003-06-011-1/+6
* Comment.Dave Love2003-05-291-3/+4
* (syms_of_buffer) <default-direction-reversed>: Doc fix.Andreas Schwab2003-05-261-1/+1
* (Fkill_buffer): Remove unused var `list'.Stefan Monnier2003-05-251-1/+0
* (init_buffer_once): Set buffer_defaults andKim F. Storm2003-05-241-8/+74
* (reset_buffer_local_variables): Remove redundant setting.Stefan Monnier2003-05-231-1/+0
* (Fselect_window): Add optional arg `norecord'.Stefan Monnier2003-05-171-3/+3
* (Foverlay_recenter): Doc fix.Richard M. Stallman2003-04-161-1/+3
* (overlays_in): Declare static.Stefan Monnier2003-03-251-3/+4
* (Fkill_buffer): Use Frun_hook_with_args_until_failureRichard M. Stallman2003-03-031-6/+8
* (Fset_buffer_multibyte): Pay attention to the bufferKenichi Handa2003-02-251-0/+2
* (Fset_buffer_multibyte): If the current buffer has aKenichi Handa2003-02-101-0/+9
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-70/+70
* (Fkill_buffer): Call format2 instead of format1.Richard M. Stallman2003-01-251-2/+2
* (syms_of_buffer) <scroll-up-aggressively, scroll-down-aggressively>: Doc fixes.Richard M. Stallman2003-01-061-8/+18
* (syms_of_buffer) <scroll-up-aggressively, scroll-down-aggressively>: Doc fix.Richard M. Stallman2002-12-231-2/+4
* (Fget_buffer_create): Call Qucs_set_table_for_input as the last thing.Richard M. Stallman2002-12-091-3/+4