Include <config.h> instead of "config.h".
[bpt/emacs.git] / src / buffer.c
1993-09-10 Roland McGrathInclude <config.h> instead of "config.h".
1993-08-11 Richard M. Stallman(verify_overlay_modification): initialize endpos.
1993-08-02 Richard M. Stallman(Fmove_overlay): Avoid initializer for Lisp_Object...
1993-07-22 Richard M. Stallman(syms_of_buffer): Lisp var doc fixes.
1993-07-21 Richard M. Stallman(Qmodification_hooks, Qinsert_in_front_hooks)
1993-07-15 Richard M. Stallman(Fbuffer_local_variables): For local var that is unbound,
1993-07-13 Richard M. Stallman(verify_overlay_modification): New function.
1993-06-22 Jim Blandy* buffer.c (list_buffers_1): Make desired_point a lisp...
1993-06-17 Jim BlandyDon't let the 'B' interactive spec default to buffers...
1993-06-17 Jim BlandyDon't let the 'B' interactive spec default to buffers...
1993-06-16 Jim Blandy* buffer.c (list_buffers_1): Return the desired point.
1993-06-11 Richard M. Stallman(Fgenerate_new_buffer_name): GENTEMP is the value compa...
1993-06-09 Jim BlandyApply typo patches from Paul Eggert.
1993-06-07 Richard M. Stallman(Fdelete_overlay): Do nothing if overlay already deleted.
1993-06-04 Richard M. Stallman(syms_of_buffer): Set up Lisp var inhibit-read-only.
1993-06-03 Richard M. Stallman(init_buffer): Init default-directory of minibuffer.
1993-05-30 Roland McGrath(Fgenerate_new_buffer_name): Doc fix.
1993-05-30 Richard M. Stallman(reset_buffer): Clear mark_active field here.
1993-05-29 Richard M. Stallman(reset_buffer): Clear mark_active field here.
1993-05-28 Richard M. Stallman(Fgenerate_new_buffer_name): New arg IGNORE.
1993-05-28 Jim Blandy* buffer.c (Fmove_overlay): If the overlay is changing...
1993-05-24 Jim Blandy* buffer.c (Fmake_overlay): Put beg and end in the
1993-05-22 Jim BlandyUpdated copyright years.
1993-05-16 Richard M. Stallman(overlays_at): New arg EXTEND.
1993-05-14 Jim Blandy* buffer.c (Fmove_overlay): If the overlay is in no...
1993-05-14 Jim Blandy* buffer.c (Foverlay_start, Foverlay_end, Foverlay_buffer,
1993-05-14 Jim Blandy* lisp.h (Lisp_Overlay): New tag.
1993-05-10 Jim BlandyArrange to tell redisplay about changes in overlays.
1993-05-04 Jim Blandy* buffer.c (syms_of_buffer): Doc fix for buffer-display...
1993-04-25 Eric S. Raymond(Qmode-line-format): Describe %l in the doc string.
1993-04-10 Jim Blandy* buffer.c (Fmake_overlay, Fmove_overlay): New optional...
1993-04-08 Richard M. Stallman(Fkill_all_local_variables): Store each var's current...
1993-04-07 Richard M. StallmanInclude blockinput.h.
1993-03-31 Jim BlandyPut interrupt input blocking in a separate file from...
1993-03-27 Richard M. Stallman(init_buffer_once, reset_buffer):
1993-03-16 Jim BlandyDoc fix.
1993-03-16 Jim Blandy* cmds.c (overwrite_binary_mode): Deleted; this impleme...
1993-03-07 Roland McGrath(syms_of_buffer): Make erase-buffer a disabled command.
1993-03-07 Richard M. Stallman(reset_buffer_local_variables): Reset mark_active.
1993-03-06 Richard M. Stallman(check_protected_fields): Variable deleted.
1993-03-02 Jim Blandy* buffer.c (buffer-undo-list): Doc fix.
1993-02-24 Roland McGrath(Ferase_buffer): Added interactive spec.
1993-02-24 Richard M. Stallman(syms_of_buffer): Doc fix.
1993-02-22 Jim Blandy* buffer.c (Fswitch_to_buffer): Pass the correct number of
1993-02-14 Richard M. Stallman(Frename_buffer): Make prefix arg set UNIQUE.
1993-01-26 Jim BlandyJimB's changes since January 18th
1992-12-24 Jim Blandy* buffer.c (Frename_buffer): Set update_mode_lines.
1992-11-16 Jim Blandy* buffer.c (Ferase_buffer): Doc fix.
1992-11-07 Jim Blandy* buffer.c (init_buffer): If PWD is accurate, use it...
1992-10-31 Jim Blandy* buffer.c (reset_buffer): Don't assign to b->save_leng...
1992-10-06 Richard M. Stallman(Fkill_buffer): Pass 2nd arg to Fother_buffer.
1992-10-02 Joseph Arceneaux* buffer.c: #include intervals.h.
1992-10-01 Joseph Arceneaux* buffer.c (reset_buffer): Do INITIALIZE_INTERVAL on...
1992-09-30 Jim Blandy* buffer.c (Fother_buffer): Add back the VISIBLE_OK...
1992-09-29 Jim Blandy* data.c (Frem): Use the `fmod' function under SunOS...
1992-09-29 Jim Blandy* buffer.c (Fbury_buffer): This used to undisplay the...
1992-09-22 Jim Blandy* buffer.c (Fget_buffer_create): Doc fix.
1992-08-29 Jim BlandyFormatting change
1992-08-28 Richard M. Stallman(syms_of_buffer): Made buffer-display-table,
1992-08-19 Jim Blandy* buffer.c (syms_of_buffer): Call DEFVAR_PER_BUFFER...
1992-07-13 Jim Blandyentered into RCS
1992-07-04 Richard M. Stallman*** empty log message ***
1992-05-18 Jim Blandy*** empty log message ***
1992-03-16 Jim Blandy*** empty log message ***
1992-02-15 Jim Blandy*** empty log message ***
1992-01-13 Jim Blandy*** empty log message ***
1991-08-15 Roland McGrath*** empty log message ***
1991-07-15 Roland McGrathInitial revision