log src/editfns.c @ 11268:442f2a7086cb

age author description
1995-04-07 Richard M. Stallman (Fformat): Cast int to pointer by way of EMACS_INT.
1995-04-07 Karl Heuer Update copyright.
1995-03-27 Richard M. Stallman (init_editfns): Use NAME envvar to init user-full-name.
1995-01-19 Richard M. Stallman (subst_char_in_region_unwind): New function.
1995-01-10 Karl Heuer (Fnarrow_to_region): Swap using temp Lisp_Object, not int.
1995-01-10 Karl Heuer (Finsert_char): Check inherit flag for long strings too.
1995-01-02 Richard M. Stallman Use SAVE_MODIFF and BUF_SAVE_MODIFF
1994-11-02 Karl Heuer (Fdecode_time): Fix Lisp_Object vs. integer problems.
1994-11-01 Richard M. Stallman (Fdecode_time): Change one XFASTINT to XINT.
1994-11-01 Richard M. Stallman (init_editfns): Get the username from the environment
1994-10-22 Karl Heuer (Finsert_buffer_substring): Use insert_from_buffer instead of insert.
1994-10-17 Morten Welinder *** empty log message ***
1994-10-13 Richard M. Stallman (Fuser_login_name, Fuser_real_login_name):
1994-10-04 Karl Heuer (Fstring_to_char, Fpoint, Fbufsize, Fpoint_min, Fpoint_max, Ffollowing_char,
1994-10-04 Karl Heuer (Fcurrent_time, Fformat): Use new accessor macros instead of calling XSET
1994-09-27 Karl Heuer (lisp_time_argument, Finsert, Finsert_and_inherit, Finsert_before_markers,
1994-09-27 Richard M. Stallman (Fformat_time_string): Mostly rewritten, to handle
1994-09-22 Richard M. Stallman (Fmessage_or_box): Use Fmessage_box with new name.
1994-09-21 Richard M. Stallman (Fmessage_box): Renamed from Fbox_message.
1994-09-17 Richard M. Stallman (Fnarrow_to_region, format1): Use EMACS_INT.
1994-09-16 Karl Heuer (syms_of_editfns): Make Vsystem_name and Vuser...name lisp variables again.
1994-08-30 Richard M. Stallman (Finsert_and_inherit_before_markers):
1994-08-28 Richard M. Stallman (Finsert_char): New arg INHERIT.
1994-07-25 Richard M. Stallman (get_system_name): Add a cast.
1994-06-15 Karl Heuer (init_editfns): Call init_system_name instead of get_system_name.
1994-06-12 Karl Heuer (transpose_markers): Allow for gap at start of region.
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 Heuer Update copyright.
1994-05-01 Richard M. Stallman (Ftranspose_regions): Take addresses only after move gap.
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 some
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 nil.
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'd buffer.
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. Stallman Doc fixes.
1993-09-14 Richard M. Stallman (Finsert_and_inherit): New function.
1993-09-10 Roland McGrath Include <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 is set. When the
1993-07-07 Jim Blandy * editfns.c (Fformat): Since floats occupy two elements in the
1993-06-16 Roland McGrath (Finsert_buffer_substring): Doc fix.
1993-06-09 Jim Blandy Apply 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 for Eggert's
1993-05-20 Jim Blandy Some time-handling patches from Paul Eggert: