(Bindat Examples): Move @lisp to beginning of line. (Whitespace change.)
[bpt/emacs.git] / src / buffer.c
2005-06-17 Richard M. Stallman(syms_of_buffer) <cursor-type>: Doc fix.
2005-05-29 Richard M. Stallman(Fbuffer_local_value): Call indirect_variable.
2005-05-27 Juanma Barranquero(Fbuffer_local_value): Make argument name match its...
2005-05-04 Kim F. Storm(init_buffer_once): Set cursor_in_non_selected_windows...
2005-05-02 Richard M. Stallman(syms_of_buffer): Define cursor-in-non-selected-windows.
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...
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...
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...
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...
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...
2004-04-10 Masatake YAMATO(fix_start_end_in_overlays): make overlays empty if...
2004-03-25 Masatake YAMATO* insdel.c (adjust_markers_for_insert): Call fix_start_...
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-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 BaderAdd 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...
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...
2003-06-02 Kenichi Handa(Fset_buffer_multibyte): Fix previous change.
2003-06-01 Kenichi Handa(Fset_buffer_multibyte): Correctly recover a narrowed
2003-05-29 Dave LoveComment.
2003-05-26 Andreas Schwab(syms_of_buffer) <default-direction-reversed>: Doc...
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'.
2003-04-16 Richard M. Stallman(Foverlay_recenter): Doc fix.
2003-03-25 Stefan Monnier(overlays_in): Declare static.
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 BarranqueroTrailing 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...
2002-12-23 Richard M. Stallman(syms_of_buffer) <scroll-up-aggressively, scroll-down...
2002-12-09 Richard M. Stallman(Fget_buffer_create): Call Qucs_set_table_for_input...
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 LoveComment.
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 Raeburncomment 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...
2002-07-16 Ken Raeburn* buffer.c (Fother_buffer): Use SREF when retrieving...
2002-07-15 Ken Raeburn* buffer.c (Fget_buffer_create, Fmake_indirect_buffer...
2002-07-15 Ken RaeburnMost uses of XSTRING combined with STRING_BYTES or...
2002-07-11 Juanma BarranqueroUse macro SPECPDL_INDEX.
2002-07-07 Richard M. Stallman(Fbuffer_local_value): Store current value into its...
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...
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...
2002-04-23 Colin Walters(syms_of_buffer): Doc fix.
2002-04-23 Paul Eggert(init_buffer): Fix PWD comment.
next