summaryrefslogtreecommitdiff
path: root/src/editfns.c
Commit message (Expand)AuthorAgeFilesLines
* (NULL): Define, if not defined.Richard M. Stallman1997-08-201-0/+4
* (Fchar_before): Do range check before decrement.Richard M. Stallman1997-08-181-4/+3
* (Fwiden, Fnarrow_to_region, save_restriction_restore):Richard M. Stallman1997-08-071-3/+13
* (Fformat_time_string): Don't hang if strftime producesRichard M. Stallman1997-07-291-4/+3
* (Fcurrent_message): New function.Richard M. Stallman1997-07-241-0/+10
* (get_system_name): Don't crash if Vsystem_name does not contain a string.Richard M. Stallman1997-07-121-1/+4
* (Fcurrent_time_zone): Convert Fmake_list argument to Lisp_Integer.Richard M. Stallman1997-07-121-6/+11
* (Fuser_full_name): Declare p, q and r as unsigned char *.Richard M. Stallman1997-07-071-2/+2
* Fix bugs with inappropriate mixing of Lisp_Object with int.Richard M. Stallman1997-07-041-2/+2
* (Fformat): Add second argument in call to Ftruncate.Richard M. Stallman1997-07-041-1/+1
* (Fformat_time_string): Move doc string outside DEFUN.Richard M. Stallman1997-07-011-1/+6
* (Fchar_before): Validate N after decrementing.Richard M. Stallman1997-06-181-6/+8
* (Fchar_after, Fchar_before): Make arg optional.Richard M. Stallman1997-06-151-8/+20
* (Fprevious_char): Use PT, not point.Karl Heuer1997-06-141-1/+1
* (Finsert_char): Check QUIT.Richard M. Stallman1997-06-091-0/+1
* (Fcompare_buffer_substrings): trt contains Lisp_Objects.Richard M. Stallman1997-06-021-3/+3
* (Fcurrent_time_string): Doc fix.Richard M. Stallman1997-05-291-0/+3
* (Fchar_equal): Make it handle case of multibyteKenichi Handa1997-05-281-9/+3
* (Fformat_time_string): Doc update.Richard M. Stallman1997-05-211-46/+62
* Declare Fuser_full_name as Lisp_Object in advance toKenichi Handa1997-05-161-0/+2
* Escape newlines in docstring.Kenichi Handa1997-02-271-1/+1
* Include charset.h.Karl Heuer1997-02-201-132/+232
* (set_time_zone_rule_tz1, set_time_zone_rule_tz2):Paul Eggert1997-01-221-4/+9
* Clean up parentheses.Richard M. Stallman1997-01-171-1/+1
* (Fuser_full_name): Return nil if the specified user doesn't exist.Richard M. Stallman1996-12-151-1/+3
* (Fuser_full_name): Use build_string instead of make_string.Richard M. Stallman1996-12-091-2/+2
* (Fuser_full_name): Accept a string (the login name) asRichard M. Stallman1996-12-081-29/+44
* (Fline_beginning_position, Fline_end_position): New fns.Richard M. Stallman1996-12-081-4/+59
* (Fencode_time): Doc fix.Richard M. Stallman1996-11-061-1/+1
* (Fencode_time): Use xfree, not free.Richard M. Stallman1996-11-051-1/+1
* Reorganize function definitions so etags finds them.Erik Naggum1996-10-311-3/+2
* (Fsave_current_buffer): New function.Richard M. Stallman1996-09-231-1/+17
* (tm_diff): Renamed from difftm. Yield int, not long.Paul Eggert1996-09-211-26/+24
* (Finsert_buffer_substring): Check for deleted buffer.Karl Heuer1996-09-051-0/+6
* (Fformat): Pass a string using XSTRING.Richard M. Stallman1996-09-031-1/+1
* (Fencode_time): Remove NEXTSTEP workaround;Paul Eggert1996-09-031-4/+0
* (Fencode_time) [_NEXT_SOURCE]: Use ZONE, not ABSZONE.Richard M. Stallman1996-09-021-1/+1
* Change all references from point to PT.Karl Heuer1996-09-011-14/+14
* (Fencode_time, Fset_time_zone_rule): Use UTC if the zone is t.Erik Naggum1996-08-241-3/+8
* (set_time_zone_rule): Don't put a string literalRichard M. Stallman1996-08-081-8/+15
* (Fencode_time): Assign to tm.tm_gmtoff for NEXTSTEP,Karl Heuer1996-07-241-0/+4
* (Fdecode_time, difftm): Work even if tm_year representsRichard M. Stallman1996-07-231-3/+6
* (set_time_zone_rule):Richard M. Stallman1996-06-051-0/+48
* (Fformat_time_string): Doc fix.Karl Heuer1996-05-151-2/+1
* (Fencode_time): Accept MANY args, so as to copeRichard M. Stallman1996-05-071-19/+27
* (save_excursion_restore): Add gcpros.Richard M. Stallman1996-04-261-2/+8
* (Fcompare_buffer_substrings): Fix dumb bug handling buffer name as second arg.Richard M. Stallman1996-04-131-1/+1
* (Fformat_time_string): Doc fix.Richard M. Stallman1996-04-121-2/+2
* Comment change.Richard M. Stallman1996-03-221-1/+2
* (syms_of_editfns): Make buffer-access-fontify-functionsRichard M. Stallman1996-01-301-0/+12