summaryrefslogtreecommitdiff
path: root/src/buffer.c
AgeCommit message (Expand)Author
2007-09-19(Foverlays_at): Doc fix.Richard M. Stallman
2007-07-25Switch license to GPLv3 or later.Glenn Morris
2007-06-27(syms_of_buffer) <selective-display>: Fix typo in docstring.Juanma Barranquero
2007-05-31(syms_of_buffer): Doc fix.Richard M. Stallman
2007-04-13(Fkill_buffer): gcpro BUF during kill_buffer_processesKim F. Storm
2007-03-29(Fset_buffer_major_mode): Check that BUFFER is valid.Juanma Barranquero
2007-03-19(syms_of_buffer): Doc fix.Richard M. Stallman
2007-03-18(syms_of_buffer) <buffer-display-table>: Doc fix.Juanma Barranquero
2007-02-11Reflow docstrings.Juanma Barranquero
2007-01-21Add 2007 to copyright years.Glenn Morris
2006-12-19(syms_of_buffer) <buffer-display-table>, scroll-up-aggressively,Juanma Barranquero
2006-12-18Whitespace change (again).Juanma Barranquero
2006-12-18Whitespace change.Juanma Barranquero
2006-12-17(Fkill_buffer): Doc fix.Juanma Barranquero
2006-12-11(syms_of_buffer) <cursor-in-non-selected-windows, line-spacing, left-margin,Juanma Barranquero
2006-12-10(syms_of_buffer) <default-major-mode>: Doc fix.Juanma Barranquero
2006-11-24(syms_of_buffer) <buffer-undo-list>: Doc fix.Juanma Barranquero
2006-09-29(syms_of_buffer): Reorder coding systems in theJuri Linkov
2006-09-01Minor doc fix.Chong Yidong
2006-09-01* buffer.h (struct buffer_text): New field chars_modiff.Chong Yidong
2006-08-25(Fset_buffer_multibyte): Simplify; use list3.Kim F. Storm
2006-08-25(Fswitch_to_buffer): Fix previous change.Richard M. Stallman
2006-08-24(Fswitch_to_buffer): Move buffer to front ofNick Roberts
2006-08-222006-08-22 Stefan Monnier <monnier@iro.umontreal.ca>Kim F. Storm
2006-08-06* buffer.c (Vchange_major_mode_hook, Qchange_major_mode_hook): New vars.Chong Yidong
2006-07-18(Fbuffer_local_value, Fbarf_if_buffer_read_only):Kim F. Storm
2006-05-25(mode-line-format): Fix docstring.Juri Linkov
2006-05-21(syms_of_buffer, Fmake_overlay): Doc fixes.Richard M. Stallman
2006-05-17(Fprevious_overlay_change, Fnext_overlay_change): Doc fixes.Richard M. Stallman
2006-02-25buffer.c: Revert last change.Chong Yidong
2006-02-25* buffer.c (Foverlay_put): Mark buffer as changed.Chong Yidong
2006-02-24(modify_overlay): Force redisplay if we modify anKim F. Storm
2006-02-20(init_buffer_once): Set dummy default values forKim F. Storm
2006-02-06Update years in copyright notice; nfc.Thien-Thi Nguyen
2005-12-06(Fkill_buffer): Avoid dangerous side effects in NILP argument.Ken Raeburn
2005-11-30(Fpop_to_buffer): Remove superfluous call to record_buffer.Károly Lőrentey
2005-10-20(clone_per_buffer_values): Remove unused var tem.Kim F. Storm
2005-10-12(init_buffer): Rename `rc' to `len' for clarity.Romain Francoise
2005-09-10(init_buffer): Fix typos.Romain Francoise
2005-09-10(init_buffer): Grow buffer to add directory separatorRomain Francoise
2005-09-10(init_buffer): Fix error message for failed call to get_current_dir_name.Eli Zaretskii
2005-09-10(init_buffer): Use get_current_dir_name.Eli Zaretskii
2005-08-07Update years in copyright notice; nfc.Thien-Thi Nguyen
2005-07-21(syms_of_buffer) <cursor-type>: Doc fix.Juanma Barranquero
2005-07-18(scroll-up-aggressively, scroll-down-aggressively): Delete duplicate words.Juri Linkov
2005-07-17(Fmake_overlay): Doc fix.Richard M. Stallman
2005-07-04Update FSF's address.Lute Kamstra
2005-06-17Finish previous change.Richard M. Stallman
2005-06-17(syms_of_buffer) <cursor-type>: Doc fix.Richard M. Stallman
2005-05-29(Fbuffer_local_value): Call indirect_variable.Richard M. Stallman