(iso-iso2tex-trans-tab): Change a few characters.
[bpt/emacs.git] / src / editfns.c
1994-05-28 Richard M. Stallman(difftm): Don't store a long value into an int variable.
1994-05-17 Karl Heuer(Ftranspose_regions): Fix overlays after moving markers.
1994-05-15 Richard M. Stallman(Fcurrent_time_zone): Add cast.
1994-05-13 Richard M. Stallman(save_excursion_restore): Don't run activate-mark-hook
1994-05-04 Karl HeuerUpdate copyright.
1994-05-01 Richard M. Stallman(Ftranspose_regions): Take addresses only after move...
1994-04-29 Richard M. Stallman(Ftranspose_regions): New function.
1994-04-14 Richard M. Stallman(Fuser_real_login_name): Doc syntax fix.
1994-04-09 Richard M. Stallman(make_buffer_string): Copy properties whenever we have...
1994-04-07 Karl Heuer(Fformat): Reword confusing error message.
1994-03-25 Karl Heuer(Fformat): Validate number and type of arguments.
1994-03-05 Richard M. Stallman(save_excursion_restore): Don't call Vrun_hooks if...
1994-02-11 Karl Heuer(Fuser_real_login_name): Doc fix.
1994-02-11 Karl Heuer(init_editfns): Look at LOGNAME before USER.
1994-02-10 Karl Heuer(Fmessage): Copy the text to be displayed into a malloc...
1994-02-10 Karl Heuer(difftm): Simplify expression.
1993-12-30 Richard M. Stallman(Femacs_pid): New function.
1993-12-23 Richard M. Stallman(Fmessage): Use message2.
1993-11-23 Richard M. Stallman(make_buffer_string): Don't copy intervals
1993-11-09 Richard M. StallmanDoc fixes.
1993-09-14 Richard M. Stallman(Finsert_and_inherit): New function.
1993-09-10 Roland McGrathInclude <config.h> instead of "config.h".
1993-08-02 Richard M. Stallman(save_excursion_restore): Never make the buffer visible.
1993-07-30 Richard M. Stallman(syms_of_editfns): Just staticpro Vuser...name
1993-07-08 Roland McGrath(region_limit): Declare Vmark_even_if_inactive.
1993-07-08 Roland McGrath(region_limit): Don't error if Vmark_even_if_inactive...
1993-07-07 Jim Blandy* editfns.c (Fformat): Since floats occupy two elements...
1993-06-16 Roland McGrath(Finsert_buffer_substring): Doc fix.
1993-06-09 Jim BlandyApply typo patches from Paul Eggert.
1993-06-06 Richard M. Stallman(Fcurrent_time_zone): Add alternative for !HAVE_TM_ZONE.
1993-05-23 Richard M. Stallman(Fcurrent_time_zone): Make `am' an int, not long.
1993-05-23 Richard M. Stallman(Fcurrent_time_zone): Assign gmt, instead of init.
1993-05-22 Jim Blandy* editfns.c: #include <sys/types.h>, to get time_t...
1993-05-20 Jim BlandySome time-handling patches from Paul Eggert:
1993-05-14 Jim BlandyThe text property routines can now modify buffers other
1993-04-05 Jim Blandy* editfns.c (Fcurrent_time_zone): Return a list whose...
1993-03-27 Richard M. Stallman(Fchar_equal): Don't ignore high bits of character.
1993-03-12 Richard M. Stallman(Fcurrent_time_string): Optional arg specifies time.
1993-03-07 Richard M. Stallman(save_excursion_save): Save mark_active of buffer.
1993-02-22 Jim Blandy* editfns.c (Fmessage): Don't forget to return a value...
1993-02-11 Richard M. Stallman(Finsert_buffer_substring): Proper error for non-ex...
1993-02-11 Richard M. Stallman(Fcompare_buffer_substrings): New function.
1993-01-08 Richard M. StallmanDoc fixes.
1992-10-17 Jim Blandy* * editfns.c (Fmessage): With no arguments,...
1992-10-01 Joseph Arceneaux* editfns.c (make_buffer_string): Call copy_intervals_t...
1992-09-29 Jim Blandy* editfns.c (save_excursion_save, save_excursion_restore):
1992-09-13 Jim Blandy* editfns.c (Fcurrent_time_string): Change docstring to
1992-08-12 Jim Blandy* editfns.c (Fcurrent_time_zone): Doc fix.
1992-06-04 Richard M. Stallmanentered into RCS
1992-05-18 Jim Blandy*** empty log message ***
1992-04-24 Jim Blandy*** empty log message ***
1992-03-14 Jim Blandy*** empty log message ***
1992-01-21 Jim Blandy*** empty log message ***
1992-01-14 Jim Blandy*** empty log message ***
1991-12-08 Jim Blandy*** empty log message ***
1991-08-02 Jim Blandy*** empty log message ***
1991-07-15 Jim Blandy*** empty log message ***
1991-06-29 Jim BlandyInitial revision