aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* (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
* (Qucs_set_table_for_input): New.Dave Love2002-12-031-8/+16
* (syms_of_buffer): Doc fix.Richard M. Stallman2002-11-151-1/+2
* (syms_of_buffer) <mode-line-format>: Document symbolKim F. Storm2002-11-141-0/+5
* (Fset_buffer_major_mode): Fix last change.Dave Love2002-11-091-1/+1
* (Qset_buffer_major_mode_hook): New.Dave Love2002-11-061-6/+8
* Comment.Dave Love2002-10-301-2/+2
* (assoc_ignore_text_properties, Fother_buffer, Fkill_buffer)Stefan Monnier2002-10-221-21/+21
* (overlays_at): Handle extending vec uniformly.Richard M. Stallman2002-08-171-4/+14
* (syms_of_buffer) <fill-column>: Doc fix.Richard M. Stallman2002-08-121-1/+2
* (Fbuffer_list): Doc fix.Richard M. Stallman2002-07-211-1/+3
* comment last changeKen Raeburn2002-07-211-1/+5
* (mmap_realloc): When shrinking, make sure number ofKen Raeburn2002-07-211-1/+1
* (reset_buffer_local_variables): Delete "#if 0" settings of non-existent fields.Ken Raeburn2002-07-161-5/+0
* * buffer.c (Fother_buffer): Use SREF when retrieving a byte fromKen Raeburn2002-07-161-1/+1
* * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Use it.Ken Raeburn2002-07-151-2/+2
* Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn2002-07-151-29/+29
* Use macro SPECPDL_INDEX.Juanma Barranquero2002-07-111-4/+4