summaryrefslogtreecommitdiff
path: root/src/editfns.c
Commit message (Expand)AuthorAgeFilesLines
* (Fformat): Handle a symbol of which name containsRichard M. Stallman1998-02-081-4/+26
* (Fsubst_char_in_region): Handle character-baseKenichi Handa1998-02-041-13/+13
* (Fformat): If MULTIBYTE is changed to 1Richard M. Stallman1998-02-031-6/+25
* (CONVERTED_BYTE_SIZE): Fix the logic.Kenichi Handa1998-01-301-4/+11
* Update copyright year.Richard M. Stallman1998-01-211-1/+1
* (Fsave_current_buffer): Use set_buffer_if_live.Richard M. Stallman1998-01-211-1/+1
* (Fchar_equal): Fix case-conversion code.Richard M. Stallman1998-01-201-4/+11
* (Fformat): Do all the work directly--don't use doprnt.Richard M. Stallman1998-01-091-133/+157
* (transpose_markers): Update marker's bytepos.Richard M. Stallman1998-01-021-2/+1
* (Fchar_after): Fix previous change.Richard M. Stallman1998-01-021-1/+1
* (Fgoto_char): When arg is a marker, copy char and byteRichard M. Stallman1998-01-011-170/+220
* (emacs_strftime): New decl.Paul Eggert1997-11-241-4/+6
* (Fchar_to_string): Declare `workbuf' as unsigned char.Andreas Schwab1997-11-211-3/+5
* (Fsref): If IDX points an 8-bit code which is not partKenichi Handa1997-11-081-4/+20
* Repeat the argument list of format-time-string in theKarl Heuer1997-10-021-0/+1
* (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