Pass operation to Ffind_file_name_handler.
[bpt/emacs.git] / src / buffer.c
1994-04-22 Karl HeuerPass operation to Ffind_file_name_handler.
1994-04-10 Richard M. Stallman(Vafter_change_functions, Vbefore_change_functions...
1994-04-06 Karl Heuer(Fget_buffer_create): Disallow empty string.
1994-04-05 Karl Heuer(verify_overlay_modification): Run modification-hooks...
1994-04-03 Richard M. Stallman(overlays_at): Fix previous change.
1994-04-03 Richard M. Stallman(overlays_at): Use XGCTYPE.
1994-04-02 Karl Heuer(list_buffers_1): Set buffer contents, then mode.
1994-03-30 Richard M. Stallman(verify_overlay_modification):
1994-03-23 Karl Heuer(sort_overlays, Fmake_overlay): Use assignment, not...
1994-03-23 Richard M. Stallman(reset_buffer): Init auto_save_failure_time slot.
1994-03-14 Karl Heuer(buffer-display-table, buffer-undo-list): Delete docstr...
1994-03-05 Richard M. Stallman(Fkill_buffer, Fkill_all_local_variables):
1994-03-03 Karl Heuer(Fget_file_buffer): Doc fix.
1994-02-24 Karl Heuer(sort_overlays): Allow for null window.
1994-02-24 Richard M. Stallman(Fkill_buffer): Call the Vkill_buffer_query_functions.
1994-02-11 Richard M. Stallman(syms_of_buffer): Doc fix.
1994-02-09 Karl Heuer(Fkill_all_local_variables): Run change-major-mode...
1994-02-09 Karl Heuer(sort-overlays): New function, extracted from xfaces.c.
1994-01-30 Richard M. StallmanWhitespace change.
1994-01-29 Karl Heuer(kill-all-local-variables): follow symbol forwarding.
1994-01-12 Roland McGrath(syms_of_buffer): Don't do (put 'erase-buffer 'disabled...
1994-01-08 Richard M. Stallman[MSDOS]: New buffer-local variable:
1994-01-04 Richard M. StallmanDon't include syntax.h.
1993-12-23 Richard M. Stallman(Fbuffer_disable_undo): Make arg optional.
1993-11-20 Roland McGrath(Frename_buffer): When the current buffer is already...
1993-11-20 Roland McGrathUndo last change. SPC feeping at you is too annoying.
1993-11-20 Roland McGrath(Frename_buffer): Change s to B in interactive spec...
1993-11-19 Richard M. Stallman(Flist_buffers): Always return a value.
1993-11-16 Richard M. Stallman(Foverlay_put): Don't call redisplay_region if overlay...
1993-11-09 Richard M. Stallman(Ferase_buffer): Doc fix.
1993-10-14 Richard M. Stallman(Fdelete_overlay, Foverlay_put): Use marker_position,
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