aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
Commit message (Expand)AuthorAgeFilesLines
* (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
* (Fbuffer_local_value): Store current value into its bindingRichard M. Stallman2002-07-071-1/+20
* (Fbury_buffer): Use frames_discard_buffer.Richard M. Stallman2002-06-261-1/+4
* (Foverlay_get): Use lookup_char_property.Colin Walters2002-06-081-21/+1
* * buffer.c (fix_overlays_before): Fix list-walking bug in 05-19 change.Ken Raeburn2002-06-031-1/+2
* (syms_of_buffer) <cursor-type>: Doc fix.Richard M. Stallman2002-05-201-6/+9
* * buffer.c (buffer_slot_type_mismatch): Use XSTRING andKen Raeburn2002-05-201-1/+1
* * buffer.c (fix_overlays_in_range, fix_overlays_before): Don't take the addressKen Raeburn2002-05-191-47/+97
* (syms_of_buffer): Doc fix.Colin Walters2002-04-231-1/+1
* (init_buffer): Fix PWD comment.Paul Eggert2002-04-231-2/+3
* (MMAP_ALLOCATED_P): New macro to be set from systemGerd Moellmann2002-04-161-5/+14
* (syms_of_buffer): Allow non-string `mode-name'.Stefan Monnier2002-03-041-2/+2
* (syms_of_buffer) <buffer-file-coding-system>: Doc fix.Eli Zaretskii2002-03-021-0/+3
* (syms_of_buffer): Doc fixes for scroll-...-aggressively.Richard M. Stallman2002-01-261-4/+4
* (Fkill_all_local_variables): Increment `update_mode_lines' only once.Pavel Janík2002-01-151-4/+0
* (reset_buffer): Initialize `display_error_modiff'.Richard M. Stallman2001-12-161-0/+2
* (Fkill_buffer): Use Frun_hooks, not Vrun_hooks.Richard M. Stallman2001-11-261-2/+1
* (syms_of_buffer): Doc fixes.Richard M. Stallman2001-11-141-17/+19
* (Fbury_buffer): Use braces to follow GNU Coding Standards.Pavel Janík2001-11-091-6/+8
* (Fkill_buffer): Don't delete auto save file if buffer is modified.Richard M. Stallman2001-11-061-2/+4
* (Fbuffer_local_value): Remove extra args from CHECK_SYMBOL and CHECK_BUFFER.Richard M. Stallman2001-11-051-2/+2
* (Fbuffer_local_value): New function.Richard M. Stallman2001-11-051-0/+53
* Update usage of CHECK_ macros (remove unused second argument).Pavel Janík2001-11-021-33/+33
* Fix a typo.Gerd Moellmann2001-11-011-1/+1
* (selective-display-ellipses): Doc fix.Pavel Janík2001-10-311-1/+1
* Reindent DEFUNs and DEFVARs woth doc: keywords.Pavel Janík2001-10-211-67/+67
* Change doc-string comments to `new style' [w/`doc:' keyword].Miles Bader2001-10-171-266/+266
* (Fset_buffer_major_mode): Use initial-major-mode forGerd Moellmann2001-10-161-5/+14
* Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimentingKen Raeburn2001-10-161-15/+15
* Put doc strings in comments.Pavel Janík2001-10-151-658/+647
* (Fbury_buffer): Don't try to remove the buffer from theStefan Monnier2001-10-121-55/+31