]> code.delx.au - gnu-emacs/history - src/buffer.c
(Version, mh-version): Update for release 8.0.
[gnu-emacs] / src / buffer.c
2006-02-25 Chong Yidongbuffer.c: Revert last change.
2006-02-25 Chong Yidong* buffer.c (Foverlay_put): Mark buffer as changed.
2006-02-24 Kim F. Storm(modify_overlay): Force redisplay if we modify an
2006-02-20 Kim F. Storm(init_buffer_once): Set dummy default values for
2006-02-06 Thien-Thi NguyenUpdate years in copyright notice; nfc.
2005-12-06 Ken Raeburn(Fkill_buffer): Avoid dangerous side effects in NILP...
2005-11-30 Károly Lőrentey(Fpop_to_buffer): Remove superfluous call to record_buffer.
2005-10-20 Kim F. Storm(clone_per_buffer_values): Remove unused var tem.
2005-10-12 Romain Francoise(init_buffer): Rename `rc' to `len' for clarity.
2005-09-10 Romain Francoise(init_buffer): Fix typos.
2005-09-10 Romain Francoise(init_buffer): Grow buffer to add directory separator
2005-09-10 Eli Zaretskii(init_buffer): Fix error message for failed call to...
2005-09-10 Eli Zaretskii(init_buffer): Use get_current_dir_name.
2005-08-07 Thien-Thi NguyenUpdate years in copyright notice; nfc.
2005-07-21 Juanma Barranquero(syms_of_buffer) <cursor-type>: Doc fix.
2005-07-18 Juri Linkov(scroll-up-aggressively, scroll-down-aggressively)...
2005-07-17 Richard M. Stallman(Fmake_overlay): Doc fix.
2005-07-04 Lute KamstraUpdate FSF's address.
2005-06-17 Richard M. StallmanFinish previous change.
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)
next