(he-file-name-beg): Don't trigger on parts of
[bpt/emacs.git] / src / editfns.c
1997-05-28 Kenichi Handa(Fchar_equal): Make it handle case of multibyte
1997-05-21 Richard M. Stallman(Fformat_time_string): Doc update.
1997-05-16 Kenichi HandaDeclare Fuser_full_name as Lisp_Object in advance to
1997-02-27 Kenichi HandaEscape newlines in docstring.
1997-02-20 Karl HeuerInclude charset.h.
1997-01-22 Paul Eggert(set_time_zone_rule_tz1, set_time_zone_rule_tz2):
1997-01-17 Richard M. StallmanClean up parentheses.
1996-12-15 Richard M. Stallman(Fuser_full_name): Return nil if the specified user...
1996-12-09 Richard M. Stallman(Fuser_full_name): Use build_string instead of make_string.
1996-12-08 Richard M. Stallman(Fuser_full_name): Accept a string (the login name) as
1996-12-08 Richard M. Stallman(Fline_beginning_position, Fline_end_position): New...
1996-11-06 Richard M. Stallman(Fencode_time): Doc fix.
1996-11-05 Richard M. Stallman(Fencode_time): Use xfree, not free.
1996-10-31 Erik NaggumReorganize function definitions so etags finds them.
1996-09-23 Richard M. Stallman(Fsave_current_buffer): New function.
1996-09-21 Paul Eggert(tm_diff): Renamed from difftm. Yield int, not long.
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 HeuerChange all references from point to PT.
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.
next