log src/editfns.c @ 16173:9ba176963a26

age author description
1996-09-05 Karl Heuer (Finsert_buffer_substring): Check for deleted buffer.
1996-09-03 Richard M. Stallman (Fformat): Pass a string using XSTRING.
1996-09-03 Paul Eggert (Fencode_time): Remove NEXTSTEP workaround;
1996-09-02 Richard M. Stallman (Fencode_time) [_NEXT_SOURCE]: Use ZONE, not ABSZONE.
1996-09-01 Karl Heuer Change all references from point to PT.
1996-08-24 Erik Naggum (Fencode_time, Fset_time_zone_rule): Use UTC if the zone is t.
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 buffer name as second arg.
1996-04-12 Richard M. Stallman (Fformat_time_string): Doc fix.
1996-03-22 Richard M. Stallman Comment 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 as a char_table.
1996-01-20 Paul Eggert (Fformat_time_string): Don't crash if the resulting string is empty.
1996-01-18 Simon Marshall sp 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_time, Finsert_char,
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. Stallman Delete 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 if NOUNDO is true.
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 Heuer Update 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-name.
1995-05-25 Karl Heuer (format1): Cast arg of doprnt.
1995-05-22 Karl Heuer (Fformat): Split double into two pointers, not two ints.
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. Stallman Comment 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 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.