(setenv): Call set-time-zone-rule when setting TZ.
[bpt/emacs.git] / src / editfns.c
1995-09-09 Richard M. Stallman(Fdecode_time): Doc fix.
1995-09-01 Richard M. Stallman(save_excursion_save): Pass the new arg to Fcopy_marker.
1995-08-29 Richard M. Stallman(Fdecode_time): Doc fix.
1995-08-27 Richard M. StallmanDelete some #if 0'd functions.
1995-08-11 Richard M. Stallman(Fformat): Limit minlen to avoid stack overflow.
1995-07-20 Richard M. Stallman(Fformat): Doc fix.
1995-07-20 Richard M. Stallman(Fsubst_char_in_region): Bind buffer-file-name to nil...
1995-07-18 Richard M. Stallman(Fformat): Increment total for size of control string.
1995-07-18 Richard M. Stallman(Fmessage): Doc fix.
1995-07-07 Richard M. Stallman(Fwiden): Set clip_changed in current buffer.
1995-06-15 Karl HeuerUpdate GPL to version 2.
1995-06-03 Karl Heuer(Fencode_time): Doc fix.
1995-05-30 Karl Heuer(syms_of_editfns): user-login-name renamed from user...
1995-05-25 Karl Heuer(format1): Cast arg of doprnt.
1995-05-22 Karl Heuer(Fformat): Split double into two pointers, not two...
1995-05-05 Richard M. Stallman(days_per_month): Move variable to top level.
1995-05-05 Richard M. Stallman(Fencode_time): Rename arg from min to minute.
1995-04-18 Richard M. StallmanComment change.
1995-04-18 Richard M. Stallman(Fencode_time): Don't treat years < 100 as special.
1995-04-17 Richard M. Stallman(Fencode_time): Rewrite by Naggum.
1995-04-14 Karl Heuer(Fencode_time): Fix missing \n\'s.
1995-04-14 Richard M. Stallman(init_editfns): Add casts.
1995-04-13 Karl Heuer(Fbuffer_string): Doc clarification.
1995-04-12 Richard M. Stallman(Fencode_time): Use XINT to examine `zone'.
1995-04-07 Richard M. Stallman(Fformat): Cast int to pointer by way of EMACS_INT.
1995-04-07 Karl HeuerUpdate 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...
1995-01-10 Karl Heuer(Finsert_char): Check inherit flag for long strings...
1995-01-02 Richard M. StallmanUse 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...
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_...
1994-10-04 Karl Heuer(Fcurrent_time, Fformat): Use new accessor macros inste...
1994-09-27 Karl Heuer(lisp_time_argument, Finsert, Finsert_and_inherit,...
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...
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_sy...
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 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 ***
next