log src/buffer.c @ 61997:9730403b7337

age author description
2005-04-10 Richard M. Stallman (Fmake_indirect_buffer): Clear out some local variables.
2005-03-17 Richard M. Stallman (buffer_lisp_local_variables): New function,
2005-02-25 Lute Kamstra (syms_of_buffer): Fix typo.
2005-02-23 Lute Kamstra (Foverlay_buffer): Doc fix.
2005-02-03 Richard M. Stallman (Fbury_buffer): Doc fix.
2005-01-31 Kim F. Storm (syms_of_buffer) <buffer-undo-list>: Doc fix.
2005-01-29 Richard M. Stallman (syms_of_buffer) <buffer-undo-list>: Doc fix.
2004-12-29 Luc Teirlinck (syms_of_buffer) <vertical-scroll-bar>: Correct typo.
2004-12-29 Richard M. Stallman (syms_of_buffer) <vertical-scroll-bar>: Doc fix.
2004-12-27 Richard M. Stallman (Fbuffer_disable_undo): Deleted (moved to simple.el).
2004-11-29 Kenichi Handa (init_buffer): Set current_buffer->directory to a
2004-11-25 Richard M. Stallman (syms_of_buffer) <indicate-buffer-boundaries>: Doc fix.
2004-10-26 David Kastrup (syms_of_buffer): Fix a few typos.
2004-09-27 Kim F. Storm (syms_of_buffer) <indicate-buffer-boundaries>:
2004-09-18 Richard M. Stallman (syms_of_buffer) <default-major-mode>: Doc fix.
2004-09-08 Luc Teirlinck (reset_buffer, init_buffer_once): Handle auto_save_file_format field.
2004-08-14 John Paul Wallington (Frestore_buffer_modified_p): Doc fix.
2004-07-17 Richard M. Stallman (syms_of_buffer) <transient-mark-mode>: Doc fix.
2004-07-11 Luc Teirlinck (Fswitch_to_buffer, Fpop_to_buffer): Doc fixes.
2004-06-21 Richard M. Stallman (syms_of_buffer): Doc fix.
2004-06-16 Luc Teirlinck (syms_of_buffer): Clarify `fill-column' docstring.
2004-05-22 Richard M. Stallman (clone_per_buffer_values): Copy the alist of local vars,
2004-04-30 Kim F. Storm (syms_of_buffer) <cursor-type>: Doc fix.
2004-04-30 Kim F. Storm (syms_of_buffer) <cursor-type>: Add hbar value.
2004-04-29 Kim F. Storm (syms_of_buffer) <line-spacing>: Allow float value.
2004-04-25 Juanma Barranquero (Fpop_to_buffer): Fix docstring.
2004-04-17 Luc Teirlinck (Fbuffer_base_buffer): Doc fix.
2004-04-13 Luc Teirlinck (Fmake_indirect_buffer): Throw an error if the intended base buffer
2004-04-12 Andreas Schwab (Fmake_indirect_buffer): Check that NAME is a string.
2004-04-11 Luc Teirlinck (Fgenerate_new_buffer_name): Return NAME argument if IGNORE argument
2004-04-10 Masatake YAMATO (fix_start_end_in_overlays): make overlays empty if they are backwards.
2004-03-25 Masatake YAMATO * insdel.c (adjust_markers_for_insert): Call fix_start_end_in_overlays.
2004-03-04 Richard M. Stallman (Fpop_to_buffer): Doc fix.
2004-02-15 Kim F. Storm (syms_of_buffer): Doc fix for indicate-buffer-boundaries.
2004-02-05 Kenichi Handa (Fset_buffer_multibyte): Fix docstring.
2004-02-05 Kenichi Handa (Fset_buffer_multibyte): Fix docstring.
2004-01-21 Stefan Monnier (buffer_defaults, buffer_local_symbols): Use DECL_ALIGN.
2004-01-16 Kim F. Storm (init_buffer_once): Set buffer_defaults and
2003-12-28 Richard M. Stallman (Fother_buffer): Don't crash if BUF is nil
2003-09-08 Lute Kamstra (syms_of_buffer): Document `%i' and `%I' constructs for
2003-09-01 Miles Bader Add arch taglines
2003-08-19 Gerd Moellmann (Fmove_overlay): Set overlay's next pointer
2003-07-22 Stefan Monnier (delete_all_overlays): New function.
2003-07-15 Stefan Monnier (copy_overlays): Use EMACS_INT for positions.
2003-07-11 Andreas Schwab (modify_overlay): Update prototype.
2003-07-09 Stefan Monnier (fix_overlays_before): Fix typo in last commit.
2003-07-09 Stefan Monnier (overlay_strings, recenter_overlay_lists): Fix typo in eassert in last commit.
2003-07-08 Stefan Monnier (report_overlay_modification): Don't run hooks while
2003-07-08 Stefan Monnier (reset_buffer, recenter_overlay_lists)
2003-07-07 Kenichi Handa (Fkill_buffer): Clear charpos cache if necessary.
2003-06-26 Stefan Monnier (set_buffer_internal_1): Test CONSP for lists.
2003-06-03 Stefan Monnier (init_buffer_once): Make kill-buffer-hook permanent-local.
2003-06-02 Kenichi Handa (Fset_buffer_multibyte): Fix previous change. Boehm-GC-base
2003-06-01 Kenichi Handa (Fset_buffer_multibyte): Correctly recover a narrowed
2003-05-29 Dave Love Comment.
2003-05-26 Andreas Schwab (syms_of_buffer) <default-direction-reversed>: Doc fix.
2003-05-25 Stefan Monnier (Fkill_buffer): Remove unused var `list'.
2003-05-24 Kim F. Storm (init_buffer_once): Set buffer_defaults and
2003-05-23 Stefan Monnier (reset_buffer_local_variables): Remove redundant setting.
2003-05-17 Stefan Monnier (Fselect_window): Add optional arg `norecord'.