log src/buffer.c @ 50055:9bef9ad3ccb4

age author description
2003-03-03 Richard M. Stallman (Fkill_buffer): Use Frun_hook_with_args_until_failure
2003-02-25 Kenichi Handa (Fset_buffer_multibyte): Pay attention to the buffer
2003-02-10 Kenichi Handa (Fset_buffer_multibyte): If the current buffer has a
2003-02-04 Juanma Barranquero Trailing whitespace deleted.
2003-01-25 Richard M. Stallman (Fkill_buffer): Call format2 instead of format1.
2003-01-06 Richard M. Stallman (syms_of_buffer) <scroll-up-aggressively, scroll-down-aggressively>: Doc fixes.
2002-12-23 Richard M. Stallman (syms_of_buffer) <scroll-up-aggressively, scroll-down-aggressively>: Doc fix.
2002-12-09 Richard M. Stallman (Fget_buffer_create): Call Qucs_set_table_for_input as the last thing.
2002-12-03 Dave Love (Qucs_set_table_for_input): New.
2002-11-15 Richard M. Stallman (syms_of_buffer): Doc fix.
2002-11-14 Kim F. Storm (syms_of_buffer) <mode-line-format>: Document symbol
2002-11-09 Dave Love (Fset_buffer_major_mode): Fix last change.
2002-11-06 Dave Love (Qset_buffer_major_mode_hook): New.
2002-10-30 Dave Love Comment.
2002-10-22 Stefan Monnier (assoc_ignore_text_properties, Fother_buffer, Fkill_buffer)
2002-08-17 Richard M. Stallman (overlays_at): Handle extending vec uniformly.
2002-08-12 Richard M. Stallman (syms_of_buffer) <fill-column>: Doc fix.
2002-07-21 Richard M. Stallman (Fbuffer_list): Doc fix.
2002-07-21 Ken Raeburn comment last change
2002-07-21 Ken Raeburn (mmap_realloc): When shrinking, make sure number of
2002-07-16 Ken Raeburn (reset_buffer_local_variables): Delete "#if 0" settings of non-existent fields.
2002-07-16 Ken Raeburn * buffer.c (Fother_buffer): Use SREF when retrieving a byte from
2002-07-15 Ken Raeburn * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Use it.
2002-07-15 Ken Raeburn Most uses of XSTRING combined with STRING_BYTES or indirection changed to
2002-07-11 Juanma Barranquero Use macro SPECPDL_INDEX.
2002-07-07 Richard M. Stallman (Fbuffer_local_value): Store current value into its binding
2002-06-26 Richard M. Stallman (Fbury_buffer): Use frames_discard_buffer.
2002-06-08 Colin Walters (Foverlay_get): Use lookup_char_property.
2002-06-03 Ken Raeburn * buffer.c (fix_overlays_before): Fix list-walking bug in 05-19 change.
2002-05-20 Richard M. Stallman (syms_of_buffer) <cursor-type>: Doc fix.
2002-05-20 Ken Raeburn * buffer.c (buffer_slot_type_mismatch): Use XSTRING and
2002-05-19 Ken Raeburn * buffer.c (fix_overlays_in_range, fix_overlays_before): Don't take the address
2002-04-23 Colin Walters (syms_of_buffer): Doc fix.
2002-04-23 Paul Eggert (init_buffer): Fix PWD comment.
2002-04-16 Gerd Moellmann (MMAP_ALLOCATED_P): New macro to be set from system
2002-03-04 Stefan Monnier (syms_of_buffer): Allow non-string `mode-name'.
2002-03-02 Eli Zaretskii (syms_of_buffer) <buffer-file-coding-system>: Doc fix.
2002-01-26 Richard M. Stallman (syms_of_buffer): Doc fixes for scroll-...-aggressively.
2002-01-15 Pavel Janík (Fkill_all_local_variables): Increment `update_mode_lines' only once.
2001-12-16 Richard M. Stallman (reset_buffer): Initialize `display_error_modiff'.
2001-11-26 Richard M. Stallman (Fkill_buffer): Use Frun_hooks, not Vrun_hooks.
2001-11-14 Richard M. Stallman (syms_of_buffer): Doc fixes.
2001-11-09 Pavel Janík (Fbury_buffer): Use braces to follow GNU Coding Standards.
2001-11-06 Richard M. Stallman (Fkill_buffer): Don't delete auto save file if buffer is modified.
2001-11-05 Richard M. Stallman (Fbuffer_local_value): Remove extra args from CHECK_SYMBOL and CHECK_BUFFER.
2001-11-05 Richard M. Stallman (Fbuffer_local_value): New function.
2001-11-02 Pavel Janík Update usage of CHECK_ macros (remove unused second argument).
2001-11-01 Gerd Moellmann Fix a typo.
2001-10-31 Pavel Janík (selective-display-ellipses): Doc fix.
2001-10-21 Pavel Janík Reindent DEFUNs and DEFVARs woth doc: keywords.
2001-10-17 Miles Bader Change doc-string comments to `new style' [w/`doc:' keyword].
2001-10-16 Gerd Moellmann (Fset_buffer_major_mode): Use initial-major-mode for
2001-10-16 Ken Raeburn Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimenting
2001-10-15 Pavel Janík Put doc strings in comments.
2001-10-12 Stefan Monnier (Fbury_buffer): Don't try to remove the buffer from the
2001-10-10 Stefan Monnier Include keymap.h.
2001-10-05 Gerd Moellmann Use SYMBOL_VALUE/SET_SYMBOL_VALUE macros instead of accessing
2001-09-18 Eli Zaretskii Fix a typo in a comment.
2001-09-18 Gerd Moellmann (modify_overlay): Don't do nothing if START == END;
2001-09-03 Gerd Moellmann (syms_of_buffer): Doc fix.