(Fencode_time, Fset_time_zone_rule): Use UTC if the zone is t.
[bpt/emacs.git] / src / editfns.c
1996-08-24 Erik Naggum(Fencode_time, Fset_time_zone_rule): Use UTC if the...
1996-08-08 Richard M. Stallman(set_time_zone_rule): Don't put a string literal
1996-07-24 Karl Heuer(Fencode_time): Assign to tm.tm_gmtoff for NEXTSTEP,
1996-07-23 Richard M. Stallman(Fdecode_time, difftm): Work even if tm_year represents
1996-06-05 Richard M. Stallman(set_time_zone_rule):
1996-05-15 Karl Heuer(Fformat_time_string): Doc fix.
1996-05-07 Richard M. Stallman(Fencode_time): Accept MANY args, so as to cope
1996-04-26 Richard M. Stallman(save_excursion_restore): Add gcpros.
1996-04-13 Richard M. Stallman(Fcompare_buffer_substrings): Fix dumb bug handling...
1996-04-12 Richard M. Stallman(Fformat_time_string): Doc fix.
1996-03-22 Richard M. StallmanComment change.
1996-01-30 Richard M. Stallman(syms_of_editfns): Make buffer-access-fontify-functions
1996-01-27 Richard M. Stallman(Fcompare_buffer_substrings): Access case_canon_table...
1996-01-20 Paul Eggert(Fformat_time_string): Don't crash if the resulting...
1996-01-18 Simon Marshallsp correction
1996-01-17 Richard M. Stallman(set_time_zone_rule): No longer static.
1996-01-09 Karl Heuer(update_buffer_properties): Delete superfluous &'s.
1996-01-09 Erik Naggum(Fchar_to_string, Fstring_to_char, Fgoto_char, Fencode_...
1995-12-28 Richard M. Stallman(Fmessage_box, Fmessage_or_box):
1995-12-21 Karl Heuer(Fset_time_zone_rule): Move static var environbuf
1995-11-21 Richard M. Stallman(Fcurrent_time): Doc fix.
1995-11-10 Richard M. Stallman(Fformat): Use doprnt_lisp.
1995-10-30 Richard M. Stallman(Fencode_time): Add cast.
1995-10-18 Richard M. Stallman(Fchar_equal): Handle char-table as case table.
1995-09-10 Paul Eggert(Fencode_time): Use mktime to do the real work;
1995-09-10 Richard M. Stallman(Fset_time_zone_rule): New function.
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
next