aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c (unfollow)
Commit message (Expand)AuthorFilesLines
2006-02-25buffer.c: Revert last change.Chong Yidong1-1/+0
2006-02-25* buffer.c (Foverlay_put): Mark buffer as changed.Chong Yidong1-0/+2
2006-02-24(modify_overlay): Force redisplay if we modify anKim F. Storm1-0/+4
2006-02-20(init_buffer_once): Set dummy default values forKim F. Storm1-0/+48
2006-02-06Update years in copyright notice; nfc.Thien-Thi Nguyen1-1/+1
2005-12-06(Fkill_buffer): Avoid dangerous side effects in NILP argument.Ken Raeburn1-1/+2
2005-11-30(Fpop_to_buffer): Remove superfluous call to record_buffer.Károly Lőrentey1-3/+0
2005-10-20(clone_per_buffer_values): Remove unused var tem.Kim F. Storm1-2/+1
2005-10-12(init_buffer): Rename `rc' to `len' for clarity.Romain Francoise1-6/+6
2005-09-10(init_buffer): Fix typos.Romain Francoise1-1/+1
2005-09-10(init_buffer): Grow buffer to add directory separatorRomain Francoise1-2/+4
2005-09-10(init_buffer): Fix error message for failed call to get_current_dir_name.Eli Zaretskii1-4/+2
2005-09-10(init_buffer): Use get_current_dir_name.Eli Zaretskii1-28/+13
2005-08-07Update years in copyright notice; nfc.Thien-Thi Nguyen1-2/+3
2005-07-21(syms_of_buffer) <cursor-type>: Doc fix.Juanma Barranquero1-8/+8
2005-07-18(scroll-up-aggressively, scroll-down-aggressively): Delete duplicate words.Juri Linkov1-2/+2
2005-07-17(Fmake_overlay): Doc fix.Richard M. Stallman1-4/+6
2005-07-04Update FSF's address.Lute Kamstra1-2/+2
2005-06-17Finish previous change.Richard M. Stallman1-1/+1
2005-06-17(syms_of_buffer) <cursor-type>: Doc fix.Richard M. Stallman1-2/+2
2005-05-29(Fbuffer_local_value): Call indirect_variable.Richard M. Stallman1-0/+3
2005-05-27(Fbuffer_local_value): Make argument name match its use in docstring.Juanma Barranquero1-18/+18
2005-05-04(init_buffer_once): Set cursor_in_non_selected_windows default value.Kim F. Storm1-3/+9
2005-05-02(syms_of_buffer): Define cursor-in-non-selected-windows.Richard M. Stallman1-0/+6
2005-04-10(Fmake_indirect_buffer): Clear out some local variables.Richard M. Stallman1-2/+16
2005-03-17(buffer_lisp_local_variables): New function,Richard M. Stallman1-37/+42
2005-02-25(syms_of_buffer): Fix typo.Lute Kamstra1-1/+1
2005-02-23(Foverlay_buffer): Doc fix.Lute Kamstra1-3/+4
2005-02-03(Fbury_buffer): Doc fix.Richard M. Stallman1-0/+1
2005-01-31(syms_of_buffer) <buffer-undo-list>: Doc fix.Kim F. Storm1-1/+7
2005-01-29(syms_of_buffer) <buffer-undo-list>: Doc fix.Richard M. Stallman1-0/+2
2004-12-29(syms_of_buffer) <vertical-scroll-bar>: Correct typo.Luc Teirlinck1-1/+1
2004-12-29(syms_of_buffer) <vertical-scroll-bar>: Doc fix.Richard M. Stallman1-1/+3
2004-12-27(Fbuffer_disable_undo): Deleted (moved to simple.el).Richard M. Stallman1-27/+4
2004-11-29(init_buffer): Set current_buffer->directory to aKenichi Handa1-1/+7
2004-11-25(syms_of_buffer) <indicate-buffer-boundaries>: Doc fix.Richard M. Stallman1-3/+6
2004-10-26(syms_of_buffer): Fix a few typos.David Kastrup1-6/+6
2004-09-27(syms_of_buffer) <indicate-buffer-boundaries>:Kim F. Storm1-9/+13
2004-09-18(syms_of_buffer) <default-major-mode>: Doc fix.Richard M. Stallman1-1/+8
2004-09-08(reset_buffer, init_buffer_once): Handle auto_save_file_format field.Luc Teirlinck1-0/+10
2004-08-14(Frestore_buffer_modified_p): Doc fix.John Paul Wallington1-1/+1
2004-07-17(syms_of_buffer) <transient-mark-mode>: Doc fix.Richard M. Stallman1-1/+4
2004-07-11(Fswitch_to_buffer, Fpop_to_buffer): Doc fixes.Luc Teirlinck1-2/+12
2004-06-21(syms_of_buffer): Doc fix.Richard M. Stallman1-1/+5
2004-06-16(syms_of_buffer): Clarify `fill-column' docstring.Luc Teirlinck1-1/+1
2004-05-22(clone_per_buffer_values): Copy the alist of local vars,Richard M. Stallman1-1/+9
2004-04-30(syms_of_buffer) <cursor-type>: Doc fix.Kim F. Storm1-1/+3
2004-04-30(syms_of_buffer) <cursor-type>: Add hbar value.Kim F. Storm1-2/+4
2004-04-29(syms_of_buffer) <line-spacing>: Allow float value.Kim F. Storm1-5/+7
2004-04-25(Fpop_to_buffer): Fix docstring.Juanma Barranquero1-1/+1