summaryrefslogtreecommitdiff
path: root/src/editfns.c
Commit message (Expand)AuthorAgeFilesLines
* (Ftranspose_regions): Fix order of parameters for replace_range.Andreas Schwab1998-04-061-2/+2
* (Fmessage_box): Pass the missing third argumentRichard M. Stallman1998-04-041-1/+2
* (Fchar_to_string): Use make_string_from_bytes.Richard M. Stallman1998-03-211-4/+7
* Use STRING_BYTES and SET_STRING_BYTES.Richard M. Stallman1998-03-211-20/+78
* (make_buffer_string_both): New function.Richard M. Stallman1998-03-211-1/+25
* (Fgoto_char): If POSITION is a marker pointing aRichard M. Stallman1998-03-201-1/+2
* (Fformat): Handle padding before or after, for %s etc.Richard M. Stallman1998-03-201-11/+23
* (Fformat): Properly print floats.Richard M. Stallman1998-03-171-1/+4
* (Fchar_after, Fchar_before): Properly check arg typeRichard M. Stallman1998-03-171-11/+24
* (Fformat): Format multibyte characters by "%c"Kenichi Handa1998-03-041-3/+14
* (Fformat): Fix previous change.Kenichi Handa1998-03-031-1/+1
* (general_insert_function): UseKenichi Handa1998-03-031-1/+1
* (Fmessage): Check byte size (instead of char size) ofKenichi Handa1998-02-201-1/+1
* (Fchar_before): Check POS in valid rangeKarl Heuer1998-02-181-3/+2
* (Fsubst_char_in_region): Don't increment pos twice.Richard M. Stallman1998-02-141-2/+0
* (Fposition_bytes): Declare arg POSITION as Lips_Object.Kenichi Handa1998-02-101-0/+1
* (Fposition_bytes): Allow marker as arg POSITION. UseKenichi Handa1998-02-101-2/+2
* (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